Linus, here is the pull request fixing the i2c-designware regression of rc2. Also, a DMA buffer fix for the tiny-usb driver where the USB core now loudly complains about the non DMA-capable buffer. Please pull. Thanks, Wolfram The following changes since commit 08332893e37af6ae779367e78e444f8f9571511d: Linux 4.12-rc2 (2017-05-21 19:30:23 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current for you to fetch changes up to e2c824924cdb41528932c550647406ad81336b18: i2c: designware: Fix bogus sda_hold_time due to uninitialized vars (2017-05-22 10:35:51 +0200) ---------------------------------------------------------------- Jan Kiszka (1): i2c: designware: Fix bogus sda_hold_time due to uninitialized vars Sebastian Reichel (1): i2c: i2c-tiny-usb: fix buffer not being DMA capable drivers/i2c/busses/i2c-designware-platdrv.c | 2 +- drivers/i2c/busses/i2c-tiny-usb.c | 25 +++++++++++++++++++++---- 2 files changed, 22 insertions(+), 5 deletions(-)