index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
misc: do not mark exported functions __devexit
Arnd Bergmann
2012-04-18
1
-1
/
+1
|
*
|
|
misc: add missing __devexit_p() annotations
Arnd Bergmann
2012-04-18
2
-2
/
+2
|
*
|
|
pch_phub: delete duplicate definitions
Tomoya MORINAGA
2012-04-18
1
-4
/
+0
|
*
|
|
misc: Fix irq leak in max8997_muic_probe error path
Axel Lin
2012-04-18
1
-4
/
+2
*
|
|
|
Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2012-05-23
395
-16215
/
+19447
|
\
\
\
\
|
*
\
\
\
Merge tag 'for-usb-next-2012-05-21' of git://git.kernel.org/pub/scm/linux/ker...
Greg Kroah-Hartman
2012-05-21
4
-37
/
+57
|
|
\
\
\
\
|
|
*
|
|
|
xhci: Fix DIV_ROUND_UP compile error.
Sarah Sharp
2012-05-21
1
-3
/
+3
|
|
*
|
|
|
xhci: Fix compile with CONFIG_USB_SUSPEND=n
Sarah Sharp
2012-05-21
1
-27
/
+43
|
|
*
|
|
|
USB: Fix core compile with CONFIG_USB_SUSPEND=n
Sarah Sharp
2012-05-21
2
-6
/
+10
|
|
*
|
|
|
brcm80211: Fix compile error for .disable_hub_initiated_lpm.
Sarah Sharp
2012-05-21
1
-1
/
+1
|
*
|
|
|
|
Revert "USB: EHCI: work around bug in the Philips ISP1562 controller"
Greg Kroah-Hartman
2012-05-21
3
-9
/
+1
|
*
|
|
|
|
MAINTAINERS: Add myself as maintainer to the USB PHY Layer
Felipe Balbi
2012-05-21
1
-0
/
+8
|
|
/
/
/
/
|
*
|
|
|
USB: EHCI: fix command register configuration lost problem
Ming Lei
2012-05-19
1
-1
/
+0
|
*
|
|
|
USB: Remove races in devio.c
Huajun Li
2012-05-19
1
-8
/
+25
|
*
|
|
|
USB: ehci-platform: remove update_device
Hauke Mehrtens
2012-05-19
1
-2
/
+0
|
*
|
|
|
Merge tag 'for-usb-next-2012-05-18' of git://git.kernel.org/pub/scm/linux/ker...
Greg Kroah-Hartman
2012-05-19
70
-13
/
+1512
|
|
\
\
\
\
|
|
*
|
|
|
USB: Disable hub-initiated LPM for comms devices.
Sarah Sharp
2012-05-19
56
-2
/
+58
|
|
*
|
|
|
xhci: Add Intel U1/U2 timeout policy.
Sarah Sharp
2012-05-19
3
-0
/
+138
|
|
*
|
|
|
xhci: Add infrastructure for host-specific LPM policies.
Sarah Sharp
2012-05-19
3
-0
/
+335
|
|
*
|
|
|
USB: Add macros for interrupt endpoint types.
Sarah Sharp
2012-05-19
1
-0
/
+11
|
|
*
|
|
|
xhci: Reserve one command for USB3 LPM disable.
Sarah Sharp
2012-05-19
2
-0
/
+14
|
|
*
|
|
|
xhci: Some Evaluate Context commands must succeed.
Sarah Sharp
2012-05-19
3
-4
/
+4
|
|
*
|
|
|
USB: Disable USB 3.0 LPM in critical sections.
Sarah Sharp
2012-05-19
4
-1
/
+120
|
|
*
|
|
|
USB: Add support to enable/disable USB3 link states.
Sarah Sharp
2012-05-19
5
-2
/
+489
|
|
*
|
|
|
USB: Allow drivers to disable hub-initiated LPM.
Sarah Sharp
2012-05-19
1
-0
/
+4
|
|
*
|
|
|
USB: Calculate USB 3.0 exit latencies for LPM.
Sarah Sharp
2012-05-19
2
-1
/
+247
|
|
*
|
|
|
USB: Refactor code to set LPM support flag.
Sarah Sharp
2012-05-19
1
-5
/
+17
|
|
*
|
|
|
USB: Make sure to fetch the BOS desc for roothubs.
Sarah Sharp
2012-05-19
1
-0
/
+9
|
|
*
|
|
|
xhci: Add roothub code to set U1/U2 timeouts.
Sarah Sharp
2012-05-19
2
-0
/
+21
|
|
*
|
|
|
xhci: Reset reserved command ring TRBs on cleanup.
Sarah Sharp
2012-05-19
1
-0
/
+1
|
|
*
|
|
|
USB: fix resource leak in xhci power loss path
Oliver Neukum
2012-05-19
1
-0
/
+26
|
|
*
|
|
|
usbcore: enable USB2 LPM if port suspend fails
Andiry Xu
2012-05-17
1
-0
/
+4
|
|
*
|
|
|
xhci: Add new short TX quirk for Fresco Logic host.
Sarah Sharp
2012-05-17
3
-3
/
+19
|
*
|
|
|
|
USB: gpio_vbus: wakeup support on GPIO VBUS interrupts
Shinya Kuribayashi
2012-05-17
2
-0
/
+35
|
*
|
|
|
|
USB: gpio_vbus: a missing cancellation of workqueue in remove() function
Shinya Kuribayashi
2012-05-17
1
-0
/
+1
|
*
|
|
|
|
USB: gpio_vbus: handle IRQ flags properly
Shinya Kuribayashi
2012-05-17
1
-5
/
+6
|
*
|
|
|
|
USB: gpio_vbus: remove IRQF_SAMPLE_RANDOM use
Shinya Kuribayashi
2012-05-17
1
-3
/
+2
|
*
|
|
|
|
USB: gpio_vbus: use cached IRQ number for consistency with the probed one
Shinya Kuribayashi
2012-05-17
1
-4
/
+6
|
*
|
|
|
|
USB: twl6030-usb: pass IRQF_ONESHOT to request_threaded_irq
Ming Lei
2012-05-17
1
-2
/
+2
|
|
/
/
/
/
|
*
|
|
|
USB: storage: fixed keyword related space issues.
Jeffrin Jose
2012-05-17
1
-2
/
+2
|
*
|
|
|
USB: storage: fixed several trailing white spaces issues.
Jeffrin Jose
2012-05-17
1
-9
/
+9
|
*
|
|
|
USB: storage: fixed C99 comment issue.
Jeffrin Jose
2012-05-17
1
-1
/
+1
|
*
|
|
|
Merge branch 'v3.5-for-usb' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
2012-05-17
140
-725
/
+939
|
|
\
\
\
\
|
|
*
|
|
|
ARM: EXYNOS: Add s3c-hsotg device support for Universal C210 board
Lukasz Majewski
2012-05-16
2
-0
/
+12
|
|
*
|
|
|
ARM: EXYNOS: Add s3c-hsotg device support for NURI board
Joonyoung Shim
2012-05-16
2
-1
/
+9
|
|
*
|
|
|
ARM: EXYNOS: Add s3c-hsotg device support for GONI board
Lukasz Majewski
2012-05-16
2
-0
/
+6
|
|
*
|
|
|
ARM: EXYNOS: Add usb otg phy control for EXYNOS4210
Lukasz Majewski
2012-05-16
4
-28
/
+80
|
*
|
|
|
|
Revert "USB: serial: sierra: put reset_resume callback back."
Greg Kroah-Hartman
2012-05-16
1
-8
/
+0
|
*
|
|
|
|
USB: serial: fix up reset_resume callback
Greg Kroah-Hartman
2012-05-16
1
-2
/
+4
|
*
|
|
|
|
USB: serial: ch341: make the reset_resume callback actually work.
Greg Kroah-Hartman
2012-05-16
1
-1
/
+1
[prev]
[next]