index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-20
usb: Add USB_QUIRK_RESET_RESUME for all Logitech UVC webcams
Laurent Pinchart
1
-42
/
+16
2012-07-20
usb: Add quirk detection based on interface information
Laurent Pinchart
4
-39
/
+106
2012-07-17
USB: ehci-s5p: Add vbus setup function to the s5p ehci glue layer
Vivek Gautam
1
-0
/
+21
2012-07-17
USB: notify phy when root hub port connect change
Richard Zhao
1
-0
/
+8
2012-07-17
USB: option: add ZTE MF821D
Bjørn Mork
1
-0
/
+2
2012-07-17
USB: sierra: QMI mode MC7710 moved to qcserial
Bjørn Mork
1
-3
/
+0
2012-07-17
USB: qcserial: adding Sierra Wireless devices
Bjørn Mork
1
-0
/
+20
2012-07-17
USB: qcserial: support generic Qualcomm serial ports
Bjørn Mork
1
-0
/
+7
2012-07-17
USB: qcserial: make probe more flexible
Bjørn Mork
1
-18
/
+26
2012-07-17
USB: qcserial: centralize probe exit path
Bjørn Mork
1
-9
/
+8
2012-07-17
USB: qcserial: consolidate usb_set_interface calls
Bjørn Mork
1
-33
/
+16
2012-07-17
USB: ehci-s5p: Add support for device tree
Vivek Gautam
1
-0
/
+22
2012-07-17
USB: ohci-exynos: Add support for device tree
Vivek Gautam
1
-0
/
+22
2012-07-17
USB: ehci-omap: fix compile failure(v1)
Ming Lei
1
-5
/
+5
2012-07-17
usb: host: tegra: pass correct pointer in ehci_setup()
Laxman Dewangan
3
-3
/
+3
2012-07-17
USB: ehci-fsl: Update ifdef check to work on 64-bit ppc
Kumar Gala
1
-1
/
+1
2012-07-17
USB: serial: keyspan: Removed unrequired parentheses.
Ben Minerds
1
-1
/
+1
2012-07-17
USB: serial: keyspan: Removed trailing whitespace.
Ben Minerds
1
-1
/
+1
2012-07-17
USB: serial: keyspan: Fixed space near open parenthesis.
Ben Minerds
1
-1
/
+1
2012-07-17
USB: serial: keyspan: Fixed space around equals.
Ben Minerds
1
-1
/
+1
2012-07-17
USB: serial: keyspan: Fix spacing around conditional.
Ben Minerds
1
-9
/
+9
2012-07-17
Merge tag 'for-usb-next-2012-07-11' of git://git.kernel.org/pub/scm/linux/ker...
Greg Kroah-Hartman
5
-20
/
+108
2012-07-17
USB: EHCI: resolve some unlikely races
Alan Stern
3
-5
/
+43
2012-07-17
USB: EHCI: fix up locking
Alan Stern
3
-30
/
+64
2012-07-17
USB: EHCI: simplify isochronous scanning
Alan Stern
3
-91
/
+32
2012-07-17
USB: EHCI: use hrtimer for the I/O watchdog
Alan Stern
6
-65
/
+25
2012-07-17
USB: EHCI: always scan each interrupt QH
Alan Stern
5
-50
/
+71
2012-07-17
USB: EHCI: don't lose events during a scan
Alan Stern
2
-4
/
+12
2012-07-17
USB: EHCI: use hrtimer for unlinking empty async QHs
Alan Stern
5
-42
/
+59
2012-07-17
USB: EHCI: unlink multiple async QHs together
Alan Stern
5
-94
/
+98
2012-07-17
USB: EHCI: use hrtimer for the IAA watchdog
Alan Stern
5
-71
/
+61
2012-07-17
USB: EHCI: don't refcount iso_stream structures
Alan Stern
3
-52
/
+16
2012-07-17
USB: EHCI: use hrtimer for (s)iTD deallocation
Alan Stern
6
-105
/
+90
2012-07-17
USB: EHCI: use hrtimer for controller death
Alan Stern
3
-10
/
+38
2012-07-17
USB: EHCI: use hrtimer for interrupt QH unlink
Alan Stern
5
-28
/
+94
2012-07-17
USB: EHCI: use hrtimer for async schedule
Alan Stern
4
-49
/
+86
2012-07-17
USB: EHCI: remove PS3 status polling
Alan Stern
1
-67
/
+2
2012-07-17
USB: EHCI: return void instead of 0
Alan Stern
1
-20
/
+14
2012-07-17
USB: EHCI: use hrtimer for the periodic schedule
Alan Stern
5
-61
/
+101
2012-07-17
USB: EHCI: introduce high-res timer
Alan Stern
4
-2
/
+138
2012-07-17
USB: EHCI: add new root-hub state: STOPPING
Alan Stern
6
-18
/
+23
2012-07-17
USB: EHCI: add pointer to end of async-unlink list
Alan Stern
3
-7
/
+5
2012-07-17
USB: EHCI: rename "reclaim"
Alan Stern
5
-37
/
+38
2012-07-17
USB: EHCI: add symbolic constants for QHs
Alan Stern
4
-11
/
+17
2012-07-17
USB: EHCI: don't refcount QHs
Alan Stern
5
-44
/
+8
2012-07-17
USB: EHCI: remove unneeded suspend/resume code
Alan Stern
2
-19
/
+1
2012-07-17
USB: EHCI: initialize data before resetting hardware
Alan Stern
1
-3
/
+3
2012-07-17
usb: storage: update usb devices for write cache quirk in quirk list.
Namjae Jeon
1
-0
/
+12
2012-07-17
usb: storage: add support for write cache quirk
Namjae Jeon
2
-1
/
+9
2012-07-17
scsi: set to WCE if usb cache quirk is present.
Namjae Jeon
1
-2
/
+7
[next]