Re: (subset) [PATCH v2 1/3] usb: gadget: atmel: Add SAM9X60 support

2025-04-18 Thread Eugen Hristev
On 4/10/25 11:49, Mattijs Korpershoek wrote: > Hi, > > On Mon, 31 Mar 2025 18:26:07 +0200, Zixun LI wrote: >> Compared to SAM9X5 the only difference is the DPRAM memory from the >> USB High Speed Device Port (UDPHS) hardware block was increased, >> so we can reuse the same endpoint data. >> >>

Re: (subset) [PATCH v2 1/3] usb: gadget: atmel: Add SAM9X60 support

2025-04-10 Thread Mattijs Korpershoek
Hi, On Mon, 31 Mar 2025 18:26:07 +0200, Zixun LI wrote: > Compared to SAM9X5 the only difference is the DPRAM memory from the > USB High Speed Device Port (UDPHS) hardware block was increased, > so we can reuse the same endpoint data. > > Also add compatible "microchip,sam9x60-udc". > > > [...]

Re: [PATCH v2 1/3] usb: gadget: atmel: Add SAM9X60 support

2025-04-05 Thread Mattijs Korpershoek
Hi Zixun, Thank you for the patch. On lun., mars 31, 2025 at 18:26, Zixun LI wrote: > Compared to SAM9X5 the only difference is the DPRAM memory from the > USB High Speed Device Port (UDPHS) hardware block was increased, > so we can reuse the same endpoint data. > > Also add compatible "microch

[PATCH v2 1/3] usb: gadget: atmel: Add SAM9X60 support

2025-04-04 Thread Zixun LI
Compared to SAM9X5 the only difference is the DPRAM memory from the USB High Speed Device Port (UDPHS) hardware block was increased, so we can reuse the same endpoint data. Also add compatible "microchip,sam9x60-udc". Signed-off-by: Zixun LI --- arch/arm/mach-at91/include/mach/atmel_usba_udc.h