Message ID | 20220621074238.957177-2-conor.dooley@microchip.com |
---|---|
State | New |
Headers | show |
Series | [v6,1/2] i2c: add support for microchip fpga i2c controllers | expand |
On Tue, Jun 21, 2022 at 08:42:39AM +0100, Conor Dooley wrote: > Add the newly added i2c controller driver to the existing entry for > PolarFire SoC. > > Signed-off-by: Conor Dooley <conor.dooley@microchip.com> > --- > New in v6. > FYI: I have several maintainers updates in flight - usb, pwm, spi > of which some will be in 5.20 & clk/hwrng/pci that are likely to > go into 5.19-rcN. Then, I'd suggest you collect all of them and send them as one patch at the end of the next merge window? For that case: Acked-by: Wolfram Sang <wsa@kernel.org>
diff --git a/MAINTAINERS b/MAINTAINERS index a6d3bd9d2a8d..90de65041863 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17141,6 +17141,7 @@ M: Conor Dooley <conor.dooley@microchip.com> L: linux-riscv@lists.infradead.org S: Supported F: arch/riscv/boot/dts/microchip/ +F: drivers/i2c/busses/i2c-microchip-core.c F: drivers/mailbox/mailbox-mpfs.c F: drivers/soc/microchip/ F: include/soc/microchip/mpfs.h
Add the newly added i2c controller driver to the existing entry for PolarFire SoC. Signed-off-by: Conor Dooley <conor.dooley@microchip.com> --- New in v6. FYI: I have several maintainers updates in flight - usb, pwm, spi of which some will be in 5.20 & clk/hwrng/pci that are likely to go into 5.19-rcN. --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)