index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
serial
Age
Commit message (
Expand
)
Author
2012-09-14
USB: serial: keyspan_pda.c: remove dbg() usage
Greg Kroah-Hartman
2012-09-14
USB: serial: whiteheat.c: remove dbg() usage
Greg Kroah-Hartman
2012-09-14
USB: serial: ssu100.c: remove dbg() usage
Greg Kroah-Hartman
2012-09-14
USB: serial: oti6858.c: remove dbg() usage
Greg Kroah-Hartman
2012-09-14
USB: serial: garmin_gps.c: remove dbg() usage
Greg Kroah-Hartman
2012-09-14
USB: serial: kl5kusb105.c: remove dbg() usage
Greg Kroah-Hartman
2012-09-14
USB: serial: ftdi_sio.c: remove dbg() usage
Greg Kroah-Hartman
2012-09-14
USB: serial: digi_acceleport.c: remove dbg() usage
Greg Kroah-Hartman
2012-09-14
USB: serial: cypress_m8.c: remove dbg() usage
Greg Kroah-Hartman
2012-09-13
USB: ezusb: remove dependancy on usb_serial
Rene Buergel
2012-09-13
USB: omninet: fix potential tty NULL dereference
Alexey Khoroshilov
2012-09-13
USB: serial: usb_wwan.c: remove dbg() usage
Greg Kroah-Hartman
2012-09-13
USB: serial: omninet.c: remove dbg() usage
Greg Kroah-Hartman
2012-09-13
USB: serial: option.c: remove dbg() usage
Greg Kroah-Hartman
2012-09-13
USB: serial: opticon.c: remove dbg() usage
Greg Kroah-Hartman
2012-09-13
USB: serial: ipw.c: remove dbg() usage
Greg Kroah-Hartman
2012-09-13
USB: serial: cyberjack.c: remove dbg() usage
Greg Kroah-Hartman
2012-09-13
USB: serial: cp210x.c: remove dbg() usage
Greg Kroah-Hartman
2012-09-13
USB: serial: ch341.c: remove dbg() usage
Greg Kroah-Hartman
2012-09-13
USB: serial: core: clean up dbg and printk usage.
Greg Kroah-Hartman
2012-09-13
USB: serial: core: remove some trace debugging calls
Greg Kroah-Hartman
2012-09-13
USB: serial: add zte_ev.c driver
Greg Kroah-Hartman
2012-09-05
USB: cp210x: remove useless set memory to zero use memset()
Wei Yongjun
2012-09-05
USB: mos7720: fix to use list_for_each_entry_safe() when delete items
Wei Yongjun
2012-08-27
Merge v3.6-rc3 into usb-next
Greg Kroah-Hartman
2012-08-16
USB: qcserial: fix port handling on Gobi 1K and 2K+
Dan Williams
2012-08-15
USB: qcserial: fix port handling on Gobi 1K and 2K+
Dan Williams
2012-08-15
USB: serial: Fix mos7840 timeout
Mark Ferrell
2012-08-15
USB: option: add ZTE K5006-Z
Bjørn Mork
2012-08-10
USB: ftdi_sio: Quiet sparse noise about using plain integer was NULL pointer
Ying Xue
2012-08-10
usb: usb_wwan: resume/suspend can be called after port is gone
Bjørn Mork
2012-08-10
usb: serial: prevent suspend/resume from racing against probe/remove
Bjørn Mork
2012-08-10
usb: usb_wwan: replace release and disconnect with a port_remove hook
Bjørn Mork
2012-08-10
usb: serial: mos7840: Fixup mos7840_chars_in_buffer()
Mark Ferrell
2012-08-10
USB: support the new interfaces of Huawei Data Card devices in option driver
fangxiaozhi
2012-08-10
USB: ftdi_sio: Add VID/PID for Kondo Serial USB
Ozan Çağlayan
2012-07-16
USB: option: add ZTE MF821D
Bjørn Mork
2012-07-16
USB: sierra: QMI mode MC7710 moved to qcserial
Bjørn Mork
2012-07-16
USB: qcserial: adding Sierra Wireless devices
Bjørn Mork
2012-07-16
USB: qcserial: support generic Qualcomm serial ports
Bjørn Mork
2012-07-16
USB: qcserial: make probe more flexible
Bjørn Mork
2012-07-16
USB: qcserial: centralize probe exit path
Bjørn Mork
2012-07-16
USB: qcserial: consolidate usb_set_interface calls
Bjørn Mork
2012-07-16
USB: serial: keyspan: Removed unrequired parentheses.
Ben Minerds
2012-07-16
USB: serial: keyspan: Removed trailing whitespace.
Ben Minerds
2012-07-16
USB: serial: keyspan: Fixed space near open parenthesis.
Ben Minerds
2012-07-16
USB: serial: keyspan: Fixed space around equals.
Ben Minerds
2012-07-16
USB: serial: keyspan: Fix spacing around conditional.
Ben Minerds
2012-07-16
Merge 3.5-rc7 into usb-next
Greg Kroah-Hartman
2012-07-05
USB: metro-usb: fix tty_flip_buffer_push use
Johan Hovold
[next]