forked from raspberrypi/linux
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kern…
…el/git/wsa/linux Pull i2c updates from Wolfram Sang: - new driver for ICY, an Amiga Zorro card :) - axxia driver gained slave mode support, NXP driver gained ACPI - the slave EEPROM backend gained 16 bit address support - and lots of regular driver updates and reworks * 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: (52 commits) i2c: tegra: Move suspend handling to NOIRQ phase i2c: imx: ACPI support for NXP i2c controller i2c: uniphier(-f): remove all dev_dbg() i2c: uniphier(-f): use devm_platform_ioremap_resource() i2c: slave-eeprom: Add comment about address handling i2c: exynos5: Remove IRQF_ONESHOT i2c: stm32f7: Make structure stm32f7_i2c_algo constant i2c: cht-wc: drop check because i2c_unregister_device() is NULL safe i2c-eeprom_slave: Add support for more eeprom models i2c: fsi: Add of_put_node() before break i2c: synquacer: Make synquacer_i2c_ops constant i2c: hix5hd2: Remove IRQF_ONESHOT i2c: i801: Use iTCO version 6 in Cannon Lake PCH and beyond watchdog: iTCO: Add support for Cannon Lake PCH iTCO i2c: iproc: Make bcm_iproc_i2c_quirks constant i2c: iproc: Add full name of devicetree node to adapter name i2c: piix4: Add ACPI support i2c: piix4: Fix probing of reserved ports on AMD Family 16h Model 30h i2c: ocores: use request_any_context_irq() to register IRQ handler i2c: designware: Fix optional reset error handling ...
- Loading branch information
Showing
42 changed files
with
795 additions
and
267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7865,6 +7865,12 @@ S: Maintained | |
F: drivers/mfd/lpc_ich.c | ||
F: drivers/gpio/gpio-ich.c | ||
|
||
ICY I2C DRIVER | ||
M: Max Staudt <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/i2c/busses/i2c-icy.c | ||
|
||
IDE SUBSYSTEM | ||
M: "David S. Miller" <[email protected]> | ||
L: [email protected] | ||
|
@@ -13791,7 +13797,7 @@ F: drivers/clk/renesas/ | |
RENESAS EMEV2 I2C DRIVER | ||
M: Wolfram Sang <[email protected]> | ||
S: Supported | ||
F: Documentation/devicetree/bindings/i2c/i2c-emev2.txt | ||
F: Documentation/devicetree/bindings/i2c/renesas,iic-emev2.txt | ||
F: drivers/i2c/busses/i2c-emev2.c | ||
|
||
RENESAS ETHERNET DRIVERS | ||
|
@@ -13813,15 +13819,15 @@ F: drivers/iio/adc/rcar-gyroadc.c | |
RENESAS R-CAR I2C DRIVERS | ||
M: Wolfram Sang <[email protected]> | ||
S: Supported | ||
F: Documentation/devicetree/bindings/i2c/i2c-rcar.txt | ||
F: Documentation/devicetree/bindings/i2c/i2c-sh_mobile.txt | ||
F: Documentation/devicetree/bindings/i2c/renesas,i2c.txt | ||
F: Documentation/devicetree/bindings/i2c/renesas,iic.txt | ||
F: drivers/i2c/busses/i2c-rcar.c | ||
F: drivers/i2c/busses/i2c-sh_mobile.c | ||
|
||
RENESAS RIIC DRIVER | ||
M: Chris Brandt <[email protected]> | ||
S: Supported | ||
F: Documentation/devicetree/bindings/i2c/i2c-riic.txt | ||
F: Documentation/devicetree/bindings/i2c/renesas,riic.txt | ||
F: drivers/i2c/busses/i2c-riic.c | ||
|
||
RENESAS USB PHY DRIVER | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.