| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | usb/storage: misc fixes to comments in include/linux/usb/storage.h | Antonio Ospite | 2016-02-03 | 1 | -6/+6 |
* | usb: core: switch bus numbering to using idr | Heiner Kallweit | 2016-02-03 | 1 | -1/+2 |
* | usb: host: ehci-msm: Allow LS devices to work | Jack Pham | 2016-01-24 | 1 | -0/+1 |
* | Merge tag 'usb-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2016-01-13 | 6 | -36/+48 |
|\ |
|
| * | Merge tag 'usb-for-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bal... | Greg Kroah-Hartman | 2015-12-26 | 5 | -34/+46 |
| |\ |
|
| | * | usb: gadget: forbid queuing request to a disabled ep | Du, Changbin | 2015-12-22 | 1 | -0/+3 |
| | * | usb: of: fix build breakage on !OF | Felipe Balbi | 2015-12-17 | 1 | -1/+2 |
| | * | usb: musb: core: Fix handling of the phy notifications | Tony Lindgren | 2015-12-16 | 2 | -30/+15 |
| | * | usb: gadget: udc-core: independent registration of gadgets and gadget drivers | Ruslan Bilovol | 2015-12-16 | 1 | -0/+2 |
| | * | usb: gadget: udc-core: remove unused usb_udc_attach_driver() | Ruslan Bilovol | 2015-12-16 | 1 | -2/+0 |
| | * | usb: gadget: bind UDC by name passed via usb_gadget_driver structure | Ruslan Bilovol | 2015-12-16 | 1 | -0/+4 |
| | * | usb: of: add an api to get dr_mode by the phy node | Bin Liu | 2015-12-15 | 1 | -0/+5 |
| | * | usb: renesas_usbhs: Modify pipe configuration | Yoshihiro Shimoda | 2015-12-15 | 1 | -2/+16 |
| * | | Merge 4.4-rc5 into usb-next as we want those fixes here for testing | Greg Kroah-Hartman | 2015-12-13 | 1 | -0/+3 |
| |\| |
|
| * | | USB: constify usb_mon_operations structure | Julia Lawall | 2015-12-01 | 1 | -2/+2 |
* | | | net: cdc_ncm: avoid changing RX/TX buffers on MTU changes | Bjørn Mork | 2015-12-23 | 1 | -0/+1 |
| |/
|/| |
|
* | | USB: add quirk for devices with broken LPM | Alan Stern | 2015-12-11 | 1 | -0/+3 |
|/ |
|
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2015-11-13 | 1 | -14/+5 |
|\ |
|
| * | usb-gadget: use per-attribute show and store methods | Christoph Hellwig | 2015-10-13 | 1 | -14/+5 |
* | | Merge tag 'usb-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2015-11-04 | 8 | -27/+94 |
|\ \ |
|
| * \ | Merge tag 'usb-ci-v4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Greg Kroah-Hartman | 2015-10-22 | 1 | -0/+24 |
| |\ \ |
|
| | * | | usb: chipidea: Add support for 'phy-clkgate-delay-us' property | Fabio Estevam | 2015-10-22 | 1 | -0/+1 |
| | * | | usb: chipidea: Use extcon framework for VBUS and ID detect | Ivan T. Ivanov | 2015-10-22 | 1 | -0/+23 |
| * | | | Merge tag 'usb-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal... | Greg Kroah-Hartman | 2015-10-22 | 6 | -20/+51 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | usb: common: of_usb_get_dr_mode to usb_get_dr_mode | Heikki Krogerus | 2015-09-27 | 2 | -6/+9 |
| | * | | usb: common: of_usb_get_maximum_speed to usb_get_maximum_speed | Heikki Krogerus | 2015-09-27 | 2 | -7/+10 |
| | * | | usb: phy: change some comments | Peter Chen | 2015-09-27 | 1 | -4/+4 |
| | * | | usb: gadget: introduce 'enabled' flag in struct usb_ep | Robert Baldyga | 2015-09-27 | 1 | -2/+25 |
| | * | | usb: gadget: epautoconf: add usb_ep_autoconfig_release() function | Robert Baldyga | 2015-09-27 | 1 | -0/+2 |
| | * | | usb: musb: set the controller speed based on the config setting | Bin Liu | 2015-09-27 | 1 | -1/+1 |
| | |/ |
|
| * | | usb: renesas_usbhs: fix build warning if 64-bit architecture | Yoshihiro Shimoda | 2015-10-04 | 1 | -1/+1 |
| * | | usb: define HCD_USB31 speed option for hosts that support USB 3.1 features | Mathias Nyman | 2015-10-04 | 1 | -0/+1 |
| * | | usb: interface authorization: Use a flag for the default device authorization | Stefan Koch | 2015-09-22 | 1 | -7/+9 |
| * | | usb: interface authorization: Introduces the default interface authorization | Stefan Koch | 2015-09-22 | 1 | -0/+9 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-10-20 | 1 | -1/+1 |
|\ \ |
|
| * | | usb: renesas_usbhs: fix build warning if 64-bit architecture | Yoshihiro Shimoda | 2015-09-30 | 1 | -1/+1 |
| |/ |
|
* | | cdc: add header guards | Stephen Rothwell | 2015-09-15 | 1 | -0/+4 |
* | | cdc: Fix build warning. | David S. Miller | 2015-09-15 | 1 | -1/+1 |
* | | CDC: common parser for extra headers | Oliver Neukum | 2015-09-15 | 1 | -0/+47 |
|/ |
|
* | Revert "usb: interface authorization: Introduces the default interface author... | Greg Kroah-Hartman | 2015-08-18 | 1 | -9/+0 |
* | Revert "usb: interface authorization: Use a flag for the default device autho... | Greg Kroah-Hartman | 2015-08-18 | 1 | -9/+7 |
* | usb: interface authorization: Use a flag for the default device authorization | Stefan Koch | 2015-08-14 | 1 | -7/+9 |
* | usb: interface authorization: Introduces the default interface authorization | Stefan Koch | 2015-08-14 | 1 | -0/+9 |
* | Merge tag 'usb-ci-v4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Greg Kroah-Hartman | 2015-08-14 | 1 | -1/+13 |
|\ |
|
| * | usb: chipidea: add tx/rx burst size configuration interface | Peter Chen | 2015-08-14 | 1 | -0/+4 |
| * | usb: chipidea: add ahb burst configuration interface | Peter Chen | 2015-08-14 | 1 | -0/+2 |
| * | usb: chipidea: define stream mode disable for both roles | Peter Chen | 2015-08-14 | 1 | -1/+4 |
| * | usb: chipidea: introduce ITC tuning interface | Peter Chen | 2015-08-14 | 1 | -0/+2 |
| * | usb: chipidea: add ttctrl.ttha control interface | Peter Chen | 2015-08-14 | 1 | -0/+1 |
* | | Merge tag 'usb-for-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bal... | Greg Kroah-Hartman | 2015-08-14 | 6 | -8/+224 |
|\ \
| |/
|/| |
|