aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/dwc3-exynos.c
AgeCommit message (Expand)Author
2022-12-08usb: dwc3: exynos: Fix remove() functionMarek Szyprowski
2019-01-28usb: dwc3: exynos: Fix error handling of clk_prepare_enableAlexey Khoroshilov
2018-10-02usb: dwc3: exynos: Add support for Exynos5433 variant with all clocksMarek Szyprowski
2018-10-02usb: dwc3: exynos: Rework clock handling and prepare for new variantsMarek Szyprowski
2018-10-02usb: dwc3: exynos: Remove dead codeMarek Szyprowski
2017-11-07USB: dwc3: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-06-15usb: dwc3: exynos: Handle return value of clk_prepare_enableArvind Yadav
2017-04-11usb: dwc3: exynos: change goto labels to meaningful namesShuah Khan
2017-01-26Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2017-01-24usb: dwc3: exynos: Remove MODULE_ALIAS()Javier Martinez Canillas
2017-01-24usb: dwc3: exynos remove suspend clock unspecified debug messageShuah Khan
2017-01-12usb: dwc3: exynos fix axius clock error path to do cleanupShuah Khan
2016-11-18usb: dwc3: Do not set dma coherent maskArnd Bergmann
2016-05-31usb: dwc3: exynos: Fix deferred probing storm.Steinar H. Gunderson
2015-07-29usb: dwc3: exynos: switch dev_dbg() to dev_info()Felipe Balbi
2014-11-21usb: dwc3: exynos: Add provision for AXI UpScaler clock on exynos7Vivek Gautam
2014-11-21usb: dwc3: exynos: Add provision for suspend clockVivek Gautam
2014-11-21usb: dwc3: exynos: Remove local variable for clock from probeVivek Gautam
2014-11-05usb: dwc3: exynos: remove non-DT support for Exynos Specific Glue layerJingoo Han
2014-08-20usb: dwc3: remove unnecessary OOM messagesJingoo Han
2014-05-15usb: dwc3: no need to initialize ret variableAndy Shevchenko
2014-04-21usb: dwc3: exynos: Make provision for vdd regulatorsVivek Gautam
2014-04-21usb: phy: rename <linux/usb/usb_phy_gen_xceiv.h> to <linux/usb/usb_phy_generi...Felipe Balbi
2014-04-21usb: phy: rename usb_nop_xceiv to usb_phy_genericFelipe Balbi
2013-12-19usb: dwc3: fix the glue drivers using the nop phyHeikki Krogerus
2013-10-31DMA-API: usb: use new dma_coerce_mask_and_coherent()Russell King
2013-10-31DMA-API: usb: use dma_set_coherent_mask()Russell King
2013-08-09Merge branch 'nop-phy-rename' into nextFelipe Balbi
2013-08-09usb: phy: rename nop_usb_xceiv => usb_phy_gen_xceivSebastian Andrzej Siewior
2013-07-29usb: dwc3: switch to GPL v2 onlyFelipe Balbi
2013-05-28usb: dwc3: exynos: PHY should be deleted later than dwc3 corePeter Chen
2013-05-16USB: set device dma_mask without reference to global dataStephen Warren
2013-04-02usb: dwc3: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han
2013-03-18usb: dwc3: exynos: use clk_prepare_enable and clk_disable_unprepareVivek Gautam
2013-03-18usb: dwc3: exynos: Use of_platform API to create dwc3 core pdevVivek Gautam
2013-03-18usb: dwc3: exynos: add basic suspend/resume supportVikas Sajjan
2013-03-04usb: dwc3: glue layers shouldn't know about the core IPFelipe Balbi
2013-01-25usb: dwc3: exynos/omap: Change platform device IDs for no_op_xceive to AUTOVivek Gautam
2013-01-25usb: dwc3: exynos: fix compatible strings for the deviceVivek Gautam
2013-01-18usb: dwc3: exynos: use devm_ functionsJingoo Han
2012-11-21usb: remove use of __devexitBill Pemberton
2012-11-21usb: remove use of __devinitBill Pemberton
2012-11-21usb: remove use of __devexit_pBill Pemberton
2012-11-06usb: dwc3: exynos: remove platform data supportVivek Gautam
2012-11-06usb: dwc3: exynos: add support for device treeVivek Gautam
2012-10-31usb: dwc3: remove custom unique id handlingSebastian Andrzej Siewior
2012-09-10usb: dwc3: exynos: add nop transceiver supportFelipe Balbi
2012-06-22usb: dwc3: Remove duplicate header file inclusionSachin Kamat
2012-03-02usb: dwc3: Add Exynos Specific Glue layerAnton Tikhomirov