aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-11USB: add quirk for devices with broken LPMAlan Stern1-0/+3
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-14/+5
2015-11-04Merge tag 'usb-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds8-27/+94
2015-10-22Merge tag 'usb-ci-v4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-nextGreg Kroah-Hartman1-0/+24
2015-10-22Merge tag 'usb-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman6-20/+51
2015-10-22usb: chipidea: Add support for 'phy-clkgate-delay-us' propertyFabio Estevam1-0/+1
2015-10-22usb: chipidea: Use extcon framework for VBUS and ID detectIvan T. Ivanov1-0/+23
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-10-13usb-gadget: use per-attribute show and store methodsChristoph Hellwig1-14/+5
2015-10-04usb: renesas_usbhs: fix build warning if 64-bit architectureYoshihiro Shimoda1-1/+1
2015-10-04usb: define HCD_USB31 speed option for hosts that support USB 3.1 featuresMathias Nyman1-0/+1
2015-09-30usb: renesas_usbhs: fix build warning if 64-bit architectureYoshihiro Shimoda1-1/+1
2015-09-27usb: common: of_usb_get_dr_mode to usb_get_dr_modeHeikki Krogerus2-6/+9
2015-09-27usb: common: of_usb_get_maximum_speed to usb_get_maximum_speedHeikki Krogerus2-7/+10
2015-09-27usb: phy: change some commentsPeter Chen1-4/+4
2015-09-27usb: gadget: introduce 'enabled' flag in struct usb_epRobert Baldyga1-2/+25
2015-09-27usb: gadget: epautoconf: add usb_ep_autoconfig_release() functionRobert Baldyga1-0/+2
2015-09-27usb: musb: set the controller speed based on the config settingBin Liu1-1/+1
2015-09-22usb: interface authorization: Use a flag for the default device authorizationStefan Koch1-7/+9
2015-09-22usb: interface authorization: Introduces the default interface authorizationStefan Koch1-0/+9
2015-09-15cdc: add header guardsStephen Rothwell1-0/+4
2015-09-15cdc: Fix build warning.David S. Miller1-1/+1
2015-09-15CDC: common parser for extra headersOliver Neukum1-0/+47
2015-08-18Revert "usb: interface authorization: Introduces the default interface authorization"Greg Kroah-Hartman1-9/+0
2015-08-18Revert "usb: interface authorization: Use a flag for the default device authorization"Greg Kroah-Hartman1-9/+7
2015-08-14usb: interface authorization: Use a flag for the default device authorizationStefan Koch1-7/+9
2015-08-14usb: interface authorization: Introduces the default interface authorizationStefan Koch1-0/+9
2015-08-14Merge tag 'usb-ci-v4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-nextGreg Kroah-Hartman1-1/+13
2015-08-14Merge tag 'usb-for-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman6-8/+224
2015-08-14usb: chipidea: add tx/rx burst size configuration interfacePeter Chen1-0/+4
2015-08-14usb: chipidea: add ahb burst configuration interfacePeter Chen1-0/+2
2015-08-14usb: chipidea: define stream mode disable for both rolesPeter Chen1-1/+4
2015-08-14usb: chipidea: introduce ITC tuning interfacePeter Chen1-0/+2
2015-08-14usb: chipidea: add ttctrl.ttha control interfacePeter Chen1-0/+1
2015-08-08usb: hcd.h: Fix the values of SetHubDepth and GetPortErrorCount to match USB 3.1 specificationTal Shorer1-3/+3
2015-08-06usb: gadget: move find_ep() from epautoconf to udc-coreRobert Baldyga1-1/+7
2015-08-06usb: gadget: move ep_matches() from epautoconf to udc-coreRobert Baldyga1-0/+8
2015-08-06usb: gadget: add 'ep_match' callback to usb_gadget_opsRobert Baldyga1-0/+3
2015-08-04usb: gadget: add endpoint capabilities helper macrosRobert Baldyga1-0/+20
2015-08-04usb: gadget: add endpoint capabilities flagsRobert Baldyga1-0/+21
2015-08-04usb: gadget: encapsulate endpoint claiming mechanismRobert Baldyga1-0/+1
2015-07-30usb: phy: msm: Add D+/D- lines route controlIvan T. Ivanov1-0/+7
2015-07-30usb: gadget: add 'quirk_zlp_not_supp' to usb_gadgetRobert Baldyga1-0/+10
2015-07-30usb: gadget: add 'quirk_stall_not_supp' to usb_gadgetRobert Baldyga1-0/+10
2015-07-30usb: gadget: add 'quirk_altset_not_supp' to usb_gadgetRobert Baldyga1-0/+11
2015-07-29usb: gadget: add usb otg descriptor allocate and init interfaceLi Jun1-0/+4
2015-07-29usb: chipidea: set usb otg capabilitiesLi Jun1-0/+1
2015-07-29usb: common: add API to update usb otg capabilities by device treeLi Jun1-0/+7
2015-07-29usb: add usb_otg_caps to usb_gadget structure.Macpaul Lin1-0/+2
2015-07-29usb: otg: add usb_otg_caps structure for otg capabilitiesLi Jun1-0/+15