<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/arch/arm/mach-mx25, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/arch/arm/mach-mx25?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/arch/arm/mach-mx25?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2010-11-19T20:53:49Z</updated>
<entry>
<title>ARM: imx: move mx25 support to mach-imx</title>
<updated>2010-11-19T20:53:49Z</updated>
<author>
<name>Uwe Kleine-König</name>
<email>u.kleine-koenig@pengutronix.de</email>
</author>
<published>2010-11-11T17:06:17Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=e48ab1c16ff2af83e6a2a1228504710a5d339d08'/>
<id>urn:sha1:e48ab1c16ff2af83e6a2a1228504710a5d339d08</id>
<content type='text'>
Signed-off-by: Uwe Kleine-König &lt;u.kleine-koenig@pengutronix.de&gt;
</content>
</entry>
<entry>
<title>ARM: mx25: remove now empty devices.h</title>
<updated>2010-11-19T20:53:48Z</updated>
<author>
<name>Uwe Kleine-König</name>
<email>u.kleine-koenig@pengutronix.de</email>
</author>
<published>2010-11-11T16:30:25Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=2a8bd56a382ec0e24249b1adaca4f38bd529e825'/>
<id>urn:sha1:2a8bd56a382ec0e24249b1adaca4f38bd529e825</id>
<content type='text'>
Signed-off-by: Uwe Kleine-König &lt;u.kleine-koenig@pengutronix.de&gt;
</content>
</entry>
<entry>
<title>ARM: mx25: dynamically allocate mx2-camera devices</title>
<updated>2010-11-19T20:53:48Z</updated>
<author>
<name>Uwe Kleine-König</name>
<email>u.kleine-koenig@pengutronix.de</email>
</author>
<published>2010-11-11T16:11:34Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=bb4c853ff18fe3b0e2aec45053c318479e0c55e3'/>
<id>urn:sha1:bb4c853ff18fe3b0e2aec45053c318479e0c55e3</id>
<content type='text'>
Signed-off-by: Uwe Kleine-König &lt;u.kleine-koenig@pengutronix.de&gt;
</content>
</entry>
<entry>
<title>ARM: mx25: dynamically allocate imx2-wdt devices</title>
<updated>2010-11-19T20:53:37Z</updated>
<author>
<name>Uwe Kleine-König</name>
<email>u.kleine-koenig@pengutronix.de</email>
</author>
<published>2010-11-11T15:58:50Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=00871505dcf15418aebc402db9f124dd2738fa2d'/>
<id>urn:sha1:00871505dcf15418aebc402db9f124dd2738fa2d</id>
<content type='text'>
Signed-off-by: Uwe Kleine-König &lt;u.kleine-koenig@pengutronix.de&gt;
</content>
</entry>
<entry>
<title>ARM: mx25: dynamically allocatate imx-fb devices</title>
<updated>2010-11-17T09:01:41Z</updated>
<author>
<name>Uwe Kleine-König</name>
<email>u.kleine-koenig@pengutronix.de</email>
</author>
<published>2010-11-11T14:32:21Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=194ee8e89cc02d8bea8a0b837271f79ca0c72873'/>
<id>urn:sha1:194ee8e89cc02d8bea8a0b837271f79ca0c72873</id>
<content type='text'>
Signed-off-by: Uwe Kleine-König &lt;u.kleine-koenig@pengutronix.de&gt;
</content>
</entry>
<entry>
<title>ARM: mx25: dynamically allocate imxdi_rtc devices</title>
<updated>2010-11-17T09:01:40Z</updated>
<author>
<name>Uwe Kleine-König</name>
<email>u.kleine-koenig@pengutronix.de</email>
</author>
<published>2010-11-11T10:57:21Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=e7c74b343091e0c6b7bb67c12f9f7fb345aa6a50'/>
<id>urn:sha1:e7c74b343091e0c6b7bb67c12f9f7fb345aa6a50</id>
<content type='text'>
Signed-off-by: Uwe Kleine-König &lt;u.kleine-koenig@pengutronix.de&gt;
</content>
</entry>
<entry>
<title>ARM: mx25: dynamically allocate imx-keypad devices</title>
<updated>2010-11-17T09:01:39Z</updated>
<author>
<name>Uwe Kleine-König</name>
<email>u.kleine-koenig@pengutronix.de</email>
</author>
<published>2010-11-11T10:35:33Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=ab9cee4b2167f8bf01d85b537df5b9cbe342c780'/>
<id>urn:sha1:ab9cee4b2167f8bf01d85b537df5b9cbe342c780</id>
<content type='text'>
The mxc-keypad device seems to be the result of an early and partial
merge of the keypad driver.  It's unused and there is no corresponding
driver available, so just remove it.

Cc: Alberto Panizzo &lt;maramaopercheseimorto@gmail.com&gt;
Signed-off-by: Uwe Kleine-König &lt;u.kleine-koenig@pengutronix.de&gt;
</content>
</entry>
<entry>
<title>ARM: mx25: move registration of gpios to plat-mxc/gpio.c</title>
<updated>2010-11-17T09:01:38Z</updated>
<author>
<name>Uwe Kleine-König</name>
<email>u.kleine-koenig@pengutronix.de</email>
</author>
<published>2010-11-11T09:52:33Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=d485c7e71675abdd6133128e596b41284c2ee7b5'/>
<id>urn:sha1:d485c7e71675abdd6133128e596b41284c2ee7b5</id>
<content type='text'>
To use common macros to define the gpio ports for imx{1,21,25,27} the
existing ones had to made more general and a few more base address defines
were necessary.

Signed-off-by: Uwe Kleine-König &lt;u.kleine-koenig@pengutronix.de&gt;
</content>
</entry>
<entry>
<title>ARM: mx25: dynamically allocate mxc_pwm devices</title>
<updated>2010-11-17T09:01:38Z</updated>
<author>
<name>Uwe Kleine-König</name>
<email>u.kleine-koenig@pengutronix.de</email>
</author>
<published>2010-11-10T21:15:45Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=5f3d1092a949b33d01c95b7f5e5a83672629f131'/>
<id>urn:sha1:5f3d1092a949b33d01c95b7f5e5a83672629f131</id>
<content type='text'>
Signed-off-by: Uwe Kleine-König &lt;u.kleine-koenig@pengutronix.de&gt;
</content>
</entry>
<entry>
<title>ARM: mx25: dynamically allocate fsl-usb2-udc devices</title>
<updated>2010-11-17T09:01:37Z</updated>
<author>
<name>Uwe Kleine-König</name>
<email>u.kleine-koenig@pengutronix.de</email>
</author>
<published>2010-11-10T20:50:07Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=224b8c83641c2f31e3efc9bc5956636cc42cadf7'/>
<id>urn:sha1:224b8c83641c2f31e3efc9bc5956636cc42cadf7</id>
<content type='text'>
Signed-off-by: Uwe Kleine-König &lt;u.kleine-koenig@pengutronix.de&gt;
</content>
</entry>
</feed>
