mbox

[PULL,REQUEST] i2c for 4.2

Message ID 20150803204711.GA2749@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 Aug. 3, 2015, 8:47 p.m. UTC
Linus,

this pull request from I2C was planned for the last rc, yet for holiday
reasons I sadly couldn't send it out that weekend. I hope it is still
okay for the next rc. Inside is a refcounting bugfix for the i2c-core,
bugfixes for the generic bus recovery algorithm and for its omap-user,
making binary file attributes for EEPROMs behave POSIX compliant, and a
small typo fix while we are here. Please pull!

Thanks,

   Wolfram


The following changes since commit bc0195aad0daa2ad5b0d76cce22b167bc3435590:

  Linux 4.2-rc2 (2015-07-12 15:10: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 e3311469734093724b10c2a81c1193197db03b78:

  i2c: fix leaked device refcount on of_find_i2c_* error path (2015-08-01 12:11:58 +0200)

----------------------------------------------------------------
Jan Luebbe (2):
      i2c: core: only use set_scl for bus recovery after calling prepare_recovery
      i2c: omap: fix bus recovery setup

Masanari Iida (1):
      i2c: Fix typo in i2c-bfin-twi.c

Vladimir Zapolskiy (3):
      i2c: slave eeprom: clean up sysfs bin attribute read()/write()
      misc: eeprom: at24: clean up at24_bin_write()
      i2c: fix leaked device refcount on of_find_i2c_* error path

 drivers/i2c/busses/i2c-bfin-twi.c |  4 ++--
 drivers/i2c/busses/i2c-omap.c     | 11 +++++++++++
 drivers/i2c/i2c-core.c            | 24 +++++++++++++++++-------
 drivers/i2c/i2c-slave-eeprom.c    |  6 ------
 drivers/misc/eeprom/at24.c        |  3 ---
 5 files changed, 30 insertions(+), 18 deletions(-)