| Commit message (Expand) | Author | Age | Files | Lines |
* | xhci: translate virtual addresses into the bus's address space | Nicolas Saenz Julienne | 2021-02-18 | 1 | -1/+19 |
* | usb: dwc2: add "u-boot,force-vbus-detection" for stm32 | Patrick Delaunay | 2020-11-22 | 1 | -0/+1 |
* | usb: xhci: use macros with parameter to fill ep_info2 | Chunfeng Yun | 2020-10-01 | 1 | -6/+0 |
* | usb: xhci: convert to TRB_TX_TYPE() | Chunfeng Yun | 2020-10-01 | 1 | -1/+0 |
* | usb: xhci: convert to TRB_LEN() and TRB_INTR_TARGET() | Chunfeng Yun | 2020-10-01 | 1 | -3/+0 |
* | usb: xhci: convert to TRB_TYPE() | Chunfeng Yun | 2020-10-01 | 1 | -1/+0 |
* | usb: xhci: convert to HCS_MAX_PORTS() | Chunfeng Yun | 2020-10-01 | 1 | -2/+0 |
* | usb: xhci: add quirks flag to support MediaTek xHCI 0.96 | Chunfeng Yun | 2020-10-01 | 1 | -0/+2 |
* | usb: xhci: create one unified function to calculate TRB TD remainder | Chunfeng Yun | 2020-10-01 | 1 | -0/+2 |
* | usb: xhci: add a member hci_version in xhci_ctrl struct | Chunfeng Yun | 2020-10-01 | 1 | -0/+1 |
* | usb: xhci: Add reset controller support | Nicolas Saenz Julienne | 2020-07-10 | 1 | -0/+2 |
* | usb: xhci: Use only 32-bit accesses in xhci_writeq/xhci_readq | Sylwester Nawrocki | 2020-07-09 | 1 | -8/+0 |
* | xhci: mediatek: Add support for MTK xHCI host controller | Chunfeng Yun | 2020-05-02 | 1 | -0/+3 |
* | rockchip: usb: Migrate to use ofnode | Kever Yang | 2019-11-17 | 1 | -1/+3 |
* | usb: xhci: move xhci.h to include usb | Jean-Jacques Hiblot | 2019-10-24 | 1 | -0/+1292 |
* | mpc83xx: Introduce ARCH_MPC834* | Mario Six | 2019-05-20 | 1 | -1/+1 |
* | usb: dwc2: add support for STM32MP1 | Patrick Delaunay | 2019-04-21 | 1 | -0/+1 |
* | usb: dwc2_udc_otg: Add tx_fifo_sz array support | Patrice Chotard | 2019-04-21 | 1 | -0/+3 |
* | usb: dwc2: Add function for session B check | Patrick Delaunay | 2019-04-21 | 1 | -0/+2 |
* | usb: dwc2: Add force-b-session-valid support | Patrick Delaunay | 2019-04-21 | 1 | -0/+1 |
* | usb: composite: Move bitmap related operations to ./include/linux/bitmap.h | Lukasz Majewski | 2018-12-14 | 1 | -35/+0 |
* | usb: dwc2-otg: make regs_phy (in platdata) a uintptr_t | Philipp Tomsich | 2018-12-06 | 1 | -1/+1 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 10 | -21/+10 |
* | bitops: collect BIT macros to include/linux/bitops.h | Masahiro Yamada | 2017-11-29 | 1 | -3/+1 |
* | usb: ehci-ci: Add a prototype for board_ehci_power() | Diego Dorta | 2017-10-12 | 1 | -0/+1 |
* | armv7: ls1021a: Fix marco CONFIG_LS102XA | York Sun | 2017-09-22 | 1 | -1/+1 |
* | config: ls1012aqds: Enable USB EHCI support for ls1012aqds | Rajesh Bhagat | 2017-08-09 | 1 | -1/+1 |
* | powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x | Heiko Schocher | 2017-06-16 | 1 | -3/+0 |
* | powerpc, 8xx: remove support for 8xx | Heiko Schocher | 2017-06-12 | 1 | -178/+0 |
* | usb: dwc2-otg: make regs_otg (in platdata) a uintptr_t | Philipp Tomsich | 2017-06-07 | 1 | -1/+1 |
* | armv7: ls1021a: Drop macro CONFIG_LS102XA | York Sun | 2017-04-17 | 1 | -1/+1 |
* | Move ENOTSUPP defines to include/linux/errno.h | Masahiro Yamada | 2016-09-23 | 1 | -2/+0 |
* | Merge git://git.denx.de/u-boot-fsl-qoriq | Tom Rini | 2016-07-26 | 1 | -1/+1 |
|\ |
|
| * | include: usb: Rename USB controller base address mapping | Rajesh Bhagat | 2016-07-26 | 1 | -1/+1 |
* | | usb: dwc2-otg: adjust fifo size via platform data | Xu Ziyuan | 2016-07-25 | 1 | -0/+3 |
* | | usb: rockchip-phy: implement USB2.0 phy control | Xu Ziyuan | 2016-07-25 | 1 | -0/+2 |
|/ |
|
* | ehci-ci.h: drop generic USBCMD fields | Mateusz Kulikowski | 2016-04-01 | 1 | -4/+0 |
* | usb: ehci-ci: Add missing registers. | Mateusz Kulikowski | 2016-04-01 | 1 | -1/+5 |
* | usb: Rename ehci-fsl.h to ehci-ci.h | Mateusz Kulikowski | 2016-04-01 | 1 | -3/+3 |
* | usb: ulpi: Fix compile warning in read/write on 64-bit machines. | Mateusz Kulikowski | 2016-04-01 | 1 | -0/+2 |
* | usb: ulpi: Fix viewport_addr type | Mateusz Kulikowski | 2016-04-01 | 1 | -1/+1 |
* | Add more SPDX-License-Identifier tags | Tom Rini | 2016-01-19 | 1 | -3/+1 |
* | usb: s3c-otg: Rename usb/s3c_udc.h to usb/dwc2_udc.h | Marek Vasut | 2015-12-17 | 1 | -4/+4 |
* | usb: s3c-otg: Rename s3c_udc_probe() function | Marek Vasut | 2015-12-17 | 1 | -1/+1 |
* | usb: s3c-otg: Rename struct s3c_plat_otg_data | Marek Vasut | 2015-12-17 | 1 | -2/+2 |
* | usb: s3c-otg: Tweak the comments | Marek Vasut | 2015-12-17 | 1 | -1/+1 |
* | usb: s3c-otg: Zap useless externs | Marek Vasut | 2015-12-17 | 1 | -1/+1 |
* | usb: s3c-otg: Split private bits from s3c_udc.h | Marek Vasut | 2015-12-17 | 1 | -91/+3 |
* | usb: s3c-otg: Rename struct s3c_udc to dwc2_udc | Marek Vasut | 2015-12-17 | 1 | -5/+5 |
* | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini | 2014-12-11 | 1 | -0/+2 |
|\ |
|