<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/git/stable/linux.git/arch/arm/plat-nomadik/include, branch master</title>
<subtitle>Linux kernel stable tree</subtitle>
<id>https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/atom?h=master</id>
<link rel='self' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/'/>
<updated>2012-11-05T08:55:33+00:00</updated>
<entry>
<title>ARM: plat-nomadik: move MTU, kill plat-nomadik</title>
<updated>2012-11-05T08:55:33+00:00</updated>
<author>
<name>Linus Walleij</name>
<email>linus.walleij@linaro.org</email>
</author>
<published>2012-10-18T12:01:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=694e33a7f42de7dcc8b43c3990c597b19ef9b438'/>
<id>urn:sha1:694e33a7f42de7dcc8b43c3990c597b19ef9b438</id>
<content type='text'>
This moves the MTU timer driver from arch/arm/plat-nomadik
to drivers/clocksource and moves the header file to the
platform_data directory.

As this moves the last file being compiled to an object out
of arch/arm/plat-nomadik, we have to "turn off the light"
and delete the plat-nomadik directory, because it is not
allowed to have an empty Makefile in a plat-* directory.
This is probably also a desired side effect of depopulating
the arch/arm directory of drivers. Luckily we have just
deleted all the &lt;plat/*&gt; include files prior to this so
by moving the last one we may delete the directory.

After this all the Ux500 and Nomadik device drivers live
outside of the arch/arm hierarchy.

Cc: Alessandro Rubini &lt;rubini@unipv.it&gt;
Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
</content>
</entry>
<entry>
<title>ARM: plat-nomadik: move DMA40 header to &lt;linux/platform_data&gt;</title>
<updated>2012-11-05T08:55:32+00:00</updated>
<author>
<name>Linus Walleij</name>
<email>linus.walleij@linaro.org</email>
</author>
<published>2012-10-18T12:20:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=865fab601b8f910b2c634cf4c9211176f2c71cad'/>
<id>urn:sha1:865fab601b8f910b2c634cf4c9211176f2c71cad</id>
<content type='text'>
This moves the DMA40 platform data header from &lt;plat/ste_dma40.h&gt;
to &lt;linux/platform_data/dma-ste-dma40.h&gt; where is belongs.

Cc: Dan Williams &lt;djbw@fb.com&gt;
Cc: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
Cc: Ola Lilja &lt;ola.o.lilja@stericsson.com&gt;
Cc: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
Cc: Andreas Westin &lt;andreas.westin@stericsson.com&gt;
Acked-by: Vinod Koul &lt;vinod.koul@intel.com&gt;
Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
</content>
</entry>
<entry>
<title>ARM: plat-nomadik: pass IRQ to timer driver</title>
<updated>2012-11-05T08:55:31+00:00</updated>
<author>
<name>Linus Walleij</name>
<email>linus.walleij@linaro.org</email>
</author>
<published>2012-10-18T09:06:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=0813069d03f312b48b836f20e7f12073288f0f82'/>
<id>urn:sha1:0813069d03f312b48b836f20e7f12073288f0f82</id>
<content type='text'>
In order to convert the MTU timer to work with sparse IRQ we need
to pass the IRQ used when initializing instead of just letting
it rely on a special name being used in the IRQ header file.

Cc: Alessandro Rubini &lt;rubini@unipv.it&gt;
Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
</content>
</entry>
<entry>
<title>pinctrl/nomadik: merge old pincfg header</title>
<updated>2012-11-05T08:55:29+00:00</updated>
<author>
<name>Linus Walleij</name>
<email>linus.walleij@linaro.org</email>
</author>
<published>2012-10-10T12:35:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=c3123cfdc9e3241055f1ba0d6ceb8b41f97e31b9'/>
<id>urn:sha1:c3123cfdc9e3241055f1ba0d6ceb8b41f97e31b9</id>
<content type='text'>
This merges the old &lt;plat/pincfg.h&gt; header into
&lt;linux/platform_data/pinctrl-nomadik.h&gt; and rids us of
yet one more &lt;plat/*&gt; include.

Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
</content>
</entry>
<entry>
<title>pinctrl/nomadik: move the platform data header</title>
<updated>2012-11-05T08:55:27+00:00</updated>
<author>
<name>Linus Walleij</name>
<email>linus.walleij@linaro.org</email>
</author>
<published>2012-10-10T12:27:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=7cb15e10365203bffc5cc75c79725b6c31aa663e'/>
<id>urn:sha1:7cb15e10365203bffc5cc75c79725b6c31aa663e</id>
<content type='text'>
This moves the platform data header for the Nomadik pin controller
to &lt;linux/platform_data/pinctrl-nomadik.h&gt;.

Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
</content>
</entry>
<entry>
<title>ARM: plat-nomadik: move NMK_GPIO_PER_CHIP into gpio-nomadik.h</title>
<updated>2012-10-28T20:16:15+00:00</updated>
<author>
<name>Patrice Chotard</name>
<email>patrice.chotard@stericsson.com</email>
</author>
<published>2012-10-08T14:35:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=f64228ee23975d3703121a3d27dac488c3c813e9'/>
<id>urn:sha1:f64228ee23975d3703121a3d27dac488c3c813e9</id>
<content type='text'>
Move NMK_GPIO_PER_CHIP to gpio-nomadik.h and define it with a
shift operator.

Signed-off-by: Patrice Chotard &lt;patrice.chotard@stericsson.com&gt;
Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
</content>
</entry>
<entry>
<title>ARM: plat-nomadik: Introduce new DB8540 GPIO registers</title>
<updated>2012-10-28T20:16:15+00:00</updated>
<author>
<name>Maxime Coquelin</name>
<email>maxime.coquelin@stericsson.com</email>
</author>
<published>2012-10-10T11:59:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=748a2b72655334f01aff84a67747a78f8d1c8109'/>
<id>urn:sha1:748a2b72655334f01aff84a67747a78f8d1c8109</id>
<content type='text'>
DB8540's GPIO controller introduce level detection
support for both interrupts and wakeups.

Signed-off-by: Maxime Coquelin &lt;maxime.coquelin@stericsson.com&gt;
Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
</content>
</entry>
<entry>
<title>pinctrl/nomadik: support other alternate-C functions</title>
<updated>2012-10-10T06:36:59+00:00</updated>
<author>
<name>Jean-Nicolas Graux</name>
<email>jean-nicolas.graux@stericsson.com</email>
</author>
<published>2012-09-27T13:38:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=c22df08c7ffbfb281b0e5dff3fff4e192d1a7863'/>
<id>urn:sha1:c22df08c7ffbfb281b0e5dff3fff4e192d1a7863</id>
<content type='text'>
Upgrade nomadik pinctrl driver to enable selection of other
alternate-C[1-4] functions on some specific ux500 SoC pins.
Handling of those functions is done thanks to PRCM GPIOCR
registers. This was previously managed in PRCMU driver and
it was not really convenient. Idea is to provide a common
way to control all alternate functions.

Note that this improvement does not support the old-fashioned way
used to control nomadik pins, namely the "nmk_config_pin()" function
and its derivatives.

Signed-off-by: Jean-Nicolas Graux &lt;jean-nicolas.graux@stericsson.com&gt;
Reviewed-by: Philippe Langlais &lt;philippe.langlais@stericsson.com&gt;
Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
</content>
</entry>
<entry>
<title>ARM: nomadik: move platform_data definitions</title>
<updated>2012-09-14T09:19:00+00:00</updated>
<author>
<name>Arnd Bergmann</name>
<email>arnd@arndb.de</email>
</author>
<published>2012-08-24T13:19:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=db298da2c31e1dcf7c9b7c9cef6217ad3449ebb7'/>
<id>urn:sha1:db298da2c31e1dcf7c9b7c9cef6217ad3449ebb7</id>
<content type='text'>
Platform data for device drivers should be defined in
include/linux/platform_data/*.h, not in the architecture
and platform specific directories.

This moves such data out of the nomadik include directories

Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
Acked-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
Acked-by: Nicolas Pitre &lt;nico@linaro.org&gt;
Acked-by: Felipe Balbi &lt;balbi@ti.com&gt;
Acked-by: Alessandro Rubini &lt;rubini@unipv.it&gt;
Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
Cc: STEricsson &lt;STEricsson_nomadik_linux@list.st.com&gt;
Cc: Srinidhi Kasagar &lt;srinidhi.kasagar@stericsson.com&gt;
Cc: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
Cc: "David S. Miller" &lt;davem@davemloft.net&gt;
Cc: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;
Cc: David Woodhouse &lt;dwmw2@infradead.org&gt;
Cc: Andreas Westin &lt;andreas.westin@stericsson.com&gt;
</content>
</entry>
<entry>
<title>i2c-nomadik: move header to &lt;linux/platform_data/i2c-nomadik.h&gt;</title>
<updated>2012-07-09T09:40:40+00:00</updated>
<author>
<name>Alessandro Rubini</name>
<email>rubini@gnudd.com</email>
</author>
<published>2012-06-11T20:56:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=af97bace2cca58ee7c94bf4d31e820f29688d7a5'/>
<id>urn:sha1:af97bace2cca58ee7c94bf4d31e820f29688d7a5</id>
<content type='text'>
The header and driver are only used by arm/mach-u8500 (and potentially
arm/mach-nomadik), but the STA2X11 I/O Hub exports on PCIe a number of
devices, including i2c-nomadik.  This patch allows compilation of the
driver under x86.

Signed-off-by: Alessandro Rubini &lt;rubini@gnudd.com&gt;
Acked-by: Giancarlo Asnaghi &lt;giancarlo.asnaghi@st.com&gt;
Tested-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
Signed-off-by: Wolfram Sang &lt;w.sang@pengutronix.de&gt;
</content>
</entry>
</feed>
