devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] ARM: Conexant Digicolor CX92755 SoC support
@ 2015-01-14  8:40 Baruch Siach
  2015-01-14  8:40 ` [PATCH v3 1/4] ARM: initial support for Conexant Digicolor CX92755 SoC Baruch Siach
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Baruch Siach @ 2015-01-14  8:40 UTC (permalink / raw)
  To: arm
  Cc: Mark Rutland, Arnd Bergmann, linux-arm-kernel, linux-kernel,
	devicetree, Baruch Siach

This series adds initial support for the Conexant CX92755 SoC. The CX92755 is
one of the Digicolor series of SoCs, all sharing many of the same peripherals.
The code was tested on the CX92755 evaluation kit, AKA Equinox.

Uses attempting to try this code will most likely also want the UART/console
driver available from https://patchwork.kernel.org/patch/5515861/.

v3:
   * Remove earlyprintk from dts bootargs (Arnd Bergmann)

   * Move aliases from chip .dtsi to board .dts (Arnd Bergmann)

   * Add 'cpus' node (Mark Rutland)

   * Add commit log messages to all patches (Arnd Bergmann)

   * Add Arnd's ack

   * Split arch/arm stuff from the irq and timer drivers

v2:
   http://marc.info/?t=142074613900007&r=1&w=2

   * Remove .map_io assignment, debug_ll is enabled by default (Arnd Bergmann)

   * Migrate the irq driver to generic irq chip, simplifying the code somewhat
     (Arnd Bergmann)

   * Change the timer dt binding, so that the 'reg' property points to the
     first "Agent Communication" register. This should improve the chance of
     reusing this binding for other SoCs in this series.

   * Add the CONTROL() and COUNT() macros to the timer driver to make the code
     clearer.

   * Move arch/arm Kconfig changes from the clocksource driver patch to the
     base arch support patch to reduce dependency between them

v1:
   http://thread.gmane.org/gmane.linux.kernel/1855027

Baruch Siach (4):
  ARM: initial support for Conexant Digicolor CX92755 SoC
  ARM: digicolor: add low level debug support
  ARM: digicolor: add minimal device tree description
  ARM: devicetree: document supported Conexant Digicolor SoC

 .../devicetree/bindings/arm/digicolor.txt          |   6 ++
 arch/arm/Kconfig                                   |   2 +
 arch/arm/Kconfig.debug                             |  12 ++-
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/conexant_equinox.dts             |  74 ++++++++++++++
 arch/arm/boot/dts/cx92755.dtsi                     | 107 +++++++++++++++++++++
 arch/arm/include/debug/digicolor.S                 |  35 +++++++
 arch/arm/mach-digicolor/Kconfig                    |   5 +
 arch/arm/mach-digicolor/Makefile                   |   1 +
 arch/arm/mach-digicolor/digicolor.c                |  18 ++++
 10 files changed, 259 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/digicolor.txt
 create mode 100644 arch/arm/boot/dts/conexant_equinox.dts
 create mode 100644 arch/arm/boot/dts/cx92755.dtsi
 create mode 100644 arch/arm/include/debug/digicolor.S
 create mode 100644 arch/arm/mach-digicolor/Kconfig
 create mode 100644 arch/arm/mach-digicolor/Makefile
 create mode 100644 arch/arm/mach-digicolor/digicolor.c

-- 
2.1.4

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

end of thread, other threads:[~2015-01-28 10:48 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-14  8:40 [PATCH v3 0/4] ARM: Conexant Digicolor CX92755 SoC support Baruch Siach
2015-01-14  8:40 ` [PATCH v3 1/4] ARM: initial support for Conexant Digicolor CX92755 SoC Baruch Siach
2015-01-27 23:02   ` Olof Johansson
2015-01-14  8:40 ` [PATCH v3 2/4] ARM: digicolor: add low level debug support Baruch Siach
     [not found]   ` <5b6342c716e2e56da34d7a518b49817967de948a.1421219953.git.baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>
2015-01-27 23:02     ` Olof Johansson
2015-01-14  8:40 ` [PATCH v3 3/4] ARM: digicolor: add minimal device tree description Baruch Siach
     [not found]   ` <474d0849bb30ab4ec323fa4c1bc67b30b31d3884.1421219953.git.baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>
2015-01-27 23:01     ` Olof Johansson
2015-01-28 10:48       ` Baruch Siach
     [not found] ` <cover.1421219953.git.baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>
2015-01-14  8:40   ` [PATCH v3 4/4] ARM: devicetree: document supported Conexant Digicolor SoC Baruch Siach
2015-01-27 23:02     ` Olof Johansson
2015-01-25 18:08 ` [PATCH v3 0/4] ARM: Conexant Digicolor CX92755 SoC support Baruch Siach
2015-01-27 23:03   ` Olof Johansson

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).