index
:
kernel/linux.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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
dgap
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-30
Revert "staging: dgap: remove unneeded kfree() in dgap_tty_register_ports()"
Greg Kroah-Hartman
1
-1
/
+3
2014-05-29
staging: dgap: Use EIO instead of ENXIO
Mark Hounschell
1
-22
/
+22
2014-05-29
staging: dgap: Simplify dgap_find_config
Mark Hounschell
1
-41
/
+43
2014-05-29
staging: dgap: misc cleanup of NULL conditionals
Mark Hounschell
1
-32
/
+32
2014-05-26
staging: dgap: move tty_port_init() for serial_ports.
Daeseok Youn
1
-3
/
+3
2014-05-26
staging: dgap: remove unneeded kfree() in dgap_tty_register_ports()
Daeseok Youn
1
-3
/
+2
2014-05-26
staging: dgap: remove unneeded kfree() for ttys in tty_driver
Daeseok Youn
1
-4
/
+0
2014-05-25
Staging: dgap: Fixed iomem accesses in dgap.c
Pascal COMBES
1
-8
/
+8
2014-05-23
staging: dgap: Change GFP_ATOMICs to GFP_KERNEL
Mark Hounschell
1
-4
/
+4
2014-05-23
staging: dgap: Simplify get_altpin and get_useintr functions
Mark Hounschell
1
-8
/
+2
2014-05-23
staging: dgap: Replace double negative conditionals
Mark Hounschell
1
-8
/
+6
2014-05-23
staging: dgap: Remove more extra white space and tabs
Mark Hounschell
1
-92
/
+86
2014-05-23
staging: dgap: Remove unnecessary initialization of variables in declarations
Mark Hounschell
1
-91
/
+84
2014-05-23
staging: dgap: replace dgap_savestring function with kstrdup
Mark Hounschell
1
-29
/
+15
2014-05-23
staging: dgap: Remove unnecessary test on count
Mark Hounschell
1
-10
/
+0
2014-05-23
staging: dgap: Remove erroneous comment
Mark Hounschell
1
-1
/
+0
2014-05-23
staging: dgap: Remove dead sniff buffer code
Mark Hounschell
2
-130
/
+0
2014-05-23
staging: dgap: fix smatch warn: unsigned var is never less than zero
Mark Hounschell
1
-1
/
+1
2014-05-23
staging: dgap: implement error handling in dgap_tty_register()
Daeseok Youn
1
-12
/
+33
2014-05-17
staging: dgap: Get rid of CamelCase
Mark Hounschell
2
-125
/
+127
2014-05-17
staging: dgap: refactor ugly dgap_init_one function
Mark Hounschell
1
-11
/
+8
2014-05-16
staging: dgap: Add check for MAXBOARDS in .probe (dgap_init_one)
Mark Hounschell
1
-0
/
+3
2014-05-16
staging: dgap: remove two unnecessary conditionals
Mark Hounschell
1
-18
/
+14
2014-05-16
staging: dgap: check unchecked return values
Mark Hounschell
1
-2
/
+7
2014-05-16
staging: dgap: fix a few more sparse warnings
Mark Hounschell
1
-18
/
+19
2014-05-16
staging: dgap: fix sparse warnings Using plain integer as NULL pointer
Mark Hounschell
1
-16
/
+16
2014-05-16
staging: dgap: fix sparse warning about dgap_poll_lock
Mark Hounschell
1
-1
/
+1
2014-05-16
staging: dgap: fix a few misc sparse warnings
Mark Hounschell
2
-13
/
+13
2014-05-16
staging: dgap: fix sparse warnings for the entire cm_t structure
Mark Hounschell
2
-5
/
+5
2014-05-16
staging: dgap: fix sparse warnings for the entire bs_t structure
Mark Hounschell
2
-13
/
+13
2014-05-16
staging: dgap: fix sparse warnings for re_map_membase and re_map_port
Mark Hounschell
2
-14
/
+14
2014-05-16
staging: dgap: Fix BUG in processing config file
Mark Hounschell
1
-1
/
+9
2014-05-16
staging: dgap: Fix how we insure config data is a string
Mark Hounschell
1
-2
/
+1
2014-04-15
staging: dgap: remove uchar typedef and replace use with u8
Mark Hounschell
2
-84
/
+81
2014-04-14
staging: dgap: rename and fixup dgap_wait_for_xxx functions
Mark Hounschell
1
-16
/
+16
2014-04-14
staging: dgap: fix/change a pr_info
Mark Hounschell
1
-3
/
+2
2014-04-14
staging: dgap: remove volatiles from dgap.h
Mark Hounschell
1
-76
/
+76
2014-04-14
staging: dgap: Macros with complex values should be enclosed in parenthesis
Mark Hounschell
1
-1
/
+1
2014-04-14
staging: dgap: Only read config file dgap.conf once
Mark Hounschell
1
-9
/
+9
2014-04-14
staging: dgap: Removes excessive empty lines from dgap.h
Mark Hounschell
1
-26
/
+0
2014-04-14
staging: dgap: remove some unused code in dgap.h
Mark Hounschell
1
-53
/
+0
2014-04-14
staging: dgap: Fix several 80+ line warnings in dgap.h
Mark Hounschell
1
-115
/
+129
2014-04-14
staging: dgap: fix some whitespace warnings in dgap.h
Mark Hounschell
1
-23
/
+24
2014-04-14
staging: dgap: Remove some unneeded comments
Mark Hounschell
1
-29
/
+0
2014-04-14
staging: dgap: Remove some unused code in dgap.c
Mark Hounschell
1
-7
/
+0
2014-03-20
staging: dgap: fix the rest of the checkpatch warnings in dgap.c
Mark Hounschell
2
-63
/
+42
2014-03-19
staging: dgap: re-factor some more code for 80+ lines
Mark Hounschell
1
-15
/
+25
2014-03-19
staging: dgap: get rid of DGAP_LOCK and DGAP_UNLOCK macros
Mark Hounschell
2
-227
/
+222
2014-03-19
staging: dgap: re-factor some code for 80+ lines as reported by checkpatch
Mark Hounschell
1
-72
/
+35
2014-03-19
staging: dgap: Fixed sparse error: same symbol redeclared with different type
Masood Mehmood
1
-7
/
+6
[next]