mbox

[PULL,REQUEST] i2c for 4.12

Message ID 20170523073041.agajqmfdg6a5bhrj@ninjato
State Accepted
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current

Message

Wolfram Sang May 23, 2017, 7:30 a.m. UTC
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(-)