-
- Downloads
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Pull i2c updates from Wolfram Sang: "Here is the pull request from the i2c subsystem. It got a little delayed because I needed to wait for a dependency to be included (commit b424080a: "reset: Add optional resets and stubs"). Plus, I had some email problems. All done now, the highlights are: - drivers can now deprecate their use of i2c classes. That shouldn't be used on embedded platforms anyhow and was often blindly copy&pasted. This mechanism gives users time to switch away and ultimately boot faster once the use of classes for those drivers is gone for good. - new drivers for QUP, Cadence, efm32 - tracepoint support for I2C and SMBus - bigger cleanups for the mv64xxx, nomadik, and designware drivers And the usual bugfixes, cleanups, feature additions. Most stuff has been in linux-next for a while. Just some hot fixes and new drivers were added a bit more recently." * 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: (63 commits) i2c: cadence: fix Kconfig dependency i2c: Add driver for Cadence I2C controller i2c: cadence: Document device tree bindings Documentation: i2c: improve section about flags mangling the protocol i2c: qup: use proper type fro clk_freq i2c: qup: off by ones in qup_i2c_probe() i2c: efm32: fix binding doc MAINTAINERS: update I2C web resources i2c: qup: New bus driver for the Qualcomm QUP I2C controller i2c: qup: Add device tree bindings information i2c: i2c-xiic: deprecate class based instantiation i2c: i2c-sirf: deprecate class based instantiation i2c: i2c-mv64xxx: deprecate class based instantiation i2c: i2c-designware-platdrv: deprecate class based instantiation i2c: i2c-davinci: deprecate class based instantiation i2c: i2c-bcm2835: deprecate class based instantiation i2c: mv64xxx: Fix reset controller handling i2c: omap: fix usage of IS_ERR_VALUE with pm_runtime_get_sync i2c: efm32: new bus driver i2c: exynos5: remove unnecessary cast of void pointer ...
Showing
- Documentation/devicetree/bindings/i2c/i2c-at91.txt 2 additions, 0 deletionsDocumentation/devicetree/bindings/i2c/i2c-at91.txt
- Documentation/devicetree/bindings/i2c/i2c-cadence.txt 24 additions, 0 deletionsDocumentation/devicetree/bindings/i2c/i2c-cadence.txt
- Documentation/devicetree/bindings/i2c/i2c-designware.txt 8 additions, 0 deletionsDocumentation/devicetree/bindings/i2c/i2c-designware.txt
- Documentation/devicetree/bindings/i2c/i2c-efm32.txt 34 additions, 0 deletionsDocumentation/devicetree/bindings/i2c/i2c-efm32.txt
- Documentation/devicetree/bindings/i2c/i2c-mv64xxx.txt 14 additions, 6 deletionsDocumentation/devicetree/bindings/i2c/i2c-mv64xxx.txt
- Documentation/devicetree/bindings/i2c/i2c-rcar.txt 10 additions, 4 deletionsDocumentation/devicetree/bindings/i2c/i2c-rcar.txt
- Documentation/devicetree/bindings/i2c/qcom,i2c-qup.txt 40 additions, 0 deletionsDocumentation/devicetree/bindings/i2c/qcom,i2c-qup.txt
- Documentation/i2c/busses/i2c-i801 1 addition, 0 deletionsDocumentation/i2c/busses/i2c-i801
- Documentation/i2c/functionality 1 addition, 1 deletionDocumentation/i2c/functionality
- Documentation/i2c/i2c-protocol 20 additions, 15 deletionsDocumentation/i2c/i2c-protocol
- MAINTAINERS 3 additions, 1 deletionMAINTAINERS
- arch/blackfin/include/asm/bfin_twi.h 19 additions, 124 deletionsarch/blackfin/include/asm/bfin_twi.h
- arch/blackfin/kernel/debug-mmrs.c 1 addition, 0 deletionsarch/blackfin/kernel/debug-mmrs.c
- drivers/i2c/busses/Kconfig 26 additions, 1 deletiondrivers/i2c/busses/Kconfig
- drivers/i2c/busses/Makefile 3 additions, 0 deletionsdrivers/i2c/busses/Makefile
- drivers/i2c/busses/i2c-ali1535.c 1 addition, 1 deletiondrivers/i2c/busses/i2c-ali1535.c
- drivers/i2c/busses/i2c-ali1563.c 1 addition, 1 deletiondrivers/i2c/busses/i2c-ali1563.c
- drivers/i2c/busses/i2c-ali15x3.c 1 addition, 1 deletiondrivers/i2c/busses/i2c-ali15x3.c
- drivers/i2c/busses/i2c-amd756.c 1 addition, 1 deletiondrivers/i2c/busses/i2c-amd756.c
- drivers/i2c/busses/i2c-amd8111.c 1 addition, 1 deletiondrivers/i2c/busses/i2c-amd8111.c
Loading
Please register or sign in to comment