index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
14
-82
/
+162
2009-07-12
USB: EHCI: report actual_length for iso transfers
Alan Stern
1
-4
/
+8
2009-07-12
USB: EHCI: check for STALL before other errors
Alan Stern
1
-14
/
+16
2009-07-12
USB: EHCI: use the new clear_tt_buffer interface
Alan Stern
10
-23
/
+86
2009-07-12
USB: fix the clear_tt_buffer interface
Alan Stern
1
-1
/
+1
2009-07-12
USB: buildfix ppc randconfig
Arnd Bergmann
1
-14
/
+15
2009-07-12
USB: isp1760: use __devexit_p() for remove function
Mike Frysinger
1
-1
/
+1
2009-07-12
USB: EHCI: update toggle state for linked QHs
Alan Stern
2
-20
/
+34
2009-07-12
USB: fhci: mutually exclusive port_status
Roel Kluin
1
-6
/
+2
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
1
-1
/
+0
2009-07-05
usb: allow sh7724 to enable on-chip r8a66597
Magnus Damm
1
-2
/
+2
2009-06-18
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
32
-177
/
+6275
2009-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
32
-177
/
+6275
2009-06-15
USB: xhci depends on PCI.
Paul Mundt
1
-1
/
+1
2009-06-15
USB: xhci: Add Makefile, MAINTAINERS, and Kconfig entries.
Sarah Sharp
2
-0
/
+22
2009-06-15
USB: xhci: Respect critical sections.
Sarah Sharp
3
-35
/
+37
2009-06-15
USB: xHCI: Fix interrupt moderation.
Sarah Sharp
1
-1
/
+1
2009-06-15
USB: xhci: Remove packed attribute from structures.
Sarah Sharp
3
-24
/
+43
2009-06-15
usb; xhci: Fix TRB offset calculations.
Sarah Sharp
1
-7
/
+6
2009-06-15
USB: xhci: Make xhci-mem.c include linux/dmapool.h
Sarah Sharp
1
-0
/
+1
2009-06-15
USB: xhci: drop spinlock in xhci_urb_enqueue() error path.
Sarah Sharp
1
-1
/
+2
2009-06-15
USB: Change names of SuperSpeed ep companion descriptor structs.
Sarah Sharp
1
-1
/
+1
2009-06-15
USB: xhci: Avoid compiler reordering in Link TRB giveback.
Sarah Sharp
1
-2
/
+3
2009-06-15
USB: xhci: Clean up xhci_irq() function.
Sarah Sharp
1
-1
/
+1
2009-06-15
USB: xhci: Avoid global namespace pollution.
Sarah Sharp
5
-72
/
+82
2009-06-15
USB: xhci: Fix Link TRB handoff bit twiddling.
Sarah Sharp
1
-1
/
+1
2009-06-15
USB: xhci: Fix register write order.
Sarah Sharp
2
-13
/
+13
2009-06-15
USB: xhci: fix some compiler warnings in xhci.h
Greg Kroah-Hartman
1
-3
/
+4
2009-06-15
USB: xhci: fix lots of compiler warnings.
Greg Kroah-Hartman
4
-181
/
+172
2009-06-15
USB: xhci: use xhci_handle_event instead of handle_event
Stephen Rothwell
3
-4
/
+4
2009-06-15
USB: xhci: URB cancellation support.
Sarah Sharp
4
-42
/
+545
2009-06-15
USB: xhci: Scatter gather list support for bulk transfers.
Sarah Sharp
1
-28
/
+217
2009-06-15
USB: xhci: Bulk transfer support
Sarah Sharp
4
-37
/
+254
2009-06-15
USB: xhci: Bandwidth allocation support
Sarah Sharp
5
-5
/
+572
2009-06-15
USB: xhci: Control transfer support.
Sarah Sharp
5
-3
/
+506
2009-06-15
USB: xhci: Allocate and address USB devices
Sarah Sharp
6
-29
/
+590
2009-06-15
USB: xhci: Root hub support.
Sarah Sharp
6
-5
/
+390
2009-06-15
USB: xhci: No-op command queueing and irq handler.
Sarah Sharp
6
-13
/
+647
2009-06-15
USB: xhci: Device context array allocation.
Sarah Sharp
2
-0
/
+196
2009-06-15
USB: xhci: Ring allocation and initialization.
Sarah Sharp
4
-1
/
+686
2009-06-15
USB: xhci: BIOS handoff and HW initialization.
Sarah Sharp
5
-2
/
+786
2009-06-15
USB: xhci: Support xHCI host controllers and USB 3.0 devices.
Sarah Sharp
3
-0
/
+826
2009-06-15
USB: EHCI: update toggle state for linked QHs
Alan Stern
9
-18
/
+53
2009-06-15
USB: r8a66597-hcd: use platform_data instead of module_param
Yoshihiro Shimoda
2
-50
/
+48
2009-06-15
USB: EHCI: stagger frames for interrupt transfers
Alan Stern
2
-3
/
+6
2009-06-15
wusb: hwa-hc: Drop unused pci_suspend/resume hooks.
Paul Mundt
1
-21
/
+0
2009-06-15
USB: new flag for resume-from-hibernation
Alan Stern
3
-23
/
+19
2009-06-15
USB: move PCI host controllers to new PM framework
Alan Stern
3
-14
/
+15
2009-06-15
USB: EHCI: create sysfs companion files directly in the controller device
Greg Kroah-Hartman
1
-2
/
+2
2009-06-15
USB: OHCI: use the ohci structure directly in debugfs files.
Greg Kroah-Hartman
1
-21
/
+10
[next]