summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2016-01-25usb: dwc2: Use shared wait_for_bitMateusz Kulikowski1-28/+13
2016-01-24dm: usb: Add a compatible string for PCI EHCI controllerSimon Glass1-0/+6
2016-01-23usb: dwc2: Do not mix data toggle for IN and OUT endpoints, check boundsStefan Brüns1-10/+19
2016-01-23usb: dwc2: Add SPLIT INTERRUPT transaction supportStefan Brüns2-5/+24
2016-01-23usb: dwc2: Implement SPLIT transaction supportStefan Brüns1-15/+66
2016-01-23usb: dwc2: add helper function for setting SPLIT HC registersStefan Brüns1-1/+14
2016-01-23usb: dwc2: split transfer core from outer loopStefan Brüns1-48/+64
2016-01-23usb: dwc2: Simplify wait_for_chhltd(), remove ignore_ackStefan Brüns1-23/+17
2016-01-23usb: dwc2: Fix out-of-bounds access, fix chunk sizeStefan Brüns1-15/+15
2016-01-16usb: host: ehci-vf: Implement board_usb_phy_mode weak functionSanchayan Maity1-0/+10
2016-01-16usb: host: ehci-vf: Remove hardcoded USB host client configurationSanchayan Maity1-5/+0
2016-01-12dm: usb: Convert echi-pci to use new DM PCI APISimon Glass1-12/+39
2016-01-12dm: pci: Add a dm_ prefix to pci_get_bdf()Simon Glass1-1/+1
2015-12-31usb: Move determination of TT hub address/port into separate functionStefan Brüns1-45/+5
2015-12-31usb: dwc2: avoid out of bounds accessStefan Brüns1-3/+4
2015-12-17usb: add support of generic OHCI devicesAlexey Brodkin3-0/+54
2015-12-17usb: host: ehci: samsung: Move hcor initialization after usb phy setupLukasz Majewski1-2/+2
2015-12-07usb: xhci: zynqmp: Removing unused function usb_phy_resetMarek Vasut1-17/+0
2015-12-07usb: xhci: fsl: Removing unused function usb_phy_resetRajesh Bhagat1-17/+0
2015-12-07usb: xhci: dwc3: Adding reset delay requirement as per dwc3 databookRajesh Bhagat1-0/+2
2015-12-07usb: add support for generic EHCI devicesAlexey Brodkin3-0/+59
2015-12-07sunxi: usb: Rename the sunxi usb driver DM entryMarek Vasut1-1/+1
2015-12-07usb: zynqmp: Fix build warningsMarek Vasut1-1/+1
2015-12-07usb: host: xhci-omap: fix build breakFelipe Balbi1-1/+1
2015-12-07usb: zynqmp: Add XHCI driver supportSiva Durga Prasad Paladugu2-0/+144
2015-11-20usb: sandbox: Add support for interrupt operationsSimon Glass1-0/+19
2015-11-20dm: usb: Remove inactive children after a bus scanSimon Glass1-0/+23
2015-11-20dm: usb: Deprecate usb_get_dev_index()Simon Glass1-0/+9
2015-11-20Revert "dm: usb: Use device_unbind_children to clean up usb devs on stop"Simon Glass1-3/+0
2015-11-20Revert "dm: usb: Rename usb_find_child to usb_find_emul_child"Simon Glass1-9/+10
2015-11-20Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-11-03ohci: Add missing cache-flush for hcca areaHans de Goede1-0/+1
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass3-9/+9
2015-10-21usb: ehci-marvell.c: Add DM supportStefan Roese2-16/+77
2015-09-12Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass4-0/+4
2015-09-07usb: ehci: remember init modeStephen Warren2-1/+7
2015-08-31dm: Use dev_get_addr() where possibleSimon Glass2-4/+6
2015-08-19usb: dwc2: Rename to dwc2_usbMarek Vasut1-1/+1
2015-08-19usb: dwc2: Add original Synopsys compat stringMarek Vasut1-0/+1
2015-08-19usb: host: xhci-omap: invoke board_usb_cleanup in xhci_hcd_stopKishon Vijay Abraham I1-0/+1
2015-08-19usb: xhci: Fix a potential NULL pointer dereferenceSergey Temerkhanov1-5/+14
2015-08-19usb: spear: Add support for both SPEAr600 EHCI controllersStefan Roese1-3/+35
2015-08-19imx: usb: ehci-mx6: wait_for_bit to check reg statusAdrian Alonso1-4/+33
2015-08-19imx: usb: ehci-mx6: add usb support for imx7d socAdrian Alonso2-19/+82
2015-08-19imx: usb: ehci-mx6: document board specific functionsAdrian Alonso1-0/+31
2015-08-19imx: usb: ehci-mx6: reg accessor cleanupsAdrian Alonso1-33/+18
2015-08-18usb: lpc32xx: add host USB driverSylvain Lemieux2-0/+232
2015-08-17arm: mvebu: add multiple usb-hostcontroller support for AXPAnton Schubert1-8/+11
2015-08-17arm: mvebu: Enable USB EHCI support on Armada XPStefan Roese1-1/+8
2015-08-13usb: ohci: enable cache supportWu, Josh2-12/+2