summaryrefslogtreecommitdiffstats
path: root/include/linux/usb
Commit message (Expand)AuthorAgeFilesLines
* 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-275-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/+15Star
| | * 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/+0Star
| | * 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
| | * usb: renesas_usbhs: Modify pipe configurationYoshihiro Shimoda2015-12-151-2/+16
| * | Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman2015-12-141-0/+3
| |\|
| * | USB: constify usb_mon_operations structureJulia Lawall2015-12-011-2/+2
* | | net: cdc_ncm: avoid changing RX/TX buffers on MTU changesBjørn Mork2015-12-241-0/+1
| |/ |/|
* | USB: add quirk for devices with broken LPMAlan Stern2015-12-121-0/+3
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-11-141-14/+5Star
|\
| * usb-gadget: use per-attribute show and store methodsChristoph Hellwig2015-10-141-14/+5Star
* | Merge tag 'usb-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-11-058-27/+94
|\ \
| * \ Merge tag 'usb-ci-v4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2015-10-231-0/+24
| |\ \
| | * | usb: chipidea: Add support for 'phy-clkgate-delay-us' propertyFabio Estevam2015-10-221-0/+1
| | * | usb: chipidea: Use extcon framework for VBUS and ID detectIvan T. Ivanov2015-10-221-0/+23
| * | | Merge tag 'usb-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2015-10-236-20/+51
| |\ \ \ | | |/ / | |/| |
| | * | usb: common: of_usb_get_dr_mode to usb_get_dr_modeHeikki Krogerus2015-09-272-6/+9
| | * | usb: common: of_usb_get_maximum_speed to usb_get_maximum_speedHeikki Krogerus2015-09-272-7/+10
| | * | usb: phy: change some commentsPeter Chen2015-09-271-4/+4
| | * | usb: gadget: introduce 'enabled' flag in struct usb_epRobert Baldyga2015-09-271-2/+25
| | * | usb: gadget: epautoconf: add usb_ep_autoconfig_release() functionRobert Baldyga2015-09-271-0/+2
| | * | usb: musb: set the controller speed based on the config settingBin Liu2015-09-271-1/+1
| | |/
| * | usb: renesas_usbhs: fix build warning if 64-bit architectureYoshihiro Shimoda2015-10-041-1/+1
| * | usb: define HCD_USB31 speed option for hosts that support USB 3.1 featuresMathias Nyman2015-10-041-0/+1
| * | usb: interface authorization: Use a flag for the default device authorizationStefan Koch2015-09-221-7/+9
| * | usb: interface authorization: Introduces the default interface authorizationStefan Koch2015-09-221-0/+9
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-1/+1
|\ \
| * | usb: renesas_usbhs: fix build warning if 64-bit architectureYoshihiro Shimoda2015-09-301-1/+1
| |/
* | cdc: add header guardsStephen Rothwell2015-09-161-0/+4
* | cdc: Fix build warning.David S. Miller2015-09-151-1/+1
* | CDC: common parser for extra headersOliver Neukum2015-09-151-0/+47
|/
* Revert "usb: interface authorization: Introduces the default interface author...Greg Kroah-Hartman2015-08-181-9/+0Star
* Revert "usb: interface authorization: Use a flag for the default device autho...Greg Kroah-Hartman2015-08-181-9/+7Star
* usb: interface authorization: Use a flag for the default device authorizationStefan Koch2015-08-151-7/+9
* usb: interface authorization: Introduces the default interface authorizationStefan Koch2015-08-151-0/+9
* Merge tag 'usb-ci-v4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2015-08-151-1/+13
|\
| * usb: chipidea: add tx/rx burst size configuration interfacePeter Chen2015-08-141-0/+4
| * usb: chipidea: add ahb burst configuration interfacePeter Chen2015-08-141-0/+2
| * usb: chipidea: define stream mode disable for both rolesPeter Chen2015-08-141-1/+4
| * usb: chipidea: introduce ITC tuning interfacePeter Chen2015-08-141-0/+2
| * usb: chipidea: add ttctrl.ttha control interfacePeter Chen2015-08-141-0/+1
* | Merge tag 'usb-for-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2015-08-156-8/+224
|\ \ | |/ |/|
| * usb: gadget: move find_ep() from epautoconf to udc-coreRobert Baldyga2015-08-061-1/+7
| * usb: gadget: move ep_matches() from epautoconf to udc-coreRobert Baldyga2015-08-061-0/+8
| * usb: gadget: add 'ep_match' callback to usb_gadget_opsRobert Baldyga2015-08-061-0/+3