summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/da8xx.c
Commit message (Expand)AuthorAgeFilesLines
* usb: musb: remove an unused variableArnd Bergmann2018-05-311-1/+0Star
* usb: musb: remove references to default_a of struct usb_otgBin Liu2018-05-221-2/+0Star
* USB: musb: da8xx: remove clock con_idDavid Lechner2018-01-091-1/+1
* usb: musb: da8xx: fix babble condition handlingBin Liu2017-12-081-1/+9
* USB: musb: Remove redundant license textGreg Kroah-Hartman2017-11-071-17/+0Star
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: musb: Convert timers to use timer_setup()Kees Cook2017-11-011-14/+12Star
* usb: musb: da8xx: Remove duplicated definesAlexandre Bailon2017-10-301-3/+0Star
* usb: musb: don't mark of_dev_auxdata as initdataArnd Bergmann2017-04-261-1/+1
* usb: musb: musb_cppi41: Workaround DMA stall issue during teardownAlexandre Bailon2017-04-181-1/+1
* usb: musb: Add support of CPPI 4.1 DMA controller to DA8xxAlexandre Bailon2017-04-181-1/+42
* usb: musb: da8xx: Fix host mode suspendAlexandre Bailon2017-02-031-1/+1
* usb: musb: da8xx: Add support of suspend / resumeAlexandre Bailon2017-02-031-0/+29
* usb: musb: da8xx: remove redundant codeBin Liu2017-02-031-1/+0Star
* usb: musb: da8xx: Remove CPPI 3.0 quirk and methodsAlexandre Bailon2017-02-031-5/+1Star
* usb: musb: da8xx: Set phy in OTG mode by defaultAlexandre Bailon2016-11-211-0/+7
* usb: musb: da8xx: Call earlier clk_prepare_enable()Alexandre Bailon2016-11-211-9/+8Star
* usb: musb: da8xx: Add DT support for the DA8xx driverPetr Kulhavy2016-11-211-0/+46
* usb: musb: da8xx: Don't print phy error on -EPROBE_DEFERDavid Lechner2016-11-071-1/+2
* usb: musb: da8xx: fix error handling message in probeArnd Bergmann2016-09-231-7/+7
* usb: musb: da8xx: Remove mach codeDavid Lechner2016-09-131-85/+50Star
* usb: musb: da8xx: Use devm in probeDavid Lechner2016-09-131-14/+5Star
* usb: musb: da8xx: don't print on ENOMEMWolfram Sang2016-08-301-3/+1Star
* usb: musb: Set up function pointers for DMATony Lindgren2015-05-071-0/+4
* usb: musb: Fix up DMA related macrosTony Lindgren2015-05-071-1/+1
* usb: musb: Pass fifo_mode in platform dataTony Lindgren2014-11-251-0/+1
* usb: musb: Change end point selection to use new IO accessTony Lindgren2014-11-251-0/+1
* usb: move the OTG state from the USB PHY to the OTG structureAntoine Tenart2014-11-031-14/+14
* usb: phy: generic: allow multiples calls to usb_phy_generic_register()Felipe Balbi2014-04-211-3/+11
* usb: musb: move usb_phy_generic_{un,}register calls to probe()/remove()Felipe Balbi2014-04-211-2/+2
* usb: phy: rename <linux/usb/usb_phy_gen_xceiv.h> to <linux/usb/usb_phy_generi...Felipe Balbi2014-04-211-1/+1
* usb: phy: rename usb_nop_xceiv to usb_phy_genericFelipe Balbi2014-04-211-2/+2
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-091-1/+0Star
* usb: musb: use platform_device_register_full() to avoid directly messing with...Russell King2013-10-011-32/+17Star
* Merge branch 'nop-phy-rename' into nextFelipe Balbi2013-08-091-1/+1
|\
| * usb: phy: rename nop_usb_xceiv => usb_phy_gen_xceivSebastian Andrzej Siewior2013-08-091-1/+1
* | usb: musb: use dev_get_platdata()Jingoo Han2013-07-301-1/+1
|/
* usb: musb: fix incorrect usage of resource pointerFelipe Balbi2013-05-281-2/+16
* Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-04-061-4/+4
|\
| * usb: otg: prefix otg_state_string with usb_Felipe Balbi2013-03-181-4/+4
* | usb: musb: da8xx: Fix build breakage due to typoMikhail Kshevetskiy2013-03-141-1/+1
|/
* usb: musb: fix dependency on transceiver driverMing Lei2013-01-171-2/+5
* usb: remove use of __devexitBill Pemberton2012-11-211-1/+1
* usb: remove use of __devinitBill Pemberton2012-11-211-1/+1
* usb: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* usb: musb: remove hand-crafted id handlingSebastian Andrzej Siewior2012-11-011-16/+2Star
* usb: musb: da8xx: use platform_device_unregister in da8xx_remove()Wei Yongjun2012-10-261-2/+1Star
* usb: musb: da8xx: use module_platform_driver macroSrinivas Kandagatla2012-10-151-12/+1Star
* Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-10-021-1/+1
|\
| * ARM: davinci: move platform_data definitionsArnd Bergmann2012-09-141-1/+1