summaryrefslogtreecommitdiffstats
path: root/include/linux/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: chipidea: msm: Handle phy power statesStephen Boyd2017-01-201-1/+1
* usb: chipidea: Consolidate extcon notifiersStephen Boyd2017-01-201-2/+2
* usb: chipidea: Add platform flag for wrapper phy managementStephen Boyd2017-01-201-0/+1
* usb: chipidea: Handle extcon events properlyStephen Boyd2017-01-201-0/+2
* Merge tag 'usb-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2016-12-132-10/+13
|\
| * usb: hcd.h: construct hub class request constants from simpler constantsTal Shorer2016-12-051-9/+10
| * usb: gadget: fix request length error for isoc transferPeter Chen2016-11-181-1/+3
* | NET: usb: cdc_mbim: add quirk for supporting Telit LE922ADaniele Palmas2016-12-081-1/+2
|/
* usb: gadget: add a new quirk to avoid skb_reserve in u_ether.cYoshihiro Shimoda2016-08-311-0/+13
* usb: gadget: composite: let USB functions process ctrl reqs in cfg0Felix Hädicke2016-08-251-1/+2
* usb: gadget: fix usb_ep_align_maybe endianness and new usb_ep_alignFelipe F. Tonello2016-08-251-3/+14
* Merge 4.7-rc6 into usb-nextGreg Kroah-Hartman2016-07-041-2/+2
|\
| * USB: EHCI: declare hostpc register as zero-length arrayAlan Stern2016-06-241-2/+2
* | Merge tag 'usb-for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2016-06-293-727/+66
|\ \
| * | usb: phy: move msm_hsusb.h into driverArnd Bergmann2016-06-211-200/+0
| * | USB: Fix of_usb_get_dr_mode_by_phy with a shared phy blockHans de Goede2016-06-211-2/+2
| * | usb: gadget: add tracepoints to the gadget APIFelipe Balbi2016-06-211-0/+4
| * | usb: gadget: move gadget API functions to udc-coreFelipe Balbi2016-06-211-525/+60
| |/
* / xhci: get rid of platform dataHeikki Krogerus2016-06-261-27/+0
|/
* usb: musb: Return error value from musb_mailboxTony Lindgren2016-06-011-2/+3
* usb: gadget: Fix binding to UDC via configfs interfaceKrzysztof Opasiak2016-05-311-0/+3
* Merge tag 'usb-ci-v4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2016-05-041-7/+84
|\
| * usb: otg-fsm: support multiple instancesRoger Quadros2016-04-061-0/+1
| * usb: otg-fsm: Add documentation for struct otg_fsmRoger Quadros2016-04-061-7/+83
* | usb: core: hub: hub_port_init lock controller instead of busChris Bainbridge2016-04-281-0/+1
* | usb: gadget: udc: core: add usb_gadget_{un}map_request_by_dev()Yoshihiro Shimoda2016-04-191-0/+4
|/
* USB: core: let USB device know device nodePeter Chen2016-03-051-0/+7
* usb: musb: core: added missing const qualifier to musb_hdrc_platform_data::co...Petr Kulhavy2016-03-041-1/+1
* usb: otg-fsm: add B_AIDL_BDIS timerLi Jun2016-03-041-0/+1
* usb: common: otg-fsm: add HNP polling supportLi Jun2016-03-041-0/+14
* usb: gadget: add hnp_polling_support and host_request_flag in usb_gadgetLi Jun2016-03-041-0/+6
* usb: gadget: provide interface for legacy gadgets to get UDC nameMarek Szyprowski2016-03-041-0/+1
* usb: renesas_usbhs: add R-Car Gen3 power controlYoshihiro Shimoda2016-03-041-0/+1
* usb: gadget: Update config for SuperSpeedPlusJohn Youn2016-03-041-0/+1
* usb: gadget: Update function for SuperSpeedPlusJohn Youn2016-03-041-0/+5
* usb: gadget: Update usb_assign_descriptors for SuperSpeedPlusJohn Youn2016-03-041-1/+2
* usb: gadget: Add gadget_is_superspeed_plus()John Youn2016-03-041-0/+10
* usb: core: rename mutex usb_bus_list_lock to usb_bus_idr_lockHeiner Kallweit2016-02-061-1/+1
* usb/storage: misc fixes to comments in include/linux/usb/storage.hAntonio Ospite2016-02-031-6/+6
* usb: core: switch bus numbering to using idrHeiner Kallweit2016-02-031-1/+2
* usb: host: ehci-msm: Allow LS devices to workJack Pham2016-01-241-0/+1
* Merge tag 'usb-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-01-136-36/+48
|\
| * Merge tag 'usb-for-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2015-12-265-34/+46
| |\
| | * usb: gadget: forbid queuing request to a disabled epDu, Changbin2015-12-221-0/+3
| | * usb: of: fix build breakage on !OFFelipe Balbi2015-12-171-1/+2
| | * usb: musb: core: Fix handling of the phy notificationsTony Lindgren2015-12-162-30/+15
| | * usb: gadget: udc-core: independent registration of gadgets and gadget driversRuslan Bilovol2015-12-161-0/+2
| | * usb: gadget: udc-core: remove unused usb_udc_attach_driver()Ruslan Bilovol2015-12-161-2/+0
| | * usb: gadget: bind UDC by name passed via usb_gadget_driver structureRuslan Bilovol2015-12-161-0/+4
| | * usb: of: add an api to get dr_mode by the phy nodeBin Liu2015-12-151-0/+5