mbox series

[PULL,REQUEST] i2c for 4.19

Message ID 20180907195510.GA1561@kunai
State Accepted
Headers show
Series [PULL,REQUEST] i2c for 4.19 | expand

Pull-request

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

Message

Wolfram Sang Sept. 7, 2018, 7:55 p.m. UTC
Linus,

I2C has for you:

* bugfixes for uniphier, i801, and xiic drivers
* ID removal (never produced) for imx
* one MAINTAINER addition

Please pull.

Thanks,

   Wolfram


The following changes since commit 57361846b52bc686112da6ca5368d11210796804:

  Linux 4.19-rc2 (2018-09-02 14:37:30 -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 da4dfaf8428d9f71e2ac4f736bacb81adab36504:

  i2c: xiic: Record xilinx i2c with Zynq fragment (2018-09-07 13:04:45 +0200)

----------------------------------------------------------------
Fabio Estevam (2):
      dt-bindings: imx-lpi2c: Remove mx8dv compatible entry
      i2c: imx-lpi2c: Remove mx8dv compatible entry

Felipe Balbi (1):
      i2c: i801: fix DNV's SMBCTRL register offset

Masahiro Yamada (2):
      i2c: uniphier: issue STOP only for last message or I2C_M_STOP
      i2c: uniphier-f: issue STOP only for last message or I2C_M_STOP

Michal Simek (1):
      i2c: xiic: Record xilinx i2c with Zynq fragment

Shubhrajyoti Datta (1):
      i2c: xiic: Make the start and the byte count write atomic


with much appreciated quality assurance from
----------------------------------------------------------------
Jean Delvare (1):
      (Rev.) i2c: i801: fix DNV's SMBCTRL register offset

 Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.txt | 3 +--
 MAINTAINERS                                             | 1 +
 drivers/i2c/busses/i2c-i801.c                           | 7 ++++++-
 drivers/i2c/busses/i2c-imx-lpi2c.c                      | 1 -
 drivers/i2c/busses/i2c-uniphier-f.c                     | 7 ++-----
 drivers/i2c/busses/i2c-uniphier.c                       | 7 ++-----
 drivers/i2c/busses/i2c-xiic.c                           | 4 ++++
 7 files changed, 16 insertions(+), 14 deletions(-)