aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/musb/musb_hcd.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-07usb: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-01-20usb: musb: Rename CONFIG_USB_MUSB_TIMEOUT to MUSB_TIMEOUTTom Rini1-3/+3
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-1/+1
2021-09-30WS cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
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-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-04-05Blackfin: RemoveTom Rini1-5/+0
2016-05-02Fix spelling of "occurred".Vagrant Cascadian1-3/+3
2015-08-05usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSBPaul Kocialkowski1-3/+3
2014-03-10usb: create common header virtual root hub descriptorsStephen Warren1-92/+1
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 Denk1-14/+1
2013-06-26usb: musb: Use ARRAY_SIZE at appropriate placesAxel Lin1-2/+1
2012-11-20usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok1-2/+3
2012-10-15usb: lowlevel interface change to support multiple controllersLucas Stach1-2/+2
2012-09-01MUSB driver: Timeout is never detected as the while loop does not endMatej Frančeškin1-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-11-23drivers/usb/musb/musb_hcd.c: Fix GCC 4.6 warningAnatolij Gustschin1-2/+1
2011-06-25musb: process control messages after roothub accepted itCliff Cai1-2/+5
2010-10-22usb: musb: constify a bitMike Frysinger1-17/+19
2010-10-13usb: musb: only write CLRDATATOG when appropriateBryan Wu1-7/+16
2010-09-11usb: musb: set target address for non-multipoint devicesBryan Wu1-0/+7
2010-09-11usb: musb: setup TXCOUNT for Blackfin musbBryan Wu1-0/+5
2010-01-12usb: musb: add virtual root hub control supportBryan Wu1-2/+427
2010-01-09usb: musb: change rxcsr register from write to read/modify/writeBryan Wu1-2/+4
2010-01-09usb: musb: make multipoint optionalBryan Wu1-0/+20
2009-12-20USB Consolidate descriptor definitionsTom Rix1-1/+1
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD1-2/+2
2009-07-09usb: musb: add timeout via CONFIG_MUSB_TIMEOUTBryan Wu1-0/+31
2009-04-06drivers/usb: regorganisationJean-Christophe PLAGNIOL-VILLARD1-0/+792