linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add support for PolarFire SoC's musb controller
@ 2022-06-07 13:22 Conor Dooley
  2022-06-07 13:22 ` [PATCH 1/3] usb: musb: " Conor Dooley
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Conor Dooley @ 2022-06-07 13:22 UTC (permalink / raw)
  To: Bin Liu, Greg Kroah-Hartman
  Cc: Daire McNamara, Valentina Fernandez, linux-kernel, linux-usb,
	linux-riscv, Conor Dooley

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-06-12 22:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-07 13:22 [PATCH 0/3] Add support for PolarFire SoC's musb controller Conor Dooley
2022-06-07 13:22 ` [PATCH 1/3] usb: musb: " Conor Dooley
2022-06-07 15:18   ` Ben Dooks
2022-06-12 22:14     ` Conor.Dooley
2022-06-07 13:22 ` [PATCH 2/3] MAINTAINERS: add musb to PolarFire SoC entry Conor Dooley
2022-06-07 13:22 ` [PATCH 3/3] riscv: dts: microchip: fix icicle kit's dr_mode Conor Dooley
2022-06-08 12:21   ` Heinrich Schuchardt
2022-06-08 12:49     ` Conor.Dooley
2022-06-09  8:23       ` Conor.Dooley
2022-06-07 17:53 ` [PATCH 0/3] Add support for PolarFire SoC's musb controller Conor.Dooley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).