All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH v2 0/5] Add support for hi3520
@ 2016-09-15 21:05 Marty Plummer
  2016-09-15 21:05 ` [RFC PATCH v2 1/5] ARM: hisi: Make 3620 explicit, remove wildcards Marty Plummer
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Marty Plummer @ 2016-09-15 21:05 UTC (permalink / raw)
  To: linux-arm-kernel

This is a preparatory series for adding the ARMv5/v6 hi3520 SoCs.
Assumptions were made when adding hi3620 that don't hold water in
light of adding support for the hi3520 SoC.  Fix the issue by renaming
config options and other namespaces to avoid collisions with the new
work.

Signed-off-by: Marty Plummer <netz.kernel@gmail.com>
---
Changes for v2:
 - Included cover letter
 - Unsplit some patches
 - Added new dts/dts files to show why

Marty Plummer (5):
  ARM: hisi: Make 3620 explicit, remove wildcards
  clk: hi3620: Make 3620 explicit, remove wildcard
  dmaengine: hi3620: Make hi3620 explicit
  ARM: hisi: enable devicetree support for hi3520
  ARM: hisi: add devicetree for hi3520

 arch/arm/Kconfig.debug                  |   2 +-
 arch/arm/boot/dts/Makefile              |   4 +-
 arch/arm/boot/dts/hi3520-1176-dm77a.dts |  62 +++++++++++
 arch/arm/boot/dts/hi3520-1176.dtsi      | 178 ++++++++++++++++++++++++++++++++
 arch/arm/configs/hisi_defconfig         |   2 +-
 arch/arm/configs/multi_v7_defconfig     |   2 +-
 arch/arm/mach-hisi/Kconfig              |  32 ++++--
 arch/arm/mach-hisi/core.h               |  10 +-
 arch/arm/mach-hisi/hisilicon.c          |  34 +++++-
 arch/arm/mach-hisi/hotplug.c            |  16 +--
 arch/arm/mach-hisi/platsmp.c            |  24 ++---
 drivers/clk/hisilicon/Makefile          |   2 +-
 drivers/dma/Kconfig                     |   2 +-
 13 files changed, 325 insertions(+), 45 deletions(-)
 create mode 100644 arch/arm/boot/dts/hi3520-1176-dm77a.dts
 create mode 100644 arch/arm/boot/dts/hi3520-1176.dtsi

-- 
2.9.3

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

end of thread, other threads:[~2016-09-16  8:05 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-15 21:05 [RFC PATCH v2 0/5] Add support for hi3520 Marty Plummer
2016-09-15 21:05 ` [RFC PATCH v2 1/5] ARM: hisi: Make 3620 explicit, remove wildcards Marty Plummer
2016-09-16  7:54   ` Arnd Bergmann
2016-09-15 21:05 ` [RFC PATCH v2 2/5] clk: hi3620: Make 3620 explicit, remove wildcard Marty Plummer
2016-09-16  8:05   ` Arnd Bergmann
2016-09-15 21:05 ` [RFC PATCH v2 3/5] dmaengine: hi3620: Make hi3620 " Marty Plummer
2016-09-16  8:04   ` Arnd Bergmann
2016-09-15 21:05 ` [RFC PATCH v2 4/5] ARM: hisi: enable devicetree support for hi3520 Marty Plummer
2016-09-16  7:56   ` Arnd Bergmann
2016-09-15 21:05 ` [RFC PATCH v2 5/5] ARM: hisi: add devicetree " Marty Plummer
2016-09-16  8:02   ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.