[PULL REQUEST] i2c for 4.8

2016-09-23 Thread Wolfram Sang
Linus, I2C has 3 driver bugfixes for you, fixing uninitialized memory pointers (eg20t), pm/clock imbalance (qup), and a wrongly set cached variable (pc954x). Please pull. Thanks, Wolfram The following changes since commit 3be7988674ab33565700a37b210f502563d932e6: Linux 4.8-rc7

[PULL REQUEST] i2c for 4.8

2016-09-23 Thread Wolfram Sang
Linus, I2C has 3 driver bugfixes for you, fixing uninitialized memory pointers (eg20t), pm/clock imbalance (qup), and a wrongly set cached variable (pc954x). Please pull. Thanks, Wolfram The following changes since commit 3be7988674ab33565700a37b210f502563d932e6: Linux 4.8-rc7

[PULL REQUEST] i2c for 4.8

2016-09-10 Thread Wolfram Sang
Linus, here is a pull request from I2C. Mostly driver bugfixes, but also a few cleanups which are nice to have out of the way. Please pull. Thanks, Wolfram The following changes since commit fa8410b355251fd30341662a40ac6b22d3e38468: Linux 4.8-rc3 (2016-08-21 16:14:10 -0700) are

[PULL REQUEST] i2c for 4.8

2016-09-10 Thread Wolfram Sang
Linus, here is a pull request from I2C. Mostly driver bugfixes, but also a few cleanups which are nice to have out of the way. Please pull. Thanks, Wolfram The following changes since commit fa8410b355251fd30341662a40ac6b22d3e38468: Linux 4.8-rc3 (2016-08-21 16:14:10 -0700) are

[PULL REQUEST] i2c for 4.8

2016-08-19 Thread Wolfram Sang
Linus, I2C has some pretty standard driver bugfixes and one minor cleanup for you. Please pull. Thanks, Wolfram The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc: Linux 4.8-rc1 (2016-08-07 18:18:00 -0700) are available in the git repository at:

[PULL REQUEST] i2c for 4.8

2016-08-19 Thread Wolfram Sang
Linus, I2C has some pretty standard driver bugfixes and one minor cleanup for you. Please pull. Thanks, Wolfram The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc: Linux 4.8-rc1 (2016-08-07 18:18:00 -0700) are available in the git repository at:

[PULL REQUEST] i2c for 4.8

2016-07-27 Thread Wolfram Sang
Linus, here is the I2C pull request for 4.8: * the core and i801 driver gained support for SMBus Host Notify * core support for more than one address in DT * i2c_add_adapter() has now better error messages. We can remove all error messages from drivers calling it as a next step. * bigger

[PULL REQUEST] i2c for 4.8

2016-07-27 Thread Wolfram Sang
Linus, here is the I2C pull request for 4.8: * the core and i801 driver gained support for SMBus Host Notify * core support for more than one address in DT * i2c_add_adapter() has now better error messages. We can remove all error messages from drivers calling it as a next step. * bigger