summaryrefslogtreecommitdiffstats
path: root/include/usb
Commit message (Expand)AuthorAgeFilesLines
* xhci: translate virtual addresses into the bus's address spaceNicolas Saenz Julienne2021-02-181-1/+19
* usb: dwc2: add "u-boot,force-vbus-detection" for stm32Patrick Delaunay2020-11-221-0/+1
* usb: xhci: use macros with parameter to fill ep_info2Chunfeng Yun2020-10-011-6/+0
* usb: xhci: convert to TRB_TX_TYPE()Chunfeng Yun2020-10-011-1/+0
* usb: xhci: convert to TRB_LEN() and TRB_INTR_TARGET()Chunfeng Yun2020-10-011-3/+0
* usb: xhci: convert to TRB_TYPE()Chunfeng Yun2020-10-011-1/+0
* usb: xhci: convert to HCS_MAX_PORTS()Chunfeng Yun2020-10-011-2/+0
* usb: xhci: add quirks flag to support MediaTek xHCI 0.96Chunfeng Yun2020-10-011-0/+2
* usb: xhci: create one unified function to calculate TRB TD remainderChunfeng Yun2020-10-011-0/+2
* usb: xhci: add a member hci_version in xhci_ctrl structChunfeng Yun2020-10-011-0/+1
* usb: xhci: Add reset controller supportNicolas Saenz Julienne2020-07-101-0/+2
* usb: xhci: Use only 32-bit accesses in xhci_writeq/xhci_readqSylwester Nawrocki2020-07-091-8/+0
* xhci: mediatek: Add support for MTK xHCI host controllerChunfeng Yun2020-05-021-0/+3
* rockchip: usb: Migrate to use ofnodeKever Yang2019-11-171-1/+3
* usb: xhci: move xhci.h to include usbJean-Jacques Hiblot2019-10-241-0/+1292
* mpc83xx: Introduce ARCH_MPC834*Mario Six2019-05-201-1/+1
* usb: dwc2: add support for STM32MP1Patrick Delaunay2019-04-211-0/+1
* usb: dwc2_udc_otg: Add tx_fifo_sz array supportPatrice Chotard2019-04-211-0/+3
* usb: dwc2: Add function for session B checkPatrick Delaunay2019-04-211-0/+2
* usb: dwc2: Add force-b-session-valid supportPatrick Delaunay2019-04-211-0/+1
* usb: composite: Move bitmap related operations to ./include/linux/bitmap.hLukasz Majewski2018-12-141-35/+0
* usb: dwc2-otg: make regs_phy (in platdata) a uintptr_tPhilipp Tomsich2018-12-061-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0710-21/+10
* bitops: collect BIT macros to include/linux/bitops.hMasahiro Yamada2017-11-291-3/+1
* usb: ehci-ci: Add a prototype for board_ehci_power()Diego Dorta2017-10-121-0/+1
* armv7: ls1021a: Fix marco CONFIG_LS102XAYork Sun2017-09-221-1/+1
* config: ls1012aqds: Enable USB EHCI support for ls1012aqdsRajesh Bhagat2017-08-091-1/+1
* powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher2017-06-161-3/+0
* powerpc, 8xx: remove support for 8xxHeiko Schocher2017-06-121-178/+0
* usb: dwc2-otg: make regs_otg (in platdata) a uintptr_tPhilipp Tomsich2017-06-071-1/+1
* armv7: ls1021a: Drop macro CONFIG_LS102XAYork Sun2017-04-171-1/+1
* Move ENOTSUPP defines to include/linux/errno.hMasahiro Yamada2016-09-231-2/+0
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-07-261-1/+1
|\
| * include: usb: Rename USB controller base address mappingRajesh Bhagat2016-07-261-1/+1
* | usb: dwc2-otg: adjust fifo size via platform dataXu Ziyuan2016-07-251-0/+3
* | usb: rockchip-phy: implement USB2.0 phy controlXu Ziyuan2016-07-251-0/+2
|/
* ehci-ci.h: drop generic USBCMD fieldsMateusz Kulikowski2016-04-011-4/+0
* usb: ehci-ci: Add missing registers.Mateusz Kulikowski2016-04-011-1/+5
* usb: Rename ehci-fsl.h to ehci-ci.hMateusz Kulikowski2016-04-011-3/+3
* usb: ulpi: Fix compile warning in read/write on 64-bit machines.Mateusz Kulikowski2016-04-011-0/+2
* usb: ulpi: Fix viewport_addr typeMateusz Kulikowski2016-04-011-1/+1
* Add more SPDX-License-Identifier tagsTom Rini2016-01-191-3/+1
* usb: s3c-otg: Rename usb/s3c_udc.h to usb/dwc2_udc.hMarek Vasut2015-12-171-4/+4
* usb: s3c-otg: Rename s3c_udc_probe() functionMarek Vasut2015-12-171-1/+1
* usb: s3c-otg: Rename struct s3c_plat_otg_dataMarek Vasut2015-12-171-2/+2
* usb: s3c-otg: Tweak the commentsMarek Vasut2015-12-171-1/+1
* usb: s3c-otg: Zap useless externsMarek Vasut2015-12-171-1/+1
* usb: s3c-otg: Split private bits from s3c_udc.hMarek Vasut2015-12-171-91/+3
* usb: s3c-otg: Rename struct s3c_udc to dwc2_udcMarek Vasut2015-12-171-5/+5
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2014-12-111-0/+2
|\