Message ID | 20220621074238.957177-2-conor.dooley@microchip.com |
---|---|
State | Deferred |
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>
On 06/07/2022 08:21, Wolfram Sang wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe > > 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? Hmm, couple of them have actually already gone in. I doubt the pwm will make it but the others have. If this driver is cleaned up in time for 5.20, I'll rebase this patch after the first week of the mw & resubmit with your Ack. Thanks. > > For that case: > > Acked-by: Wolfram Sang <wsa@kernel.org> > > > _______________________________________________ > linux-riscv mailing list > linux-riscv@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-riscv
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(+)