[PULL REQUEST] i2c for 3.13

2014-01-15 Thread Wolfram Sang
Linus, please pull this bugfix for the i2c subsystem for 3.13. Thanks, Wolfram The following changes since commit 7e22e91102c6b9df7c4ae2168910e19d2bb14cd6: Linux 3.13-rc8 (2014-01-12 17:04:18 +0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git

[PULL REQUEST] i2c for 3.13

2013-12-13 Thread Wolfram Sang
Linus, here are two simple but wanted fixes for the i2c subsystem. Please pull. Thanks, Wolfram The following changes since commit 374b105797c3d4f29c685f3be535c35f5689b30e: Linux 3.13-rc3 (2013-12-06 09:34:04 -0800) are available in the git repository at: git://git.kernel.org/pub/scm

[PULL REQUEST] i2c for 3.13

2013-11-29 Thread Wolfram Sang
Linus, here are some easy but needed fixes for i2c drivers since rc1. Please pull. Thanks, Wolfram The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae: Linux 3.13-rc1 (2013-11-22 11:30:55 -0800) are available in the git repository at: git://git.kernel.org/pub

Re: [PULL REQUEST] i2c for 3.13

2013-11-19 Thread Wolfram Sang
> Actually, can we remove the whole clientdata setting there? > > Commit 0998d0631001 (device-core: Ensure drvdata = NULL when no driver is > bound) modified the driver core to always clear out that field. Same seems > to apply if driver probe fails. Oh, nice, missed that commit. That indeed sho

Re: [PULL REQUEST] i2c for 3.13

2013-11-19 Thread Mika Westerberg
On Tue, Nov 19, 2013 at 01:11:25AM +0100, Rafael J. Wysocki wrote: > On Monday, November 18, 2013 03:46:34 PM Linus Torvalds wrote: > > On Mon, Nov 18, 2013 at 11:38 AM, Wolfram Sang wrote: > > > > > > here is the pull request from the i2c subsystem for 3.13: > > > > So while resolving some fairl

Re: [PULL REQUEST] i2c for 3.13

2013-11-18 Thread Rafael J. Wysocki
On Monday, November 18, 2013 03:46:34 PM Linus Torvalds wrote: > On Mon, Nov 18, 2013 at 11:38 AM, Wolfram Sang wrote: > > > > here is the pull request from the i2c subsystem for 3.13: > > So while resolving some fairly trivial conflicts here, I noticed that > commit a76e9bd89ae7 ("i2c: attach/de

Re: [PULL REQUEST] i2c for 3.13

2013-11-18 Thread Linus Torvalds
On Mon, Nov 18, 2013 at 11:38 AM, Wolfram Sang wrote: > > here is the pull request from the i2c subsystem for 3.13: So while resolving some fairly trivial conflicts here, I noticed that commit a76e9bd89ae7 ("i2c: attach/detach I2C client device to the ACPI power domain") that I got earlier throug

[PULL REQUEST] i2c for 3.13

2013-11-18 Thread Wolfram Sang
Linus, here is the pull request from the i2c subsystem for 3.13: * new drivers for exynos5, bcm kona, and st micro * bigger overhauls for drivers mxs and rcar * typical driver bugfixes, cleanups, improvements * got rid of the superfluous 'driver' member in i2c_client struct This touches a few d