]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: initial support for Conexant Digicolor CX92755 SoC
authorBaruch Siach <baruch@tkos.co.il>
Wed, 14 Jan 2015 08:40:30 +0000 (10:40 +0200)
committerOlof Johansson <olof@lixom.net>
Tue, 27 Jan 2015 22:56:30 +0000 (14:56 -0800)
commitdf8d742e9299ef6c0fdc3edf6f028f211f683a7b
treeebae7437b12d1106aa8aa5c78c2983490ec86ec8
parented1bd46beec28a97ad4b191ae251a9dfd029692a
ARM: initial support for Conexant Digicolor CX92755 SoC

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

Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/Kconfig
arch/arm/mach-digicolor/Kconfig [new file with mode: 0644]
arch/arm/mach-digicolor/Makefile [new file with mode: 0644]
arch/arm/mach-digicolor/digicolor.c [new file with mode: 0644]