aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/musb
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-03usb: musb: Fix configuring FIFO for endpointsPali Rohár1-4/+4
2021-03-03usb: musb: Always clear the data toggle bit when configuring epPali Rohár1-4/+0
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass3-0/+3
2020-05-18common: Drop log.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 Glass2-0/+2
2019-09-11usb: musb_hcd: fix compilation errorJean-Jacques Hiblot1-2/+2
2019-05-04usb: musb_hcd: remove unnecessary ifdefs for dm* SoCsBartosz Golaszewski1-6/+0
2018-12-14usb: musb: Remove legacy CONFIG_USB_DA8XXAdam Ford3-132/+0
2018-12-14usb: musb: Remove Legacy CONFIG_USB_DAVINCIAdam Ford5-202/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini15-32/+15
2018-01-22Convert CONFIG_USB_MUSB_HCD et al to KconfigAdam Ford1-0/+29
2017-05-15omap4: Drop redundant CONFIG_OMAP4430 symbolTom Rini1-2/+2
2017-05-15omap3: Drop CONFIG_OMAP3_EVM, switch to CONFIG_TARGET_OMAP3_EVM when neededTom Rini2-2/+2
2017-04-25usb: musb: avoid out of bound access in udc_setup_epHeinrich Schuchardt1-2/+2
2017-04-05Blackfin: RemoveTom Rini5-304/+0
2016-05-02Fix spelling of "occurred".Vagrant Cascadian1-3/+3
2016-01-19Add more SPDX-License-Identifier tagsTom Rini1-25/+1
2015-08-05usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSBPaul Kocialkowski4-11/+11
2014-11-20include: move various macros to include/linux/kernel.hMasahiro Yamada1-3/+0
2014-03-10usb: create common header virtual root hub descriptorsStephen Warren1-92/+1
2014-02-20blackfin: Add <asm/clock.h> to numerous driversTom Rini1-0/+1
2013-10-31drivers: usb: convert makefiles to Kbuild styleMasahiro Yamada1-29/+7
2013-10-20usb: udc: add udc.h include fileTroy Kisky1-1/+2
2013-10-20usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky1-1/+1
2013-10-10usb: Prevent using reserved registers on DM36x usbAndrew Murray1-5/+14
2013-10-07usb: Fix error handling in musb_hcd.cAndrew Murray1-5/+5
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk13-182/+14
2013-06-26usb: musb: Use ARRAY_SIZE at appropriate placesAxel Lin2-4/+2
2013-06-10ARM: OMAP4+: Cleanup header filesLokesh Vutla1-1/+3
2012-11-20usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok2-4/+4
2012-10-23USB: musb_udc: Make musb_peri_rx_ep check for MUSB_RXCSR_RXPKTRDYPankaj Bharadiya1-1/+10
2012-10-15usb: lowlevel interface change to support multiple controllersLucas Stach1-2/+2
2012-09-02Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk1-1/+1
2012-09-01MUSB driver: Timeout is never detected as the while loop does not endMatej Frančeškin1-1/+1
2012-09-01da8xx/hawkboard: Add support for ohci host controllerSughosh Ganu2-103/+2
2012-07-18ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignmentTom Rini1-1/+1
2012-03-19usb: musb: fix printf warningMike Frysinger1-1/+1
2012-03-03USB: move keyboard polling into kbd driveramartin@nvidia.com1-28/+0
2011-12-09drivers/usb/musb/musb_udc.c: Fix GCC 4.6 warningAnatolij Gustschin1-5/+3
2011-11-23drivers/usb/musb/musb_hcd.c: Fix GCC 4.6 warningAnatolij Gustschin1-2/+1
2011-11-03arm, usb, davinci: make USBPHY_CTL register configurableHeiko Schocher1-1/+5
2011-11-03usb, davinci: add enable_vbus() weak functionHeiko Schocher1-2/+12
2011-08-03DaVinci: rename gpio_defs.h to gpio.hLaurence Withers1-1/+1