From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benoit Cousson Subject: Re: [PATCHv3 0/4] Add device tree data for omap5 Date: Mon, 20 Aug 2012 14:13:41 +0200 Message-ID: <503229F5.4030405@ti.com> References: <1344961473-13675-1-git-send-email-sourav.poddar@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: "Poddar, Sourav" Cc: devicetree-discuss@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, Felipe Balbi , Santosh Shilimkar List-Id: linux-omap@vger.kernel.org On 08/20/2012 02:10 PM, Poddar, Sourav wrote: > Hi All, > > On Tue, Aug 14, 2012 at 9:54 PM, Sourav Poddar wrote: >> The following patch series add i2c support for omap5. >> As well as enable I2C based devices like pressure and temperature >> through device tree. Also add onchip keypad dts data. >> >> Cc: Benoit Cousson >> Cc: Felipe Balbi >> Cc: Santosh Shilimkar >> >> Sourav Poddar (4): >> arm/dts: omap5-evm: Add I2C support >> arm/dts: omap5-evm: Add tmp102 sensor support >> arm/dts: omap5-evm: Add keypad data >> arm/dts: omap5-evm: Add bmp085 sensor support >> >> v2->v3 >> - Rebased on 3.6-rc1 >> - Add comments for tmp102 and bmp085 >> arch/arm/boot/dts/omap5-evm.dts | 32 +++++++++++++++++++++++++++++++ >> arch/arm/boot/dts/omap5.dtsi | 40 +++++++++++++++++++++++++++++++++++++++ >> 2 files changed, 72 insertions(+), 0 deletions(-) >> > Any comment on this series? Didn't we mentioned updating the trivial-devices.txt in the documentation to list these devices? Otherwise it it fine. You can add the documentation and I'll take these patches as well along with the others. Regards, Benoit From mboxrd@z Thu Jan 1 00:00:00 1970 From: b-cousson@ti.com (Benoit Cousson) Date: Mon, 20 Aug 2012 14:13:41 +0200 Subject: [PATCHv3 0/4] Add device tree data for omap5 In-Reply-To: References: <1344961473-13675-1-git-send-email-sourav.poddar@ti.com> Message-ID: <503229F5.4030405@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 08/20/2012 02:10 PM, Poddar, Sourav wrote: > Hi All, > > On Tue, Aug 14, 2012 at 9:54 PM, Sourav Poddar wrote: >> The following patch series add i2c support for omap5. >> As well as enable I2C based devices like pressure and temperature >> through device tree. Also add onchip keypad dts data. >> >> Cc: Benoit Cousson >> Cc: Felipe Balbi >> Cc: Santosh Shilimkar >> >> Sourav Poddar (4): >> arm/dts: omap5-evm: Add I2C support >> arm/dts: omap5-evm: Add tmp102 sensor support >> arm/dts: omap5-evm: Add keypad data >> arm/dts: omap5-evm: Add bmp085 sensor support >> >> v2->v3 >> - Rebased on 3.6-rc1 >> - Add comments for tmp102 and bmp085 >> arch/arm/boot/dts/omap5-evm.dts | 32 +++++++++++++++++++++++++++++++ >> arch/arm/boot/dts/omap5.dtsi | 40 +++++++++++++++++++++++++++++++++++++++ >> 2 files changed, 72 insertions(+), 0 deletions(-) >> > Any comment on this series? Didn't we mentioned updating the trivial-devices.txt in the documentation to list these devices? Otherwise it it fine. You can add the documentation and I'll take these patches as well along with the others. Regards, Benoit From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754627Ab2HTMNz (ORCPT ); Mon, 20 Aug 2012 08:13:55 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:35627 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752015Ab2HTMNv (ORCPT ); Mon, 20 Aug 2012 08:13:51 -0400 Message-ID: <503229F5.4030405@ti.com> Date: Mon, 20 Aug 2012 14:13:41 +0200 From: Benoit Cousson Organization: Texas Instruments User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: "Poddar, Sourav" CC: , , , , Felipe Balbi , Santosh Shilimkar Subject: Re: [PATCHv3 0/4] Add device tree data for omap5 References: <1344961473-13675-1-git-send-email-sourav.poddar@ti.com> In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/20/2012 02:10 PM, Poddar, Sourav wrote: > Hi All, > > On Tue, Aug 14, 2012 at 9:54 PM, Sourav Poddar wrote: >> The following patch series add i2c support for omap5. >> As well as enable I2C based devices like pressure and temperature >> through device tree. Also add onchip keypad dts data. >> >> Cc: Benoit Cousson >> Cc: Felipe Balbi >> Cc: Santosh Shilimkar >> >> Sourav Poddar (4): >> arm/dts: omap5-evm: Add I2C support >> arm/dts: omap5-evm: Add tmp102 sensor support >> arm/dts: omap5-evm: Add keypad data >> arm/dts: omap5-evm: Add bmp085 sensor support >> >> v2->v3 >> - Rebased on 3.6-rc1 >> - Add comments for tmp102 and bmp085 >> arch/arm/boot/dts/omap5-evm.dts | 32 +++++++++++++++++++++++++++++++ >> arch/arm/boot/dts/omap5.dtsi | 40 +++++++++++++++++++++++++++++++++++++++ >> 2 files changed, 72 insertions(+), 0 deletions(-) >> > Any comment on this series? Didn't we mentioned updating the trivial-devices.txt in the documentation to list these devices? Otherwise it it fine. You can add the documentation and I'll take these patches as well along with the others. Regards, Benoit