aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/dwc3-exynos.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-15usb: dwc3: exynos: Handle return value of clk_prepare_enableGravatar Arvind Yadav 1-3/+10
2017-04-11usb: dwc3: exynos: change goto labels to meaningful namesGravatar Shuah Khan 1-11/+11
2017-01-26Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Gravatar Greg Kroah-Hartman 1-4/+1
2017-01-24usb: dwc3: exynos: Remove MODULE_ALIAS()Gravatar Javier Martinez Canillas 1-1/+0
2017-01-24usb: dwc3: exynos remove suspend clock unspecified debug messageGravatar Shuah Khan 1-3/+1
2017-01-12usb: dwc3: exynos fix axius clock error path to do cleanupGravatar Shuah Khan 1-1/+3
2016-11-18usb: dwc3: Do not set dma coherent maskGravatar Arnd Bergmann 1-10/+0
2016-05-31usb: dwc3: exynos: Fix deferred probing storm.Gravatar Steinar H. Gunderson 1-8/+11
2015-07-29usb: dwc3: exynos: switch dev_dbg() to dev_info()Gravatar Felipe Balbi 1-1/+1
2014-11-21usb: dwc3: exynos: Add provision for AXI UpScaler clock on exynos7Gravatar Vivek Gautam 1-0/+17
2014-11-21usb: dwc3: exynos: Add provision for suspend clockGravatar Vivek Gautam 1-0/+11
2014-11-21usb: dwc3: exynos: Remove local variable for clock from probeGravatar Vivek Gautam 1-8/+5
2014-11-05usb: dwc3: exynos: remove non-DT support for Exynos Specific Glue layerGravatar Jingoo Han 1-4/+1
2014-08-20usb: dwc3: remove unnecessary OOM messagesGravatar Jingoo Han 1-3/+1
2014-05-15usb: dwc3: no need to initialize ret variableGravatar Andy Shevchenko 1-7/+5
2014-04-21usb: dwc3: exynos: Make provision for vdd regulatorsGravatar Vivek Gautam 1-2/+49
2014-04-21usb: phy: rename <linux/usb/usb_phy_gen_xceiv.h> to <linux/usb/usb_phy_generi...Gravatar Felipe Balbi 1-1/+1
2014-04-21usb: phy: rename usb_nop_xceiv to usb_phy_genericGravatar Felipe Balbi 1-3/+3
2013-12-19usb: dwc3: fix the glue drivers using the nop phyGravatar Heikki Krogerus 1-0/+1
2013-10-31DMA-API: usb: use new dma_coerce_mask_and_coherent()Gravatar Russell King 1-3/+1
2013-10-31DMA-API: usb: use dma_set_coherent_mask()Gravatar Russell King 1-2/+3
2013-08-09Merge branch 'nop-phy-rename' into nextGravatar Felipe Balbi 1-4/+4
2013-08-09usb: phy: rename nop_usb_xceiv => usb_phy_gen_xceivGravatar Sebastian Andrzej Siewior 1-4/+4
2013-07-29usb: dwc3: switch to GPL v2 onlyGravatar Felipe Balbi 1-5/+9
2013-05-28usb: dwc3: exynos: PHY should be deleted later than dwc3 coreGravatar Peter Chen 1-1/+1
2013-05-16USB: set device dma_mask without reference to global dataGravatar Stephen Warren 1-3/+3
2013-04-02usb: dwc3: add CONFIG_PM_SLEEP to suspend/resume functionsGravatar Jingoo Han 1-2/+2
2013-03-18usb: dwc3: exynos: use clk_prepare_enable and clk_disable_unprepareGravatar Vivek Gautam 1-3/+3
2013-03-18usb: dwc3: exynos: Use of_platform API to create dwc3 core pdevGravatar Vivek Gautam 1-31/+25
2013-03-18usb: dwc3: exynos: add basic suspend/resume supportGravatar Vikas Sajjan 1-0/+34
2013-03-04usb: dwc3: glue layers shouldn't know about the core IPGravatar Felipe Balbi 1-2/+0
2013-01-25usb: dwc3: exynos/omap: Change platform device IDs for no_op_xceive to AUTOGravatar Vivek Gautam 1-2/+2
2013-01-25usb: dwc3: exynos: fix compatible strings for the deviceGravatar Vivek Gautam 1-1/+1
2013-01-18usb: dwc3: exynos: use devm_ functionsGravatar Jingoo Han 1-28/+23
2012-11-21usb: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-21usb: remove use of __devinitGravatar Bill Pemberton 1-2/+2
2012-11-21usb: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-11-06usb: dwc3: exynos: remove platform data supportGravatar Vivek Gautam 1-16/+0
2012-11-06usb: dwc3: exynos: add support for device treeGravatar Vivek Gautam 1-0/+20
2012-10-31usb: dwc3: remove custom unique id handlingGravatar Sebastian Andrzej Siewior 1-11/+2
2012-09-10usb: dwc3: exynos: add nop transceiver supportGravatar Felipe Balbi 1-0/+66
2012-06-22usb: dwc3: Remove duplicate header file inclusionGravatar Sachin Kamat 1-1/+0
2012-03-02usb: dwc3: Add Exynos Specific Glue layerGravatar Anton Tikhomirov 1-0/+151