<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/mfd, branch v2.6.14</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/mfd?h=v2.6.14</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/mfd?h=v2.6.14'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2005-10-10T17:22:17Z</updated>
<entry>
<title>[ARM] 2956/1: fix the "Fix gcc4 build errors in ucb1x00-core.c"</title>
<updated>2005-10-10T17:22:17Z</updated>
<author>
<name>Nicolas Pitre</name>
<email>nico@cam.org</email>
</author>
<published>2005-10-10T17:22:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=585f54575d832506bbe9b5a2f435f37b81efc849'/>
<id>urn:sha1:585f54575d832506bbe9b5a2f435f37b81efc849</id>
<content type='text'>
Patch from Nicolas Pitre

drivers/mfd/ucb1x00-core.c: In function 'ucb1x00_probe':
drivers/mfd/ucb1x00-core.c:482: error: 'ucb1x00_class' undeclared (first use in this function)

Signed-off-by: Nicolas Pitre &lt;nico@cam.org&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[MFD] Fix gcc4 build errors in ucb1x00-core.c</title>
<updated>2005-10-06T12:09:42Z</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2005-10-06T12:09:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a448a28589a6640736b8af1f2f57616c10bb37d5'/>
<id>urn:sha1:a448a28589a6640736b8af1f2f57616c10bb37d5</id>
<content type='text'>
drivers/mfd/ucb1x00-core.c:555: error: static declaration of 'ucb1x00_class' follows non-static declaration
drivers/mfd/ucb1x00.h:109: error: previous declaration of 'ucb1x00_class' was here

Since ucb1x00_class isn't used by anything, remove the extern
declaration and the symbol export.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[MFD] Fix "bious one-bit signed bitfield" errors</title>
<updated>2005-09-24T09:24:37Z</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2005-09-24T09:24:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=6b9ea4213e3a9c9b8de29a001a2b8d8799cbc1c9'/>
<id>urn:sha1:6b9ea4213e3a9c9b8de29a001a2b8d8799cbc1c9</id>
<content type='text'>
ucb1x00-ts declared a couple of one-bit 'int' bitfields.
Make them unsigned.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[MFD] Cleanups suggested by Dmitri, Vojtech and lists.</title>
<updated>2005-09-11T09:28:00Z</updated>
<author>
<name>Pavel Machek</name>
<email>pavel@suse.cz</email>
</author>
<published>2005-09-11T09:28:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=5437775e0bc38d633c0a4b7660812f15b6693b69'/>
<id>urn:sha1:5437775e0bc38d633c0a4b7660812f15b6693b69</id>
<content type='text'>
These are small ucb1x00-ts cleanups, as suggested by Vojtech, Dmitri
and the lists.

Signed-off-by: Pavel Machek &lt;pavel@suse.cz&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[MFD] Add code UCB1200/UCB1300 assabet platform support</title>
<updated>2005-09-11T09:27:23Z</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2005-09-11T09:27:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=48c92022ad264cb8084cee78a499f183b264e45f'/>
<id>urn:sha1:48c92022ad264cb8084cee78a499f183b264e45f</id>
<content type='text'>
Add support for Intel assabet specific board support for
UCB1200/UCB1300 devices.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[MFD] Add code UCB1200/UCB1300 touchscreen support</title>
<updated>2005-09-11T09:26:57Z</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2005-09-11T09:26:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=acb45439a89c6830349c02405f00a7208db0a66b'/>
<id>urn:sha1:acb45439a89c6830349c02405f00a7208db0a66b</id>
<content type='text'>
Add support for Philips UCB1200 and UCB1300 touchscreen
interfaces found on ARM devices.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[MFD] Add code UCB1200/UCB1300 device support</title>
<updated>2005-09-11T09:26:31Z</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2005-09-11T09:26:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=05c45ca9aa4ec57e8e22341633c7a98cc879423d'/>
<id>urn:sha1:05c45ca9aa4ec57e8e22341633c7a98cc879423d</id>
<content type='text'>
Add the core device support code for the Philips UCB1200 and
UCB1300 devices.  Also includes the following from Pavel:

This fixes u32 vs. pm_message_t confusion and uses cleaner
try_to_freeze() [fixing compilation as a side-effect on newer
kernels.]

Signed-off-by: Pavel Machek &lt;pavel@suse.cz&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[MFD] Add SA11x0 MCP platform device support</title>
<updated>2005-08-18T09:10:46Z</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2005-08-18T09:10:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=323cdfc191b7c1597dc748175062c368568d6af4'/>
<id>urn:sha1:323cdfc191b7c1597dc748175062c368568d6af4</id>
<content type='text'>
Add platform device data for the SA11x0 MCP device.  This allows
platforms to customise the configuration of the SA11x0 MCP device
according to their needs.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[MFD] Add SA11x0 MCP support</title>
<updated>2005-08-18T09:08:15Z</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2005-08-18T09:08:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=5e742ad66b4a8ba6f9d729660f822676d9e405d4'/>
<id>urn:sha1:5e742ad66b4a8ba6f9d729660f822676d9e405d4</id>
<content type='text'>
This adds support for the MCP interface found on SA11x0 devices.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[MFD] Add multimedia communication port core support</title>
<updated>2005-08-18T09:06:59Z</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2005-08-18T09:06:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a4e137ab1447fc5009f21e257971aa60a9ec98fb'/>
<id>urn:sha1:a4e137ab1447fc5009f21e257971aa60a9ec98fb</id>
<content type='text'>
Add support for the core of the multimedia communication port
framework.  This is a port used to communicate with devices
with two DMA paths and a control path.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
</feed>
