Re: [PATCH v3 1/4] ARM: initial support for Conexant Digicolor CX92755 SoC

2015-01-27 Thread Olof Johansson
On Wed, Jan 14, 2015 at 10:40:30AM +0200, Baruch Siach wrote: > 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

Re: [PATCH v3 1/4] ARM: initial support for Conexant Digicolor CX92755 SoC

2015-01-27 Thread Olof Johansson
On Wed, Jan 14, 2015 at 10:40:30AM +0200, Baruch Siach wrote: 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

[PATCH v3 1/4] ARM: initial support for Conexant Digicolor CX92755 SoC

2015-01-14 Thread Baruch Siach
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 Signed-off-by: Baruch Siach --- arch/arm/Kconfig

[PATCH v3 1/4] ARM: initial support for Conexant Digicolor CX92755 SoC

2015-01-14 Thread Baruch Siach
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 a...@arndb.de Signed-off-by: Baruch Siach bar...@tkos.co.il ---