<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/arch/arm/plat-versatile/Makefile, branch linux-4.16.y</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=linux-4.16.y</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=linux-4.16.y'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2016-02-10T08:22:34+00:00</updated>
<entry>
<title>ARM: plat-versatile: Remove unused clock.c file</title>
<updated>2016-02-10T08:22:34+00:00</updated>
<author>
<name>Stephen Boyd</name>
<email>sboyd@codeaurora.org</email>
</author>
<published>2016-02-10T08:22:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=2e3cd19bbd1a39e09f8e6a8020b79136d3fc3c7a'/>
<id>urn:sha1:2e3cd19bbd1a39e09f8e6a8020b79136d3fc3c7a</id>
<content type='text'>
This file isn't compiled anymore because PLAT_VERSATILE_CLOCK is
never selected. Remove the file and the config.

Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
Signed-off-by: Stephen Boyd &lt;sboyd@codeaurora.org&gt;
Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
</content>
</entry>
<entry>
<title>video: move Versatile CLCD helpers</title>
<updated>2014-06-27T08:15:22+00:00</updated>
<author>
<name>Linus Walleij</name>
<email>linus.walleij@linaro.org</email>
</author>
<published>2014-05-22T21:25:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=11c32d7b6274cb0f554943d65bd4a126c4a86dcd'/>
<id>urn:sha1:11c32d7b6274cb0f554943d65bd4a126c4a86dcd</id>
<content type='text'>
This moves the Versatile-specific helper code and panel database
down into the drivers/video folder next to the CLCD driver
itself, preserving the config symbol but also moving the header
to platform data.

