Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
f57721507ffeaf8785f7f17254651de4d8b45e09
/
drivers
/
usb
/
atm
9ebfbd4
firmware_class: make request_firmware_nowait more useful
by Johannes Berg
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
ade901d
firmware: atm/ueagle-atm: prepare for FIRMWARE_NAME_MAX removal
by Samuel Ortiz
· 15 years ago
10107bd
USB: cxacru: Fix negative dB output
by Simon Arlott
· 16 years ago
877d031
trivial: Fix misspelling of firmware
by Nick Andrew
· 16 years ago
eeafa64
USB: atm/cxacru, fix lock imbalance
by Jiri Slaby
· 16 years ago
7c510e4
net: convert more to %pM
by Johannes Berg
· 16 years ago
8fc7aea
USB: Speedtouch: add pre_reset and post_reset routines
by Alan Stern
· 16 years ago
3b6004f
USB: remove warn() macro from usb drivers
by Greg Kroah-Hartman
· 16 years ago
b5f61ab
usbatm: Use skb_queue_walk_safe() instead of by-hand implementation.
by David S. Miller
· 16 years ago
7a8fc9b
removed unused #include <linux/version.h>'s
by Adrian Bunk
· 16 years ago
230ffc7
USB: cxacru: Fix printk format flag in error message
by Simon Arlott
· 16 years ago
33578bd
USB: AccessRunner: avoid unnecessary memset
by Christophe Jaillet
· 16 years ago
abe28c0
USB: speedtch.c fix sparse shadowed variable warning
by Harvey Harrison
· 16 years ago
3b216d1
cxacru: treat firmware data as const
by David Woodhouse
· 16 years ago
aafcd2f
ueagle-atm: treat firmware data as const
by David Woodhouse
· 16 years ago
e5430f8
USB: Remove redundant dependencies on USB_ATM.
by Robert P. J. Day
· 17 years ago
a5abdea
usb: use get/put_unaligned_* helpers
by Harvey Harrison
· 17 years ago
fd05e72
drivers/usb annotations and fixes
by Al Viro
· 17 years ago
cdc9779
USB: remove unnecessary type casting of urb->context
by Ming Lei
· 17 years ago
441b62c
USB: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
c4504a7
USB: usbatm: convert heavy init dances to kthread API
by Pavel Emelyanov
· 17 years ago
d313584
drivers: Remove unnecessary inclusions of asm/semaphore.h
by Matthew Wilcox
· 17 years ago
b75be4a
USB: Use menuconfig objects
by Denis Cheng
· 17 years ago
dc0d5c1
USB: Spelling fixes
by Joe Perches
· 17 years ago
fec8de3
USB: Add missing "space" to printk messages
by Joe Perches
· 17 years ago
64a6f95
signedness: module_param_array nump argument
by Al Viro
· 17 years ago
4ac0718
USB: cxacru: Use appropriate logging for errors
by Simon Arlott
· 17 years ago
0eb0226
UEAGLE: Cosmetic
by Stanislaw Gruszka
· 17 years ago
337427f
UEAGLE: Do not sleep when device is disconnected
by Stanislaw Gruszka
· 17 years ago
04ea02f
UEAGLE: Avoid keyboard driver blocking
by Stanislaw Gruszka
· 17 years ago
503add4
UEAGLE: Allow user to choose input interface alternate setting
by Stanislaw Gruszka
· 17 years ago
603cf60
UEAGLE: Devolo and Elsa chipsets support
by Stanislaw Gruszka
· 17 years ago
c8e4637
UEAGLE: Eagle IV chipset support
by Stanislaw Gruszka
· 17 years ago
011db81
USB: Remove unneeded pointer intf from speedtch_upload_firmware()
by Micah Gruber
· 17 years ago
4c132e7
UEAGLE: Remove sysfs files on error case
by Stanislaw Gruszka
· 17 years ago
3b79cc2
USB: unkill cxacru atm driver
by Oliver Neukum
· 17 years ago
33fea2b
USB: atm: usbatm: clean up urb->status usage
by Greg Kroah-Hartman
· 17 years ago
508330e
USB: atm: ueagle-atm: clean up urb->status usage
by Greg Kroah-Hartman
· 17 years ago
9a5a3e9
USB: atm: speedtch: clean up urb->status usage
by Greg Kroah-Hartman
· 17 years ago
c35f68a
USB: atm: cxacru: clean up urb->status usage
by Greg Kroah-Hartman
· 17 years ago
8314418
Freezer: make kernel threads nonfreezable by default
by Rafael J. Wysocki
· 17 years ago
87e71b4
USB: cxacru: Cleanup sysfs attribute code
by Simon Arlott
· 18 years ago
fd209e3
USB: cxacru: ignore error trying to start ADSL in atm_start
by Simon Arlott
· 18 years ago
da1f82b
USB: cxacru: create sysfs attributes in atm_start instead of bind
by Simon Arlott
· 18 years ago
b8a124d
usbatm_heavy_init: don't use CLONE_SIGHAND
by Oleg Nesterov
· 18 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
6a02c99
USB: cxacru: ADSL state management
by Simon Arlott
· 18 years ago
7d5e1dd
usbatm: Detect usb device shutdown and ignore failed urbs
by Simon Arlott
· 18 years ago
fa70fe4
USB: cxacru: export detailed device info through sysfs
by Simon Arlott
· 18 years ago
e9b8daf
usbatm: create sysfs link "device" from atm class device to usb interface
by Simon Arlott
· 18 years ago
27d7ff4
[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
by Arnaldo Carvalho de Melo
· 18 years ago
d626f62
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
by Arnaldo Carvalho de Melo
· 18 years ago
4305b54
[SK_BUFF]: Convert skb->end to sk_buff_data_t
by Arnaldo Carvalho de Melo
· 18 years ago
27a884d
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
by Arnaldo Carvalho de Melo
· 18 years ago
5371f80
USB: ueagle-atm.c needs sched.h
by Randy Dunlap
· 18 years ago
5f84813
USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>
by David Brownell
· 18 years ago
7dfb710
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
by Nigel Cunningham
· 18 years ago
4c1ac1b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Howells
· 18 years ago
c5dd1f9
USB: speedtch: Use usb_endpoint_* functions
by Luiz Fernando N. Capitulino
· 18 years ago
5d7efe5
USB: kmemdup() cleanup in drivers/usb/
by Eric Sesterhenn
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
9ab99c8
UEAGLE: fix ueagle-atm Oops
by matthieu castet
· 18 years ago
521b600
USB: fix usbatm tiny race
by Andrew Morton
· 18 years ago
44960af
cxacru: add the ZTE ZXDSL 852
by Duncan Sands
· 18 years ago
6a4f1b4
speedtch: "extended reach"
by Duncan Sands
· 18 years ago
ccf40d6
usbatm: fix tiny race
by Duncan Sands
· 18 years ago
a7a0c9c
UEAGLE : comestic changes
by matthieu castet
· 18 years ago
531a39b
UEAGLE : use interruptible sleep
by matthieu castet
· 18 years ago
9ca5346
UEAGLE : be suspend friendly
by matthieu castet
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
cab0089
Still more typo fixes
by Matt LaPlante
· 18 years ago
e7ccdfe
USB: fix __must_check warnings in drivers/usb/atm/
by Greg Kroah-Hartman
· 18 years ago
a01c4ef
[PATCH] USBATM: remove no-longer needed #include
by Duncan Sands
· 19 years ago
fcf4830
[PATCH] USBATM: remove pointless inline
by Duncan Sands
· 19 years ago
6275cdf
[PATCH] USBATM: fix modinfo output
by Duncan Sands
· 19 years ago
67c752b
[PATCH] USBATM: change the default speedtouch iso altsetting
by Duncan Sands
· 19 years ago
4d45e21
[PATCH] USB: UEAGLE : memory leack fix
by matthieu castet
· 19 years ago
584958c
[PATCH] USB: UEAGLE : null pointer dereference fix
by matthieu castet
· 19 years ago
22fcceb
[PATCH] USB: UEAGLE : support geode
by matthieu castet
· 19 years ago
2a99b50
[PATCH] USB: UEAGLE : cosmetic
by matthieu castet
· 19 years ago
fdf290f
[PATCH] UEAGLE : cmv name bug (was cosmetic)
by matthieu castet
· 19 years ago
e40abaf
[PATCH] UEAGLE : cosmetic
by matthieu castet
· 19 years ago
3c9666c
[PATCH] UEAGLE : add iso support
by matthieu castet
· 19 years ago
ab3c81f
[PATCH] USBATM: semaphore to mutex conversion
by Arjan van de Ven
· 19 years ago
a3673d3
[PATCH] USBATM: -EILSEQ workaround
by Duncan Sands
· 19 years ago
9b0e54a
[PATCH] USBATM: bump version numbers
by Duncan Sands
· 19 years ago
e3fb2f6
[PATCH] USBATM: handle urbs containing partial cells
by Duncan Sands
· 19 years ago
80aae7a
[PATCH] USBATM: allow isochronous transfer
by Duncan Sands
· 19 years ago
6f74947
[PATCH] USBATM: measure buffer size in bytes; force valid sizes
by Duncan Sands
· 19 years ago
227d776
[PATCH] USBATM: use dev_kfree_skb_any rather than dev_kfree_skb
by Duncan Sands
· 19 years ago
72ef8ab
[PATCH] USBATM: return correct error code when out of memory
by Duncan Sands
· 19 years ago
0e42a62
[PATCH] USBATM: shutdown open connections when disconnected
by Duncan Sands
· 19 years ago
233c08e
[PATCH] USBATM: xusbatm rewrite
by Duncan Sands
· 19 years ago
9a734ef
[PATCH] USBATM: kzalloc conversion
by Duncan Sands
· 19 years ago
0dfcd3e
[PATCH] USBATM: remove .owner
by Duncan Sands
· 19 years ago
35644b0
[PATCH] USBATM: add flags field
by Duncan Sands
· 19 years ago
0ec3c7e
[PATCH] USBATM: trivial modifications
by Duncan Sands
· 19 years ago
858119e
[PATCH] Unlinline a bunch of other functions
by Arjan van de Ven
· 19 years ago
3c6bee1
[PATCH] turn "const static" into "static const"
by Jesper Juhl
· 19 years ago
Next »