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