From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755653AbbA0XCD (ORCPT ); Tue, 27 Jan 2015 18:02:03 -0500 Received: from mail-pd0-f169.google.com ([209.85.192.169]:51399 "EHLO mail-pd0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755419AbbA0XCA (ORCPT ); Tue, 27 Jan 2015 18:02:00 -0500 Date: Tue, 27 Jan 2015 15:02:02 -0800 From: Olof Johansson To: Baruch Siach Cc: arm@kernel.org, Mark Rutland , Arnd Bergmann , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v3 1/4] ARM: initial support for Conexant Digicolor CX92755 SoC Message-ID: <20150127230202.GB11263@quad.lixom.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Bergmann > Signed-off-by: Baruch Siach > --- > arch/arm/Kconfig | 2 ++ > arch/arm/mach-digicolor/Kconfig | 5 +++++ > arch/arm/mach-digicolor/Makefile | 1 + > arch/arm/mach-digicolor/digicolor.c | 18 ++++++++++++++++++ > 4 files changed, 26 insertions(+) > 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 Applied, thanks. -Olof