[GIT PULL] DaVinci fixes for v3.11

2013-08-19 Thread Sekhar Nori
Hi Kevin, Arnd, Olof, Can you please pull this fix for v3.11? The commit has been marked for inclusion in -stable kernel too. Thanks, Sekhar The following changes since commit d4e4ab86bcba5a72779c43dc1459f71fea3d89c8: Linux 3.11-rc5 (2013-08-11 18:04:20 -0700) are available in the git

Re: [GIT PULL] DaVinci fixes for v3.11

2013-08-19 Thread Sekhar Nori
Fixing the LAKML address this time. Thanks, Sekhar On 8/19/2013 12:59 PM, Sekhar Nori wrote: Hi Kevin, Arnd, Olof, Can you please pull this fix for v3.11? The commit has been marked for inclusion in -stable kernel too. Thanks, Sekhar The following changes since commit

[PATCH] i2c: move of helpers into the core

2013-08-19 Thread Wolfram Sang
I2C of helpers used to live in of_i2c.c but experience (from SPI) shows that it is much cleaner to have this in the core. This also removes a circular dependency between the helpers and the core, and so we can finally register child nodes in the core instead of doing this manually in each driver.

Re: [PATCH v12 10/11] ARM: dts: add AM33XX EDMA support

2013-08-19 Thread Sebastian Andrzej Siewior
On 06/20/2013 11:06 PM, Joel A Fernandes wrote: From: Matt Porter m...@ti.com Adds AM33XX EDMA support to the am33xx.dtsi as documented in Documentation/devicetree/bindings/dma/ti-edma.txt Joel: Drop DT entries that are non-hardware-description for now as discussed in [1] [1]

Re: [PATCH v3 1/2] rtc: omap: update of_device_id to reflect latest ip revisions

2013-08-19 Thread Mark Rutland
On Fri, Aug 16, 2013 at 07:12:46PM +0100, Benoit Cousson wrote: Hi Mark, On 16/08/2013 19:20, Mark Rutland wrote: Hi Benoit, On Fri, Aug 16, 2013 at 03:15:57PM +0100, Benoit Cousson wrote: Hi Gururaja, On 16/08/2013 13:36, Hebbar, Gururaja wrote: The syntax of compatible property

Re: [GIT PULL] DaVinci fixes for v3.11

2013-08-19 Thread Kevin Hilman
Hi Sekhar, Sekhar Nori nsek...@ti.com writes: The following changes since commit d4e4ab86bcba5a72779c43dc1459f71fea3d89c8: Linux 3.11-rc5 (2013-08-11 18:04:20 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git

[PATCH RESEND] i2c: move of helpers into the core

2013-08-19 Thread Wolfram Sang
I2C of helpers used to live in of_i2c.c but experience (from SPI) shows that it is much cleaner to have this in the core. This also removes a circular dependency between the helpers and the core, and so we can finally register child nodes in the core instead of doing this manually in each driver.

Re: [PATCH RESEND] i2c: move of helpers into the core

2013-08-19 Thread Sylwester Nawrocki
On 08/19/2013 07:59 PM, Wolfram Sang wrote: I2C of helpers used to live in of_i2c.c but experience (from SPI) shows that it is much cleaner to have this in the core. This also removes a circular dependency between the helpers and the core, and so we can finally register child nodes in the core

Re: [PATCH RESEND] i2c: move of helpers into the core

2013-08-19 Thread Wolfram Sang
However this patch fails to apply onto either v3.11-rc4 or v3.11-rc6: Argh, did not drop the MPC patch before rebasing :( So either pick the patch i2c: powermac: fix return path on error before, pull the branch [1], or force me to resend ;) Thanks! [1]

Re: [PATCH RESEND] i2c: move of helpers into the core

2013-08-19 Thread Felipe Balbi
On Mon, Aug 19, 2013 at 07:59:40PM +0200, Wolfram Sang wrote: I2C of helpers used to live in of_i2c.c but experience (from SPI) shows that it is much cleaner to have this in the core. This also removes a circular dependency between the helpers and the core, and so we can finally register child

Re: [PATCH RESEND] i2c: move of helpers into the core

2013-08-19 Thread Wolfram Sang
On Mon, Aug 19, 2013 at 09:46:04PM +0200, Thierry Reding wrote: On Mon, Aug 19, 2013 at 07:59:40PM +0200, Wolfram Sang wrote: [...] diff --git a/drivers/i2c/i2c-core.c b/drivers/i2c/i2c-core.c [...] +#if IS_ENABLED(CONFIG_OF) +static void of_i2c_register_devices(struct i2c_adapter *adap)

Re: [PATCH RESEND] i2c: move of helpers into the core

2013-08-19 Thread Rob Herring
On 08/19/2013 12:59 PM, Wolfram Sang wrote: I2C of helpers used to live in of_i2c.c but experience (from SPI) shows that it is much cleaner to have this in the core. This also removes a circular dependency between the helpers and the core, and so we can finally register child nodes in the core

Re: [PATCH] i2c: move of helpers into the core

2013-08-19 Thread Stephen Warren
On 08/19/2013 05:04 PM, Rafael J. Wysocki wrote: On Monday, August 19, 2013 03:19:18 PM Wolfram Sang wrote: I2C of helpers used to live in of_i2c.c but experience (from SPI) shows that it is much cleaner to have this in the core. This also removes a circular dependency between the helpers and

Re: [GIT PULL] DaVinci fixes for v3.11

2013-08-19 Thread Sekhar Nori
Hi Kevin, On Monday 19 August 2013 10:02 PM, Kevin Hilman wrote: Note that our current fixes branch is based on -rc4, and since it doesn't look like this fix is in -next, I've rebased it onto our fixes branch. IOW, rebased to -rc4, and applied to fixes. In general, we prefer fixes based

Re: [PATCH v6] ARM: davinci: da850: add DT node for ethernet

2013-08-19 Thread Sekhar Nori
On Friday 16 August 2013 10:37 PM, Lad, Prabhakar wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com Add ethernet device tree node information and pinmux for mii to da850 by providing interrupt details and local mac address. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com

Re: [PATCH V3 1/2] tps6507x-ts: Add DT support

2013-08-19 Thread Manish Badarkhe
Hi Dmitry, On Mon, Jul 29, 2013 at 11:47 AM, Manish Badarkhe badarkhe.man...@gmail.com wrote: Hi Dmitry On Mon, Jul 1, 2013 at 4:40 PM, Manish Badarkhe badarkhe.man...@gmail.com wrote: Hi Dmitry On Wed, Jun 12, 2013 at 12:23 PM, Vishwanathrao Badarkhe, Manish manish...@ti.com