index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
ft1000
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-07
staging: ft1000: fix braces warning
Bilel DRIRA
1
-44
/
+29
2015-01-17
Staging: ft1000-pcmcia: fix else close brace style
Austin Kerbow
1
-19
/
+13
2015-01-17
staging: ft1000: ft1000-usb: ft1000_hw.c: Fix a potential memory leak.
Rickard Strandqvist
1
-4
/
+4
2015-01-17
Staging: ft1000: ft1000-pcmcia: Fixed a coding style issue
Dean Michael Ancajas
1
-3
/
+3
2014-12-02
staging: ft1000 : replace __attribute ((__packed__) with __packed
Geoff Darst
1
-2
/
+2
2014-12-02
staging:ft1000_pcmcia:Added a blank line after declaration
Anjana Sasindran
1
-0
/
+1
2014-11-03
staging: ft1000: Logging message neatening
Joe Perches
7
-518
/
+383
2014-11-03
staging: ft1000: Whitespace neatening
Joe Perches
11
-1407
/
+1407
2014-10-30
Staging: ft1000: ft1000_hw.c: Removed some checkpatch errors and warnings.
Surya Seetharaman
1
-4
/
+4
2014-10-30
staging: ft1000: ft1000-usb: Remove useless cast on void pointer
Tapasweni Pathak
1
-1
/
+1
2014-10-30
staging: ft1000: ft1000-pcmcia: Remove useless cast on void pointer
Tapasweni Pathak
1
-1
/
+1
2014-10-29
Staging: ft1000: ft1000-pcmcia: Fix whitespace issues
Nicky Chorley
1
-12
/
+12
2014-10-29
staging: ft1000: do not initialise statics to 0 or NULL
Chen Weixiang
1
-1
/
+1
2014-10-28
staging: ft1000: Remove curly braces for single statement blocks
Ebru Akagunduz
1
-8
/
+4
2014-10-28
Staging: ft1000: ft1000-usb: Removed unnecessary parentheses
Tina Johnson
1
-2
/
+2
2014-10-23
staging: ft1000: ft1000-pcmcia: removed unused variable in ft1000_hw.c
Jiayi Ye
1
-2
/
+0
2014-10-23
staging: ft1000: Remove parentheses from return arguments
Tapasweni Pathak
1
-8
/
+8
2014-10-20
staging: ft1000: ft1000-pcmcia: Replace printks with netdev_<level> and dev_<level>
Kumari Radha
1
-6
/
+6
2014-10-02
staging: ft1000: ft1000-usb: Removed unnecessary else statement.
Gulsah Kose
1
-6
/
+4
2014-10-02
staging: ft1000: ft1000-usb: Removed unnecessary else statement.
Gulsah Kose
1
-43
/
+41
2014-10-02
staging: ft1000: ft1000-usb: Removed unnecessary parentheses.
Gulsah Kose
1
-1
/
+1
2014-10-02
staging: ft1000: ft1000-usb: Added new line after declarations.
Gulsah Kose
1
-0
/
+1
2014-09-28
staging: ft1000: ft1000-pcmcia: Add require space after that ','
Aybuke Ozdemir
1
-3
/
+3
2014-09-28
staging: ft1000: ft1000-pcmcia: Used "linux" instead of "asm".
Gulsah Kose
1
-2
/
+2
2014-09-28
staging: ft1000: ft1000-pcmcia: Removed unnecessary else expression.
Gulsah Kose
1
-3
/
+2
2014-09-28
staging: ft1000-usb: use usleep_range instead of msleep
Catalina Mocanu
1
-1
/
+1
2014-09-28
staging: ft1000-usb: remove unnecessary return statement
Catalina Mocanu
1
-2
/
+0
2014-09-23
staging: ft1000-pcmcia: Don't initialise static to 0
Catalina Mocanu
1
-2
/
+2
2014-09-23
staging: ft1000-pcmcia: replace DEBUG macro with netdev_dbg
Catalina Mocanu
1
-12
/
+6
2014-09-02
drivers: staging: ft1000: Fix return is not a function, parentheses are not required errors
Greg Donald
2
-5
/
+6
2014-07-27
staging: ft1000: remove procfs entries
Nicolas Thery
9
-474
/
+2
2014-07-09
staging: ft1000-usb: check for errors in card_send_command
Andrey Utkin
3
-11
/
+22
2014-06-26
staging: ft1000_dnld.c:code indent should use tabs where possible
Cheng-Wei Lee
1
-2
/
+2
2014-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+1
2014-05-24
staging: ft1000: Remove useless return variables
Peter Senna Tschudin
1
-2
/
+1
2014-05-24
staging: ft1000: Convert printk to dev_err in ft1000_cs.c
Masanari Iida
1
-3
/
+3
2014-05-15
drivers: staging: ft1000: Fix lines over 80 characters
Artem Fetishev
4
-33
/
+64
2014-05-15
drivers: staging: ft1000: Remove typedefs
Artem Fetishev
2
-18
/
+18
2014-05-15
drivers: staging: ft1000: Use pr_info instead of printk
Artem Fetishev
1
-1
/
+1
2014-05-15
drivers: staging: ft1000: Fix IOCTL_FT1000_* marcos
Artem Fetishev
1
-8
/
+8
2014-05-15
drivers: staging: ft1000: Fix indentation
Artem Fetishev
1
-46
/
+46
2014-05-15
staging: ft1000: remove explicit static initialisation
Angus Gibson
1
-1
/
+1
2014-05-15
Staging:ft1000_debug.c:Renaming __FUNCTION__
Paul McQuade
1
-1
/
+1
2014-05-15
Staging: ft1000-usb: use netdev_warn
Anders Darander
1
-2
/
+2
2014-05-15
Staging: ft1000-usb: wrap macros in do while
Anders Darander
1
-9
/
+12
2014-05-13
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
1
-1
/
+1
2014-03-19
staging: ft1000: Fix line over 80 characters.
Gulsah Kose
1
-39
/
+117
2014-03-16
Staging: ft1000-usb: Fix Smatch Warning in ft1000_hw.c
Monam Agarwal
1
-1
/
+1
2014-03-07
Staging:ft1000: Fix __packed is preferred over __attribute__((packed)) in ft1000_ioctl.h
Ebru Akagunduz
1
-4
/
+4
2013-12-17
staging: delete non-required instances of include <linux/init.h>
Paul Gortmaker
3
-3
/
+0
[next]