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


Groups > linux.kernel > #1420030 > unrolled thread

[PULL REQUEST] i2c for 4.7

Started byWolfram Sang <wsa@the-dreams.de>
First post2016-06-11 20:00 +0200
Last post2016-06-11 20:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PULL REQUEST] i2c for 4.7 Wolfram Sang <wsa@the-dreams.de> - 2016-06-11 20:00 +0200

#1420030 — [PULL REQUEST] i2c for 4.7

FromWolfram Sang <wsa@the-dreams.de>
Date2016-06-11 20:00 +0200
Subject[PULL REQUEST] i2c for 4.7
Message-ID<rIVmp-67o-7@gated-at.bofh.it>

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

Linus,

please pull the bugfixes for I2C:

* bigger fix for i801 to finally be able to be loaded on some machines again
* smaller driver fixes
* documentation update because of a renamed file

Thanks,

   Wolfram


The following changes since commit af8c34ce6ae32addda3788d54a7e340cad22516b:

  Linux 4.7-rc2 (2016-06-05 14:31:26 -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 9f05e6219023116b59f6495e8c4d4ba352dd5fea:

  i2c: mux: reg: Provide of_match_table (2016-06-09 22:38:16 +0200)

----------------------------------------------------------------
Jan Glauber (2):
      i2c: octeon: Missing AAK flag in case of I2C_M_RECV_LEN
      i2c: octeon: Avoid printk after too long SMBUS message

Lukasz Gemborowski (1):
      i2c: mux: reg: Provide of_match_table

Mika Westerberg (1):
      i2c: i801: Allow ACPI SystemIO OpRegion to conflict with PCI BAR

Simon Horman (1):
      i2c: mux: refer to i2c-mux.txt

 .../bindings/i2c/i2c-arb-gpio-challenge.txt        |  4 +-
 .../devicetree/bindings/i2c/i2c-demux-pinctrl.txt  |  3 +-
 .../devicetree/bindings/i2c/i2c-mux-gpio.txt       |  6 +-
 .../devicetree/bindings/i2c/i2c-mux-pinctrl.txt    |  4 +-
 .../devicetree/bindings/i2c/i2c-mux-reg.txt        |  6 +-
 drivers/i2c/busses/i2c-i801.c                      | 99 +++++++++++++++++++++-
 drivers/i2c/busses/i2c-octeon.c                    | 17 ++--
 drivers/i2c/muxes/i2c-mux-reg.c                    |  1 +
 8 files changed, 119 insertions(+), 21 deletions(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web