<feed xmlns='http://www.w3.org/2005/Atom'>
<title>snowball/igloo-kernel.git, branch android</title>
<subtitle>Igloo kernel</subtitle>
<id>https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/atom?h=android</id>
<link rel='self' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/atom?h=android'/>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/'/>
<updated>2011-11-15T15:32:47+00:00</updated>
<entry>
<title>Revert "mach-ux500: musb: Now musb is always in OTG mode"</title>
<updated>2011-11-15T15:32:47+00:00</updated>
<author>
<name>Philippe Langlais</name>
<email>philippe.langlais@stericsson.com</email>
</author>
<published>2011-11-15T15:00:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=9faa4d3eba7d60ef6489b09190b5f0d6b3ad624b'/>
<id>urn:sha1:9faa4d3eba7d60ef6489b09190b5f0d6b3ad624b</id>
<content type='text'>
This reverts commit ac28162fc038d50e64ff2e81d64046be22533e0f.
</content>
</entry>
<entry>
<title>Revert "usb: musb: drop a gigantic amount of ifdeferry"</title>
<updated>2011-11-15T15:32:40+00:00</updated>
<author>
<name>Philippe Langlais</name>
<email>philippe.langlais@stericsson.com</email>
</author>
<published>2011-11-15T15:00:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=fd7aeaf47b909e81824ea8be2a610f6c2089a7e7'/>
<id>urn:sha1:fd7aeaf47b909e81824ea8be2a610f6c2089a7e7</id>
<content type='text'>
This reverts commit 622859634a663c5e55d0e2a2cdbb55ac058d97b3.

Conflicts:

	drivers/usb/musb/musb_core.c
</content>
</entry>
<entry>
<title>cw1200: Revert requesting SDIO pins at device registration</title>
<updated>2011-11-14T14:36:50+00:00</updated>
<author>
<name>Philippe Langlais</name>
<email>philippe.langlais@stericsson.com</email>
</author>
<published>2011-11-14T12:09:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=3ac308adb598729edd5808f7f298560f660439a8'/>
<id>urn:sha1:3ac308adb598729edd5808f7f298560f660439a8</id>
<content type='text'>
The SDIO pins belongs to the SDIO driver and
should be handled by the SDIO driver only.

The reason that it has worked up until now is that
the SDIO driver has just started using pm runtime.
Since both WLAN and SDIO framework enable
the pins, the number of users is set to two.

SDIO tries to release the pins (after 50 ms of inactivity
in order to save power), the usage count does not go
down to 0 and therefore the pins are not reconfigured
to GPIOs, which they must be when PL18X is not driving
the pins due to power down).

This reverts commit 53c8821cafaabc841d194c7d86cca3b574605e6e

