mbox series

[0/7] usb: gadget: udc: atmel: add usb device support for SAM9x60 SoC

Message ID 20200407122852.19422-1-cristian.birsan@microchip.com (mailing list archive)
Headers show
Series usb: gadget: udc: atmel: add usb device support for SAM9x60 SoC | expand

Message

Cristian Birsan April 7, 2020, 12:28 p.m. UTC
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.

Claudiu Beznea (2):
  usb: gadget: udc: atmel: use of_find_matching_node_and_match
  usb: gadget: udc: atmel: add compatible for SAM9X60's PMC

Cristian Birsan (5):
  usb: gadget: at91_udc: Update DT binding documentation
  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

 .../devicetree/bindings/usb/atmel-usb.txt     |  1 +
 drivers/usb/gadget/udc/atmel_usba_udc.c       | 87 ++++++++++++-------
 drivers/usb/gadget/udc/atmel_usba_udc.h       |  6 +-
 3 files changed, 58 insertions(+), 36 deletions(-)