summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/davinci.c
Commit message (Expand)AuthorAgeFilesLines
* usb: musb: remove references to default_a of struct usb_otgBin Liu2018-05-221-26/+23
* USB: musb: Remove redundant license textGreg Kroah-Hartman2017-11-071-17/+0
* 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-11/+9
* usb: musb: davinci: remove redundant codeBin Liu2017-02-031-1/+0
* usb: musb: Set up function pointers for DMATony Lindgren2015-05-071-0/+4
* usb: musb: Fix up DMA related macrosTony Lindgren2015-05-071-1/+2
* usb: move the OTG state from the USB PHY to the OTG structureAntoine Tenart2014-11-031-9/+9
* usb: musb: davinci: delete unnecessary 'out of memory' messagesPeter Chen2014-11-031-3/+1
* usb: musb: davinci: use devm_ functions.Himangi Saraogi2014-06-301-14/+6
* 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-3/+3
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* usb: musb: davinci: fix resources passed to MUSB driver for DM6467Sergei Shtylyov2013-10-011-1/+10
* usb: musb: use platform_device_register_full() to avoid directly messing with...Russell King2013-10-011-31/+17
* 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
* usb: otg: prefix otg_state_string with usb_Felipe Balbi2013-03-181-2/+2
* 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/+2
* usb: musb: davinci: use platform_device_unregister in davinci_remove()Wei Yongjun2012-10-261-2/+1
* usb: musb: davinci: use module_platform_driver macroSrinivas Kandagatla2012-10-151-12/+1
* Merge tag 'musb-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2012-09-111-32/+34
|\
| * usb: musb: add musb_ida for multi instance supportB, Ravi2012-09-111-10/+24
| * usb: musb: drop useless board_mode usageFelipe Balbi2012-08-091-22/+10
* | usb: xceiv: create nop-usb-xceiv.h and avoid pollution on otg.hFelipe Balbi2012-08-031-0/+1
|/
* Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2012-07-051-4/+5
|\
| * usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I2012-07-021-1/+2
| * usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I2012-06-251-1/+1
| * usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I2012-06-251-3/+3
* | usb: musb: davinci: Fix build breakageJon Povey2012-06-041-0/+1
|/
* usb: musb: davinci.c: add missing unregisterJulia Lawall2012-04-181-1/+2
* Merge tag 'xceiv-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2012-03-011-6/+7
|\
| * usb: Convert all users to new usb_phyHeikki Krogerus2012-02-271-3/+3
| * usb: musb: Start using struct usb_otgHeikki Krogerus2012-02-131-3/+4
* | Merge tag 'musb-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2012-03-011-5/+6
|\ \ | |/ |/|
| * usb: musb: make modules behave betterFelipe Balbi2012-01-311-5/+6
* | usb: musb: davinci: fix build breakageSekhar Nori2012-01-241-3/+0
|/
* ARM: gpio: davinci: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King2011-08-081-1/+1
* usb: musb: drop a gigantic amount of ifdeferryFelipe Balbi2011-07-011-5/+0
* usb: musb: drop unneeded musb_debug trickeryFelipe Balbi2011-05-131-5/+5
* usb: fix building musb driversAnatolij Gustschin2011-05-061-2/+3
* usb: musb: drop board_set_vbusFelipe Balbi2010-12-101-1/+0
* usb: musb: move clock handling to glue layerFelipe Balbi2010-12-101-9/+27