summaryrefslogtreecommitdiffstats
path: root/include/linux/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-07-021-0/+4
|\
| * Merge tag 'renesas-phy-rcar-usb-for-v3.11' of git://git.kernel.org/pub/scm/li...Olof Johansson2013-06-141-0/+4
| |\
| | * ehci-platform: add pre_setup() method to platform dataSergei Shtylyov2013-06-111-0/+4
* | | usb: chipidea: drop "13xxx" infixAlexander Shishkin2013-06-241-14/+14
* | | usb: fix build error without CONFIG_USB_PHYPeter Chen2013-06-241-6/+10
* | | USB: EHCI: tegra: fix circular module dependenciesStephen Warren2013-06-171-4/+0
* | | usb: chipidea: introduce dual role mode pdata flagsSascha Hauer2013-06-171-1/+1
* | | usb: chipidea: add PTW, PTS and STS handlingMichael Grzeschik2013-06-171-0/+1
* | | usb: add devicetree helpers for determining dr_mode and phy_typeMichael Grzeschik2013-06-173-0/+44
* | | USB: serial: increase the number of devices we supportGreg Kroah-Hartman2013-06-171-3/+0
* | | USB: serial: make minor allocation dynamicGreg Kroah-Hartman2013-06-171-4/+2
* | | Merge tag 'usb-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-06-121-6/+7
|\ \ \
| * | | usb: phy: registering Tegra USB PHY as platform driverVenu Byravarasu2013-05-301-6/+5
| * | | usb: phy: tegra: get ULPI reset GPIO info using DT.Venu Byravarasu2013-05-301-0/+1
| * | | usb: phy: tegra: Get PHY mode using DTVenu Byravarasu2013-05-301-1/+2
| |/ /
* | | USB: serial: ports: add minor and port numberGreg Kroah-Hartman2013-06-101-2/+4
* | | USB: wusbcore: add HWA-specific fields to usb_rpipe_descriptorThomas Pugliese2013-06-061-4/+13
* | | Allow the USB HCD to create Wireless USB root hubsThomas Pugliese2013-06-031-0/+1
|/ /
* | USB: serial: add generic wait_until_sent implementationJohan Hovold2013-05-161-0/+3
* | USB: serial: add wait_until_sent operationJohan Hovold2013-05-161-0/+1
* | Correct typo "supperspeed" to "superspeed".Robert P. J. Day2013-05-151-3/+2
|/
* usbnet: allow status interrupt URB to always be activeDan Williams2013-05-081-0/+5
* Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2013-05-031-0/+2
|\
| * Merge tag 'asoc-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2013-04-151-0/+2
| |\
| * \ Merge branch 'for-linus' into for-nextTakashi Iwai2013-04-034-1/+13
| |\ \
| * | | ALSA: snd-usb: handle raw data format of UAC2 devicesDaniel Mack2013-03-181-0/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-011-0/+2
|\ \ \ \
| * | | | usbnet: handle link changeMing Lei2013-04-111-0/+1
| * | | | usbnet: introduce usbnet_link_change APIMing Lei2013-04-111-0/+1
| | |_|/ | |/| |
* | | | usb: phy: tegra: don't call into tegra-ehci directlyArnd Bergmann2013-04-231-5/+5
* | | | Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-04-0510-20/+203
|\ \ \ \
| * | | | usb: gadget: the start of the configfs interfaceSebastian Andrzej Siewior2013-04-032-0/+113
| * | | | usb: renesas_usbhs: fixup sparse errors for common.cKuninori Morimoto2013-04-021-3/+3
| * | | | usb: phy: ab8500-usb: update irq handling codeFabio Baltieri2013-03-181-0/+31
| * | | | usb: phy: return -ENXIO when PHY layer isn't enabledFelipe Balbi2013-03-181-5/+5
| * | | | usb: dwc3: dwc3-omap: return -EPROBE_DEFER if probe has not yet executedKishon Vijay Abraham I2013-03-181-3/+3
| * | | | usb: phy: introduce ->set_vbus() methodFelipe Balbi2013-03-181-0/+21
| * | | | usb: phy: make it a menuconfigFelipe Balbi2013-03-181-1/+1
| * | | | usb: otg: move usb_otg_state_string to usb-common.cFelipe Balbi2013-03-181-7/+0
| * | | | usb: otg: prefix otg_state_string with usb_Felipe Balbi2013-03-181-2/+2
| * | | | usb: gadget: udc-core: introduce usb_add_gadget_udc_release()Felipe Balbi2013-03-181-0/+2
| * | | | usb: gadget: introduce gadget state trackingFelipe Balbi2013-03-181-0/+9
| * | | | usb: common: introduce usb_state_string()Felipe Balbi2013-03-181-0/+9
| * | | | usb: gadget: drop now unnecessary flagFelipe Balbi2013-03-181-4/+0
| * | | | usb: gadget: udc-core: allow udc class register gadget deviceFelipe Balbi2013-03-181-0/+4
| * | | | usb: phy: nop: Add some parameters to platform dataRoger Quadros2013-03-181-0/+5
* | | | | USB: remove CONFIG_USB_SUSPEND optionAlan Stern2013-03-281-3/+3
* | | | | Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman2013-03-281-0/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | usb: add find_raw_port_number callback to struct hc_driver()Lan Tianyu2013-03-251-0/+2
| | |_|/ | |/| |
* | | | USB: serial: remove unused MSR-wait queueJohan Hovold2013-03-251-2/+0