This is necessary to rid the Integrator of this final &lt;plat/*&gt;
inclusion dependency and get us one less user of the
plat-versatile folder.

Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;
Cc: Jean-Christophe Plagniol-Villard &lt;plagnioj@jcrosoft.com&gt;
Cc: linux-fbdev@vger.kernel.org
Cc: Russell King &lt;linux@arm.linux.org.uk&gt;
Acked-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;
Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
</content>
</entry>
<entry>
<title>ARM/leds: move ARM Versatile LED driver to leds subsystem</title>
<updated>2014-03-28T09:54:15+00:00</updated>
<author>
<name>Linus Walleij</name>
<email>linus.walleij@linaro.org</email>
</author>
<published>2014-02-27T13:44:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=1dc7d8374dccf2815294ceb6a1092253f45ba860'/>
<id>urn:sha1:1dc7d8374dccf2815294ceb6a1092253f45ba860</id>
<content type='text'>
Now that we have converted this driver to a real platform device
module-based thing, we move the driver down into the LEDs
subsystem and rename the config option to LEDS_VERSATILE.

Cc: Richard Purdie &lt;rpurdie@rpsys.net&gt;
Cc: Russell King &lt;linux@arm.linux.org.uk&gt;
Cc: Pawel Moll &lt;pawel.moll@arm.com&gt;
Acked-by: Bryan Wu &lt;cooloney@gmail.com&gt;
Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
</content>
</entry>
<entry>
<title>ARM: plat-versatile: move FPGA irq driver to drivers/irqchip</title>
<updated>2012-11-04T17:09:12+00:00</updated>
<author>
<name>Linus Walleij</name>
<email>linus.walleij@linaro.org</email>
</author>
<published>2012-10-31T21:04:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=2389d5014342e9535aad212d0c68d439aaf534ba'/>
<id>urn:sha1:2389d5014342e9535aad212d0c68d439aaf534ba</id>
<content type='text'>
This moves the Versatile FPGA interrupt controller driver, used in
the Integrator/AP, Integrator/CP and some Versatile boards, out
of arch/arm/plat-versatile and down to drivers/irqchip where we
have consensus that such drivers belong. The header file is
consequently moved to &lt;linux/platform_data/irq-versatile-fpga.h&gt;.

Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
</content>
</entry>
<entry>
<title>ARM: vexpress: convert to multi-platform</title>
<updated>2012-09-14T17:55:09+00:00</updated>
<author>
<name>Rob Herring</name>
<email>rob.herring@calxeda.com</email>
</author>
<published>2012-09-06T18:43:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=617276307cd4cdb9a95c77efaa3063695af63aa7'/>
<id>urn:sha1:617276307cd4cdb9a95c77efaa3063695af63aa7</id>
<content type='text'>
Convert vexpress to multi-platform. This always enables vexpress DT and
makes it the default v7 platform.

Signed-off-by: Rob Herring &lt;rob.herring@calxeda.com&gt;
Cc: Pawel Moll &lt;pawel.moll@arm.com&gt;
</content>
</entry>
<entry>
<title>ARM: versatile: Make plat-versatile clock optional</title>
<updated>2012-07-12T15:16:56+00:00</updated>
<author>
<name>Pawel Moll</name>
<email>pawel.moll@arm.com</email>
</author>
<published>2012-07-05T10:35:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=56a34b03ff427046494db87f05fc810aaedd23a5'/>
<id>urn:sha1:56a34b03ff427046494db87f05fc810aaedd23a5</id>
<content type='text'>
... in preparation for common clock coming for Integrator
and Versatile Express.

Based on Linus Walleij's "ARM: integrator: convert to common
clock" patch.

Signed-off-by: Pawel Moll &lt;pawel.moll@arm.com&gt;
</content>
</entry>
<entry>
<title>ARM: plat-versatile: convert to twd_local_timer_register() interface</title>
<updated>2012-03-13T13:29:58+00:00</updated>
<author>
<name>Marc Zyngier</name>
<email>marc.zyngier@arm.com</email>
</author>
<published>2011-08-04T10:57:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=7c380f273cf09b202e4bc9cbe137aef1870b8a20'/>
<id>urn:sha1:7c380f273cf09b202e4bc9cbe137aef1870b8a20</id>
<content type='text'>
Add support for the new smp_twd runtime registration interface
to the RealView/VE platforms, and remove the old compile-time support.
Tested on EB11MP.

Signed-off-by: Marc Zyngier &lt;marc.zyngier@arm.com&gt;
</content>
</entry>
<entry>
<title>ARM: realview/vexpress: consolidate SMP bringup code</title>
<updated>2011-02-19T11:11:41+00:00</updated>
<author>
<name>Russell King</name>
<email>rmk+kernel@arm.linux.org.uk</email>
</author>
<published>2011-01-19T10:24:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=0462b4477ea3260304bbcd97c64c0b704b4f0f85'/>
<id>urn:sha1:0462b4477ea3260304bbcd97c64c0b704b4f0f85</id>
<content type='text'>
Realview and Versatile Express share the same SMP bringup code, so
consolidate the two implementations.

Acked-by: Catalin Marinas &lt;catalin.marinas@arm.com&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>ARM: realview/vexpress: consolidate localtimer support</title>
<updated>2011-02-19T11:11:36+00:00</updated>
<author>
<name>Russell King</name>
<email>rmk+kernel@arm.linux.org.uk</email>
</author>
<published>2011-01-19T10:07:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=cdab142a80d859984eb5e3876e0e762b1f0bded9'/>
<id>urn:sha1:cdab142a80d859984eb5e3876e0e762b1f0bded9</id>
<content type='text'>
Realview and Versatile Express local timer support is identical, so
consolidate the implementations.

Acked-by: Catalin Marinas &lt;catalin.marinas@arm.com&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>ARM: integrator/versatile: consolidate FPGA IRQ handling code</title>
<updated>2011-02-19T11:11:33+00:00</updated>
<author>
<name>Russell King</name>
<email>rmk+kernel@arm.linux.org.uk</email>
</author>
<published>2011-01-19T15:32:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=c41b16f8c9d9dc74ed5669d4a3e3d42374c9e609'/>
<id>urn:sha1:c41b16f8c9d9dc74ed5669d4a3e3d42374c9e609</id>
<content type='text'>
Consolidate the FPGA IRQ handling code.  Integrator/AP and Versatile
have one FPGA-based IRQ handler each.  Integrator/CP has three.

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