mbox

[PULL,REQUEST] i2c for 4.6

Message ID 20160410073134.GA1778@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 April 10, 2016, 7:31 a.m. UTC
Linus,

some bugfixes from I2C:

* fix a uevent triggered boot problem by removing a useless debug print
* fix sysfs-attributes of the new i2c-demux-pinctrl driver to follow
  standard kernel behaviour
* fix a potential division-by-zero error (needed two takes)

Please pull.

   Wolfram


The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:

  Linux 4.6-rc1 (2016-03-26 16:03:24 -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 caf280800aaf73f0796d1bb3fa0f6576c8222258:

  i2c: jz4780: really prevent potential division by zero (2016-04-09 08:36:44 +0200)

----------------------------------------------------------------
Ben Hutchings (1):
      i2c: mux: demux-pinctrl: Clean up sysfs attributes

Wolfram Sang (5):
      i2c: prevent endless uevent loop with CONFIG_I2C_DEBUG_CORE
      i2c: mux: demux-pinctrl: Update docs to new sysfs-attributes
      i2c: jz4780: prevent potential division by zero
      Revert "i2c: jz4780: prevent potential division by zero"
      i2c: jz4780: really prevent potential division by zero

 .../ABI/testing/sysfs-platform-i2c-demux-pinctrl   | 29 +++++++---------
 drivers/i2c/busses/i2c-jz4780.c                    |  7 +++-
 drivers/i2c/i2c-core.c                             | 10 ++----
 drivers/i2c/muxes/i2c-demux-pinctrl.c              | 39 ++++++++++++++++------
 4 files changed, 49 insertions(+), 36 deletions(-)