[PATCH] MAINTAINERS: add entry for SpacemiT K1 I2C driver

Troy Mitchell posted 1 patch 5 days, 6 hours ago
MAINTAINERS | 7 +++++++
1 file changed, 7 insertions(+)
[PATCH] MAINTAINERS: add entry for SpacemiT K1 I2C driver
Posted by Troy Mitchell 5 days, 6 hours ago
Add a MAINTAINERS entry for the SpacemiT K1 I2C driver and its DT binding.
(Suggsted by Wolfram[1])

Link:
https://lore.kernel.org/all/aNW5KfIg-_4-Et1S@shikoro/ [1]

Signed-off-by: Troy Mitchell <troy.mitchell@linux.spacemit.com>
---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8fcf4e34eaa52c1dc6894823cd83bb6941980e17..2d151233a0e3d0dab2d6ecd278d27a9ff051e3de 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -24073,6 +24073,13 @@ W:	https://linuxtv.org
 Q:	http://patchwork.linuxtv.org/project/linux-media/list/
 F:	drivers/media/dvb-frontends/sp2*
 
+SPACEMIT K1 I2C DRIVER
+M:	Troy Mitchell <troy.mitchell@linux.spacemit.com>
+L:	linux-i2c@vger.kernel.org
+S:	Maintained
+F:	Documentation/devicetree/bindings/i2c/spacemit,k1-i2c.yaml
+F:	drivers/i2c/busses/i2c-k1.c
+
 SPANISH DOCUMENTATION
 M:	Carlos Bilbao <carlos.bilbao@kernel.org>
 R:	Avadhut Naik <avadhut.naik@amd.com>

---
base-commit: c8057e20d7aea985e3b55753fea9ef3562aeed1d
change-id: 20250926-k1-i2c-maintainer-de5a478592a6

Best regards,
-- 
Troy Mitchell <troy.mitchell@linux.spacemit.com>
Re: [PATCH] MAINTAINERS: add entry for SpacemiT K1 I2C driver
Posted by Wolfram Sang 3 days, 23 hours ago
On Fri, Sep 26, 2025 at 10:51:52PM +0800, Troy Mitchell wrote:
> Add a MAINTAINERS entry for the SpacemiT K1 I2C driver and its DT binding.
> (Suggsted by Wolfram[1])
> 
> Link:
> https://lore.kernel.org/all/aNW5KfIg-_4-Et1S@shikoro/ [1]
> 
> Signed-off-by: Troy Mitchell <troy.mitchell@linux.spacemit.com>

Applied to for-current, thanks!