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


Groups > linux.kernel > #1707766

[PULL REQUEST] i2c for 4.13

From Wolfram Sang <wsa@the-dreams.de>
Newsgroups linux.kernel
Subject [PULL REQUEST] i2c for 4.13
Date 2017-08-09 21:30 +0200
Message-ID <ucEQ2-39z-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Linus,

here is a pull request from I2C. The main thing is to allow empty
id_tables for ACPI to make some drivers get probed again. It looks a bit
bigger than usual because it needs some internal renaming, too. Other
than that, there is a fix for broken DSTDs, a super simple enablement
for ARM MPS, and two documentation fixes which I'd like to see in v4.13
already. Please pull.

Thanks,

   Wolfram


The following changes since commit 16f73eb02d7e1765ccab3d2018e0bd98eb93d973:

  Linux 4.13-rc3 (2017-07-30 12:40:36 -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 9c80034921d1ece5c0e3241ba1645bce32387684:

  i2c: rephrase explanation of I2C_CLASS_DEPRECATED (2017-07-31 17:33:53 +0200)

----------------------------------------------------------------
Andy Shevchenko (1):
      i2c: core: Allow empty id_table in ACPI case as well

Chris Gorman (1):
      i2c: mux: pinctrl: mention correct module name in Kconfig help text

Hans de Goede (2):
      i2c: designware: Print clock freq on invalid clock freq error
      i2c: designware: Some broken DSTDs use 1MiHz instead of 1MHz

Russell King (1):
      i2c: allow i2c-versatile for ARM MPS platforms

Wolfram Sang (2):
      Merge branch 'i2c-mux/for-current' of https://github.com/peda-r/i2c-mux into i2c/for-current
      i2c: rephrase explanation of I2C_CLASS_DEPRECATED


with much appreciated quality assurance from
----------------------------------------------------------------
Andy Shevchenko (2):
      (Rev.) i2c: designware: Some broken DSTDs use 1MiHz instead of 1MHz
      (Rev.) i2c: designware: Print clock freq on invalid clock freq error

Rajmohan Mani (1):
      (Test) i2c: core: Allow empty id_table in ACPI case as well

 drivers/i2c/busses/Kconfig                  |  2 +-
 drivers/i2c/busses/i2c-designware-platdrv.c |  6 +++++-
 drivers/i2c/i2c-core-acpi.c                 | 19 +++++++++++++++----
 drivers/i2c/i2c-core-base.c                 |  1 +
 drivers/i2c/i2c-core.h                      |  9 +++++++++
 drivers/i2c/muxes/Kconfig                   |  2 +-
 include/linux/i2c.h                         |  3 ++-
 7 files changed, 34 insertions(+), 8 deletions(-)

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PULL REQUEST] i2c for 4.13 Wolfram Sang <wsa@the-dreams.de> - 2017-08-09 21:30 +0200

csiph-web