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

Conor Dooley posted 3 patches 3 years, 10 months ago
There is a newer version of this series
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
[PATCH 0/3] Add support for PolarFire SoC's musb controller
Posted by Conor Dooley 3 years, 10 months ago
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

-- 
2.36.1
Re: [PATCH 0/3] Add support for PolarFire SoC's musb controller
Posted by Conor.Dooley@microchip.com 3 years, 10 months ago
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
>