Messages in this thread | | Date | Fri, 24 Feb 2017 22:50:14 +0100 | From | Wolfram Sang <> | Subject | [PULL REQUEST] i2c for 4.11 |
| |
Linus,
I2C has for you two new drivers (Tegra BPMP and STM32F4), interrupt support for pca954x muxes, and a bunch of driver bugfixes and improvements. Nothing really special this cycle.
A few commits have been added to my tree just recently. Those are the Tegra BPMP driver and a few straightforward bugfixes or cleanups which I prefer to have upstream rather soonish. The rest had proper linux-next exposure.
Please pull.
Thanks,
Wolfram
The following changes since commit 7a308bb3016f57e5be11a677d15b821536419d36:
Linux 4.10-rc5 (2017-01-22 12:54:15 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-4.11
for you to fetch changes up to 4c21541d8da17fbe94ecadbfc913d6dff3be7ca2:
i2c: thunderx: Replace pci_enable_msix() (2017-02-23 13:03:56 +0100)
---------------------------------------------------------------- Alexandre Belloni (1): i2c: at91: ensure state is restored after suspending
Andrzej Hajda (2): i2c: exynos5: disable fifo-almost-empty irq signal when necessary i2c: exynos5: fix arbitration lost handling
Ben Gardner (1): misc: eeprom: at24: use device_property_*() functions instead of of_get_property()
Bhumika Goyal (2): i2c: omap: constify dev_pm_ops structures i2c: busses: constify i2c_algorithm structures
Chris Brandt (1): i2c: riic: correctly finish transfers
Grzegorz Jaszczyk (1): i2c: mv64xxx: add suspend/resume support
Guenter Roeck (1): i2c: i2c-cros-ec-tunnel: Reduce logging noise
Jan Glauber (1): i2c: thunderx: Replace pci_enable_msix()
Javier Martinez Canillas (2): i2c: mux: pca954x: Export OF device ID table as module aliases i2c: mux: pca9541: Export OF device ID table as module aliases
Luis Oliveira (1): i2c: core: helper function to detect slave mode
M'boumba Cedric Madianga (2): dt-bindings: Document the STM32 I2C bindings i2c: stm32f4: add driver
Mika Westerberg (1): i2c: i801: Add support for Intel Gemini Lake
Peter Rosin (1): i2c: i2c-mux-gpio: rename i2c-gpio-mux to i2c-mux-gpio
Phil Reid (3): i2c: mux: pca954x: Add missing pca9542 definition to chip_desc dt: bindings: i2c-mux-pca954x: Add documentation for interrupt controller i2c: mux: pca954x: Add interrupt controller support
Shardar Shariff Md (1): i2c: Add Tegra BPMP I2C proxy driver
Simon Horman (1): i2c: sh_mobile: document support for r8a7796 (R-Car M3-W)
Stefan Wahren (1): i2c: bcm2835: Avoid possible NULL ptr dereference
Stephen Warren (1): dt-bindings: Add Tegra186 BPMP I2C binding
Wei Yongjun (1): i2c: mux: mlxcpld: remove unused including <linux/version.h>
Wolfram Sang (1): Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c/for-4.11
with much appreciated quality assurance from ---------------------------------------------------------------- Andi Shyti (4): (Test) i2c: exynos5: fix arbitration lost handling (Rev.) i2c: exynos5: fix arbitration lost handling (Test) i2c: exynos5: disable fifo-almost-empty irq signal when necessary (Rev.) i2c: exynos5: disable fifo-almost-empty irq signal when necessary
Andy Shevchenko (2): (Rev.) misc: eeprom: at24: use device_property_*() functions instead of of_get_property() (Rev.) i2c: core: helper function to detect slave mode
Douglas Anderson (1): (Rev.) i2c: i2c-cros-ec-tunnel: Reduce logging noise
Jean Delvare (1): (Rev.) i2c: busses: constify i2c_algorithm structures
Lior Amsalem (2): (Rev.) i2c: mv64xxx: add suspend/resume support (Test) i2c: mv64xxx: add suspend/resume support
Marek Szyprowski (1): (Test) i2c: exynos5: disable fifo-almost-empty irq signal when necessary
Nadav Haklai (1): (Rev.) i2c: mv64xxx: add suspend/resume support
Simon Glass (1): (Rev.) dt-bindings: Add Tegra186 BPMP I2C binding
Wolfram Sang (1): (Rev.) i2c: riic: correctly finish transfers
.../devicetree/bindings/i2c/i2c-mux-pca954x.txt | 14 +- .../devicetree/bindings/i2c/i2c-sh_mobile.txt | 1 + .../devicetree/bindings/i2c/i2c-stm32.txt | 33 + .../bindings/i2c/nvidia,tegra186-bpmp-i2c.txt | 42 + Documentation/i2c/busses/i2c-i801 | 1 + Documentation/i2c/muxes/i2c-mux-gpio | 20 +- drivers/i2c/busses/Kconfig | 22 + drivers/i2c/busses/Makefile | 2 + drivers/i2c/busses/i2c-at91.c | 5 +- drivers/i2c/busses/i2c-bcm2835.c | 4 +- drivers/i2c/busses/i2c-bfin-twi.c | 2 +- drivers/i2c/busses/i2c-cros-ec-tunnel.c | 8 +- drivers/i2c/busses/i2c-designware-core.c | 2 +- drivers/i2c/busses/i2c-eg20t.c | 2 +- drivers/i2c/busses/i2c-emev2.c | 2 +- drivers/i2c/busses/i2c-exynos5.c | 34 +- drivers/i2c/busses/i2c-i801.c | 3 + drivers/i2c/busses/i2c-imx-lpi2c.c | 2 +- drivers/i2c/busses/i2c-imx.c | 2 +- drivers/i2c/busses/i2c-mv64xxx.c | 21 + drivers/i2c/busses/i2c-nforce2.c | 2 +- drivers/i2c/busses/i2c-octeon-core.h | 4 - drivers/i2c/busses/i2c-omap.c | 2 +- drivers/i2c/busses/i2c-riic.c | 30 +- drivers/i2c/busses/i2c-robotfuzz-osif.c | 2 +- drivers/i2c/busses/i2c-sh_mobile.c | 2 +- drivers/i2c/busses/i2c-st.c | 2 +- drivers/i2c/busses/i2c-stm32f4.c | 897 +++++++++++++++++++++ drivers/i2c/busses/i2c-tegra-bpmp.c | 346 ++++++++ drivers/i2c/busses/i2c-thunderx-pcidrv.c | 6 +- drivers/i2c/busses/i2c-xgene-slimpro.c | 2 +- drivers/i2c/busses/i2c-xlp9xx.c | 2 +- drivers/i2c/busses/i2c-xlr.c | 2 +- drivers/i2c/i2c-core.c | 33 + drivers/i2c/muxes/i2c-mux-mlxcpld.c | 1 - drivers/i2c/muxes/i2c-mux-pca9541.c | 1 + drivers/i2c/muxes/i2c-mux-pca954x.c | 151 +++- drivers/misc/eeprom/at24.c | 45 +- include/linux/i2c.h | 1 + 39 files changed, 1675 insertions(+), 78 deletions(-) create mode 100644 Documentation/devicetree/bindings/i2c/i2c-stm32.txt create mode 100644 Documentation/devicetree/bindings/i2c/nvidia,tegra186-bpmp-i2c.txt create mode 100644 drivers/i2c/busses/i2c-stm32f4.c create mode 100644 drivers/i2c/busses/i2c-tegra-bpmp.c [unhandled content-type:application/pgp-signature] | |