All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux dev-5.15 v1 0/2] usb: gadget: udc: add UDC driver for NPCM SoCs
@ 2022-08-11  8:48 Tomer Maimon
  2022-08-11  8:48 ` [PATCH linux dev-5.15 v1 1/2] dt-binding: usb: Add NPCM UDC binding documentation Tomer Maimon
  2022-08-11  8:48 ` [PATCH linux dev-5.15 v1 2/2] usb: gadget: udc: add NPCM UDC support Tomer Maimon
  0 siblings, 2 replies; 3+ messages in thread
From: Tomer Maimon @ 2022-08-11  8:48 UTC (permalink / raw)
  To: openbmc; +Cc: andrew, joel, Tomer Maimon

This patch set add NPCM USB device controller(UDC) Baseboard Management
Controller(BMC) support.

This patchset was tested on the Arbel NPCM8XX evaluation board that running 
Arbel OpenBMC.

Tomer Maimon (2):
  dt-binding: usb: Add NPCM UDC binding documentation
  usb: gadget: udc: add NPCM UDC support

 .../devicetree/bindings/usb/npcm-udc.txt      |   33 +
 drivers/usb/gadget/udc/Kconfig                |   11 +
 drivers/usb/gadget/udc/Makefile               |    1 +
 drivers/usb/gadget/udc/npcm_udc.c             | 3250 +++++++++++++++++
 4 files changed, 3295 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/usb/npcm-udc.txt
 create mode 100644 drivers/usb/gadget/udc/npcm_udc.c

-- 
2.33.0


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

end of thread, other threads:[~2022-08-11  8:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-11  8:48 [PATCH linux dev-5.15 v1 0/2] usb: gadget: udc: add UDC driver for NPCM SoCs Tomer Maimon
2022-08-11  8:48 ` [PATCH linux dev-5.15 v1 1/2] dt-binding: usb: Add NPCM UDC binding documentation Tomer Maimon
2022-08-11  8:48 ` [PATCH linux dev-5.15 v1 2/2] usb: gadget: udc: add NPCM UDC support Tomer Maimon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.