aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-26usb: musb: fix order of conditions for assigning end point operationsBen Hutchings1-7/+7
2015-04-10Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-testingGreg Kroah-Hartman2-4/+5
2015-04-07usb: musb: use new USB_RESUME_TIMEOUTFelipe Balbi2-4/+5
2015-04-03usb: musb: dsps: fix build on i386 when COMPILE_TEST is setTony Lindgren1-1/+1
2015-04-03musb_virthub: use USB_DT_HUBSergei Shtylyov1-1/+1
2015-03-24Merge tag 'usb-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman5-256/+201
2015-03-24usb: musb: Fix fifo reads for dm816x with musb_dspsTony Lindgren1-1/+24
2015-03-11usb: musb: cppi41: fix condition to call cppi41_trans_done().Takeyoshi Kikuchi1-2/+4
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: cppi41: do not call udelay()Felipe Balbi1-1/+1
2015-03-10usb: musb: cppi41: exit early when tx fifo is emptyFelipe Balbi1-8/+4
2015-03-10usb: musb: cppi41: decrease indentation levelFelipe Balbi1-43/+45
2015-03-10usb: musb: core: always try to recover from babbleFelipe Balbi1-16/+6
2015-03-10usb: musb: core: disable irqs inside babble recoveryFelipe Balbi1-4/+3
2015-03-10usb: musb: core: remove unnecessary forward declarationFelipe Balbi1-1/+0
2015-03-10usb: musb: core: drop recover_workFelipe Balbi2-9/+9
2015-03-10usb: musb: rename ->reset() to ->recover()Felipe Balbi3-9/+10
2015-03-10usb: musb: core: simplify musb_recover_work()Felipe Balbi1-9/+12
2015-03-10usb: musb: dsps: do not reset musb on babbleFelipe Balbi1-21/+2
2015-03-10usb: musb: core: decrease delayed_work timeFelipe Balbi1-1/+1
2015-03-10usb: musb: don't touch devctl from babble recoveryFelipe Balbi1-2/+4
2015-03-10usb: musb: core: refactor IRQ enable/disable to separate functionsFelipe Balbi1-11/+26
2015-03-10usb: musb: dsps: add dsps_ prefix to sw_babble_controlFelipe Balbi1-2/+2
2015-03-10usb: musb: core: controller drops session automaticallyFelipe Balbi1-1/+0
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 Balbi2-23/+1
2015-03-10usb: musb: core: there is no connect interrupt in peripheral modeFelipe Balbi1-4/+0
2015-03-10usb: musb: core: remove unnecessary reg access from resume IRQFelipe Balbi1-15/+0
2015-03-10usb: musb: core: break long lineFelipe Balbi1-1/+2
2015-03-10usb: musb: core: move babble recovery inside babble checkFelipe Balbi1-7/+6
2015-03-10usb: musb: dsps: return error code if reset failsFelipe Balbi1-1/+1
2015-03-10usb: musb: core: fix highspeed checkFelipe Balbi1-7/+14
2015-03-10usb: musb: core: add missing curly bracesFelipe Balbi1-2/+2
2015-03-10usb: musb: core: remove unnecessary logical comparisonFelipe Balbi1-1/+1
2015-03-09usb: musb: fix Kconfig regressionArnd Bergmann1-1/+2
2015-03-09usb: musb: core: improve musb_interrupt() a bitFelipe Balbi1-28/+24
2015-03-09usb: musb: core: fix TX/RX endpoint orderFelipe Balbi1-18/+26
2015-03-09usb: musb: gadget: get rid of stop_activity()Felipe Balbi1-39/+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 Lindgren2-4/+10
2015-02-23usb: musb: core: add pm_runtime_irq_safe()Felipe Balbi1-4/+6
2015-02-23usb: musb: musb_host: Enable HCD_BH flag to handle urb return in bottom halfGeorge Cherian1-1/+1
2015-02-04usb: musb: fix device hotplug behind hubBin Liu2-1/+7
2015-02-02usb: musb: blackfin: remove incorrect __exit_p()Dmitry Torokhov1-1/+1
2015-01-29usb: musb: add omap-control dependencyArnd Bergmann1-1/+1
2015-01-29usb: musb: add generic usb phy dependenciesArnd Bergmann1-0/+5
2015-01-29usb: musb: gadget: use common is_selfpoweredPeter Chen2-4/+2