Re: [PATCH RESEND 0/5] ARM: dts: AM33XX: Add device tree data

2012-09-28 Thread Matt Porter
On Wed, Sep 19, 2012 at 04:46:52PM -0500, Benoit Cousson wrote:
 + Matt
 
 On 9/19/2012 4:28 PM, AnilKumar, Chimata wrote:
 On Thu, Sep 20, 2012 at 02:53:38, Cousson, Benoit wrote:
 + Paul
 
 Hi Anil,
 
 Thanks for the rebase / repost. I'll pulled the full series if Paul is OK 
 with
ARM: OMAP2+: AM33XX: Add clock entries to omap_clk data
 
 
 What about Matt's series to fix the I2C number? Should it be applied
 on top of that one?

I had the series to fix the GPIO numbering [1]. It's dependent on this
series which carries the led dts patch. Pantelis has a patch for i2c
dts numbering in his i2c series [2]. A hunk in that patch has support
for his i2c pinctrl series mixed in (not sure where that one is due to
the change to early init) so it doesn't apply cleanly alone on top of
for_3.7/dts_part2. If you're willing to pick up that i2c renumbering by
itself I can drop you a patch just for that part.

-Matt

[1] https://patchwork.kernel.org/patch/1433481/
https://patchwork.kernel.org/patch/1433471/

[2] https://patchwork.kernel.org/patch/1474001/

 
 Regards,
 Benoit
 --
 To unsubscribe from this list: send the line unsubscribe linux-omap in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: [PATCH RESEND 0/5] ARM: dts: AM33XX: Add device tree data

2012-09-19 Thread Cousson, Benoit
+ Paul

Hi Anil,

Thanks for the rebase / repost. I'll pulled the full series if Paul is OK with
  ARM: OMAP2+: AM33XX: Add clock entries to omap_clk data

Paul,
Is that OK?

Regards,
Benoit


Texas Instruments France SA, 821 Avenue Jack Kilby, 06270 Villeneuve Loubet. 
036 420 040 R.C.S Antibes. Capital de EUR 12.654.784

-Original Message-
From: AnilKumar, Chimata
Sent: Wednesday, September 19, 2012 4:19 PM
To: t...@atomide.com
Cc: Cousson, Benoit; linux-arm-ker...@lists.infradead.org; linux-
o...@vger.kernel.org; AnilKumar, Chimata
Subject: [PATCH RESEND 0/5] ARM: dts: AM33XX: Add device tree data

Add device tree data of pinctrl, d_can, lis331dlh and tmp275 drivers
for AM33XX family of devices. These patches were submitted earlier
and reviewed. Re-sending to apply cleanly on linux-omap/devel-dt
tree. These patches were tested on am33xx-evm and am335x-bone.

AnilKumar Ch (5):
  ARM: dts: AM33XX: Add basic pinctrl device tree data
  ARM: dts: AM33XX: Add D_CAN device tree data
  ARM: OMAP2+: AM33XX: Add clock entries to omap_clk data
  ARM: dts: AM33XX: Add lis331dlh device tree data to am335x-evm
  ARM: dts: AM33XX: Add temperature sensor device tree data to
am335x-evm

 arch/arm/boot/dts/am335x-evm.dts |   44
++
 arch/arm/boot/dts/am33xx.dtsi|   27 +
 arch/arm/mach-omap2/clock33xx_data.c |1 +
 3 files changed, 72 insertions(+)

--
1.7.9.5


--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: [PATCH RESEND 0/5] ARM: dts: AM33XX: Add device tree data

2012-09-19 Thread Paul Walmsley
Hi Benoît

On Wed, 19 Sep 2012, Cousson, Benoit wrote:

 Thanks for the rebase / repost. I'll pulled the full series if Paul is OK with
   ARM: OMAP2+: AM33XX: Add clock entries to omap_clk data
 
 Paul,
 Is that OK?

Looks to me like the clock change is unrelated to the DTS changes?  Best 
thing would be if you could just take the DTS changes and I'll take the 
clkdev alias change.  

Otherwise if that doesn't work I can ack it, but there might be some 
conflicts with other clkdev data changes.


- Paul

RE: [PATCH RESEND 0/5] ARM: dts: AM33XX: Add device tree data

2012-09-19 Thread AnilKumar, Chimata
On Thu, Sep 20, 2012 at 02:53:38, Cousson, Benoit wrote:
 + Paul
 
 Hi Anil,
 
 Thanks for the rebase / repost. I'll pulled the full series if Paul is OK 
 with 
   ARM: OMAP2+: AM33XX: Add clock entries to omap_clk data
 

Thanks Benoit,

Thanks
AnilKumar

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH RESEND 0/5] ARM: dts: AM33XX: Add device tree data

2012-09-19 Thread Cousson, Benoit

On 9/19/2012 4:26 PM, Paul Walmsley wrote:

Hi Benoît

On Wed, 19 Sep 2012, Cousson, Benoit wrote:


Thanks for the rebase / repost. I'll pulled the full series if Paul is OK with
   ARM: OMAP2+: AM33XX: Add clock entries to omap_clk data

Paul,
Is that OK?


Looks to me like the clock change is unrelated to the DTS changes?  Best
thing would be if you could just take the DTS changes and I'll take the
clkdev alias change.


Good point, it can be separated.


Otherwise if that doesn't work I can ack it, but there might be some
conflicts with other clkdev data changes.


No problem, that's fine for me.

Regards,
Benoit

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH RESEND 0/5] ARM: dts: AM33XX: Add device tree data

2012-09-19 Thread Cousson, Benoit

+ Matt

On 9/19/2012 4:28 PM, AnilKumar, Chimata wrote:

On Thu, Sep 20, 2012 at 02:53:38, Cousson, Benoit wrote:

+ Paul

Hi Anil,

Thanks for the rebase / repost. I'll pulled the full series if Paul is OK with
   ARM: OMAP2+: AM33XX: Add clock entries to omap_clk data



What about Matt's series to fix the I2C number? Should it be applied on 
top of that one?


Regards,
Benoit
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html