diff options
author | Linus Torvalds | 2022-09-25 08:44:46 -0700 |
---|---|---|
committer | Linus Torvalds | 2022-09-25 08:44:46 -0700 |
commit | f0cc7c00089bf923259370fefc1d4f48d7252fc5 (patch) | |
tree | 554014f58b3d07aca04cdcbd5f07e787b10cfa7f /MAINTAINERS | |
parent | 105a36f3694edc680f3e9318cdd3c03722e42554 (diff) | |
parent | b7af938f4379a884f15713319648a7653497a907 (diff) |
Merge tag 'i2c-for-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Pull i2c fixes from Wolfram Sang:
"I2C driver bugfixes for mlxbf and imx, a few documentation fixes after
the rework this cycle, and one hardening for the i2c-mux core"
* tag 'i2c-for-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
i2c: mux: harden i2c_mux_alloc() against integer overflows
i2c: mlxbf: Fix frequency calculation
i2c: mlxbf: prevent stack overflow in mlxbf_i2c_smbus_start_transaction()
i2c: mlxbf: incorrect base address passed during io write
Documentation: i2c: fix references to other documents
MAINTAINERS: remove Nehal Shah from AMD MP2 I2C DRIVER
i2c: imx: If pm_runtime_get_sync() returned 1 device access is possible
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1f40c1135bae..f5ca4aefd184 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1011,7 +1011,6 @@ F: drivers/spi/spi-amd.c AMD MP2 I2C DRIVER M: Elie Morisse <syniurge@gmail.com> -M: Nehal Shah <nehal-bakulchandra.shah@amd.com> M: Shyam Sundar S K <shyam-sundar.s-k@amd.com> L: linux-i2c@vger.kernel.org S: Maintained |