aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_dsps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-10usb: musb: rename ->reset() to ->recover()Felipe Balbi1-2/+2
2015-03-10usb: musb: dsps: do not reset musb on babbleFelipe Balbi1-21/+2
2015-03-10usb: musb: dsps: add dsps_ prefix to sw_babble_controlFelipe Balbi1-2/+2
2015-03-10usb: musb: dsps: check for the single bitFelipe Balbi1-1/+1
2015-03-10usb: musb: dsps: remove babble check from dsps irq handlerFelipe Balbi1-22/+0
2015-03-10usb: musb: dsps: return error code if reset failsFelipe Balbi1-1/+1
2015-02-23usb: musb: Fix getting a generic phy for musb_dspsTony Lindgren1-1/+24
2015-02-23usb: musb: Fix use for of_property_read_bool for disabled multipointTony Lindgren1-2/+5
2014-11-25usb: musb: Change end point selection to use new IO accessTony Lindgren1-0/+1
2014-11-03usb: move the OTG state from the USB PHY to the OTG structureAntoine Tenart1-14/+14
2014-11-03usb: musb: dsps: remove duplicate check on resourceVarka Bhadram1-3/+0
2014-11-03usb: musb: musb_dsps: delete unnecessary 'out of memory' messagesPeter Chen1-4/+1
2014-10-23usb: musb: musb_dsps: fix NULL pointer in suspendSebastian Andrzej Siewior1-2/+12
2014-10-23usb: musb: dsps: start OTG timer on resume againSebastian Andrzej Siewior1-1/+3
2014-09-16usb: musb: dsps: kill OTG timer on suspendFelipe Balbi1-0/+2
2014-07-21Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-7/+97
2014-07-16usb: musb: dsps: Add the sw_babble_control() and Enable for newer siliconGeorge Cherian1-6/+83
2014-07-16usb: musb: core: Convert the musb_platform_reset to have a return value.George Cherian1-1/+2
2014-06-30usb: musb: dsps: fix the base address for accessing the mode registerLothar Waßmann1-5/+4
2014-06-30usb: musb: dsps: Call usb_phy(_shutdown/_init) during musb_platform_reset()George Cherian1-1/+5
2014-06-30usb: musb: dsps: coding style cleanupLothar Waßmann1-4/+12
2014-05-23Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-3/+26
2014-04-21usb: musb: dsps: compile suspend/resume only with PM_SLEEPWolfram Sang1-1/+1
2014-04-21usb: musb: dsps: handle babble interruptsDaniel Mack1-1/+24
2014-04-21usb: phy: rename <linux/usb/usb_phy_gen_xceiv.h> to <linux/usb/usb_phy_generic.h>Felipe Balbi1-1/+1
2014-04-16usb: musb: dsps: move debugfs_remove_recursive()Daniel Mack1-3/+2
2014-02-20usb: musb: dsps, debugfs filesMarkus Pargmann1-0/+54
2014-02-18usb: musb: dsps, use devm_kzallocMarkus Pargmann1-3/+1
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-11-26usb: musb: dsps: polling ID pin status only in otg modeBin Liu1-2/+3
2013-11-26usb: musb: dsps: add support for suspend and resumeDaniel Mack1-0/+57
2013-11-26usb: musb: dsps: add {tx,rx}_mode to wrapperDaniel Mack1-0/+4