Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1389390 > unrolled thread

[PULL REQUEST] i2c for 4.6

Started byWolfram Sang <wsa@the-dreams.de>
First post2016-04-27 19:20 +0200
Last post2016-04-27 19:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PULL REQUEST] i2c for 4.6 Wolfram Sang <wsa@the-dreams.de> - 2016-04-27 19:20 +0200

#1389390 — [PULL REQUEST] i2c for 4.6

FromWolfram Sang <wsa@the-dreams.de>
Date2016-04-27 19:20 +0200
Subject[PULL REQUEST] i2c for 4.6
Message-ID<rsBi2-4Sv-25@gated-at.bofh.it>

[Multipart message — attachments visible in raw view] — view raw

Linus,

I2C has one buildfix, one ABBA deadlock fix and three simple 'add ID'
patches for you. Please pull.

Thanks,

   Wolfram


The following changes since commit bf16200689118d19de1b8d2a3c314fc21f5dc7bb:

  Linux 4.6-rc3 (2016-04-10 17:58: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 10ff4c5239a137abfc896ec73ef3d15a0f86a16a:

  i2c: exynos5: Fix possible ABBA deadlock by keeping I2C clock prepared (2016-04-22 15:31:54 +0200)

----------------------------------------------------------------
Javier Martinez Canillas (1):
      i2c: exynos5: Fix possible ABBA deadlock by keeping I2C clock prepared

Michael Ellerman (1):
      i2c: cpm: Fix build break due to incompatible pointer types

Mika Westerberg (1):
      i2c: ismt: Add Intel DNV PCI ID

Tanmay Jagdale (1):
      i2c: xlp9xx: add support for Broadcom Vulcan

Yakir Yang (1):
      i2c: rk3x: add support for rk3228

 Documentation/devicetree/bindings/i2c/i2c-rk3x.txt |  4 ++--
 drivers/i2c/busses/Kconfig                         |  4 ++--
 drivers/i2c/busses/i2c-cpm.c                       |  4 ++--
 drivers/i2c/busses/i2c-exynos5.c                   | 24 +++++++++++++++++-----
 drivers/i2c/busses/i2c-ismt.c                      |  2 ++
 drivers/i2c/busses/i2c-rk3x.c                      |  1 +
 6 files changed, 28 insertions(+), 11 deletions(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web