| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-07-26 | 1 | -0/+4 |
|\ |
|
| * | Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixes | Arnd Bergmann | 2012-07-25 | 1 | -0/+4 |
| |\ |
|
| | * | ARM: Orion: fix driver probe error handling with respect to clk | Simon Baatz | 2012-07-25 | 1 | -0/+4 |
* | | | Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-07-26 | 137 | -4053/+7447 |
|\ \ \ |
|
| * | | | usb: Add USB_QUIRK_RESET_RESUME for all Logitech UVC webcams | Laurent Pinchart | 2012-07-19 | 1 | -42/+16 |
| * | | | usb: Add quirk detection based on interface information | Laurent Pinchart | 2012-07-19 | 4 | -39/+106 |
| * | | | USB: ehci-s5p: Add vbus setup function to the s5p ehci glue layer | Vivek Gautam | 2012-07-17 | 1 | -0/+21 |
| * | | | USB: notify phy when root hub port connect change | Richard Zhao | 2012-07-16 | 1 | -0/+8 |
| * | | | USB: option: add ZTE MF821D | Bjørn Mork | 2012-07-16 | 1 | -0/+2 |
| * | | | USB: sierra: QMI mode MC7710 moved to qcserial | Bjørn Mork | 2012-07-16 | 1 | -3/+0 |
| * | | | USB: qcserial: adding Sierra Wireless devices | Bjørn Mork | 2012-07-16 | 1 | -0/+20 |
| * | | | USB: qcserial: support generic Qualcomm serial ports | Bjørn Mork | 2012-07-16 | 1 | -0/+7 |
| * | | | USB: qcserial: make probe more flexible | Bjørn Mork | 2012-07-16 | 1 | -18/+26 |
| * | | | USB: qcserial: centralize probe exit path | Bjørn Mork | 2012-07-16 | 1 | -9/+8 |
| * | | | USB: qcserial: consolidate usb_set_interface calls | Bjørn Mork | 2012-07-16 | 1 | -33/+16 |
| * | | | USB: ehci-s5p: Add support for device tree | Vivek Gautam | 2012-07-16 | 1 | -0/+22 |
| * | | | USB: ohci-exynos: Add support for device tree | Vivek Gautam | 2012-07-16 | 1 | -0/+22 |
| * | | | USB: ehci-omap: fix compile failure(v1) | Ming Lei | 2012-07-16 | 1 | -5/+5 |
| * | | | usb: host: tegra: pass correct pointer in ehci_setup() | Laxman Dewangan | 2012-07-16 | 3 | -3/+3 |
| * | | | USB: ehci-fsl: Update ifdef check to work on 64-bit ppc | Kumar Gala | 2012-07-16 | 1 | -1/+1 |
| * | | | USB: serial: keyspan: Removed unrequired parentheses. | Ben Minerds | 2012-07-16 | 1 | -1/+1 |
| * | | | USB: serial: keyspan: Removed trailing whitespace. | Ben Minerds | 2012-07-16 | 1 | -1/+1 |
| * | | | USB: serial: keyspan: Fixed space near open parenthesis. | Ben Minerds | 2012-07-16 | 1 | -1/+1 |
| * | | | USB: serial: keyspan: Fixed space around equals. | Ben Minerds | 2012-07-16 | 1 | -1/+1 |
| * | | | USB: serial: keyspan: Fix spacing around conditional. | Ben Minerds | 2012-07-16 | 1 | -9/+9 |
| * | | | Merge tag 'for-usb-next-2012-07-11' of git://git.kernel.org/pub/scm/linux/ker... | Greg Kroah-Hartman | 2012-07-16 | 5 | -20/+108 |
| |\ \ \ |
|
| | * | | | USB: Add a sysfs file to show LTM capabilities. | Sarah Sharp | 2012-07-11 | 2 | -7/+10 |
| | * | | | USB: Enable Latency Tolerance Messaging (LTM). | Sarah Sharp | 2012-07-11 | 2 | -6/+84 |
| | * | | | xhci: Export Latency Tolerance Messaging capabilities. | Sarah Sharp | 2012-07-11 | 1 | -0/+6 |
| | * | | | USB: Fix LPM disable count mismatch on driver unbind. | Sarah Sharp | 2012-07-11 | 1 | -0/+1 |
| | * | | | USB: Disable LPM while the device is unconfigured. | Sarah Sharp | 2012-07-11 | 2 | -3/+5 |
| | * | | | USB: Fix LPM disable/enable during device reset. | Sarah Sharp | 2012-07-11 | 1 | -14/+12 |
| * | | | | USB: EHCI: resolve some unlikely races | Alan Stern | 2012-07-16 | 3 | -5/+43 |
| * | | | | USB: EHCI: fix up locking | Alan Stern | 2012-07-16 | 3 | -30/+64 |
| * | | | | USB: EHCI: simplify isochronous scanning | Alan Stern | 2012-07-16 | 3 | -91/+32 |
| * | | | | USB: EHCI: use hrtimer for the I/O watchdog | Alan Stern | 2012-07-16 | 6 | -65/+25 |
| * | | | | USB: EHCI: always scan each interrupt QH | Alan Stern | 2012-07-16 | 5 | -50/+71 |
| * | | | | USB: EHCI: don't lose events during a scan | Alan Stern | 2012-07-16 | 2 | -4/+12 |
| * | | | | USB: EHCI: use hrtimer for unlinking empty async QHs | Alan Stern | 2012-07-16 | 5 | -42/+59 |
| * | | | | USB: EHCI: unlink multiple async QHs together | Alan Stern | 2012-07-16 | 5 | -94/+98 |
| * | | | | USB: EHCI: use hrtimer for the IAA watchdog | Alan Stern | 2012-07-16 | 5 | -71/+61 |
| * | | | | USB: EHCI: don't refcount iso_stream structures | Alan Stern | 2012-07-16 | 3 | -52/+16 |
| * | | | | USB: EHCI: use hrtimer for (s)iTD deallocation | Alan Stern | 2012-07-16 | 6 | -105/+90 |
| * | | | | USB: EHCI: use hrtimer for controller death | Alan Stern | 2012-07-16 | 3 | -10/+38 |
| * | | | | USB: EHCI: use hrtimer for interrupt QH unlink | Alan Stern | 2012-07-16 | 5 | -28/+94 |
| * | | | | USB: EHCI: use hrtimer for async schedule | Alan Stern | 2012-07-16 | 4 | -49/+86 |
| * | | | | USB: EHCI: remove PS3 status polling | Alan Stern | 2012-07-16 | 1 | -67/+2 |
| * | | | | USB: EHCI: return void instead of 0 | Alan Stern | 2012-07-16 | 1 | -20/+14 |
| * | | | | USB: EHCI: use hrtimer for the periodic schedule | Alan Stern | 2012-07-16 | 5 | -61/+101 |
| * | | | | USB: EHCI: introduce high-res timer | Alan Stern | 2012-07-16 | 4 | -2/+138 |