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