aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2016-02-14usb: remove UniPhier EHCI driverMasahiro Yamada3-83/+0
2016-02-06Use correct spelling of "U-Boot"Bin Meng6-6/+6
2016-02-04usb: gadget: dwc2_udc_otg: modified the check condition for max packet size o...Frank Wang1-2/+2
2016-01-25Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini8-100/+3291
2016-01-25usb: add clock support for generic EHCIMasahiro Yamada1-0/+14
2016-01-25bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada2-2/+1
2016-01-25usb: ehci-mx6: Use shared wait_for_bitMateusz Kulikowski1-28/+4
2016-01-25usb: ohci-lpc32xx: Use shared wait_for_bitMateusz Kulikowski1-27/+7
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: eth: add Realtek RTL8152B/RTL8153 DRIVERTed Chen5-0/+3075
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-19Add more SPDX-License-Identifier tagsTom Rini22-383/+24
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-16usb:ci_udc: Remove ULPI setting for i.MX OTG controllerYe.Li1-11/+3
2016-01-14Fix GCC format-security errors and convert sprintfs.Ben Whitten1-3/+3
2016-01-13ums: support multiple LUNs at onceStephen Warren2-13/+16
2016-01-12dm: net: usb: Convert mcs7830 driver to support driver modelSimon Glass1-0/+105
2016-01-12dm: net: usb: Refactor mcs7830 driver ready for DM conversionSimon Glass1-121/+144
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: musb: Fix hub port setting for SPLIT transactionsStefan Brüns1-1/+1
2015-12-31usb: Move determination of TT hub address/port into separate functionStefan Brüns3-101/+12
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-17usb: s3c-otg: Rename usb/s3c_udc.h to usb/dwc2_udc.hMarek Vasut3-3/+3
2015-12-17usb: s3c-otg: Rename s3c_udc_probe() functionMarek Vasut1-1/+1
2015-12-17usb: s3c-otg: Rename struct s3c_plat_otg_dataMarek Vasut2-2/+2
2015-12-17usb: s3c-otg: Rename USB_GADGET_S3C_UDC_OTG* to USB_GADGET_DWC2_OTG*Marek Vasut1-2/+2
2015-12-17usb: s3c-otg: Tweak the commentsMarek Vasut4-4/+4
2015-12-17usb: s3c-otg: Rename remaining macrosMarek Vasut4-22/+22
2015-12-17usb: s3c-otg: Rename sources to dwc2_*cMarek Vasut4-6/+6
2015-12-17usb: s3c-otg: Rename local headers to dwc2_*hMarek Vasut5-8/+8
2015-12-17usb: s3c-otg: Change the driver name to dwc2-udcMarek Vasut1-3/+3
2015-12-17usb: s3c-otg: Zap useless externsMarek Vasut1-4/+2
2015-12-17usb: s3c-otg: Rename remaining local s3c_*() functionsMarek Vasut2-23/+23
2015-12-17usb: s3c-otg: Rename s3c_udc_*() functionsMarek Vasut2-47/+47
2015-12-17usb: s3c-otg: Rename s3c_ep_*() functionsMarek Vasut1-11/+11
2015-12-17usb: s3c-otg: Rename s3c_ep0_*() functionsMarek Vasut2-14/+14
2015-12-17usb: s3c-otg: Staticize functions in s3c_udc_otg_xfer_dma.cMarek Vasut1-7/+7
2015-12-17usb: s3c-otg: Staticize s3c_udc_ep_set_stallMarek Vasut2-3/+1
2015-12-17usb: s3c-otg: Rename struct s3c_requestMarek Vasut3-28/+28