aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-31usb: dwc3: gadget: fix race when disabling ep with cancelled xfersFelipe Balbi1-0/+6
2019-10-27usb: dwc3: remove the call trace of USBx_GFLADJYinbo Zhu1-2/+1
2019-10-27usb: dwc3: pci: prevent memory leak in dwc3_pci_probeNavid Emamdoost1-1/+1
2019-10-27usb: dwc3: select CONFIG_REGMAP_MMIOArnd Bergmann1-0/+1
2019-10-07usb: dwc3: Remove dev_err() on platform_get_irq() failureHans de Goede3-9/+0
2019-10-07usb: dwc3: Switch to platform_get_irq_byname_optional()Hans de Goede3-6/+6
2019-09-03usb: dwc3: remove generic PHY calibrate() callsMarek Szyprowski1-2/+0
2019-09-02Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman10-314/+83
2019-08-30usb: dwc3: gadget: Workaround Mirosoft's BESL checkThinh Nguyen1-2/+12
2019-08-29usb: common: Separated decoding functions from dwc3 driver.Pawel Laszczak2-253/+1
2019-08-28usb: dwc3: gadget: Set BESL config parameterThinh Nguyen1-0/+10
2019-08-28usb: dwc3: Separate field holding multiple propertiesThinh Nguyen2-3/+3
2019-08-28usb: dwc3: meson-g12a: fix suspend resume regulator unbalanced disablesNeil Armstrong1-1/+13
2019-08-28usb: dwc3: st: Add of_dev_put() in probe functionNishka Dasgupta1-0/+1
2019-08-28usb: dwc3: st: Add of_node_put() before return in probe functionNishka Dasgupta1-3/+6
2019-08-28usb: dwc3: don't set gadget->is_otg flagRoger Quadros1-1/+0
2019-08-09usb: dwc3: Use clk_bulk_prepare_enable()Andrey Smirnov1-18/+5
2019-08-09usb: dwc3: Use devres to get clocksAndrey Smirnov1-5/+2
2019-08-09usb: dwc3: remove generic PHYs forwarding for XHCI deviceMarek Szyprowski1-18/+4
2019-08-09usb: dwc3: Update soft-reset wait polling rateThinh Nguyen2-5/+20
2019-08-09usb: dwc3: omap: squash include/linux/platform_data/dwc3-omap.hMasahiro Yamada1-1/+6
2019-08-09usb: dwc3: Switch to use device_property_count_u32()Andy Shevchenko1-2/+1
2019-08-09usb: dwc3: keystone: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-09usb: dwc3: omap: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-09usb: dwc3: meson-g12a: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-05usb: dwc3: meson-g12a: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-07-30usb: Remove dev_err() usage after platform_get_irq()Stephen Boyd2-4/+1
2019-07-25usb: dwc3: Switch to use device_property_count_u32()Andy Shevchenko1-2/+1
2019-07-04Revert "usb:gadget Separated decoding functions from dwc3 driver."Greg Kroah-Hartman2-1/+253
2019-07-03usb:gadget Separated decoding functions from dwc3 driver.Pawel Laszczak2-253/+1
2019-07-03usb: dwc3: pci: add support for TigerLake DevicesFelipe Balbi1-0/+4
2019-06-20usb: dwc3: remove unused @lock member of dwc3_ep structChunfeng Yun2-4/+0
2019-06-20usb: dwc3: pci: Add Support for Intel Elkhart Lake DevicesFelipe Balbi1-0/+4
2019-06-18usb: dwc3: gadget: Add support for disabling U1 and U2 entriesAnurag Kumar Vulisha5-1/+42
2019-06-18usb: dwc3: qcom: Use of_clk_get_parent_count()Kefeng Wang1-2/+1
2019-06-18usb: dwc3: Fix core validation in probe, move after clocks are enabledEnric Balletbo i Serra1-5/+7
2019-06-18usb: dwc3: qcom: Improve error handlingLee Jones1-0/+3
2019-06-18usb: dwc3: qcom: Start USB in 'host mode' on the SDM845Lee Jones1-0/+12
2019-06-18usb: dwc3: qcom: Add support for booting with ACPILee Jones2-29/+179
2019-06-18usb: dwc3: meson-g12a: Add support for IRQ based OTG switchingNeil Armstrong1-5/+31
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+2
2019-05-03usb: dwc3: Rename DWC3_DCTL_LPM_ERRATAThinh Nguyen2-3/+2
2019-05-03usb: dwc3: Fix default lpm_nyet_threshold valueThinh Nguyen1-1/+1
2019-05-03usb: dwc3: debug: Print GET_STATUS(device) tracepointThinh Nguyen1-0/+3
2019-05-03usb: dwc3: Do core validation early on probeThinh Nguyen1-6/+5
2019-05-03usb: dwc3: gadget: Set lpm_capableThinh Nguyen1-0/+1
2019-05-03usb: dwc3: move synchronize_irq() out of the spinlock protected blockMarek Szyprowski2-2/+2
2019-05-03usb: dwc3: Free resource immediately after useAndy Shevchenko1-0/+3
2019-05-03usb: dwc3: of-simple: Convert to bulk clk APIRobin Murphy1-78/+17
2019-05-03usb: dwc3: Add Amlogic G12A DWC3 glueNeil Armstrong3-0/+615