summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2018-04-07 15:36:18 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2018-04-07 15:36:18 -0400
commit0d5b1bd332e09acffa6569dd6458199b3894d496 (patch)
tree6c103cb045f0990ae4aae9a2ea4af1c26bfe6390 /MAINTAINERS
parent49a695ba723224875df50e327bd7b0b65dd9a56b (diff)
parent0d676a6c439028b046610f7593f4ddb62680f1fb (diff)
Merge branch 'i2c/for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Pull i2c updates from Wolfram Sang: -I2C core now reports proper OF style module alias. I'd like to repeat the note from the commit msg here (Thanks, Javier!): NOTE: This patch may break out-of-tree drivers that were relying on this behavior, and only had an I2C device ID table even when the device was registered via OF. There are no remaining drivers in mainline that do this, but out-of-tree drivers have to be fixed and define a proper OF device ID table to have module auto-loading working. - new driver for the SynQuacer I2C controller - major refactoring of the QUP driver - the piix4 driver now uses request_muxed_region which should fix a long standing resource conflict with the sp5100_tco watchdog - a bunch of small core & driver improvements * 'i2c/for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: (53 commits) i2c: add support for Socionext SynQuacer I2C controller dt-bindings: i2c: add binding for Socionext SynQuacer I2C i2c: Update i2c_trace_msg static key to modern api i2c: fix parameter of trace_i2c_result i2c: imx: avoid taking clk_prepare mutex in PM callbacks i2c: imx: use clk notifier for rate changes i2c: make i2c_check_addr_validity() static i2c: rcar: fix mask value of prohibited bit dt-bindings: i2c: document R8A77965 bindings i2c: pca-platform: drop gpio from platform data i2c: pca-platform: use device_property_read_u32 i2c: pca-platform: unconditionally use devm_gpiod_get_optional sh: sh7785lcr: add GPIO lookup table for i2c controller reset i2c: qup: reorganization of driver code to remove polling for qup v2 i2c: qup: reorganization of driver code to remove polling for qup v1 i2c: qup: send NACK for last read sub transfers i2c: qup: fix buffer overflow for multiple msg of maximum xfer len i2c: qup: change completion timeout according to transfer length i2c: qup: use the complete transfer length to choose DMA mode i2c: qup: proper error handling for i2c error in BAM mode ...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS9
1 files changed, 8 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 957c48526d5e..4c3c17e1e163 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6559,7 +6559,7 @@ F: drivers/i2c/muxes/
6559F: include/linux/i2c-mux.h 6559F: include/linux/i2c-mux.h
6560 6560
6561I2C MV64XXX MARVELL AND ALLWINNER DRIVER 6561I2C MV64XXX MARVELL AND ALLWINNER DRIVER
6562M: Gregory CLEMENT <gregory.clement@free-electrons.com> 6562M: Gregory CLEMENT <gregory.clement@bootlin.com>
6563L: linux-i2c@vger.kernel.org 6563L: linux-i2c@vger.kernel.org
6564S: Maintained 6564S: Maintained
6565F: drivers/i2c/busses/i2c-mv64xxx.c 6565F: drivers/i2c/busses/i2c-mv64xxx.c
@@ -12902,6 +12902,13 @@ F: include/media/soc*
12902F: drivers/media/i2c/soc_camera/ 12902F: drivers/media/i2c/soc_camera/
12903F: drivers/media/platform/soc_camera/ 12903F: drivers/media/platform/soc_camera/
12904 12904
12905SOCIONEXT SYNQUACER I2C DRIVER
12906M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
12907L: linux-i2c@vger.kernel.org
12908S: Maintained
12909F: drivers/i2c/busses/i2c-synquacer.c
12910F: Documentation/devicetree/bindings/i2c/i2c-synquacer.txt
12911
12905SOCIONEXT UNIPHIER SOUND DRIVER 12912SOCIONEXT UNIPHIER SOUND DRIVER
12906M: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com> 12913M: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
12907L: alsa-devel@alsa-project.org (moderated for non-subscribers) 12914L: alsa-devel@alsa-project.org (moderated for non-subscribers)