From: Cristian Birsan <cristian.birsan@xxxxxxxxxxxxx> 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(-) -- 2.17.1