Merge branch 'i2c/for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Pull i2c updates from Wolfram Sang: "I2C has the following changes for you: - new flag to mark DMA safe buffers in i2c_msg. Also, some infrastructure around it. And docs. - huge refactoring of the at24 driver led by the new maintainer Bartosz - update I2C bus recovery to send STOP after recovery - conversion from gpio to gpiod for I2C bus recovery - adding a fault-injector to the i2c-gpio driver - lots of small driver improvements, and bigger ones to i2c-sh_mobile" * 'i2c/for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: (99 commits) i2c: mv64xxx: Add myself as maintainer for this driver i2c: mv64xxx: Fix clock resource by adding an optional bus clock i2c: mv64xxx: Remove useless test before clk_disable_unprepare i2c: mxs: use true and false for boolean values i2c: meson: update doc description to fix build warnings i2c: meson: add configurable divider factors dt-bindings: i2c: update documentation for the Meson-AXG i2c: imx-lpi2c: add runtime pm support i2c: rcar: fix some trivial typos in comments i2c: davinci: fix the cpufreq transition i2c: rk3x: add proper kerneldoc header i2c: rk3x: account for const type of of_device_id.data i2c: acorn: remove outdated path from file header i2c: acorn: add MODULE_LICENSE tag i2c: rcar: implement bus recovery i2c: send STOP after successful bus recovery i2c: ensure SDA is released in recovery if SDA is controllable i2c: add 'set_sda' to bus_recovery_info i2c: add identifier in declarations for i2c_bus_recovery i2c: make kerneldoc about bus recovery more precise ...
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/eeprom/at24.txt 78 additions, 0 deletionsDocumentation/devicetree/bindings/eeprom/at24.txt
- Documentation/devicetree/bindings/eeprom/eeprom.txt 0 additions, 47 deletionsDocumentation/devicetree/bindings/eeprom/eeprom.txt
- Documentation/devicetree/bindings/i2c/i2c-meson.txt 5 additions, 1 deletionDocumentation/devicetree/bindings/i2c/i2c-meson.txt
- Documentation/devicetree/bindings/i2c/i2c-mtk.txt 1 addition, 0 deletionsDocumentation/devicetree/bindings/i2c/i2c-mtk.txt
- Documentation/devicetree/bindings/i2c/i2c-mux-pca954x.txt 11 additions, 2 deletionsDocumentation/devicetree/bindings/i2c/i2c-mux-pca954x.txt
- Documentation/devicetree/bindings/i2c/i2c-mv64xxx.txt 20 additions, 0 deletionsDocumentation/devicetree/bindings/i2c/i2c-mv64xxx.txt
- Documentation/i2c/DMA-considerations 67 additions, 0 deletionsDocumentation/i2c/DMA-considerations
- Documentation/i2c/gpio-fault-injection 54 additions, 0 deletionsDocumentation/i2c/gpio-fault-injection
- MAINTAINERS 8 additions, 0 deletionsMAINTAINERS
- arch/arm/mach-davinci/board-dm355-evm.c 13 additions, 2 deletionsarch/arm/mach-davinci/board-dm355-evm.c
- arch/arm/mach-davinci/board-dm644x-evm.c 13 additions, 2 deletionsarch/arm/mach-davinci/board-dm644x-evm.c
- drivers/i2c/algos/i2c-algo-bit.c 5 additions, 0 deletionsdrivers/i2c/algos/i2c-algo-bit.c
- drivers/i2c/busses/Kconfig 8 additions, 0 deletionsdrivers/i2c/busses/Kconfig
- drivers/i2c/busses/i2c-acorn.c 5 additions, 3 deletionsdrivers/i2c/busses/i2c-acorn.c
- drivers/i2c/busses/i2c-davinci.c 22 additions, 15 deletionsdrivers/i2c/busses/i2c-davinci.c
- drivers/i2c/busses/i2c-designware-common.c 19 additions, 1 deletiondrivers/i2c/busses/i2c-designware-common.c
- drivers/i2c/busses/i2c-designware-core.h 2 additions, 0 deletionsdrivers/i2c/busses/i2c-designware-core.h
- drivers/i2c/busses/i2c-designware-master.c 57 additions, 0 deletionsdrivers/i2c/busses/i2c-designware-master.c
- drivers/i2c/busses/i2c-designware-platdrv.c 3 additions, 26 deletionsdrivers/i2c/busses/i2c-designware-platdrv.c
- drivers/i2c/busses/i2c-designware-slave.c 0 additions, 64 deletionsdrivers/i2c/busses/i2c-designware-slave.c
Loading
Please register or sign in to comment