aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_dsps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-21usb: musb: dsps: Use platform_get_irq_byname() to get the interruptLad Prabhakar1-6/+9
2021-10-13usb: musb: dsps: Fix the probe error pathMiquel Raynal1-1/+3
2021-08-26usb: musb: musb_dsps: request_irq() after initializing musbNadezda Lutovinova1-7/+6
2020-11-13Revert "usb: musb: convert to devm_platform_ioremap_resource_byname"Geert Uytterhoeven1-1/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-07-29usb: musb: convert to devm_platform_ioremap_resource_bynameChunfeng Yun1-3/+1
2020-07-09usb: musb: musb_dsps: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones1-4/+4
2019-11-14usb: musb: dsps: create debugfs directory under usb rootChunfeng Yun1-1/+1
2019-04-30usb: musb: dsps: Use dev_get_drvdata()Kefeng Wang1-4/+2
2018-12-18usb: musb: dsps: fix runtime pm for peripheral modeBin Liu1-3/+9
2018-12-18usb: musb: dsps: fix otg state machineBin Liu1-2/+7
2018-09-20usb: musb: dsps: do not disable CPPI41 irq in driver teardownBin Liu1-11/+1
2018-07-02USB: musb: mark expected switch fall-throughsGustavo A. R. Silva1-1/+1
2018-05-31USB: musb: clean up debugfs file and directory creationGreg Kroah-Hartman1-8/+1
2018-05-22USB: musb: dsps: propagate device-tree nodeJohan Hovold1-0/+1
2018-05-22usb: musb: remove references to default_a of struct usb_otgBin Liu1-2/+0
2018-05-22usb: musb: remove duplicated port mode enumBin Liu1-3/+3
2018-05-22usb: musb: dsps: remove duplicated get_musb_port_mode()Bin Liu1-20/+1
2018-04-23USB: musb: dsps: drop duplicate phy initialisationJohan Hovold1-2/+0
2017-11-07USB: musb: Remove redundant license textGreg Kroah-Hartman1-16/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-11-01usb: musb: dsps: remove the duplicated timerBin Liu1-9/+8
2017-11-01usb: musb: Convert timers to use timer_setup()Kees Cook1-3/+4
2017-08-28USB: musb: dsps: add explicit runtime resume at suspendJohan Hovold1-2/+11
2017-05-27usb: musb: dsps: keep VBUS on for host-only modeBin Liu1-0/+5
2017-03-14usb: musb: dsps: fix iounmap in error and exit pathsBin Liu1-1/+4
2017-02-09usb: musb: dsps: Manage CPPI 4.1 DMA interrupt in DSPSAlexandre Bailon1-2/+79
2017-02-03usb: musb: dsps: make dsps_musb_clear_ep_rxintr() staticWei Yongjun1-1/+1
2017-02-03usb: musb: Add support for optional VBUS irq to dsps glue layerTony Lindgren1-24/+93
2017-02-03usb: musb: dsps: switch to static id for musb-hdrc platform devicesBin Liu1-1/+2
2017-02-03usb: musb: dsps: remove redundant codeBin Liu1-1/+0
2017-01-05usb: musb: dsps: implement clear_ep_rxintr() callbackBin Liu1-0/+12
2016-11-17usb: musb: Drop pointless PM runtime code for dsps glueTony Lindgren1-20/+2
2016-11-17usb: musb: Fix sleeping function called from invalid context for hdrc glueTony Lindgren1-10/+26
2016-09-13usb: musb: Add PM runtime support for MUSB DSPS glue layerTony Lindgren1-41/+17
2016-09-13usb: musb: Prepare dsps glue layer for PM runtime supportTony Lindgren1-4/+18
2016-07-17usb: musb: dsps: use musb register read/write wrappers insteadBin Liu1-68/+44
2015-09-27usb: common: of_usb_get_dr_mode to usb_get_dr_modeHeikki Krogerus1-1/+1
2015-09-27usb: common: of_usb_get_maximum_speed to usb_get_maximum_speedHeikki Krogerus1-1/+1
2015-09-27usb: musb: dsps: control musb speed based on dts settingBin Liu1-0/+13
2015-09-21usb: musb: dsps: fix polling in device-only modeBin Liu1-2/+5
2015-08-05usb: musb: musb_dsps: Simplify return statementSaurabh Karajgaonkar1-5/+1
2015-05-07usb: musb: Set up function pointers for DMATony Lindgren1-0/+4
2015-05-07usb: musb: Fix up DMA related macrosTony Lindgren1-1/+1
2015-04-03usb: musb: dsps: fix build on i386 when COMPILE_TEST is setTony Lindgren1-1/+1
2015-03-24usb: musb: Fix fifo reads for dm816x with musb_dspsTony Lindgren1-1/+24
2015-03-11usb: musb: dsps: don't fake of_node to musb coreFelipe Balbi1-1/+0
2015-03-11usb: musb: dsps: request phy using our device pointerFelipe Balbi1-1/+1
2015-03-10usb: musb: dsps: just start polling alreadyFelipe Balbi1-3/+2
2015-03-10usb: musb: dsps: use msecs_to_jiffies insteadFelipe Balbi1-7/+10