mbox

[PULL,REQUEST] i2c for 4.10

Message ID 20170210145620.bkltdzddksd4blk7@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 Feb. 10, 2017, 2:56 p.m. UTC
Linus,

here are two bugfixes (proper IO mapping and use of mutex) for a driver
feature we introduced in this cycle. Please pull.

Thanks,

   Wolfram


The following changes since commit d5adbfcd5f7bcc6fa58a41c5c5ada0e5c826ce2c:

  Linux 4.10-rc7 (2017-02-05 15:10:58 -0800)

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 bbb27fc33d44e7b8d96369810654df4ee1837566:

  i2c: piix4: Request the SMBUS semaphore inside the mutex (2017-02-09 17:13:01 +0100)

----------------------------------------------------------------
Ricardo Ribalda Delgado (2):
      i2c: piix4: Fix request_region size
      i2c: piix4: Request the SMBUS semaphore inside the mutex

 drivers/i2c/busses/i2c-piix4.c | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)