mbox

[PULL,REQUEST] i2c for 4.5

Message ID 20160220221232.GA1808@katana
State Accepted
Headers show

Pull-request

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

Message

Wolfram Sang Feb. 20, 2016, 10:12 p.m. UTC
Linus,

some bugfixes from I2C for you:

A fix for a RuntimePM regression with OMAP, a fix to enable TCO for
Lewisburg platforms, and a typo fix while we are here.

Please pull. Thanks,

   Wolfram


The following changes since commit 388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95:

  Linux 4.5-rc3 (2016-02-07 15:38:30 -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 1a1503c5396eb7f2edf4b8ef6067853014478c0c:

  i2c: i801: Adding Intel Lewisburg support for iTCO (2016-02-18 13:18:48 +0100)

----------------------------------------------------------------
Alexandra Yates (1):
      i2c: i801: Adding Intel Lewisburg support for iTCO

Masahiro Yamada (1):
      i2c: uniphier: fix typos in error messages

Tony Lindgren (1):
      i2c: omap: Fix PM regression with deferred probe for pm_runtime_reinit

 drivers/i2c/busses/i2c-i801.c       | 2 ++
 drivers/i2c/busses/i2c-omap.c       | 4 +++-
 drivers/i2c/busses/i2c-uniphier-f.c | 2 +-
 drivers/i2c/busses/i2c-uniphier.c   | 2 +-
 4 files changed, 7 insertions(+), 3 deletions(-)