summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "usb: interface authorization: Introduces the default interface author...Greg Kroah-Hartman2015-08-183-57/+0
* Revert "usb: interface authorization: Control interface probing and claiming"Greg Kroah-Hartman2015-08-181-8/+0
* Revert "usb: interface authorization: Introduces the USB interface authorizat...Greg Kroah-Hartman2015-08-182-40/+0
* Revert "usb: interface authorization: SysFS part of USB interface authorization"Greg Kroah-Hartman2015-08-181-36/+0
* Revert "usb: interface authorization: Documentation part"Greg Kroah-Hartman2015-08-182-56/+0
* Revert "usb: interface authorization: Use a flag for the default device autho...Greg Kroah-Hartman2015-08-183-31/+18
* Merge tag 'usb-serial-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-08-173-76/+240
|\
| * USB: io_ti: Add heartbeat to keep idle EP/416 ports from disconnectingPeter E. Berger2015-07-311-1/+94
| * USB: io_ti: Add firmware image sanity checksPeter E. Berger2015-07-311-4/+36
| * USB: io_ti: Fix firmware version handlingPeter E. Berger2015-07-311-49/+65
| * USB: io_ti: Increase insufficient timeout for firmware downloadsPeter E. Berger2015-07-311-16/+22
| * USB: pl2303: fix baud-rate divisor calculationsMichaƂ Pecio2015-07-301-9/+26
| * USB: serial: ftdi_sio: Fix broken URL in commentNik Nyby2015-07-201-1/+1
* | usb: core: hub: Removed some warnings generated by checkpatch.plChase Metzger2015-08-151-12/+12
* | USB: host: ohci-at91: merge loops in ohci_hcd_at91_drv_probeAlexandre Belloni2015-08-151-18/+16
* | USB: host: ohci-at91: merge ohci_at91_of_init in ohci_hcd_at91_drv_probeAlexandre Belloni2015-08-151-82/+63
* | USB: host: ohci-at91: depend on OFAlexandre Belloni2015-08-152-12/+5
* | USB: host: ohci-at91: move at91_usbh_data definition in c fileAlexandre Belloni2015-08-152-12/+11
* | usb: interface authorization: Use a flag for the default device authorizationStefan Koch2015-08-153-18/+31
* | usb: interface authorization: Documentation partStefan Koch2015-08-152-0/+56
* | usb: interface authorization: SysFS part of USB interface authorizationStefan Koch2015-08-151-0/+36
* | usb: interface authorization: Introduces the USB interface authorizationStefan Koch2015-08-152-0/+40
* | usb: interface authorization: Control interface probing and claimingStefan Koch2015-08-151-0/+8
* | usb: interface authorization: Introduces the default interface authorizationStefan Koch2015-08-153-0/+57
* | usb: interface authorization: Declare authorized attributeStefan Koch2015-08-151-0/+1
* | usb: hub: remove assignment from if conditionKris Borer2015-08-151-2/+2
* | usb: gadget: atmel: remove useless includeAlexandre Belloni2015-08-151-1/+0
* | usb: endpoint: convert spaces to tabsKris Borer2015-08-151-1/+1
* | usb: otg_whitelist: remove whitespaceKris Borer2015-08-151-1/+1
* | drivers: usb: fsl: Workaround for USB erratum-A005275Nikhil Badola2015-08-155-0/+28
* | Merge tag 'phy-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kish...Greg Kroah-Hartman2015-08-1537-70/+636
|\ \
| * | phy: lpc18xx-usb-otg: fix clock order in phy initJoachim Eastwood2015-08-101-3/+3
| * | phy: Constify struct phy_ops variablesAxel Lin2015-08-0331-31/+31
| * | phy: ulpi_phy: Add const qualifier to opsAxel Lin2015-08-031-1/+1
| * | phy-sun4i-usb: Only check vbus-det on power-on on boards with vbus-detHans de Goede2015-08-031-1/+2
| * | phy-sun4i-sub: Move vbus-detect helper functions up in the fileHans de Goede2015-08-031-24/+24
| * | phy: Drop owner assignment from platform_driverKrzysztof Kozlowski2015-07-254-4/+0
| * | phy: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-251-1/+0
| * | phy: berlin: Trivial coding style cleanupMichal Simek2015-07-251-1/+1
| * | phy: berlin: Do not use sata name in usb phy driverMichal Simek2015-07-251-4/+4
| * | phy: berlin: .owner field is setup by coreMichal Simek2015-07-251-1/+0
| * | phy-sun4i-usb: Add support for monitoring vbus via a power-supplyHans de Goede2015-07-253-7/+71
| * | phy-sun4i-usb: Add support for boards with broken Vusb-detectionHans de Goede2015-07-251-8/+36
| * | phy-sun4i-usb: Add support for the usb-phys on the sun8i-a33 SoCHans de Goede2015-07-252-11/+29
| * | phy-sun4i-usb: Add support for the usb-phys on the sun8i-a23 SoCHans de Goede2015-07-252-2/+7
| * | phy-sun4i-usb: Swap check for disconnect thresholdHans de Goede2015-07-251-4/+4
| * | phy-sun4i-usb: Add extcon support for the otg phy (phy0)Hans de Goede2015-07-252-1/+32
| * | phy-sun4i-usb: Add id and vbus detection support for the otg phy (phy0)Hans de Goede2015-07-252-12/+256
| * | phy: dt bindings: add NXP LPC18xx/43xx USB OTG PHY bindingsJoachim Eastwood2015-07-251-0/+26
| * | phy: add lpc18xx usb otg phy driverJoachim Eastwood2015-07-253-0/+155