Signed-off-by: Bartosz Markowski &lt;bartosz.markowski@tieto.com&gt;
Signed-off-by: Philippe Langlais &lt;philippe.langlais@stericsson.com&gt;
</content>
</entry>
<entry>
<title>snowball: Setting default output pixel format to RGB565</title>
<updated>2011-11-10T20:47:04+00:00</updated>
<author>
<name>Mathieu J. Poirier</name>
<email>mathieu.poirier@linaro.org</email>
</author>
<published>2011-11-10T20:47:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=9b24924c304d758c595fa4cc9421cd2b5a7cccb9'/>
<id>urn:sha1:9b24924c304d758c595fa4cc9421cd2b5a7cccb9</id>
<content type='text'>
Signed-of-by: Mathieu Poirier &lt;mathieu.poirier@linaro.org&gt;
</content>
</entry>
<entry>
<title>snowball: Adding android config file for sowball</title>
<updated>2011-11-10T20:11:03+00:00</updated>
<author>
<name>Mathieu J. Poirier</name>
<email>mathieu.poirier@linaro.org</email>
</author>
<published>2011-11-10T20:11:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=c76bd7e0f04b06583720c77ae4aabc7dd47465fa'/>
<id>urn:sha1:c76bd7e0f04b06583720c77ae4aabc7dd47465fa</id>
<content type='text'>
Signed-off-by: Mathieu Poirier &lt;mathieu.poirier@linaro.org&gt;
</content>
</entry>
<entry>
<title>mach-ux500: board-mop500-stuib: use gpio_set_value_cansleep to avoid gpio lib warnings</title>
<updated>2011-11-10T18:12:24+00:00</updated>
<author>
<name>Philippe Langlais</name>
<email>philippe.langlais@linaro.org</email>
</author>
<published>2011-11-10T08:43:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=bfd5f15a97140f9724aad12f2aeca51e2d77d20f'/>
<id>urn:sha1:bfd5f15a97140f9724aad12f2aeca51e2d77d20f</id>
<content type='text'>
Signed-off-by: Philippe Langlais &lt;philippe.langlais@linaro.org&gt;
</content>
</entry>
<entry>
<title>config: Update u8500_defconfig vs new MUSB driver in 3.1</title>
<updated>2011-11-10T18:12:24+00:00</updated>
<author>
<name>Philippe Langlais</name>
<email>philippe.langlais@linaro.org</email>
</author>
<published>2011-11-10T08:23:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=1689615d7309b49c8a9822e1373056db5e48b43a'/>
<id>urn:sha1:1689615d7309b49c8a9822e1373056db5e48b43a</id>
<content type='text'>
Signed-off-by: Philippe Langlais &lt;philippe.langlais@linaro.org&gt;
</content>
</entry>
<entry>
<title>mach-ux500: musb: Now musb is always in OTG mode</title>
<updated>2011-11-10T18:12:24+00:00</updated>
<author>
<name>Philippe Langlais</name>
<email>philippe.langlais@linaro.org</email>
</author>
<published>2011-11-10T08:11:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=ac28162fc038d50e64ff2e81d64046be22533e0f'/>
<id>urn:sha1:ac28162fc038d50e64ff2e81d64046be22533e0f</id>
<content type='text'>
This changed is needed since "usb: musb: drop a gigantic amount of ifdeferry"
introduced by Felipe Balbi &lt;balbi@ti.com&gt;.

Signed-off-by: Philippe Langlais &lt;philippe.langlais@linaro.org&gt;
</content>
</entry>
<entry>
<title>input/misc: Add regulator support to lps001wp</title>
<updated>2011-11-10T18:12:24+00:00</updated>
<author>
<name>Robert Marklund</name>
<email>robert.marklund@stericsson.com</email>
</author>
<published>2011-10-28T15:54:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=c0df3f438607821632109a85c70659d3867f6e2a'/>
<id>urn:sha1:c0df3f438607821632109a85c70659d3867f6e2a</id>
<content type='text'>
Change-Id: I39f57da20017ff7e963d0001a99dd426e12c77d0
Signed-off-by: Robert Marklund &lt;robert.marklund@stericsson.com&gt;
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/35833
Reviewed-by: Philippe LANGLAIS &lt;philippe.langlais@stericsson.com&gt;
</content>
</entry>
<entry>
<title>ux500_ing05160_mailboxPD_0.1:Lockdeb correctness fix for modem_irq</title>
<updated>2011-11-10T18:12:24+00:00</updated>
<author>
<name>Bibek Basu</name>
<email>bibek.basu@stericsson.com</email>
</author>
<published>2011-08-17T10:24:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=59ee1b87a55b93e691431b12399855a742615068'/>
<id>urn:sha1:59ee1b87a55b93e691431b12399855a742615068</id>
<content type='text'>
Commit ID: Ib94dcbf6: U5500 : Lockdeb correctness fix for modem_irq
Build and boot test only done for 8500 config
Booting will only happend properly if used
Initramfs

Change-Id: I5da03baa7b8ee8f32de5712b7136442fbe2cec1c
Signed-off-by: Bibek Basu &lt;bibek.basu@stericsson.com&gt;
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/28923
</content>
</entry>
</feed>
