aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/da8xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27usb: musb: da8xx: Switch to use dev_err_probe() helperYang Yingliang1-5/+3
2021-12-17usb: musb: Set the DT node on the child deviceRob Herring1-0/+2
2021-12-17usb: musb: Drop unneeded resource copyingRob Herring1-16/+2
2018-05-31usb: musb: remove an unused variableArnd Bergmann1-1/+0
2018-05-22usb: musb: remove references to default_a of struct usb_otgBin Liu1-2/+0
2018-01-09USB: musb: da8xx: remove clock con_idDavid Lechner1-1/+1
2017-12-08usb: musb: da8xx: fix babble condition handlingBin Liu1-1/+9
2017-11-07USB: musb: Remove redundant license textGreg Kroah-Hartman1-17/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-11-01usb: musb: Convert timers to use timer_setup()Kees Cook1-14/+12
2017-10-30usb: musb: da8xx: Remove duplicated definesAlexandre Bailon1-3/+0
2017-04-26usb: musb: don't mark of_dev_auxdata as initdataArnd Bergmann1-1/+1
2017-04-18usb: musb: musb_cppi41: Workaround DMA stall issue during teardownAlexandre Bailon1-1/+1
2017-04-18usb: musb: Add support of CPPI 4.1 DMA controller to DA8xxAlexandre Bailon1-1/+42
2017-02-03usb: musb: da8xx: Fix host mode suspendAlexandre Bailon1-1/+1
2017-02-03usb: musb: da8xx: Add support of suspend / resumeAlexandre Bailon1-0/+29
2017-02-03usb: musb: da8xx: remove redundant codeBin Liu1-1/+0
2017-02-03usb: musb: da8xx: Remove CPPI 3.0 quirk and methodsAlexandre Bailon1-5/+1
2016-11-21usb: musb: da8xx: Set phy in OTG mode by defaultAlexandre Bailon1-0/+7
2016-11-21usb: musb: da8xx: Call earlier clk_prepare_enable()Alexandre Bailon1-9/+8
2016-11-21usb: musb: da8xx: Add DT support for the DA8xx driverPetr Kulhavy1-0/+46
2016-11-07usb: musb: da8xx: Don't print phy error on -EPROBE_DEFERDavid Lechner1-1/+2
2016-09-23usb: musb: da8xx: fix error handling message in probeArnd Bergmann1-7/+7
2016-09-13usb: musb: da8xx: Remove mach codeDavid Lechner1-85/+50
2016-09-13usb: musb: da8xx: Use devm in probeDavid Lechner1-14/+5
2016-08-30usb: musb: da8xx: don't print on ENOMEMWolfram Sang1-3/+1
2015-05-07usb: musb: Set up function pointers for DMATony Lindgren1-0/+4
2015-05-07usb: musb: Fix up DMA related macrosTony Lindgren1-1/+1
2014-11-25usb: musb: Pass fifo_mode in platform dataTony Lindgren1-0/+1
2014-11-25usb: musb: Change end point selection to use new IO accessTony Lindgren1-0/+1
2014-11-03usb: move the OTG state from the USB PHY to the OTG structureAntoine Tenart1-14/+14
2014-04-21usb: phy: generic: allow multiples calls to usb_phy_generic_register()Felipe Balbi1-3/+11
2014-04-21usb: musb: move usb_phy_generic_{un,}register calls to probe()/remove()Felipe Balbi1-2/+2
2014-04-21usb: phy: rename <linux/usb/usb_phy_gen_xceiv.h> to <linux/usb/usb_phy_generic.h>Felipe Balbi1-1/+1
2014-04-21usb: phy: rename usb_nop_xceiv to usb_phy_genericFelipe Balbi1-2/+2
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-01usb: musb: use platform_device_register_full() to avoid directly messing with dma masksRussell King1-32/+17
2013-08-09Merge branch 'nop-phy-rename' into nextFelipe Balbi1-1/+1
2013-08-09usb: phy: rename nop_usb_xceiv => usb_phy_gen_xceivSebastian Andrzej Siewior1-1/+1
2013-07-30usb: musb: use dev_get_platdata()Jingoo Han1-1/+1
2013-05-28usb: musb: fix incorrect usage of resource pointerFelipe Balbi1-2/+16
2013-04-05Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-4/+4
2013-03-18usb: otg: prefix otg_state_string with usb_Felipe Balbi1-4/+4
2013-03-14usb: musb: da8xx: Fix build breakage due to typoMikhail Kshevetskiy1-1/+1
2013-01-17usb: musb: fix dependency on transceiver driverMing Lei1-2/+5
2012-11-21usb: remove use of __devexitBill Pemberton1-1/+1
2012-11-21usb: remove use of __devinitBill Pemberton1-1/+1
2012-11-21usb: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-01usb: musb: remove hand-crafted id handlingSebastian Andrzej Siewior1-16/+2
2012-10-26usb: musb: da8xx: use platform_device_unregister in da8xx_remove()Wei Yongjun1-2/+1