aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/dwc3-exynos.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-02usb: dwc3: exynos: fix incorrect kernel-doc comment syntaxAditya Srivastava1-1/+1
2020-06-24Revert "usb: dwc3: exynos: Add support for Exynos5422 suspend clk"Anand Moon1-9/+0
2020-03-15usb: dwc3: exynos: Add support for Exynos5422 suspend clkAnand Moon1-0/+9
2020-01-09usb: exynos: Rename Samsung and Exynos to lowercaseKrzysztof Kozlowski1-2/+2
2019-01-28usb: dwc3: exynos: Fix error handling of clk_prepare_enableAlexey Khoroshilov1-2/+2
2018-10-02usb: dwc3: exynos: Add support for Exynos5433 variant with all clocksMarek Szyprowski1-0/+9
2018-10-02usb: dwc3: exynos: Rework clock handling and prepare for new variantsMarek Szyprowski1-48/+80
2018-10-02usb: dwc3: exynos: Remove dead codeMarek Szyprowski1-75/+0
2017-11-07USB: dwc3: Remove redundant license textGreg Kroah-Hartman1-9/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-06-15usb: dwc3: exynos: Handle return value of clk_prepare_enableArvind Yadav1-3/+10
2017-04-11usb: dwc3: exynos: change goto labels to meaningful namesShuah Khan1-11/+11
2017-01-26Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-4/+1
2017-01-24usb: dwc3: exynos: Remove MODULE_ALIAS()Javier Martinez Canillas1-1/+0
2017-01-24usb: dwc3: exynos remove suspend clock unspecified debug messageShuah Khan1-3/+1
2017-01-12usb: dwc3: exynos fix axius clock error path to do cleanupShuah Khan1-1/+3
2016-11-18usb: dwc3: Do not set dma coherent maskArnd Bergmann1-10/+0
2016-05-31usb: dwc3: exynos: Fix deferred probing storm.Steinar H. Gunderson1-8/+11
2015-07-29usb: dwc3: exynos: switch dev_dbg() to dev_info()Felipe Balbi1-1/+1
2014-11-21usb: dwc3: exynos: Add provision for AXI UpScaler clock on exynos7Vivek Gautam1-0/+17
2014-11-21usb: dwc3: exynos: Add provision for suspend clockVivek Gautam1-0/+11
2014-11-21usb: dwc3: exynos: Remove local variable for clock from probeVivek Gautam1-8/+5
2014-11-05usb: dwc3: exynos: remove non-DT support for Exynos Specific Glue layerJingoo Han1-4/+1
2014-08-20usb: dwc3: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-15usb: dwc3: no need to initialize ret variableAndy Shevchenko1-7/+5
2014-04-21usb: dwc3: exynos: Make provision for vdd regulatorsVivek Gautam1-2/+49
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-3/+3
2013-12-19usb: dwc3: fix the glue drivers using the nop phyHeikki Krogerus1-0/+1
2013-10-31DMA-API: usb: use new dma_coerce_mask_and_coherent()Russell King1-3/+1
2013-10-31DMA-API: usb: use dma_set_coherent_mask()Russell King1-2/+3
2013-08-09Merge branch 'nop-phy-rename' into nextFelipe Balbi1-4/+4
2013-08-09usb: phy: rename nop_usb_xceiv => usb_phy_gen_xceivSebastian Andrzej Siewior1-4/+4
2013-07-29usb: dwc3: switch to GPL v2 onlyFelipe Balbi1-5/+9
2013-05-28usb: dwc3: exynos: PHY should be deleted later than dwc3 corePeter Chen1-1/+1
2013-05-16USB: set device dma_mask without reference to global dataStephen Warren1-3/+3
2013-04-02usb: dwc3: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-2/+2
2013-03-18usb: dwc3: exynos: use clk_prepare_enable and clk_disable_unprepareVivek Gautam1-3/+3
2013-03-18usb: dwc3: exynos: Use of_platform API to create dwc3 core pdevVivek Gautam1-31/+25
2013-03-18usb: dwc3: exynos: add basic suspend/resume supportVikas Sajjan1-0/+34
2013-03-04usb: dwc3: glue layers shouldn't know about the core IPFelipe Balbi1-2/+0
2013-01-25usb: dwc3: exynos/omap: Change platform device IDs for no_op_xceive to AUTOVivek Gautam1-2/+2
2013-01-25usb: dwc3: exynos: fix compatible strings for the deviceVivek Gautam1-1/+1
2013-01-18usb: dwc3: exynos: use devm_ functionsJingoo Han1-28/+23
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-11-06usb: dwc3: exynos: remove platform data supportVivek Gautam1-16/+0
2012-11-06usb: dwc3: exynos: add support for device treeVivek Gautam1-0/+20
2012-10-31usb: dwc3: remove custom unique id handlingSebastian Andrzej Siewior1-11/+2