aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/dwc3-omap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-03Merge tag 'char-misc-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-19/+106
2013-08-05usb: dwc3: use extcon fwrk to receive connect/disconnectKishon Vijay Abraham I1-19/+106
2013-07-29usb: dwc3: omap: switch over to devm_ioremap_resource()Felipe Balbi1-5/+3
2013-07-29usb: dwc3: switch to GPL v2 onlyFelipe Balbi1-28/+8
2013-06-12usb: dwc3: omap: Adds dwc3_omap_readl/writel wrappersGeorge Cherian1-57/+116
2013-06-12usb: dwc3: omap: initialize the register offset values for omap5 and AM437xGeorge Cherian1-0/+57
2013-06-12usb: dwc3: omap: Adding am437x specific register map changesGeorge Cherian1-0/+6
2013-06-12usb: dwc3: omap: improve error handling of dwc3_omap_probeKishon Vijay Abraham I1-3/+14
2013-04-02usb: dwc3: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-2/+2
2013-03-18usb: dwc3: omap: fix sparse warningFelipe Balbi1-1/+1
2013-03-18usb: dwc3: dwc3-omap: return -EPROBE_DEFER if probe has not yet executedKishon Vijay Abraham I1-2/+5
2013-03-18usb: dwc3: set dma_mask for dwc3_omap deviceKishon Vijay Abraham I1-0/+3
2013-03-18usb: dwc3: omap: add basic suspend/resume supportFelipe Balbi1-0/+56
2013-03-18usb: dwc3: omap: remove unused fields from private structureFelipe Balbi1-12/+0
2013-03-18usb: dwc3: omap: introduce enable/disable IRQ methodsFelipe Balbi1-15/+32
2013-03-18usb: dwc3: omap: stop using nop-usb-xceivKishon Vijay Abraham I1-67/+0
2013-03-18usb: dwc3: omap: remove platform data associated with dwc3-omapKishon Vijay Abraham I1-14/+10
2013-03-18usb: dwc3: omap: minor fixes to get dt workingKishon Vijay Abraham I1-24/+21
2013-03-04usb: dwc3: glue layers shouldn't know about the core IPFelipe Balbi1-2/+0
2013-03-04usb: dwc3: omap: fix a typo on of_device_idFelipe Balbi1-3/+3
2013-01-25usb: dwc3: exynos/omap: Change platform device IDs for no_op_xceive to AUTOVivek Gautam1-2/+2
2013-01-25usb: dwc3: omap: Add an API to write to dwc mailboxKishon Vijay Abraham I1-0/+60
2013-01-25usb: dwc3: omap: Remove explicit writes to SYSCONFIG registerKishon Vijay Abraham I1-26/+0
2013-01-25usb: dwc3: omap: use runtime API's to enable clocksKishon Vijay Abraham I1-0/+10
2013-01-25usb: dwc3: omap: use of_platform API to create dwc3 core pdevKishon Vijay Abraham I1-30/+10
2013-01-25usb: dwc3: omap: use device_for_each_child to handle child removalKishon Vijay Abraham I1-1/+11
2012-11-21usb: remove use of __devexitBill Pemberton1-1/+1
2012-11-21usb: remove use of __devinitBill Pemberton1-2/+2
2012-11-21usb: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-31usb: dwc3: remove custom unique id handlingSebastian Andrzej Siewior1-14/+2
2012-09-10usb: dwc3: omap: add nop transceiver supportFelipe Balbi1-0/+66
2012-04-24usb: dwc3: omap: add dwc3_omap_readl/writel functionsIdo Shayevitz1-11/+21
2012-03-02usb: dwc3: linux/module.h included twiceDanny Kukawka1-1/+0
2012-03-02usb: dwc3: use devm_xxx functionsChanho Park1-52/+33
2012-02-06usb: dwc3: omap: convert pdata to of propertyFelipe Balbi1-12/+22
2011-12-12Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-9/+20
2011-12-12usb: dwc3: omap: move to module_platform_driverFelipe Balbi1-11/+1
2011-12-12usb: dwc3: omap: add multiple instances support to OMAPFelipe Balbi1-9/+19
2011-12-12usb: dwc3: add a platform device aliasSebastian Andrzej Siewior1-0/+1
2011-12-12usb: dwc3: fetch mode of operation from HWFelipe Balbi1-1/+1
2011-11-28usb: convert drivers/usb/* to use module_platform_driver()Axel Lin1-12/+2
2011-10-04usb: Add module.h to various dwc3 driversPaul Gortmaker1-0/+1
2011-10-04usb: dwc: remove "All rights reserved" statement.Sebastian Andrzej Siewior1-1/+0
2011-09-09usb: dwc3: omap: set idle and standby modesFelipe Balbi1-0/+24
2011-09-09usb: dwc3: omap: fix IRQ handlingFelipe Balbi1-27/+12
2011-09-09usb: dwc3: omap: change IRQ name to dwc3-omapFelipe Balbi1-1/+1
2011-09-09usb: dwc3: add module.h to dwc3-omap.c and core.cFelipe Balbi1-0/+1
2011-09-09usb: dwc3: omap: distinguish between SW and HW modesFelipe Balbi1-0/+22
2011-09-09usb: dwc3: omap: drop DEV_PM_OPS for nowFelipe Balbi1-41/+0
2011-09-09usb: dwc3: omap: use the macro we already haveFelipe Balbi1-1/+2