aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
Commit message (Expand)AuthorAgeFilesLines
* arm: ti: Remove omap4 platform supportTom Rini2024-07-231-15/+0
* drivers: usb: Remove duplicate newlinesMarek Vasut2024-07-221-1/+0
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-204-4/+0
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-194-0/+4
* usb: Remove <common.h> and add needed includesTom Rini2024-05-074-4/+0
* usb: musb: Rename CONFIG_USB_MUSB_TIMEOUT to MUSB_TIMEOUTTom Rini2023-01-202-6/+4
* drivers/usb/musb/musb_udc.c: Fix spelling of "mismatch".Vagrant Cascadian2022-01-131-1/+1
* WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanupsWolfgang Denk2021-09-302-6/+6
* WS cleanup: remove trailing white spaceWolfgang Denk2021-09-301-1/+1
* 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
* usb: musb: Fix configuring FIFO for endpointsPali Rohár2021-03-031-4/+4
* usb: musb: Always clear the data toggle bit when configuring epPali Rohár2021-03-031-4/+0
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-183-0/+3
* common: Drop log.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-022-0/+2
* usb: musb_hcd: fix compilation errorJean-Jacques Hiblot2019-09-111-2/+2
* usb: musb_hcd: remove unnecessary ifdefs for dm* SoCsBartosz Golaszewski2019-05-041-6/+0
* usb: musb: Remove legacy CONFIG_USB_DA8XXAdam Ford2018-12-143-132/+0
* usb: musb: Remove Legacy CONFIG_USB_DAVINCIAdam Ford2018-12-145-202/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0715-32/+15
* Convert CONFIG_USB_MUSB_HCD et al to KconfigAdam Ford2018-01-221-0/+29
* omap4: Drop redundant CONFIG_OMAP4430 symbolTom Rini2017-05-151-2/+2
* omap3: Drop CONFIG_OMAP3_EVM, switch to CONFIG_TARGET_OMAP3_EVM when neededTom Rini2017-05-152-2/+2
* usb: musb: avoid out of bound access in udc_setup_epHeinrich Schuchardt2017-04-251-2/+2
* Blackfin: RemoveTom Rini2017-04-055-304/+0
* Fix spelling of "occurred".Vagrant Cascadian2016-05-021-3/+3
* Add more SPDX-License-Identifier tagsTom Rini2016-01-191-25/+1
* usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSBPaul Kocialkowski2015-08-054-11/+11
* include: move various macros to include/linux/kernel.hMasahiro Yamada2014-11-201-3/+0
* usb: create common header virtual root hub descriptorsStephen Warren2014-03-101-92/+1
* blackfin: Add <asm/clock.h> to numerous driversTom Rini2014-02-201-0/+1
* drivers: usb: convert makefiles to Kbuild styleMasahiro Yamada2013-10-311-29/+7
* usb: udc: add udc.h include fileTroy Kisky2013-10-201-1/+2
* usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky2013-10-201-1/+1
* usb: Prevent using reserved registers on DM36x usbAndrew Murray2013-10-101-5/+14
* usb: Fix error handling in musb_hcd.cAndrew Murray2013-10-071-5/+5
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2413-182/+14
* usb: musb: Use ARRAY_SIZE at appropriate placesAxel Lin2013-06-262-4/+2
* ARM: OMAP4+: Cleanup header filesLokesh Vutla2013-06-101-1/+3
* usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok2012-11-202-4/+4
* USB: musb_udc: Make musb_peri_rx_ep check for MUSB_RXCSR_RXPKTRDYPankaj Bharadiya2012-10-231-1/+10
* usb: lowlevel interface change to support multiple controllersLucas Stach2012-10-151-2/+2
* Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk2012-09-021-1/+1
|\
| * MUSB driver: Timeout is never detected as the while loop does not endMatej Frančeškin2012-09-011-1/+1