mbox series

[PULL,REQUEST] i2c for 5.4

Message ID 20190929103950.GA9497@kunai
State Accepted
Headers show
Series [PULL,REQUEST] i2c for 5.4 | expand

Pull-request

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

Message

Wolfram Sang Sept. 29, 2019, 10:39 a.m. UTC
Linus,

this second pull request from I2C contains:

- make Lenovo Yoga C630 boot now that the dependencies are merged
- restore BlockProcessCall for i801, accidently removed in this merge
  window
- a bugfix for the riic driver
- an improvement to the slave-eeprom driver which should have been in
  the first pull request but sadly got lost in the process

And finally, my pull requests should be using utf-8 now.

Please pull.

Thanks,

   Wolfram


The following changes since commit aefcf2f4b58155d27340ba5f9ddbe9513da8286d:

  Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security (2019-09-28 08:14:15 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 11af27f494086188620e7768e421894af93c126a:

  i2c: slave-eeprom: Add read only mode (2019-09-28 20:44:12 +0200)

----------------------------------------------------------------
Björn Ardö (1):
      i2c: slave-eeprom: Add read only mode

Chris Brandt (1):
      i2c: riic: Clear NACK in tend isr

Jarkko Nikula (1):
      i2c: i801: Bring back Block Process Call support for certain platforms

Lee Jones (1):
      i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630


with much appreciated quality assurance from
----------------------------------------------------------------
Alexander Sverdlin (1):
      (Rev.) i2c: i801: Bring back Block Process Call support for certain platforms

Bjorn Andersson (1):
      (Test) i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630

 drivers/i2c/busses/i2c-i801.c      |  1 +
 drivers/i2c/busses/i2c-qcom-geni.c | 12 ++++++++----
 drivers/i2c/busses/i2c-riic.c      |  1 +
 drivers/i2c/i2c-slave-eeprom.c     | 14 +++++++++++---
 4 files changed, 21 insertions(+), 7 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 29, 2019, 5:50 p.m. UTC | #1
The pull request you sent on Sun, 29 Sep 2019 12:39:54 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9ecb3e10a9f2d3443c3bcd0dba42e7e3e2e67618

Thank you!