Merge branch 'i2c/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Pull i2c updates from Wolfram Sang: "I2C has: - using defines for bus speeds to avoid mistakes in hardcoded values; lots of small driver updates because of that. Thanks, Andy! - API change: i2c_setup_smbus_alert() was renamed to i2c_new_smbus_alert_device() and returns ERRPTR now. All in-tree users have been converted - in the core, a rare race condition when deleting the cdev has been fixed. Thanks, Kevin! - lots of driver updates. Thanks, everyone! I also want to mention: The amount of review and testing tags given was quite high this time. Thank you to these people, too. I hope we can keep it like this!" * 'i2c/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: (34 commits) i2c: rcar: clean up after refactoring i2c_timings macintosh: convert to i2c_new_scanned_device i2c: drivers: Use generic definitions for bus frequencies i2c: algo: Use generic definitions for bus frequencies i2c: stm32f7: switch to I²C generic property parsing i2c: rcar: Consolidate timings calls in rcar_i2c_clock_calculate() i2c: core: Allow override timing properties with 0 i2c: core: Provide generic definitions for bus frequencies i2c: mxs: Use dma_request_chan() instead dma_request_slave_channel() i2c: imx: remove duplicate print after platform_get_irq() i2c: designware: Fix spelling typos in the comments i2c: designware: Discard i2c_dw_read_comp_param() function i2c: designware: Detect the FIFO size in the common code i2c: dev: Fix the race between the release of i2c_dev and cdev i2c: qcom-geni: Drop of_platform.h include i2c: qcom-geni: Grow a dev pointer to simplify code i2c: qcom-geni: Let firmware specify irq trigger flags i2c: stm32f7: do not backup read-only PECR register i2c: smbus: remove outdated references to irq level triggers i2c: convert SMBus alert setup function to return an ERRPTR ...
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/i2c/brcm,brcmstb-i2c.yaml 97 additions, 0 deletionsDocumentation/devicetree/bindings/i2c/brcm,brcmstb-i2c.yaml
- Documentation/devicetree/bindings/i2c/i2c-at91.txt 10 additions, 0 deletionsDocumentation/devicetree/bindings/i2c/i2c-at91.txt
- Documentation/devicetree/bindings/i2c/i2c-brcmstb.txt 0 additions, 26 deletionsDocumentation/devicetree/bindings/i2c/i2c-brcmstb.txt
- Documentation/i2c/smbus-protocol.rst 1 addition, 1 deletionDocumentation/i2c/smbus-protocol.rst
- MAINTAINERS 1 addition, 1 deletionMAINTAINERS
- drivers/i2c/algos/i2c-algo-pca.c 3 additions, 3 deletionsdrivers/i2c/algos/i2c-algo-pca.c
- drivers/i2c/busses/i2c-altera.c 3 additions, 3 deletionsdrivers/i2c/busses/i2c-altera.c
- drivers/i2c/busses/i2c-amd-mp2-plat.c 16 additions, 11 deletionsdrivers/i2c/busses/i2c-amd-mp2-plat.c
- drivers/i2c/busses/i2c-aspeed.c 1 addition, 1 deletiondrivers/i2c/busses/i2c-aspeed.c
- drivers/i2c/busses/i2c-at91-master.c 78 additions, 0 deletionsdrivers/i2c/busses/i2c-at91-master.c
- drivers/i2c/busses/i2c-at91.h 4 additions, 0 deletionsdrivers/i2c/busses/i2c-at91.h
- drivers/i2c/busses/i2c-axxia.c 2 additions, 2 deletionsdrivers/i2c/busses/i2c-axxia.c
- drivers/i2c/busses/i2c-bcm-iproc.c 7 additions, 7 deletionsdrivers/i2c/busses/i2c-bcm-iproc.c
- drivers/i2c/busses/i2c-bcm-kona.c 4 additions, 4 deletionsdrivers/i2c/busses/i2c-bcm-kona.c
- drivers/i2c/busses/i2c-bcm2835.c 1 addition, 1 deletiondrivers/i2c/busses/i2c-bcm2835.c
- drivers/i2c/busses/i2c-brcmstb.c 33 additions, 0 deletionsdrivers/i2c/busses/i2c-brcmstb.c
- drivers/i2c/busses/i2c-cadence.c 2 additions, 5 deletionsdrivers/i2c/busses/i2c-cadence.c
- drivers/i2c/busses/i2c-designware-baytrail.c 1 addition, 1 deletiondrivers/i2c/busses/i2c-designware-baytrail.c
- drivers/i2c/busses/i2c-designware-common.c 26 additions, 10 deletionsdrivers/i2c/busses/i2c-designware-common.c
- drivers/i2c/busses/i2c-designware-core.h 1 addition, 1 deletiondrivers/i2c/busses/i2c-designware-core.h
Loading
Please register or sign in to comment