Merge tag 'i2c-for-6.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Pull more i2c updates from Wolfram Sang: "Andi was super busy the last weeks, so this pull requests contains one series (nomadik) and a number of smaller additions which were ready to go but nearly overlooked. New feature support: - Added support for frequencies up to 3.4 MHz on Nomadik I2C - DesignWare now accounts for bus capacitance and clock optimisation (declared as new parameters in the binding) to improve the calculation of signal rise and fall times (t_high and t_low) New Hardware support: - DWAPB I2C controller on FUJITSU-MONAKA (new ACPI HID) - Allwinner A523 (new compatible ID) - Mobileye EyeQ6H (new compatible ID)" * tag 'i2c-for-6.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: MAINTAINERS: transfer i2c-aspeed maintainership from Brendan to Ryan i2c: designware: determine HS tHIGH and tLOW based on HW parameters dt-bindings: i2c: snps,designware-i2c: declare bus capacitance and clk freq optimized i2c: nomadik: support >=1MHz speed modes i2c: nomadik: fix BRCR computation i2c: nomadik: support Mobileye EyeQ6H I2C controller i2c: nomadik: switch from of_device_is_compatible() to of_match_device() dt-bindings: i2c: nomadik: support 400kHz < clock-frequency <= 3.4MHz dt-bindings: i2c: nomadik: add mobileye,eyeq6h-i2c bindings dt-bindings: i2c: mv64xxx: Add Allwinner A523 compatible string i2c: designware: Add ACPI HID for DWAPB I2C controller on FUJITSU-MONAKA i2c: qup: use generic device property accessors
Showing
- Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml 1 addition, 0 deletions...entation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml
- Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml 18 additions, 0 deletions...entation/devicetree/bindings/i2c/snps,designware-i2c.yaml
- Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml 7 additions, 6 deletionsDocumentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml
- MAINTAINERS 1 addition, 1 deletionMAINTAINERS
- drivers/i2c/busses/i2c-designware-common.c 5 additions, 0 deletionsdrivers/i2c/busses/i2c-designware-common.c
- drivers/i2c/busses/i2c-designware-core.h 6 additions, 0 deletionsdrivers/i2c/busses/i2c-designware-core.h
- drivers/i2c/busses/i2c-designware-master.c 21 additions, 2 deletionsdrivers/i2c/busses/i2c-designware-master.c
- drivers/i2c/busses/i2c-designware-platdrv.c 1 addition, 0 deletionsdrivers/i2c/busses/i2c-designware-platdrv.c
- drivers/i2c/busses/i2c-nomadik.c 53 additions, 34 deletionsdrivers/i2c/busses/i2c-nomadik.c
- drivers/i2c/busses/i2c-qup.c 2 additions, 2 deletionsdrivers/i2c/busses/i2c-qup.c
Loading
Please register or sign in to comment