summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/dwc3-exynos.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: exynos: Fix error handling of clk_prepare_enableAlexey Khoroshilov2019-01-281-2/+2
* usb: dwc3: exynos: Add support for Exynos5433 variant with all clocksMarek Szyprowski2018-10-021-0/+9
* usb: dwc3: exynos: Rework clock handling and prepare for new variantsMarek Szyprowski2018-10-021-48/+80
* usb: dwc3: exynos: Remove dead codeMarek Szyprowski2018-10-021-75/+0
* USB: dwc3: Remove redundant license textGreg Kroah-Hartman2017-11-071-9/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: dwc3: exynos: Handle return value of clk_prepare_enableArvind Yadav2017-06-151-3/+10
* usb: dwc3: exynos: change goto labels to meaningful namesShuah Khan2017-04-111-11/+11
* Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-01-261-4/+1
|\
| * usb: dwc3: exynos: Remove MODULE_ALIAS()Javier Martinez Canillas2017-01-241-1/+0
| * usb: dwc3: exynos remove suspend clock unspecified debug messageShuah Khan2017-01-241-3/+1
* | usb: dwc3: exynos fix axius clock error path to do cleanupShuah Khan2017-01-121-1/+3
|/
* usb: dwc3: Do not set dma coherent maskArnd Bergmann2016-11-181-10/+0
* usb: dwc3: exynos: Fix deferred probing storm.Steinar H. Gunderson2016-05-311-8/+11
* usb: dwc3: exynos: switch dev_dbg() to dev_info()Felipe Balbi2015-07-291-1/+1
* usb: dwc3: exynos: Add provision for AXI UpScaler clock on exynos7Vivek Gautam2014-11-211-0/+17
* usb: dwc3: exynos: Add provision for suspend clockVivek Gautam2014-11-211-0/+11
* usb: dwc3: exynos: Remove local variable for clock from probeVivek Gautam2014-11-211-8/+5
* usb: dwc3: exynos: remove non-DT support for Exynos Specific Glue layerJingoo Han2014-11-051-4/+1
* usb: dwc3: remove unnecessary OOM messagesJingoo Han2014-08-201-3/+1
* usb: dwc3: no need to initialize ret variableAndy Shevchenko2014-05-151-7/+5
* usb: dwc3: exynos: Make provision for vdd regulatorsVivek Gautam2014-04-211-2/+49
* 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: dwc3: fix the glue drivers using the nop phyHeikki Krogerus2013-12-191-0/+1
* DMA-API: usb: use new dma_coerce_mask_and_coherent()Russell King2013-10-311-3/+1
* DMA-API: usb: use dma_set_coherent_mask()Russell King2013-10-311-2/+3
* Merge branch 'nop-phy-rename' into nextFelipe Balbi2013-08-091-4/+4
|\
| * usb: phy: rename nop_usb_xceiv => usb_phy_gen_xceivSebastian Andrzej Siewior2013-08-091-4/+4
* | usb: dwc3: switch to GPL v2 onlyFelipe Balbi2013-07-291-5/+9
|/
* usb: dwc3: exynos: PHY should be deleted later than dwc3 corePeter Chen2013-05-281-1/+1
* USB: set device dma_mask without reference to global dataStephen Warren2013-05-161-3/+3
* usb: dwc3: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-04-021-2/+2
* usb: dwc3: exynos: use clk_prepare_enable and clk_disable_unprepareVivek Gautam2013-03-181-3/+3
* usb: dwc3: exynos: Use of_platform API to create dwc3 core pdevVivek Gautam2013-03-181-31/+25
* usb: dwc3: exynos: add basic suspend/resume supportVikas Sajjan2013-03-181-0/+34
* usb: dwc3: glue layers shouldn't know about the core IPFelipe Balbi2013-03-041-2/+0
* usb: dwc3: exynos/omap: Change platform device IDs for no_op_xceive to AUTOVivek Gautam2013-01-251-2/+2
* usb: dwc3: exynos: fix compatible strings for the deviceVivek Gautam2013-01-251-1/+1
* usb: dwc3: exynos: use devm_ functionsJingoo Han2013-01-181-28/+23
* 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: exynos: remove platform data supportVivek Gautam2012-11-061-16/+0
* usb: dwc3: exynos: add support for device treeVivek Gautam2012-11-061-0/+20
* usb: dwc3: remove custom unique id handlingSebastian Andrzej Siewior2012-10-311-11/+2
* usb: dwc3: exynos: add nop transceiver supportFelipe Balbi2012-09-101-0/+66
* usb: dwc3: Remove duplicate header file inclusionSachin Kamat2012-06-221-1/+0
* usb: dwc3: Add Exynos Specific Glue layerAnton Tikhomirov2012-03-021-0/+151