[PULL REQUEST] i2c for 4.16

2018-03-30 Thread Wolfram Sang
Linus, here is a simple but worthwhile I2C driver fix for 4.16. Please pull. Thanks, Wolfram The following changes since commit c698ca5278934c0ae32297a8725ced2e27585d7f: Linux 4.16-rc6 (2018-03-18 17:48:42 -0700) are available in the git repository at:

[PULL REQUEST] i2c for 4.16

2018-03-30 Thread Wolfram Sang
Linus, here is a simple but worthwhile I2C driver fix for 4.16. Please pull. Thanks, Wolfram The following changes since commit c698ca5278934c0ae32297a8725ced2e27585d7f: Linux 4.16-rc6 (2018-03-18 17:48:42 -0700) are available in the git repository at:

[PULL REQUEST] i2c for 4.16

2018-03-03 Thread Wolfram Sang
Linus, here is a driver fix and a documentation fix (which makes dependency handling for the next cycle easier) from I2C. Please pull. Thanks, Wolfram The following changes since commit 4a3928c6f8a53fa1aed28ccba227742486e8ddcb: Linux 4.16-rc3 (2018-02-25 18:50:41 -0800) are available

[PULL REQUEST] i2c for 4.16

2018-03-03 Thread Wolfram Sang
Linus, here is a driver fix and a documentation fix (which makes dependency handling for the next cycle easier) from I2C. Please pull. Thanks, Wolfram The following changes since commit 4a3928c6f8a53fa1aed28ccba227742486e8ddcb: Linux 4.16-rc3 (2018-02-25 18:50:41 -0800) are available

[PULL REQUEST] i2c for 4.16

2018-02-23 Thread Wolfram Sang
Linus, I2C has for you: two bugfixes, one v4.16 regression fix, and two documentation bugfixes. Please pull. Thanks, Wolfram The following changes since commit 91ab883eb21325ad80f3473633f794c78ac87f51: Linux 4.16-rc2 (2018-02-18 17:29:42 -0800) are available in the git repository at:

[PULL REQUEST] i2c for 4.16

2018-02-23 Thread Wolfram Sang
Linus, I2C has for you: two bugfixes, one v4.16 regression fix, and two documentation bugfixes. Please pull. Thanks, Wolfram The following changes since commit 91ab883eb21325ad80f3473633f794c78ac87f51: Linux 4.16-rc2 (2018-02-18 17:29:42 -0800) are available in the git repository at:

Re: [PULL REQUEST] i2c for 4.16

2018-02-04 Thread Linus Torvalds
On Sat, Feb 3, 2018 at 2:30 PM, Wolfram Sang wrote: > > There was a small merge conflict in MAINTAINERS in linux-next, but that > should be easy to fix. Well, that one wouldn't have happened at all if the i2c people knew how to sort things.. It also grew a few other

Re: [PULL REQUEST] i2c for 4.16

2018-02-04 Thread Linus Torvalds
On Sat, Feb 3, 2018 at 2:30 PM, Wolfram Sang wrote: > > There was a small merge conflict in MAINTAINERS in linux-next, but that > should be easy to fix. Well, that one wouldn't have happened at all if the i2c people knew how to sort things.. It also grew a few other conflicts since linux-next,

[PULL REQUEST] i2c for 4.16

2018-02-03 Thread Wolfram Sang
Linus, I2C has the following changes for you: * new flag to mark DMA safe buffers in i2c_msg. Also, some infrastructure around it. And docs. * huge refactoring of the at24 driver led by the new maintainer Bartosz * update I2C bus recovery to send STOP after recovery * conversion from gpio to

[PULL REQUEST] i2c for 4.16

2018-02-03 Thread Wolfram Sang
Linus, I2C has the following changes for you: * new flag to mark DMA safe buffers in i2c_msg. Also, some infrastructure around it. And docs. * huge refactoring of the at24 driver led by the new maintainer Bartosz * update I2C bus recovery to send STOP after recovery * conversion from gpio to