summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/dwc3-omap.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: dwc3-omap: get rid of ->prepare()/->complete()George Cherian2014-11-031-18/+2
* Revert "usb: dwc3: dwc3-omap: Disable/Enable only wrapper interrupts in prepa...Roger Quadros2014-10-231-13/+2
* Merge tag 'v3.17-rc5' into nextFelipe Balbi2014-09-161-1/+1
|\
| * usb: dwc3: omap: fix ordering for runtime pm callsFelipe Balbi2014-09-031-1/+1
* | Merge tag 'v3.17-rc4' into nextFelipe Balbi2014-09-081-1/+1
|\ \ | |/
| * usb: dwc3: omap: signedness bug in dwc3_omap_set_utmi_mode()Dan Carpenter2014-08-191-1/+1
* | usb: dwc3: remove unnecessary OOM messagesJingoo Han2014-08-201-3/+1
|/
* Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2014-07-211-86/+86
|\
| * usb: dwc3: omap: add dwc3_omap_extcon_register functionGeorge Cherian2014-07-161-26/+39
| * usb: dwc3: omap: add dwc3_omap_set_utmi_mode() functionGeorge Cherian2014-07-161-19/+25
| * usb: dwc3: omap: add dwc3_omap_map_offset() functionGeorge Cherian2014-07-161-16/+22
| * usb: dwc3: omap: remove x_major calculation from revision registerGeorge Cherian2014-07-161-32/+7
* | usb: dwc3: dwc3-omap: Disable/Enable only wrapper interrupts in prepare/completeGeorge Cherian2014-06-191-2/+13
* | usb: dwc3: dwc3-omap: Fix the crash on module removalGeorge Cherian2014-06-191-1/+1
|/
* usb: dwc3: no need to initialize ret variableAndy Shevchenko2014-05-151-1/+1
* Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-04-011-5/+0
|\
| * usb: dwc3: omap: don't check resource with devm_ioremap_resourceWolfram Sang2014-02-181-5/+0
* | extcon: Move OF helper function to extcon core and change function nameChanwoo Choi2014-03-191-2/+1
|/
* usb: dwc3: omap: remove unnecessary lockFelipe Balbi2013-12-091-10/+0
* usb: dwc3: dwc3-omap: return PROBE_DEFER if extcon is missing and found in dtGeorge Cherian2013-11-261-1/+1
* Merge tag 'char-misc-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-09-031-19/+106
|\
| * usb: dwc3: use extcon fwrk to receive connect/disconnectKishon Vijay Abraham I2013-08-051-19/+106
* | usb: dwc3: omap: switch over to devm_ioremap_resource()Felipe Balbi2013-07-291-5/+3
* | usb: dwc3: switch to GPL v2 onlyFelipe Balbi2013-07-291-28/+8
|/
* usb: dwc3: omap: Adds dwc3_omap_readl/writel wrappersGeorge Cherian2013-06-121-57/+116
* usb: dwc3: omap: initialize the register offset values for omap5 and AM437xGeorge Cherian2013-06-121-0/+57
* usb: dwc3: omap: Adding am437x specific register map changesGeorge Cherian2013-06-121-0/+6
* usb: dwc3: omap: improve error handling of dwc3_omap_probeKishon Vijay Abraham I2013-06-121-3/+14
* usb: dwc3: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-04-021-2/+2
* usb: dwc3: omap: fix sparse warningFelipe Balbi2013-03-181-1/+1
* usb: dwc3: dwc3-omap: return -EPROBE_DEFER if probe has not yet executedKishon Vijay Abraham I2013-03-181-2/+5
* usb: dwc3: set dma_mask for dwc3_omap deviceKishon Vijay Abraham I2013-03-181-0/+3
* usb: dwc3: omap: add basic suspend/resume supportFelipe Balbi2013-03-181-0/+56
* usb: dwc3: omap: remove unused fields from private structureFelipe Balbi2013-03-181-12/+0
* usb: dwc3: omap: introduce enable/disable IRQ methodsFelipe Balbi2013-03-181-15/+32
* usb: dwc3: omap: stop using nop-usb-xceivKishon Vijay Abraham I2013-03-181-67/+0
* usb: dwc3: omap: remove platform data associated with dwc3-omapKishon Vijay Abraham I2013-03-181-14/+10
* usb: dwc3: omap: minor fixes to get dt workingKishon Vijay Abraham I2013-03-181-24/+21
* usb: dwc3: glue layers shouldn't know about the core IPFelipe Balbi2013-03-041-2/+0
* usb: dwc3: omap: fix a typo on of_device_idFelipe Balbi2013-03-041-3/+3
* usb: dwc3: exynos/omap: Change platform device IDs for no_op_xceive to AUTOVivek Gautam2013-01-251-2/+2
* usb: dwc3: omap: Add an API to write to dwc mailboxKishon Vijay Abraham I2013-01-251-0/+60
* usb: dwc3: omap: Remove explicit writes to SYSCONFIG registerKishon Vijay Abraham I2013-01-251-26/+0
* usb: dwc3: omap: use runtime API's to enable clocksKishon Vijay Abraham I2013-01-251-0/+10
* usb: dwc3: omap: use of_platform API to create dwc3 core pdevKishon Vijay Abraham I2013-01-251-30/+10
* usb: dwc3: omap: use device_for_each_child to handle child removalKishon Vijay Abraham I2013-01-251-1/+11
* usb: remove use of __devexitBill Pemberton2012-11-211-1/+1
* usb: remove use of __devinitBill Pemberton2012-11-211-2/+2
* usb: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* usb: dwc3: remove custom unique id handlingSebastian Andrzej Siewior2012-10-311-14/+2
OpenPOWER on IntegriCloud