aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/musb/musb_udc.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-13drivers/usb/musb/musb_udc.c: Fix spelling of "mismatch".Vagrant Cascadian1-1/+1
2021-03-03usb: musb: Ensure that we set musb dynamic FIFO buffer for every endpointPali Rohár1-12/+2
2021-03-03usb: musb: Fix handling interrupts for EP0 and SET ADDRESS commmandPali Rohár1-8/+4
2021-03-03usb: musb: Fix receiving of bigger buffersPali Rohár1-1/+15
2021-03-03usb: musb: Fix transmission of bigger buffersPali Rohár1-11/+6
2021-03-03usb: musb: Read value of PERI_RXCSR to 16bit variablePali Rohár1-1/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-01-17common: Move hang() to the same header as panic()Simon Glass1-0/+1
2019-12-02common: Move serial_printf() to the serial headerSimon Glass1-0/+1
2018-12-14usb: musb: Remove Legacy CONFIG_USB_DAVINCIAdam Ford1-2/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-04-25usb: musb: avoid out of bound access in udc_setup_epHeinrich Schuchardt1-2/+2
2013-10-20usb: udc: add udc.h include fileTroy Kisky1-1/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-06-26usb: musb: Use ARRAY_SIZE at appropriate placesAxel Lin1-2/+1
2012-10-23USB: musb_udc: Make musb_peri_rx_ep check for MUSB_RXCSR_RXPKTRDYPankaj Bharadiya1-1/+10
2011-12-09drivers/usb/musb/musb_udc.c: Fix GCC 4.6 warningAnatolij Gustschin1-5/+3
2010-08-12musb: MSC host support for AM35xAjay Kumar Gupta1-0/+2
2009-12-20OMAP3 Add usb device supportTom Rix1-0/+963