devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/5] Add platform support for LSI AXM55xx
@ 2014-05-23  9:08 Anders Berg
  2014-05-23  9:08 ` [PATCH v4 1/5] ARM: Add platform support for LSI AXM55xx SoC Anders Berg
       [not found] ` <cover.1400834521.git.anders.berg-1wcpHE2jlwO1Z/+hSey0Gg@public.gmane.org>
  0 siblings, 2 replies; 7+ messages in thread
From: Anders Berg @ 2014-05-23  9:08 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: Linus Walleij, Russell King, devicetree, linux-arm-kernel,
	linux-kernel, Anders Berg

Hi,

Here is version 4 of platform support for AXM5516 SoC.

The clk driver is now applied to clk-next. The rest should be ready for
arm-soc. Haven't got any response from the power/reset maintainers... I hope
this driver can be taken via arm-soc as well.

Changes:

v4:
    * Updated DTS according to new clk driver binding.
    * Dropped the clk driver from this series.

v3:
    * Sorted Kconfig entries alphabetically

v2:
    * Rebased to arm-soc/for-next
    * Removed redundant HAVE_SMP and ARCH_WANT_OPTIONAL_GPIOLIB from Kconfig
    * Use CPU_METHOD_OF_DECLARE to register smp_operations
    * Rework smp operations to avoid holding pen and custom headsmp.S
    * Clean up board file
    * Corrected clock properties for arm,sp804 dts node.
    * Changed machine compatible strings to include full model number.
    * Break out clk-axxia driver as separate patch
    * Removed Makefile.boot


Anders Berg (5):
  ARM: Add platform support for LSI AXM55xx SoC
  ARM: dts: Device tree for AXM55xx.
  ARM: axxia: Adding defconfig for AXM55xx
  power: reset: Add Axxia system reset driver
  ARM: dts: axxia: Add reset controller

 Documentation/devicetree/bindings/arm/axxia.txt    |  12 +
 .../bindings/power_supply/axxia-reset.txt          |  20 ++
 arch/arm/Kconfig                                   |   2 +
 arch/arm/Makefile                                  |   2 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/axm5516-amarillo.dts             |  51 +++++
 arch/arm/boot/dts/axm5516-cpus.dtsi                | 204 +++++++++++++++++
 arch/arm/boot/dts/axm55xx.dtsi                     | 204 +++++++++++++++++
 arch/arm/configs/axm55xx_defconfig                 | 248 +++++++++++++++++++++
 arch/arm/mach-axxia/Kconfig                        |  16 ++
 arch/arm/mach-axxia/Makefile                       |   2 +
 arch/arm/mach-axxia/axxia.c                        |  28 +++
 arch/arm/mach-axxia/platsmp.c                      |  89 ++++++++
 drivers/power/reset/Kconfig                        |   8 +
 drivers/power/reset/Makefile                       |   1 +
 drivers/power/reset/axxia-reset.c                  |  88 ++++++++
 include/dt-bindings/clock/lsi,axm5516-clks.h       |  36 +++
 17 files changed, 1012 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/axxia.txt
 create mode 100644 Documentation/devicetree/bindings/power_supply/axxia-reset.txt
 create mode 100644 arch/arm/boot/dts/axm5516-amarillo.dts
 create mode 100644 arch/arm/boot/dts/axm5516-cpus.dtsi
 create mode 100644 arch/arm/boot/dts/axm55xx.dtsi
 create mode 100644 arch/arm/configs/axm55xx_defconfig
 create mode 100644 arch/arm/mach-axxia/Kconfig
 create mode 100644 arch/arm/mach-axxia/Makefile
 create mode 100644 arch/arm/mach-axxia/axxia.c
 create mode 100644 arch/arm/mach-axxia/platsmp.c
 create mode 100644 drivers/power/reset/axxia-reset.c
 create mode 100644 include/dt-bindings/clock/lsi,axm5516-clks.h

-- 
1.8.3.2

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-05-23 20:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-23  9:08 [PATCH v4 0/5] Add platform support for LSI AXM55xx Anders Berg
2014-05-23  9:08 ` [PATCH v4 1/5] ARM: Add platform support for LSI AXM55xx SoC Anders Berg
     [not found] ` <cover.1400834521.git.anders.berg-1wcpHE2jlwO1Z/+hSey0Gg@public.gmane.org>
2014-05-23  9:08   ` [PATCH v4 2/5] ARM: dts: Device tree for AXM55xx Anders Berg
2014-05-23  9:08   ` [PATCH v4 3/5] ARM: axxia: Adding defconfig " Anders Berg
2014-05-23  9:08   ` [PATCH v4 4/5] power: reset: Add Axxia system reset driver Anders Berg
2014-05-23  9:08   ` [PATCH v4 5/5] ARM: dts: axxia: Add reset controller Anders Berg
2014-05-23 20:08   ` [PATCH v4 0/5] Add platform support for LSI AXM55xx Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).