summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-04-102-4/+5
|\
| * usb: musb: use new USB_RESUME_TIMEOUTFelipe Balbi2015-04-072-4/+5
* | usb: musb: dsps: fix build on i386 when COMPILE_TEST is setTony Lindgren2015-04-031-1/+1
* | musb_virthub: use USB_DT_HUBSergei Shtylyov2015-04-031-1/+1
* | Merge tag 'usb-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2015-03-245-256/+201Star
|\|
| * usb: musb: Fix fifo reads for dm816x with musb_dspsTony Lindgren2015-03-241-1/+24
| * usb: musb: cppi41: fix condition to call cppi41_trans_done().Takeyoshi Kikuchi2015-03-111-2/+4
| * usb: musb: dsps: don't fake of_node to musb coreFelipe Balbi2015-03-111-1/+0Star
| * usb: musb: dsps: request phy using our device pointerFelipe Balbi2015-03-111-1/+1
| * usb: musb: dsps: just start polling alreadyFelipe Balbi2015-03-101-3/+2Star
| * usb: musb: dsps: use msecs_to_jiffies insteadFelipe Balbi2015-03-101-7/+10
| * usb: musb: cppi41: do not call udelay()Felipe Balbi2015-03-101-1/+1
| * usb: musb: cppi41: exit early when tx fifo is emptyFelipe Balbi2015-03-101-8/+4Star
| * usb: musb: cppi41: decrease indentation levelFelipe Balbi2015-03-101-43/+45
| * usb: musb: core: always try to recover from babbleFelipe Balbi2015-03-101-16/+6Star
| * usb: musb: core: disable irqs inside babble recoveryFelipe Balbi2015-03-101-4/+3Star
| * usb: musb: core: remove unnecessary forward declarationFelipe Balbi2015-03-101-1/+0Star
| * usb: musb: core: drop recover_workFelipe Balbi2015-03-102-9/+9
| * usb: musb: rename ->reset() to ->recover()Felipe Balbi2015-03-103-9/+10
| * usb: musb: core: simplify musb_recover_work()Felipe Balbi2015-03-101-9/+12
| * usb: musb: dsps: do not reset musb on babbleFelipe Balbi2015-03-101-21/+2Star
| * usb: musb: core: decrease delayed_work timeFelipe Balbi2015-03-101-1/+1
| * usb: musb: don't touch devctl from babble recoveryFelipe Balbi2015-03-101-2/+4
| * usb: musb: core: refactor IRQ enable/disable to separate functionsFelipe Balbi2015-03-101-11/+26
| * usb: musb: dsps: add dsps_ prefix to sw_babble_controlFelipe Balbi2015-03-101-2/+2
| * usb: musb: core: controller drops session automaticallyFelipe Balbi2015-03-101-1/+0Star
| * usb: musb: dsps: check for the single bitFelipe Balbi2015-03-101-1/+1
| * usb: musb: dsps: remove babble check from dsps irq handlerFelipe Balbi2015-03-102-23/+1Star
| * usb: musb: core: there is no connect interrupt in peripheral modeFelipe Balbi2015-03-101-4/+0Star
| * usb: musb: core: remove unnecessary reg access from resume IRQFelipe Balbi2015-03-101-15/+0Star
| * usb: musb: core: break long lineFelipe Balbi2015-03-101-1/+2
| * usb: musb: core: move babble recovery inside babble checkFelipe Balbi2015-03-101-7/+6Star
| * usb: musb: dsps: return error code if reset failsFelipe Balbi2015-03-101-1/+1
| * usb: musb: core: fix highspeed checkFelipe Balbi2015-03-101-7/+14
| * usb: musb: core: add missing curly bracesFelipe Balbi2015-03-101-2/+2
| * usb: musb: core: remove unnecessary logical comparisonFelipe Balbi2015-03-101-1/+1
| * usb: musb: core: improve musb_interrupt() a bitFelipe Balbi2015-03-091-28/+24Star
| * usb: musb: core: fix TX/RX endpoint orderFelipe Balbi2015-03-091-18/+26
| * usb: musb: gadget: get rid of stop_activity()Felipe Balbi2015-03-091-39/+1Star
* | usb: musb: fix Kconfig regressionArnd Bergmann2015-03-091-1/+2
|/
* usb: musb: Fix getting a generic phy for musb_dspsTony Lindgren2015-02-231-1/+24
* usb: musb: Fix use for of_property_read_bool for disabled multipointTony Lindgren2015-02-232-4/+10
* usb: musb: core: add pm_runtime_irq_safe()Felipe Balbi2015-02-231-4/+6
* usb: musb: musb_host: Enable HCD_BH flag to handle urb return in bottom halfGeorge Cherian2015-02-231-1/+1
* usb: musb: fix device hotplug behind hubBin Liu2015-02-042-1/+7
* usb: musb: blackfin: remove incorrect __exit_p()Dmitry Torokhov2015-02-021-1/+1
* usb: musb: add omap-control dependencyArnd Bergmann2015-01-291-1/+1
* usb: musb: add generic usb phy dependenciesArnd Bergmann2015-01-291-0/+5
* usb: musb: gadget: use common is_selfpoweredPeter Chen2015-01-292-4/+2Star
* usb: musb: cppi41: improve rx channel abort routineBin Liu2015-01-271-3/+9