diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-11-10 14:58:25 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-11-10 14:58:25 -0500 |
commit | d55fc37856244c929965c190c8e9dcb49e2c07aa (patch) | |
tree | ccb348340a6f0aac546b06487ea6a1d1d35490f6 /MAINTAINERS | |
parent | 42d4ebb42a17754d2e8344dc1aa486119671d0eb (diff) | |
parent | 75ecc64ef5a1f310fc80f732ad8cfb7e1bdc59d5 (diff) |
Merge branch 'i2c/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Pull i2c updates from Wolfram Sang:
- New drivers: UniPhier (with and without FIFO)
- some drivers got some bigger rework: ismt, designware, img-scb (rcar
had to be reverted because issues were showing up just lately)
- ACPI: reworked the device scanning and added support for muxes
... and quite a lot of driver bugfixes and cleanups this time. All
files touched outside of the i2c realm have proper acks.
* 'i2c/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: (70 commits)
i2c: rcar: Revert the latest refactoring series
i2c: pnx: remove superfluous assignment
MAINTAINERS: i2c: drop i2c-pnx maintainer
MAINTAINERS: i2c: mark also subdirectories as maintained
i2c: cadence: enable driver for ARM64
i2c: i801: Document Intel DNV and Broxton
i2c: at91: manage unexpected RXRDY flag when starting a transfer
i2c: pnx: Use setup_timer instead of open coding it
i2c: add ACPI support for I2C mux ports
acpi: add acpi_preset_companion() stub
i2c: pxa: Add support for pxa910/988 & new configuration features
i2c: au1550: Convert to devm_kzalloc and devm_ioremap_resource
i2c-dev: Fix I2C_SLAVE ioctl comment
i2c-dev: Fix typo in ioctl name reference
i2c: sirf: tune the divider to make i2c bus freq more accurate
i2c: imx: Use -ENXIO as error in the NACK case
i2c: i801: Add support for Intel Broxton
i2c: i801: Add support for Intel DNV
i2c: mediatek: add i2c resume support
i2c: imx: implement bus recovery
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1a73c20bc400..8f10834124a9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1626,6 +1626,7 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | |||
1626 | S: Maintained | 1626 | S: Maintained |
1627 | F: arch/arm/boot/dts/uniphier* | 1627 | F: arch/arm/boot/dts/uniphier* |
1628 | F: arch/arm/mach-uniphier/ | 1628 | F: arch/arm/mach-uniphier/ |
1629 | F: drivers/i2c/busses/i2c-uniphier* | ||
1629 | F: drivers/pinctrl/uniphier/ | 1630 | F: drivers/pinctrl/uniphier/ |
1630 | F: drivers/tty/serial/8250/8250_uniphier.c | 1631 | F: drivers/tty/serial/8250/8250_uniphier.c |
1631 | N: uniphier | 1632 | N: uniphier |
@@ -5163,6 +5164,7 @@ S: Maintained | |||
5163 | F: Documentation/devicetree/bindings/i2c/ | 5164 | F: Documentation/devicetree/bindings/i2c/ |
5164 | F: Documentation/i2c/ | 5165 | F: Documentation/i2c/ |
5165 | F: drivers/i2c/ | 5166 | F: drivers/i2c/ |
5167 | F: drivers/i2c/*/ | ||
5166 | F: include/linux/i2c.h | 5168 | F: include/linux/i2c.h |
5167 | F: include/linux/i2c-*.h | 5169 | F: include/linux/i2c-*.h |
5168 | F: include/uapi/linux/i2c.h | 5170 | F: include/uapi/linux/i2c.h |
@@ -8418,12 +8420,6 @@ M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com> | |||
8418 | S: Maintained | 8420 | S: Maintained |
8419 | F: drivers/pnp/ | 8421 | F: drivers/pnp/ |
8420 | 8422 | ||
8421 | PNXxxxx I2C DRIVER | ||
8422 | M: Vitaly Wool <vitalywool@gmail.com> | ||
8423 | L: linux-i2c@vger.kernel.org | ||
8424 | S: Maintained | ||
8425 | F: drivers/i2c/busses/i2c-pnx.c | ||
8426 | |||
8427 | PPP PROTOCOL DRIVERS AND COMPRESSORS | 8423 | PPP PROTOCOL DRIVERS AND COMPRESSORS |
8428 | M: Paul Mackerras <paulus@samba.org> | 8424 | M: Paul Mackerras <paulus@samba.org> |
8429 | L: linux-ppp@vger.kernel.org | 8425 | L: linux-ppp@vger.kernel.org |