<feed xmlns='http://www.w3.org/2005/Atom'>
<title>snowball/igloo-kernel.git/drivers, branch stable-linaro-ux500-3.1</title>
<subtitle>Igloo kernel</subtitle>
<id>https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/atom?h=stable-linaro-ux500-3.1</id>
<link rel='self' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/atom?h=stable-linaro-ux500-3.1'/>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/'/>
<updated>2012-01-12T12:50:11+00:00</updated>
<entry>
<title>Automatically merging tracking-igloo_kernel-other into merging-stable-linaro-ux500-3.1</title>
<updated>2012-01-12T12:50:11+00:00</updated>
<author>
<name>Lee Jones</name>
<email>lee.jones@linaro.org</email>
</author>
<published>2012-01-12T12:50:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=72108d578689febd3579bf16be470328ded6c6d9'/>
<id>urn:sha1:72108d578689febd3579bf16be470328ded6c6d9</id>
<content type='text'>
Conflicting files:
</content>
</entry>
<entry>
<title>usb: musb: TXMAXP,TXCSR setting in Host mode</title>
<updated>2012-01-10T08:50:25+00:00</updated>
<author>
<name>supriya karanth</name>
<email>supriya.karanth@stericsson.com</email>
</author>
<published>2011-12-09T11:02:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=330f78a83c1f47055427e10a68733af77b2cbac8'/>
<id>urn:sha1:330f78a83c1f47055427e10a68733af77b2cbac8</id>
<content type='text'>
The TXMAXP and TXCSR registers were not set correctly for
the BULK OUT endpoints causing issues in Full speed in
Host mode.

ST-Ericsson Linux next: NA
ST-Ericsson ID: 367049
ST-Ericsson FOSS-OUT ID: Trivial

Change-Id: If5f3552235d8909adef4777f08d612df432d8709
Signed-off-by: supriya karanth &lt;supriya.karanth@stericsson.com&gt;
</content>
</entry>
<entry>
<title>ux500: usb:handle connection of microA to A cable</title>
<updated>2012-01-04T09:29:41+00:00</updated>
<author>
<name>Thirupathi Chippakurthy</name>
<email>thirupathi.chippakurthy@stericsson.com</email>
</author>
<published>2011-11-29T13:07:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=d1c951bf6d73d7daaf74bb8e0f83e02531b0f7f6'/>
<id>urn:sha1:d1c951bf6d73d7daaf74bb8e0f83e02531b0f7f6</id>
<content type='text'>
Connect Micro-A to phone first,Then connect device
usb session should be valid to detect the connected
device,Until host cable (micro-A) removal.
MUSB session bit is cleared when usb host cable
(Micro-A) removal from the phone,Not in case of
only device disconnection from the usb host cable.

ST-Ericsson ID: 364426
ST-Ericsson FOSS-OUT ID: NA
ST-Ericsson Linux next: NA

Signed-off-by: Thirupathi &lt;thirupathi.chippakurthy@stericsson.com&gt;
</content>
</entry>
<entry>
<title>musb: host: Wait for TXPKTRDY to clear in host</title>
<updated>2012-01-04T09:29:40+00:00</updated>
<author>
<name>Thirupathi Chippakurthy</name>
<email>thirupathi.chippakurthy@stericsson.com</email>
</author>
<published>2011-11-23T12:37:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=387120c164d27475bbaea872636fed9400b07ebb'/>
<id>urn:sha1:387120c164d27475bbaea872636fed9400b07ebb</id>
<content type='text'>
MUSB_TXCSR_TXPKTRDY will not get cleared if the data is not on
the bus. So, need to wait for it to clear in the DMA completion
callback.As per musb datasheet, generally mode 1 needs to be
used for data length greater than or equal to max packet size.
Bus reset happening due to scsi timeout,since in this case
should not return continue for next transfers.

ST-Ericsson ID:ER 365087
ST-Ericsson Linux next: NA
ST-Ericsson FOSS-OUT ID: NA

Signed-off-by: Thirupathi &lt;thirupathi.chippakurthy@stericsson.com&gt;
</content>
</entry>
<entry>
<title>u8500:USB:Handle multiple Link status fn calls</title>
<updated>2012-01-04T09:29:40+00:00</updated>
<author>
<name>Sakethram Bommisetti</name>
<email>sakethram.bommisetti@stericsson.com</email>
</author>
<published>2011-11-15T08:19:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=df8923da19429824de5a442cc571398f5b9ce7c9'/>
<id>urn:sha1:df8923da19429824de5a442cc571398f5b9ce7c9</id>
<content type='text'>
During boot time, multiple calls are made to Link status
function by otg_set_host and otg_set_peripheral. This in
turn calls clock and regulator enabling multiple times
which creates problem with the reference count of
regulators. Hence this blocks the CPU idle since the
regulators are not released properly due to multiple acquire.
So, Link status function calls are removed from otg_set_host
and otg_set_peripheral which are not needed. The Link status
call during boot shall be handled by the ab8500_usb_boot_detect
function.

