index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
ft1000
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2013-02-21
10
-344
/
+313
|
\
|
*
staging: Remove unnecessary OOM messages
Joe Perches
2013-02-11
1
-4
/
+1
|
*
Staging: ft1000-usb: Fix call to obsolete function
Kurt Kanzenbach
2013-01-07
1
-2
/
+2
|
*
staging: ft1000: rename struct ft1000_device to ft1000_usb
Ondrej Zary
2013-01-07
6
-84
/
+84
|
*
staging: ft1000: unify struct ft1000_info between USB and PCMCIA drivers
Ondrej Zary
2013-01-07
10
-266
/
+238
*
|
ethtool: fix drvinfo strings set in drivers
Jiri Pirko
2013-01-06
1
-4
/
+5
|
/
*
staging: ft1000: remove assigments of ret and initialise it in beginning
Devendra Naga
2012-11-26
1
-3
/
+1
*
staging: ft1000: replace c99 comments with c88
Devendra Naga
2012-09-17
1
-17
/
+17
*
staging: ft1000: Replace timeout values with USB_CTRL_G(S)ET_TIMEOUT.
Marek Belisko
2012-08-13
2
-8
/
+6
*
staging: ft1000: Fix ft1000_control function timeout argument usage.
Marek Belisko
2012-08-13
1
-1
/
+1
*
staging: ft1000-usb: Fix various checkpach warnings in ft1000_usb.h
Marek Belisko
2012-07-16
1
-8
/
+7
*
staging: ft1000-usb: Replace all C99 comments with regular in ft1000_usb.h.
Marek Belisko
2012-07-16
1
-17
/
+18
*
staging: ft1000-usb: Fix lines over 80 chars.
Marek Belisko
2012-07-16
1
-11
/
+22
*
staging: ft1000-usb: Remove name comments from ft1000_usb.h.
Marek Belisko
2012-07-16
1
-5
/
+3
*
staging: ft1000-usb: Remove spaces from struct dpram_blk.
Marek Belisko
2012-07-16
1
-2
/
+2
*
staging: ft1000-usb: Remove leading spaces from struct ft1000_info.
Marek Belisko
2012-07-16
1
-47
/
+47
*
staging: ft1000-usb: Remove commented lines from ft1000_device.
Marek Belisko
2012-07-16
1
-4
/
+0
*
staging: ft1000-usb: Change KERN_ERROR usage to pr_err in ft1000_usb.c.
Marek Belisko
2012-07-16
1
-3
/
+3
*
staging: ft1000: Fix typo in ft1000_usb.c
Masanari Iida
2012-07-11
1
-1
/
+1
*
staging/ft1000: remove all spaces, tabs issue in while loop of ft1000_interrupt
Devendra Naga
2012-07-11
1
-29
/
+31
*
staging/ft1000: remove unnecessary assignment of ret with STATUS_SUCCESS
Devendra Naga
2012-07-09
1
-1
/
+1
*
staging/ft1000-pcmcia: fix checkpatch warnings
Devendra Naga
2012-07-09
1
-6
/
+4
*
staging/ft1000: fix the foo * bar warning
Devendra Naga
2012-07-09
1
-1
/
+1
*
staging/ft1000: fix the no brace needed warning in ft1000_read_fifo_len
Devendra Naga
2012-07-09
1
-3
/
+2
*
staging/ft1000: fix sparse warning about the kernel thread handler function
Devendra Naga
2012-07-09
1
-1
/
+1
*
staging/ft1000: fix sparse warning
Devendra Naga
2012-07-09
1
-1
/
+1
*
staging/ft1000: fix the no brace needed warning in ft1000_interrupt
Devendra Naga
2012-07-09
1
-3
/
+2
*
staging/ft1000: fix minor coding style problem
Devendra Naga
2012-07-06
1
-2
/
+2
*
staging/ft1000: remove usage of ret in ft1000_open
Devendra Naga
2012-06-20
1
-4
/
+1
*
staging/ft1000: use kzalloc to allocate the ft1000_device structure
Devendra Naga
2012-06-20
1
-3
/
+1
*
staging/ft1000: Return -ENOMEM if kmalloc fails at ft1000_probe
Devendra Naga
2012-06-20
1
-1
/
+1
*
Remove all #inclusions of asm/system.h
David Howells
2012-03-28
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2012-03-20
1
-5
/
+2
|
\
|
*
Staging: ft1000-pcmcia: print MAC via printk format specifier
Danny Kukawka
2012-02-24
1
-5
/
+2
*
|
Staging: ft1000: ft1000-pcmia: fix space required after that ', ' in ft1000_p...
Kashyap Gada
2012-02-09
1
-3
/
+3
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2012-01-08
2
-3
/
+3
|
\
|
*
treewide: Fix typos in various parts of the kernel, and fix some comments.
Justin P. Mattock
2011-12-02
2
-3
/
+3
*
|
USB: convert drivers/staging/* to use module_usb_driver()
Greg Kroah-Hartman
2011-11-18
1
-21
/
+1
|
/
*
staging: ft1000: dont cast void* from kmalloc()
Thomas Meyer
2011-08-23
1
-1
/
+1
*
staging: fix ft1000 sparse warnings
Randy Dunlap
2011-08-23
5
-22
/
+27
*
staging: ft1000_proc needs asm/io.h for inw/outw on sparc
Paul Gortmaker
2011-08-02
1
-0
/
+1
*
Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2011-07-25
10
-1602
/
+656
|
\
|
*
staging: ft1000: Merge common definitions from USB and PCMCIA drivers
Ondrej Zary
2011-07-05
4
-682
/
+264
|
*
staging: ft1000-pcmcia: remove support for v5 firmware
Ondrej Zary
2011-07-05
1
-293
/
+129
|
*
staging: ft1000-pcmcia: remove PSEUDOSZ, use sizeof(struct pseudo_hdr) instead
Ondrej Zary
2011-07-05
2
-6
/
+4
|
*
staging: ft1000-pcmcia: CodingStyle fixes in ft1000.h
Ondrej Zary
2011-07-05
1
-324
/
+297
|
*
staging: ft1000-pcmcia: remove useless ft1000_release() function
Ondrej Zary
2011-07-05
1
-15
/
+1
|
*
staging: ft1000-pcmcia: remove unused includes from ft1000_cs.c
Ondrej Zary
2011-07-05
1
-15
/
+0
|
*
staging: ft1000-pcmcia: coding style fixes in ft1000_cs.c
Ondrej Zary
2011-07-05
1
-17
/
+12
|
*
staging: ft1000-pcmcia: remove unused ft1000_asic_read and ft1000_asic_write ...
Ondrej Zary
2011-07-05
1
-34
/
+0
[next]