mbox series

[0/3] Add support for PolarFire SoC's musb controller

Message ID 20220607132204.746180-1-conor.dooley@microchip.com (mailing list archive)
Headers show
Series Add support for PolarFire SoC's musb controller | expand

Message

Conor Dooley June 7, 2022, 1:22 p.m. UTC
Hey Bin, Greg,
Short series here adding support for USB on Microchip PolarFire SoC FPGAs.
The kconfig dependancy for INVENTRA_DMA has become a bit of a mouthful,
is there a better way of dealing with that?
Thanks,
Conor.

Conor Dooley (3):
  usb: musb: Add support for PolarFire SoC's musb controller
  MAINTAINERS: add musb to PolarFire SoC entry
  riscv: dts: microchip: fix icicle kit's dr_mode

 MAINTAINERS                                   |   1 +
 .../boot/dts/microchip/mpfs-icicle-kit.dts    |   2 +-
 drivers/usb/musb/Kconfig                      |  13 +-
 drivers/usb/musb/Makefile                     |   1 +
 drivers/usb/musb/mpfs.c                       | 285 ++++++++++++++++++
 5 files changed, 300 insertions(+), 2 deletions(-)
 create mode 100644 drivers/usb/musb/mpfs.c

Comments

Conor Dooley June 7, 2022, 5:53 p.m. UTC | #1
On 07/06/2022 14:22, Conor Dooley wrote:
> Hey Bin, Greg,
> Short series here adding support for USB on Microchip PolarFire SoC FPGAs.
> The kconfig dependancy for INVENTRA_DMA has become a bit of a mouthful,
> is there a better way of dealing with that?
> Thanks,
> Conor.

Hmm,
I now realise 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 PWM and
SPI trees. The SPI one is already applied.
I will include this in the covers for future revsions
Thanks,
Conor

> 
> Conor Dooley (3):
>   usb: musb: Add support for PolarFire SoC's musb controller
>   MAINTAINERS: add musb to PolarFire SoC entry
>   riscv: dts: microchip: fix icicle kit's dr_mode
> 
>  MAINTAINERS                                   |   1 +
>  .../boot/dts/microchip/mpfs-icicle-kit.dts    |   2 +-
>  drivers/usb/musb/Kconfig                      |  13 +-
>  drivers/usb/musb/Makefile                     |   1 +
>  drivers/usb/musb/mpfs.c                       | 285 ++++++++++++++++++
>  5 files changed, 300 insertions(+), 2 deletions(-)
>  create mode 100644 drivers/usb/musb/mpfs.c
>