ST-Ericsson ID: 373105
ST-Ericsson Linux next: NA
ST-Ericsson FOSS-OUT ID: Trivial

Change-Id: I2ead5b546273be822b3e9e9f588a1954b3fa10f2
Signed-off-by: Sakethram Bommisetti &lt;sakethram.bommisetti@stericsson.com&gt;
</content>
</entry>
<entry>
<title>ux500: USB : Save/Restore musb registers correctly</title>
<updated>2011-12-21T08:49:16+00:00</updated>
<author>
<name>maheswarudu</name>
<email>v.maheswarudu@stericsson.com</email>
</author>
<published>2011-11-02T14:10:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=5c9937262533c4789db34bde6ac5594bcc941626'/>
<id>urn:sha1:5c9937262533c4789db34bde6ac5594bcc941626</id>
<content type='text'>
In suspended state the registers are not saved and restored
properly hence back ported.

(http://git.kernel.org/?p=linux/kernel/git/gregkh/usb.git;
a=commit;h=e4e5b136eb6f2d3aa10dca108a1b787dc92d67df)
Also the code is aligned as per the latest linux-next.

ST-Ericsson ID: 366298, 368370
ST-Ericsson Linux next: NA
ST-Ericsson FOSS-OUT ID: NA

Change-Id: I97ae0b055f6f1300a11190e1083349a6583f0377
Signed-off-by: maheswarudu &lt;v.maheswarudu@stericsson.com&gt;
</content>
</entry>
<entry>
<title>ux500: usb: restore INDEX register in resume path</title>
<updated>2011-12-21T08:49:01+00:00</updated>
<author>
<name>Thirupathi Chippakurthy</name>
<email>thirupathi.chippakurthy@stericsson.com</email>
</author>
<published>2011-10-21T06:49:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=04c7099e21e6c44d1f1e785dc9846d584c4245ee'/>
<id>urn:sha1:04c7099e21e6c44d1f1e785dc9846d584c4245ee</id>
<content type='text'>
Restoring the missing INDEX register value in ux500_restore_context().
without this Hub enumeration is inconsistent,
if we do multiple connect/disconnect.

ST-Ericsson ID: 364906
ST-Ericsson Linux next: NA
ST-Ericsson FOSS-OUT ID: NA

Signed-off-by: Thirupathi &lt;thirupathi.chippakurthy@stericsson.com&gt;
</content>
</entry>
<entry>
<title>Revert "usb: musb: drop a gigantic amount of ifdeferry"</title>
<updated>2011-12-20T11:42:12+00:00</updated>
<author>
<name>Philippe Langlais</name>
<email>philippe.langlais@linaro.org</email>
</author>
<published>2011-12-20T11:42:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=efa5a84a5c9c93f8ae84ab2196e2af8d7b382a31'/>
<id>urn:sha1:efa5a84a5c9c93f8ae84ab2196e2af8d7b382a31</id>
<content type='text'>
This reverts commit 622859634a663c5e55d0e2a2cdbb55ac058d97b3.

Conflicts:

	drivers/usb/musb/musb_core.c
</content>
</entry>
<entry>
<title>thermal: exynos4: Export information from the TMU driver</title>
<updated>2011-12-14T16:01:58+00:00</updated>
<author>
<name>Amit Daniel Kachhap</name>
<email>amit.kachhap@linaro.org</email>
</author>
<published>2011-12-13T09:27:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=15bfc7956f3fef104c3b3d14a414f9e80eb94d41'/>
<id>urn:sha1:15bfc7956f3fef104c3b3d14a414f9e80eb94d41</id>
<content type='text'>
Export information from the hwmon tmu sensor to the samsung exynos
kernel thermal framework where different cooling devices and thermal
zone are binded. The exported information is based according to the
data structure thermal_sensor_info present in exynos_thermal.h.
HWMON sysfs functions are commented out as they are also present
in generic linux thermal layer.

Signed-off-by: Amit Daniel Kachhap &lt;amit.kachhap@linaro.org&gt;
</content>
</entry>
<entry>
<title>thermal: exynos: Add thermal interface support for linux thermal layer</title>
<updated>2011-12-14T16:01:27+00:00</updated>
<author>
<name>Amit Daniel Kachhap</name>
<email>amit.kachhap@linaro.org</email>
</author>
<published>2011-12-12T05:14:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=d9f151cda68a86d176b0d6773c019eeae1d58301'/>
<id>urn:sha1:d9f151cda68a86d176b0d6773c019eeae1d58301</id>
<content type='text'>
This codes uses the generic linux thermal layer and creates a bridge
between temperature sensors, linux thermal framework and cooling devices
for samsung exynos platform. This layer recieves or monitor
the temperature from the sensor and informs the generic thermal layer.

Signed-off-by: Amit Daniel Kachhap &lt;amit.kachhap@linaro.org&gt;
</content>
</entry>
</feed>
