mbox series

[PULL,REQUEST] i2c for 4.20

Message ID 20181101105031.GA2096@kunai
State Accepted
Headers show
Series [PULL,REQUEST] i2c for 4.20 | expand

Pull-request

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

Message

Wolfram Sang Nov. 1, 2018, 10:50 a.m. UTC
Linus,

I2C has a core bugfix & cleanup as well as an ID addition and
MAINTAINERS update for you.

Please pull.

Thanks,

   Wolfram


The following changes since commit 9bb9d4fdce9e6b351b7b905f150745a0fccccc06:

  Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml (2018-10-31 15:46:16 -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 012ebc3b7801fcf424d0ebb4689c98f90a8593e0:

  MAINTAINERS: add maintainer for IMX LPI2C driver (2018-10-31 23:37:34 +0000)

----------------------------------------------------------------
A.s. Dong (2):
      dt-bindings: i2c: i2c-imx-lpi2c: add imx8qxp compatible string
      MAINTAINERS: add maintainer for IMX LPI2C driver

Charles Keepax (2):
      i2c: Remove unnecessary call to irq_find_mapping
      i2c: Clear client->irq in i2c_device_remove


with much appreciated quality assurance from
----------------------------------------------------------------
Benjamin Tissoires (2):
      (Rev.) i2c: Clear client->irq in i2c_device_remove
      (Rev.) i2c: Remove unnecessary call to irq_find_mapping

Rob Herring (1):
      (Rev.) dt-bindings: i2c: i2c-imx-lpi2c: add imx8qxp compatible string

 Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.txt | 1 +
 MAINTAINERS                                             | 8 ++++++++
 drivers/i2c/i2c-core-base.c                             | 7 +++----
 3 files changed, 12 insertions(+), 4 deletions(-)

Comments

Linus Torvalds Nov. 1, 2018, 4:32 p.m. UTC | #1
On Thu, Nov 1, 2018 at 3:50 AM Wolfram Sang <wsa@the-dreams.de> wrote:
>
> I2C has a core bugfix & cleanup as well as an ID addition and
> MAINTAINERS update for you.

Pulled,

                      Linus