summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_core.c
Commit message (Expand)AuthorAgeFilesLines
...
* usb: musb: Return error value from musb_mailboxTony Lindgren2016-06-011-3/+4
* usb: musb: Split PM runtime between wrapper IP and musb coreTony Lindgren2016-06-011-22/+17Star
* usb: musb: Update to use PM runtime autosuspendTony Lindgren2016-06-011-3/+6
* usb: musb: Remove unnecessary shutdown functionTony Lindgren2016-06-011-25/+14Star
* usb: musb: Fix idling after host mode by increasing autosuspend delayTony Lindgren2016-06-011-2/+8
* usb: musb: core: added missing const qualifier to musb_hdrc_platform_data::co...Petr Kulhavy2016-03-041-1/+1
* usb: musb: core: call init and shutdown for the usb phyUwe Kleine-König2015-12-221-0/+10
* usb: musb: core: Fix handling of the phy notificationsTony Lindgren2015-12-161-0/+21
* usb: musb: convert printk to pr_*Rasmus Villemoes2015-12-151-10/+7Star
* usb: musb: fail with error when no DMA controller setAaro Koskinen2015-12-091-0/+1
* usb: musb: core: Fix pm runtime for deferred probeTony Lindgren2015-12-081-1/+6
* usb: musb: enable usb_dma parameterBin Liu2015-11-171-1/+1
* usb: musb: core: fix order of arguments to ulpi write callbackUwe Kleine-König2015-11-161-5/+5
* usb: musb: core: add common method of getting vbus statusRoman Alyautdin2015-10-161-3/+10
* usb: musb: set the controller speed based on the config settingBin Liu2015-09-271-6/+10
* usb: musb: Disable interrupts on suspend, enable them on resumePascal Huerst2015-09-141-0/+6
* usb: musb: ensure in peripheral mode when checking sessionBin Liu2015-09-141-0/+1
* Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman2015-06-081-1/+7
|\
| * usb: musb: fix order of conditions for assigning end point operationsBen Hutchings2015-05-261-7/+7
* | usb: musb: Fix platform code being unable to override ep access opsHans de Goede2015-05-261-7/+6Star
* | usb: musb: Do not use musb_read[b|w] / _write[b|w] wrappers in generic fifo f...Hans de Goede2015-05-261-4/+4
* | usb: musb: Make busctl_offset an io-op rather then a defineHans de Goede2015-05-261-12/+22
* | usb: musb: Make musb_write_rxfun* and musb_write_rxhub* work like their tx ve...Hans de Goede2015-05-261-8/+3Star
* | usb: musb: Get rid of the DMA ifdefs for musb_core.cTony Lindgren2015-05-071-2/+0Star
* | usb: musb: Set up function pointers for DMATony Lindgren2015-05-071-3/+22
* | usb: musb: Fix up DMA related macrosTony Lindgren2015-05-071-1/+1
|/
* usb: musb: use new USB_RESUME_TIMEOUTFelipe Balbi2015-04-071-3/+4
* 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-101-8/+9
* usb: musb: rename ->reset() to ->recover()Felipe Balbi2015-03-101-1/+1
* usb: musb: core: simplify musb_recover_work()Felipe Balbi2015-03-101-9/+12
* 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: core: controller drops session automaticallyFelipe Balbi2015-03-101-1/+0Star
* usb: musb: dsps: remove babble check from dsps irq handlerFelipe Balbi2015-03-101-1/+1
* 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: 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: core: add pm_runtime_irq_safe()Felipe Balbi2015-02-231-4/+6
* usb: musb: fix device hotplug behind hubBin Liu2015-02-041-0/+7
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\