mbox series

[PULL,REQUEST] i2c for 5.5

Message ID 20200111200704.GA5308@kunai
State Accepted
Headers show
Series [PULL,REQUEST] i2c for 5.5 | expand

Pull-request

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

Message

Wolfram Sang Jan. 11, 2020, 8:07 p.m. UTC
Linus,

from I2C world, here are two driver bugfixes, a documentation fix, and a
removal of a spec violation for the bus recovery algorithm in the core.

Please pull.

Thanks,

   Wolfram


The following changes since commit c79f46a282390e0f5b306007bf7b11a46d529538:

  Linux 5.5-rc5 (2020-01-05 14:23:27 -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 cf8ce8b80f8bf9669f6ec4e71e16668430febdac:

  i2c: fix bus recovery stop mode timing (2020-01-09 22:21:08 +0100)

----------------------------------------------------------------
Eugen Hristev (2):
      i2c: at91: fix clk_offset for sam9x60
      dt-bindings: i2c: at91: fix i2c-sda-hold-time-ns documentation for sam9x60

Russell King (1):
      i2c: fix bus recovery stop mode timing

Stefan Wahren (1):
      i2c: bcm2835: Store pointer to bus clock


with much appreciated quality assurance from
----------------------------------------------------------------
Codrin Ciubotariu (1):
      (Rev.) i2c: at91: fix clk_offset for sam9x60

 Documentation/devicetree/bindings/i2c/i2c-at91.txt |  6 ++++--
 drivers/i2c/busses/i2c-at91-core.c                 |  2 +-
 drivers/i2c/busses/i2c-bcm2835.c                   | 17 ++++++++---------
 drivers/i2c/i2c-core-base.c                        | 13 ++++++++++---
 4 files changed, 23 insertions(+), 15 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 11, 2020, 11:50 p.m. UTC | #1
The pull request you sent on Sat, 11 Jan 2020 21:07:11 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6327edceb62bc4c91195e2dc6d5574a53005cb5a

Thank you!