summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | usb: r8a66597-hcd: Convert timers to use timer_setup()Kees Cook2017-11-012-15/+23
* | usb: isp1760: Convert timers to use timer_setup()Kees Cook2017-11-012-7/+8
* | usb: usbip: Convert timers to use timer_setup()Kees Cook2017-11-011-3/+3
* | usb-storage: make use of srb local variableAlan Stern2017-11-011-17/+17
* | usb: gadget: udc: dummy_hcd: mark expected switch fall-throughsGustavo A. R. Silva2017-11-011-0/+3
* | usb: gadget: composite: mark expected switch fall-throughsGustavo A. R. Silva2017-11-011-3/+4
* | usb: gadget: f_phonet: mark expected switch fall-throughsGustavo A. R. Silva2017-11-011-0/+2
* | usb: typec: tps6598x: mark expected switch fall-throughGustavo A. R. Silva2017-11-011-0/+1
* | usb: wusbcore: Use put_unaligned_le32Himanshu Jha2017-11-011-5/+4
* | usb: wusbcore: wa-xfer: mark expected switch fall-throughGustavo A. R. Silva2017-11-011-0/+1
* | usb: musb: dsps: remove the duplicated timerBin Liu2017-11-011-9/+8
* | usb: musb: Convert timers to use timer_setup()Kees Cook2017-11-019-64/+55
* | usb: musb_core: mark expected switch fall-throughGustavo A. R. Silva2017-10-301-0/+1
* | usb: musb: da8xx: Remove duplicated definesAlexandre Bailon2017-10-301-3/+0
* | usb: storage: sddr55: mark expected switch fall-throughGustavo A. R. Silva2017-10-301-0/+1
* | Merge tag 'usb-ci-v4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2017-10-302-1/+5
|\ \
| * | usb: chipidea: fix trivial typo in KconfigChristoph Fritz2017-10-261-1/+1
| * | usb: chipidea: do charger detection in vbus sessionLi Jun2017-09-211-0/+4
* | | usb: atm: cxacru: mark expected switch fall-throughsGustavo A. R. Silva2017-10-271-0/+2
* | | usb: class: usbtmc: mark expected switch fall-throughGustavo A. R. Silva2017-10-271-0/+1
* | | Merge tag 'extcon-next-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2017-10-2725-40/+105
|\ \ \
| * | | extcon: max77843: Add support for SmartDock accessoryMarek Szyprowski2017-10-241-14/+63
| * | | extcon: max77843: Add OTG power control to the MUIC driverMarek Szyprowski2017-10-241-0/+16
| * | | extcon: max14577: Delete an unnecessary variable initialisation in max14577_m...Markus Elfring2017-10-231-1/+1
| * | | extcon: make extcon_info static const, fixes warningColin Ian King2017-10-231-1/+1
| * | | extcon: Split out extcon header file for consumer and provider deviceChanwoo Choi2017-10-2324-24/+24
* | | | Merge tag 'phy-for-4.15_v1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2017-10-2720-125/+2107
|\ \ \ \
| * | | | drivers: phy: add calibrate methodAndrzej Pietrasiewicz2017-10-231-0/+15
| * | | | ufs/phy: qcom: Refactor to use phy_init callVivek Gautam2017-10-235-56/+55
| * | | | scsi/ufs: qcom: Set phy mode based on the controllers HS MODEVivek Gautam2017-10-231-0/+3
| * | | | phy: qcom-ufs: Add support to set phy modeVivek Gautam2017-10-233-0/+30
| * | | | phy: ti-pipe3: Update pcie phy settingsKishon Vijay Abraham I2017-10-231-1/+100
| * | | | PCI: dra7xx: Create functional dependency between PCIe and PHYKishon Vijay Abraham I2017-10-231-0/+16
| * | | | phy: brcm-sata: Allow RX equalizer tuningFlorian Fainelli2017-10-231-1/+68
| * | | | phy: brcm-sata: Prepare for doing more tuningFlorian Fainelli2017-10-231-1/+6
| * | | | phy: rcar-gen3-usb2: add SoC-specific parameter for dedicated pinsYoshihiro Shimoda2017-10-231-10/+21
| * | | | phy: rcar-gen3-usb2: use enum phy_mode in the role_store()Yoshihiro Shimoda2017-10-231-11/+18
| * | | | phy: rcar-gen3-usb2: check dr_mode for otg modeYoshihiro Shimoda2017-10-231-3/+7
| * | | | phy: sun4i-usb: enable PHY0 dual route for V3s SoCIcenowy Zheng2017-10-231-0/+1
| * | | | phy: rockchip-typec: Do the calibration more correctlyDouglas Anderson2017-10-231-9/+18
| * | | | phy: rockchip-typec: Avoid magic numbers + add delays in aux calibDouglas Anderson2017-10-231-39/+163
| * | | | phy: phy-mtk-tphy: add set_mode callbackChunfeng Yun2017-10-231-0/+39
| * | | | phy: mvebu-cp110-comphy: remove unused member in private structAntoine Tenart2017-10-231-1/+0
| * | | | Merge branch 'fixes' into nextKishon Vijay Abraham I2017-10-184-32/+73
| |\ \ \ \
| * | | | | phy: usb: phy-brcm-usb: Add ability to force DRD mode to host or deviceAl Cooper2017-10-031-0/+85
| * | | | | phy: usb: phy-brcm-usb: Add Broadcom STB USB phy driverAl Cooper2017-10-035-0/+1457
| * | | | | soc: brcmstb: Add Product ID and Family ID helper functionsAl Cooper2017-10-031-0/+12
| | |/ / / | |/| | |
* | | | | usb: xhci-mtk: fix ptr_ret.cocci warningskbuild test robot2017-10-251-4/+1
* | | | | Merge tag 'usb-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-10-2436-355/+834
|\ \ \ \ \
| * | | | | usb: dwc2: Fix UDC state trackingJohn Stultz2017-10-241-0/+2