summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-01-13174-2046/+9140
|\
| * MAINTAINERS: change my email addressPeter Chen2016-01-041-2/+2
| * USB: usbmon: remove assignment from IS_ERR argumentJulia Lawall2016-01-041-2/+4
| * Merge tag 'usb-serial-4.4-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-01-0492-429/+978
| |\
| | * USB: cp210x: add ID for ELV Marble Sound Board 1Oliver Freyermuth2015-12-281-0/+1
| * | Merge tag 'usb-serial-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-01-046-46/+1180
| |\ \
| | * | USB: mxu11x0: drop redundant function name from error messagesJohan Hovold2015-12-291-20/+12
| | * | USB: mxu11x0: fix debug-message typosJohan Hovold2015-12-291-10/+8
| | * | USB: mxu11x0: rename usb-serial driverJohan Hovold2015-12-291-3/+3
| | * | USB: mxu11x0: fix modem-control handling on B0-transitionsJohan Hovold2015-12-291-1/+1
| | * | USB: mxu11x0: fix memory leak on firmware downloadJohan Hovold2015-12-291-11/+14
| | * | USB: mxu11x0: fix memory leak in port-probe error pathJohan Hovold2015-12-291-7/+5
| | * | USB: serial: add Moxa UPORT 11x0 driverMathieu OTHACEHE2015-12-293-0/+1012
| | * | USB: mos7840: remove redundant conditionGeyslan G. Bem2015-12-111-1/+1
| | * | USB: io_edgeport: remove redundant conditionsGeyslan G. Bem2015-12-111-21/+14
| | * | USB: cp210x: add tx_empty()Konstantin Shkolnyy2015-11-261-0/+58
| | * | USB: cp210x: work around cp2108 GET_LINE_CTL bugKonstantin Shkolnyy2015-11-161-4/+66
| | * | USB: cp210x: relocate private data from USB interface to portKonstantin Shkolnyy2015-11-161-20/+23
| | * | USB: cp210x: flush device queues at closeKonstantin Shkolnyy2015-11-161-0/+15
| * | | Merge tag 'phy-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kish...Greg Kroah-Hartman2015-12-2719-238/+1439
| |\ \ \
| | * | | phy: omap-usb2: use *syscon* framework API to power on/off the PHYKishon Vijay Abraham I2015-12-213-18/+105
| | * | | phy: omap-usb2: use omap_usb_power_off to power off the PHY during probeKishon Vijay Abraham I2015-12-211-1/+1
| | * | | phy: ti-pipe3: use *syscon* framework API to set PCS value of the PHYKishon Vijay Abraham I2015-12-212-2/+34
| | * | | phy: ti-pipe3: use *syscon* framework API to power on/off the PHYKishon Vijay Abraham I2015-12-212-17/+81
| | * | | phy: ti-pipe3: use ti_pipe3_power_off to power off the PHY during probeKishon Vijay Abraham I2015-12-211-2/+3
| | * | | phy: ti-pipe3: move mem resource initialization to a separate functionKishon Vijay Abraham I2015-12-211-19/+33
| | * | | phy: ti-pipe3: move sysctrl initialization to a separate functionKishon Vijay Abraham I2015-12-211-33/+45
| | * | | phy: ti-pipe3: move clk initialization to a separate functionKishon Vijay Abraham I2015-12-211-55/+72
| | * | | phy: ti-pipe3: introduce local struct device* in probeKishon Vijay Abraham I2015-12-211-27/+27
| | * | | phy: berlin-usb: don't set device's driver_dataJisheng Zhang2015-12-201-1/+0
| | * | | phy: berlin-usb: remove non-necessary header filesJisheng Zhang2015-12-201-2/+0
| | * | | phy: phy_brcmstb_sata: add support for MIPS-based platformsJaedon Shin2015-12-203-8/+21
| | * | | phy: phy_brcmstb_sata: add data for phy versionJaedon Shin2015-12-201-3/+20
| | * | | phy: phy_brcmstb_sata: remove duplicate definitionsJaedon Shin2015-12-201-2/+0
| | * | | phy: rockchip-usb: expose the phy-internal PLLsHeiko Stuebner2015-12-202-27/+162
| | * | | phy: rockchip-usb: add compatible values for rk3066a and rk3188Heiko Stuebner2015-12-202-1/+6
| | * | | phy: rockchip-usb: move per-phy init into a separate functionHeiko Stuebner2015-12-201-40/+43
| | * | | phy: rockchip-usb: introduce a common data-struct for the deviceHeiko Stuebner2015-12-201-7/+19
| | * | | phy: rockchip-usb: fix clock get-put mismatchHeiko Stuebner2015-12-201-0/+12
| | * | | phy: add phy-hi6220-usbZhangfei Gao2015-12-204-0/+194
| | * | | phy-sun4i-usb: Add support for the host usb-phys found on the H3 SoCReinder de Haan2015-12-202-9/+33
| | * | | phy-sun4i-usb: Use of_match_node to get model specific config dataHans de Goede2015-12-201-42/+79
| | * | | phy: phy-mt65xx-usb3: improve HS eye diagramChunfeng Yun2015-12-201-3/+96
| | * | | phy: phy-mt65xx-usb3: fix test fail of HS receiver sensitivityChunfeng Yun2015-12-201-2/+5
| | * | | MAINTAINERS: add Renesas usb2 phy driverYoshihiro Shimoda2015-12-201-0/+6
| | * | | phy: rcar-gen3-usb2: add runtime ID/VBUS pin detectionYoshihiro Shimoda2015-12-202-1/+44
| | * | | phy: rcar-gen3-usb2: change the mode to OTG on the combined channelYoshihiro Shimoda2015-12-201-2/+122
| | * | | phy: rcar-gen3-usb2: Add R-Car Gen3 USB2 PHY driverYoshihiro Shimoda2015-12-204-0/+262
| * | | | Merge tag 'usb-ci-v4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2015-12-2711-95/+74
| |\ \ \ \
| | * | | | usb: chipidea: otg: use usb autosuspend to suspend bus for HNPLi Jun2015-12-241-8/+18