summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_udc.c
Commit message (Expand)AuthorAgeFilesLines
* usb: musb: Ensure that we set musb dynamic FIFO buffer for every endpointPali Rohár2021-03-031-12/+2
* usb: musb: Fix handling interrupts for EP0 and SET ADDRESS commmandPali Rohár2021-03-031-8/+4
* usb: musb: Fix receiving of bigger buffersPali Rohár2021-03-031-1/+15
* usb: musb: Fix transmission of bigger buffersPali Rohár2021-03-031-11/+6
* usb: musb: Read value of PERI_RXCSR to 16bit variablePali Rohár2021-03-031-1/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* common: Move serial_printf() to the serial headerSimon Glass2019-12-021-0/+1
* usb: musb: Remove Legacy CONFIG_USB_DAVINCIAdam Ford2018-12-141-2/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* usb: musb: avoid out of bound access in udc_setup_epHeinrich Schuchardt2017-04-251-2/+2
* usb: udc: add udc.h include fileTroy Kisky2013-10-201-1/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-14/+1
* usb: musb: Use ARRAY_SIZE at appropriate placesAxel Lin2013-06-261-2/+1
* USB: musb_udc: Make musb_peri_rx_ep check for MUSB_RXCSR_RXPKTRDYPankaj Bharadiya2012-10-231-1/+10
* drivers/usb/musb/musb_udc.c: Fix GCC 4.6 warningAnatolij Gustschin2011-12-091-5/+3
* musb: MSC host support for AM35xAjay Kumar Gupta2010-08-121-0/+2
* OMAP3 Add usb device supportTom Rix2009-12-201-0/+963