summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2018-05-28usb: sunxi: Switch to use generic-phyJagan Teki4-39/+124
2018-05-28phy: sun4i-usb: Add a sunxi specific function for setting squelch-detectJagan Teki3-11/+28
2018-05-28musb: sunxi: Add support for H3/H5/A64Jagan Teki1-1/+2
2018-05-28musb: sunxi: Use BIT instead of numerical shiftJagan Teki1-14/+14
2018-05-28musb: sunxi: Add OTG device clkgate and reset for H3/H5Jagan Teki1-0/+17
2018-05-28musb: sunxi: Add fifo configJagan Teki1-5/+65
2018-05-28musb: sunxi: Use simple way to fill musb_hdrc pdataJagan Teki1-13/+10
2018-05-28musb: sunxi: Add proper macros instead of numericalsJagan Teki1-4/+8
2018-05-28usb: sunxi: Simplify ccm reg base codeJagan Teki3-25/+43
2018-05-18drivers: usb: dwc3: remove devm_zalloc from linux_compactMugunthan V N4-8/+8
2018-05-18usb: xhci: zynqmp: Remove support for !DM_USBMichal Simek2-46/+1
2018-05-18usb: xhci: zynqmp: Add support for DM_USBMichal Simek1-0/+69
2018-05-18usb: dwc3: Add generic DWC3 glue logic driverMichal Simek3-0/+164
2018-05-18usb: common: add support to get maximum speed from dtMugunthan V N1-0/+29
2018-05-18usb: dwc3: Add dwc3_init/remove with DM_USBMugunthan V N3-1/+62
2018-05-18gadget: f_thor: update to support more than 4GB file as thor 5.0Seung-Woo Kim2-4/+8
2018-05-18gadget: f_thor: fix filename overflowSeung-Woo Kim1-1/+2
2018-05-16usb: composite convert __set_bit to generic_set_bitBryan O'Donoghue1-1/+1
2018-05-16usb: f_mass_storage: Fix set_bit and clear_bit usageBryan O'Donoghue1-22/+3
2018-05-11SPDX: Convert a few files that were missed beforeTom Rini1-2/+1
2018-05-07regmap: clean up regmap allocationMasahiro Yamada1-1/+1
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini1-2/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini170-352/+170
2018-04-30usb: f_mass_storage: simplify logical expressionHeinrich Schuchardt1-1/+1
2018-04-30usb: gadget: remove duplicate assignment.Heinrich Schuchardt1-1/+1
2018-04-29spl: disk: usb: Add dependencies to sprintf/strto*Alex Kiernan1-0/+4
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini16-32/+0
2018-04-26usb: gadget: composite: fix NULL pointer when a non standard request is receivedChristophe Kerello1-1/+4
2018-04-26usb: host: dwc3: fix phys initNeil Armstrong1-10/+13
2018-04-21usb: dwc3-of-simple: fix error check of clk_get_bulk when disabledNeil Armstrong1-1/+1
2018-04-21usb: dwc3-of-simple: Add support for DRA7/AM57 platforms.Jean-Jacques Hiblot2-0/+2
2018-04-21usb: dwc3-of-simple: Fix dependenciesJean-Jacques Hiblot1-1/+1
2018-04-11usb: host: dwc3: Add support for multiple PHYsNeil Armstrong1-47/+66
2018-04-11usb: host: Add simple of glue driver for DWC3 USB Controllers integrationNeil Armstrong3-0/+117
2018-04-09net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-0/+1
2018-04-09usb: gadget: USB_ETHER requires network supportAlex Kiernan1-0/+1
2018-03-29usb: rockchip: remove duplicate assignement.Heinrich Schuchardt1-1/+0
2018-03-22lan7xxx: Require phylibAlexander Graf1-0/+2
2018-03-17usb: dwc2: Replace printf, pr_err by dev_info, dev_errPatrice Chotard1-9/+11
2018-03-17usb: dwc2: increase timeout in wait_for_chhltdChristophe Kerello1-1/+1
2018-03-17usb: dwc2: disable external vbus supply when the device is removedChristophe Kerello1-3/+35
2018-03-17usb: ohci-generic: replace pr_err() by dev_err()Patrice Chotard1-7/+6
2018-03-17usb: ohci-generic: factorize PHY operationPatrice Chotard1-40/+59
2018-03-17usb: ohci-generic: handle phy power on/offPatrice Chotard1-0/+17
2018-03-17usb: ehci-generic: replace pr_err() by dev_err()Patrice Chotard1-7/+9
2018-03-17usb: ehci-generic: factorize PHY operationPatrice Chotard1-40/+59
2018-03-17usb: ehci-generic: handle phy power on/offPatrice Chotard1-0/+17
2018-03-17usb: Remove unused ppc4xx EHCI host driverStefan Roese2-36/+0
2018-03-17ubs: xhci-dwc3: Enable USB3 PHY when availableVignesh R1-0/+11
2018-03-17usb: xhci-dwc3: Refractor PHY operations into separate functionVignesh R1-27/+48