[PULL REQUEST] i2c for 4.7

2016-06-11 Thread Wolfram Sang
Linus, please pull the bugfixes for I2C: * bigger fix for i801 to finally be able to be loaded on some machines again * smaller driver fixes * documentation update because of a renamed file Thanks, Wolfram The following changes since commit af8c34ce6ae32addda3788d54a7e340cad22516b: Linu

[PULL REQUEST] i2c for 4.7

2016-05-28 Thread Wolfram Sang
Linus, here is the pull request from I2C with the fix for a regression introduced yesterday. The regression didn't show up here locally because I did not have PAGE_POISONING enabled. And buildbots discovered this only after it hit your tree. Thanks to Dan for the quick response. Really sorry about

[PULL REQUEST] i2c for 4.7

2016-05-27 Thread Wolfram Sang
Linus, here is the second pull request from I2C for this merge window: * one new feature (which nearly fell through the cracks): i2c-dev does now use the cdev API so it can handle >256 minors. Seems people do need that. * two fixes for the just added DMA feature for i2c-rcar * some typo fixes

[PULL REQUEST] i2c for 4.7

2016-05-19 Thread Wolfram Sang
Linus, I2C updates for 4.7: * Peter Rosin did some major rework on the locking of i2c muxes by seperating parent-locked muxes and mux-locked muxes. This avoids deadlocks/workarounds when the mux itself needs i2c commands for muxing. And as a side-effect, other workarounds in the media layer