diff mbox series

MAINTAINERS: Update the ocores i2c bus driver maintainer, etc

Message ID 20190208165631.1793-1-andrew@lunn.ch
State Accepted
Headers show
Series MAINTAINERS: Update the ocores i2c bus driver maintainer, etc | expand

Commit Message

Andrew Lunn Feb. 8, 2019, 4:56 p.m. UTC
The listed maintainer has not been responding to emails for a while.
Add myself as a second maintainer.

Add the platform data include file, which was not listed.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

Comments

Wolfram Sang Feb. 8, 2019, 9:16 p.m. UTC | #1
On Fri, Feb 08, 2019 at 05:56:31PM +0100, Andrew Lunn wrote:
> The listed maintainer has not been responding to emails for a while.
> Add myself as a second maintainer.
> 
> Add the platform data include file, which was not listed.
> 
> Signed-off-by: Andrew Lunn <andrew@lunn.ch>

Applied to for-current, thanks!
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 32d444476a90..cc1f7d04a187 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11303,10 +11303,12 @@  F:	include/dt-bindings/
 
 OPENCORES I2C BUS DRIVER
 M:	Peter Korsgaard <peter@korsgaard.com>
+M:	Andrew Lunn <andrew@lunn.ch>
 L:	linux-i2c@vger.kernel.org
 S:	Maintained
 F:	Documentation/i2c/busses/i2c-ocores
 F:	drivers/i2c/busses/i2c-ocores.c
+F:	include/linux/platform_data/i2c-ocores.h
 
 OPENRISC ARCHITECTURE
 M:	Jonas Bonn <jonas@southpole.se>