aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org> 2024-04-27 11:24:53 -0700
committerGravatar Linus Torvalds <torvalds@linux-foundation.org> 2024-04-27 11:24:53 -0700
commit5d12ed4bea4343ca3adbe3c23c8d149485de5010 (patch)
treebd9b58b7871976b5c757f7a7b1028b28ddacd6ed /MAINTAINERS
parentprofiling: Remove create_prof_cpu_mask(). (diff)
parenti2c: smbus: fix NULL function pointer dereference (diff)
downloadlinux-5d12ed4bea4343ca3adbe3c23c8d149485de5010.tar.gz
linux-5d12ed4bea4343ca3adbe3c23c8d149485de5010.tar.bz2
linux-5d12ed4bea4343ca3adbe3c23c8d149485de5010.zip
Merge tag 'i2c-for-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Pull i2c fixes from Wolfram Sang: "Fix a race condition in the at24 eeprom handler, a NULL pointer exception in the I2C core for controllers only using target modes, drop a MAINTAINERS entry, and fix an incorrect DT binding for at24" * tag 'i2c-for-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: i2c: smbus: fix NULL function pointer dereference MAINTAINERS: Drop entry for PCA9541 bus master selector eeprom: at24: fix memory corruption race condition dt-bindings: eeprom: at24: Fix ST M24C64-D compatible schema
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS6
1 files changed, 0 insertions, 6 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index a86685c57e12..f6dc90559341 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16798,12 +16798,6 @@ S: Maintained
F: drivers/leds/leds-pca9532.c
F: include/linux/leds-pca9532.h
-PCA9541 I2C BUS MASTER SELECTOR DRIVER
-M: Guenter Roeck <linux@roeck-us.net>
-L: linux-i2c@vger.kernel.org
-S: Maintained
-F: drivers/i2c/muxes/i2c-mux-pca9541.c
-
PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
M: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
M: Pali Rohár <pali@kernel.org>