Message ID | 20220617114442.998357-3-conor.dooley@microchip.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add support for Microchip's pwm fpga core | expand |
Hello, On Fri, Jun 17, 2022 at 12:44:43PM +0100, Conor Dooley wrote: > Add the newly introduced pwm driver to the existing PolarFire SoC entry. > > Signed-off-by: Conor Dooley <conor.dooley@microchip.com> > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index f1b4b77daa5f..d0b39fa4f309 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -17091,6 +17091,7 @@ L: linux-riscv@lists.infradead.org > S: Supported > F: arch/riscv/boot/dts/microchip/ > F: drivers/mailbox/mailbox-mpfs.c > +F: drivers/pwm/pwm-microchip-core.c > F: drivers/soc/microchip/ > F: include/soc/microchip/mpfs.h The change looks okish to me, but it doesn't make sense without patch 1/2. So I'm discarding this one from our patchwork instance, too. Best regards Uwe
diff --git a/MAINTAINERS b/MAINTAINERS index f1b4b77daa5f..d0b39fa4f309 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17091,6 +17091,7 @@ L: linux-riscv@lists.infradead.org S: Supported F: arch/riscv/boot/dts/microchip/ F: drivers/mailbox/mailbox-mpfs.c +F: drivers/pwm/pwm-microchip-core.c F: drivers/soc/microchip/ F: include/soc/microchip/mpfs.h
Add the newly introduced pwm driver to the existing PolarFire SoC entry. Signed-off-by: Conor Dooley <conor.dooley@microchip.com> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)