summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* ehci: mx7: fix otg id detectionPeng Fan2016-06-251-2/+5
* ehci: mx7: fix usbnc_regsPeng Fan2016-06-251-1/+2
* usb: fsl: Fix NULL terminating issue for usb controller name stringRajesh Bhagat2016-06-251-1/+2
* clk: convert API to match reset/mailbox styleStephen Warren2016-06-191-7/+7
* usb: ehci: only shutdown opened controllerPeng Fan2016-06-181-0/+3
* usb: xhci: fsl: Add workaround for USB erratum A008751Sriram Dash2016-06-131-0/+24
* usb: move CONFIG_USB_XHCI_DWC3 to KconfigMasahiro Yamada2016-06-041-0/+6
* usb: move CONFIG_USB_XHCI to Kconfig with renamingMasahiro Yamada2016-06-042-7/+1
* usb: dwc2: Add delay to fix the USB detection problem on SoCFPGAStefan Roese2016-05-061-0/+9
* usb: ehci-mx6: allow board_ehci_hcd_init to failStefan Agner2016-05-061-2/+5
* usb: dwc2: Init desc_before_addrMarek Vasut2016-05-031-0/+3
* usb: dwc2: Make OC protection configurableMarek Vasut2016-05-031-3/+14
* usb: dwc2: Pull Ext VBUS macro from dwc_otg_core_init()Marek Vasut2016-05-031-7/+14
* usb: dwc2: Pass private data into dwc_otg_core_init()Marek Vasut2016-05-031-2/+3
* sunxi: H3: Do not clear usb companion clk-gate / reset on removeHans de Goede2016-04-122-6/+14
* drivers:usb:common:fsl-dt-fixup: Move device-tree fixup framework to common fileSriram Dash2016-04-101-195/+0
* usb: ehci-hcd: Fix crash when no ops are provided to ehci_register()Mateusz Kulikowski2016-04-101-2/+2
* ehci: Add support for Qualcomm EHCIMateusz Kulikowski2016-04-013-0/+190
* ehci-ci.h: drop generic USBCMD fieldsMateusz Kulikowski2016-04-011-2/+2
* usb: Rename ehci-fsl.h to ehci-ci.hMateusz Kulikowski2016-04-017-7/+7
* ehci-hcd: Add init_after_resetMateusz Kulikowski2016-04-012-0/+7
* sunxi: ohci: Add A83T compatibleChen-Yu Tsai2016-03-311-0/+1
* sunxi: ehci: Add A83T compatibleChen-Yu Tsai2016-03-311-0/+1
* sunxi: Fix 2nd usb controller on sun4i/sun7i no longer workingHans de Goede2016-03-232-5/+23
* usb: xhci: Fix vendor command error if the request type is USB_REQ_SET_ADDRES...Ted Chen2016-03-201-2/+4
* dm: usb: Unbind old block devices when shutting down USBSimon Glass2016-03-171-1/+5
* usb: dwc2: disable erroneous overcurrent conditionDinh Nguyen2016-03-052-1/+5
* usb: ehci: Fix warning on aarch64Marek Vasut2016-02-261-1/+1
* usb: ehci: Be explicit about the BE IO accessorsMarek Vasut2016-02-241-2/+3
* usb: ehci: Clear USBMODE_BE on LE MMIOMarek Vasut2016-02-241-0/+2
* usb: ehci: Implement V2P mappingMarek Vasut2016-02-241-10/+9
* usb: ehci: Use map_physmem in ehci-genericMarek Vasut2016-02-241-1/+3
* sunxi: H3: Add support for the host usb-physJelle van der Waa2016-02-232-16/+16
* drivers: usb: ohci-at91: clean up the PLLB codeWenyou Yang2016-02-181-15/+7
* drivers: usb: atmel: clean up the UTMI PLL codeWenyou Yang2016-02-182-47/+11
* drivers: at91: clean up peripheral clock codeWenyou Yang2016-02-182-24/+4
* usb: remove UniPhier EHCI driverMasahiro Yamada2016-02-143-83/+0
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-01-253-100/+216
|\
| * usb: add clock support for generic EHCIMasahiro Yamada2016-01-251-0/+14
| * usb: dwc2: Do not mix data toggle for IN and OUT endpoints, check boundsStefan Brüns2016-01-231-10/+19
| * usb: dwc2: Add SPLIT INTERRUPT transaction supportStefan Brüns2016-01-232-5/+24
| * usb: dwc2: Implement SPLIT transaction supportStefan Brüns2016-01-231-15/+66
| * usb: dwc2: add helper function for setting SPLIT HC registersStefan Brüns2016-01-231-1/+14
| * usb: dwc2: split transfer core from outer loopStefan Brüns2016-01-231-48/+64
| * usb: dwc2: Simplify wait_for_chhltd(), remove ignore_ackStefan Brüns2016-01-231-23/+17
| * usb: dwc2: Fix out-of-bounds access, fix chunk sizeStefan Brüns2016-01-231-15/+15
* | usb: ehci-mx6: Use shared wait_for_bitMateusz Kulikowski2016-01-251-28/+4
* | usb: ohci-lpc32xx: Use shared wait_for_bitMateusz Kulikowski2016-01-251-27/+7
* | usb: dwc2: Use shared wait_for_bitMateusz Kulikowski2016-01-251-28/+13
* | dm: usb: Add a compatible string for PCI EHCI controllerSimon Glass2016-01-241-0/+6
|/
OpenPOWER on IntegriCloud