All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] usb: gadget: udc: atmel: add usb device support for SAM9x60 SoC
@ 2020-05-15 11:16 ` cristian.birsan
  0 siblings, 0 replies; 24+ messages in thread
From: cristian.birsan @ 2020-05-15 11:16 UTC (permalink / raw)
  To: balbi, gregkh, nicolas.ferre, alexandre.belloni,
	ludovic.desroches, robh+dt, mark.rutland, linux-arm-kernel,
	linux-usb, devicetree, linux-kernel
  Cc: Cristian Birsan

From: Cristian Birsan <cristian.birsan@microchip.com>

This patch set adds usb device support for SAM9x60 SoC.
The DPRAM memory for the USB High Speed Device Port (UDPHS) hardware
block was increased and the allocation method is changed. This patch
series simplifies the endpoint allocation scheme to acomodate this SoC
and the old ones.

Changes in v2:
- drop the patch that adds reference to pmc for sam9x60
- use dt-bindings: usb prefix
- enable usb device in device tree

Claudiu Beznea (1):
  usb: gadget: udc: atmel: use of_find_matching_node_and_match

Cristian Birsan (6):
  dt-bindings: usb: atmel: Update DT bindings documentation for sam9x60
  usb: gadget: udc: atmel: simplify endpoint allocation
  usb: gadget: udc: atmel: use 1 bank endpoints for control transfers
  usb: gadget: udc: atmel: rename errata into caps
  usb: gadget: udc: atmel: update endpoint allocation for sam9x60
  ARM: dts: at91: sam9x60ek: enable usb device

 .../devicetree/bindings/usb/atmel-usb.txt     |  1 +
 arch/arm/boot/dts/at91-sam9x60ek.dts          | 13 +++
 arch/arm/boot/dts/sam9x60.dtsi                | 74 ++++++++++++++++
 drivers/usb/gadget/udc/atmel_usba_udc.c       | 87 ++++++++++++-------
 drivers/usb/gadget/udc/atmel_usba_udc.h       |  6 +-
 5 files changed, 145 insertions(+), 36 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-05-28 19:28 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-15 11:16 [PATCH v2 0/7] usb: gadget: udc: atmel: add usb device support for SAM9x60 SoC cristian.birsan
2020-05-15 11:16 ` cristian.birsan
2020-05-15 11:16 ` [PATCH v2 1/7] usb: gadget: udc: atmel: use of_find_matching_node_and_match cristian.birsan
2020-05-15 11:16   ` cristian.birsan
2020-05-15 15:47   ` Felipe Balbi
2020-05-15 15:47     ` Felipe Balbi
2020-05-15 11:16 ` [PATCH v2 2/7] dt-bindings: usb: atmel: Update DT bindings documentation for sam9x60 cristian.birsan
2020-05-15 11:16   ` cristian.birsan
2020-05-28 19:26   ` Rob Herring
2020-05-28 19:26     ` Rob Herring
2020-05-15 11:16 ` [PATCH v2 3/7] usb: gadget: udc: atmel: simplify endpoint allocation cristian.birsan
2020-05-15 11:16   ` cristian.birsan
2020-05-15 11:16 ` [PATCH v2 4/7] usb: gadget: udc: atmel: use 1 bank endpoints for control transfers cristian.birsan
2020-05-15 11:16   ` cristian.birsan
2020-05-15 11:16 ` [PATCH v2 5/7] usb: gadget: udc: atmel: rename errata into caps cristian.birsan
2020-05-15 11:16   ` cristian.birsan
2020-05-15 11:16 ` [PATCH v2 6/7] usb: gadget: udc: atmel: update endpoint allocation for sam9x60 cristian.birsan
2020-05-15 11:16   ` cristian.birsan
2020-05-15 11:16 ` [PATCH v2 7/7] ARM: dts: at91: sam9x60ek: enable usb device cristian.birsan
2020-05-15 11:16   ` cristian.birsan
2020-05-15 15:02 ` [PATCH v2 0/7] usb: gadget: udc: atmel: add usb device support for SAM9x60 SoC Alexandre Belloni
2020-05-15 15:02   ` Alexandre Belloni
2020-05-15 15:32   ` Cristian.Birsan
2020-05-15 15:32     ` Cristian.Birsan

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.