From mboxrd@z Thu Jan 1 00:00:00 1970 From: srinivas.kandagatla@linaro.org (Srinivas Kandagatla) Date: Tue, 06 May 2014 13:39:34 +0100 Subject: [PATCH 0/4] Enable ST Keyscan driver In-Reply-To: <1399304320-18197-1-git-send-email-gabriel.fernandez@linaro.org> References: <1399304320-18197-1-git-send-email-gabriel.fernandez@linaro.org> Message-ID: <5368D806.8050609@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org All the DT patches look good for me. Acked-by: Srinivas Kandagatla I think It will be better to send a pull request to Arnd/Olof including other reviewed DT patches. thanks, srini On 05/05/14 16:38, Gabriel FERNANDEZ wrote: > The goal of this series is to enable ST Keyscan support to ST SoCs. > The DT definition is added for STiH415 and STiH416 SoCs on > B2000 board. > Tested on B2000 sti board. > > Gabriel Fernandez (4): > ARM: STi: DT: add keyscan for stih415 > ARM: STi: DT: add keyscan for stih416 > ARM: STi: DT: add keyscan for stih41x-b2000 > ARM: multi_v7_defconfig: add ST Keyscan driver > > arch/arm/boot/dts/stih415-pinctrl.dtsi | 16 ++++++++++++++++ > arch/arm/boot/dts/stih415.dtsi | 12 ++++++++++++ > arch/arm/boot/dts/stih416-pinctrl.dtsi | 16 ++++++++++++++++ > arch/arm/boot/dts/stih416.dtsi | 12 ++++++++++++ > arch/arm/boot/dts/stih41x-b2000.dtsi | 23 +++++++++++++++++++++++ > arch/arm/configs/multi_v7_defconfig | 1 + > 6 files changed, 80 insertions(+) > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Srinivas Kandagatla Subject: Re: [PATCH 0/4] Enable ST Keyscan driver Date: Tue, 06 May 2014 13:39:34 +0100 Message-ID: <5368D806.8050609@linaro.org> References: <1399304320-18197-1-git-send-email-gabriel.fernandez@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1399304320-18197-1-git-send-email-gabriel.fernandez@linaro.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Gabriel FERNANDEZ , Srinivas Kandagatla , Maxime Coquelin , Patrice Chotard , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King Cc: devicetree@vger.kernel.org, kernel@stlinux.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Lee Jones , Gabriel Fernandez List-Id: devicetree@vger.kernel.org All the DT patches look good for me. Acked-by: Srinivas Kandagatla I think It will be better to send a pull request to Arnd/Olof including other reviewed DT patches. thanks, srini On 05/05/14 16:38, Gabriel FERNANDEZ wrote: > The goal of this series is to enable ST Keyscan support to ST SoCs. > The DT definition is added for STiH415 and STiH416 SoCs on > B2000 board. > Tested on B2000 sti board. > > Gabriel Fernandez (4): > ARM: STi: DT: add keyscan for stih415 > ARM: STi: DT: add keyscan for stih416 > ARM: STi: DT: add keyscan for stih41x-b2000 > ARM: multi_v7_defconfig: add ST Keyscan driver > > arch/arm/boot/dts/stih415-pinctrl.dtsi | 16 ++++++++++++++++ > arch/arm/boot/dts/stih415.dtsi | 12 ++++++++++++ > arch/arm/boot/dts/stih416-pinctrl.dtsi | 16 ++++++++++++++++ > arch/arm/boot/dts/stih416.dtsi | 12 ++++++++++++ > arch/arm/boot/dts/stih41x-b2000.dtsi | 23 +++++++++++++++++++++++ > arch/arm/configs/multi_v7_defconfig | 1 + > 6 files changed, 80 insertions(+) >