mbox series

[0/2] Add support for Microchip's pwm fpga core

Message ID 20220607084551.2735922-1-conor.dooley@microchip.com (mailing list archive)
Headers show
Series Add support for Microchip's pwm fpga core | expand

Message

Conor Dooley June 7, 2022, 8:45 a.m. UTC
Hey all,
Small series here, adding a driver for the "soft" pwm IP core
for microchip FPGAs. The binding for them was already added
in 5.18.
Thanks,
Conor.

Conor Dooley (2):
  pwm: add microchip soft ip corePWM driver
  MAINTAINERS: add pwm to PolarFire SoC entry

 MAINTAINERS                      |   1 +
 drivers/pwm/Kconfig              |  10 ++
 drivers/pwm/Makefile             |   1 +
 drivers/pwm/pwm-microchip-core.c | 289 +++++++++++++++++++++++++++++++
 4 files changed, 301 insertions(+)
 create mode 100644 drivers/pwm/pwm-microchip-core.c

Comments

Conor Dooley June 7, 2022, 5:54 p.m. UTC | #1
On 07/06/2022 09:45, Conor Dooley wrote:
> Hey all,
> Small series here, adding a driver for the "soft" pwm IP core
> for microchip FPGAs. The binding for them was already added
> in 5.18.
> Thanks,
> Conor.

I realised that I forgot to mention this is one of
three patchsets I have sent this cycle that touches
this MAINTAINERS entry. The others are to the USB and
SPI trees. The SPI one is already applied.
I will include this in the covers for future revisions
Thanks,
Conor

> 
> Conor Dooley (2):
>   pwm: add microchip soft ip corePWM driver
>   MAINTAINERS: add pwm to PolarFire SoC entry
> 
>  MAINTAINERS                      |   1 +
>  drivers/pwm/Kconfig              |  10 ++
>  drivers/pwm/Makefile             |   1 +
>  drivers/pwm/pwm-microchip-core.c | 289 +++++++++++++++++++++++++++++++
>  4 files changed, 301 insertions(+)
>  create mode 100644 drivers/pwm/pwm-microchip-core.c
>