index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
dgap
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-23
staging: dgap: use dgap_release_remap() in dgap_cleanup_board()
Daeseok Youn
1
-15
/
+10
2014-09-23
staging: dgap: adds missing iounmap for re_map_port in dgap_release_remap()
Daeseok Youn
1
-0
/
+1
2014-09-23
staging: dgap: remove unused 'runwait' variable
Daeseok Youn
2
-2
/
+0
2014-09-19
staging: dgap: use schedule_timeout_interruptible() instead of dgap_ms_sleep()
Daeseok Youn
2
-33
/
+7
2014-09-06
drivers: staging: dgap: fix the checkpatch.pl issue "Warning: line over 80 ch...
Piotr Witoslawski
1
-6
/
+10
2014-08-30
staging: dgap: remove useless a variable within board_t
Daeseok Youn
2
-4
/
+1
2014-08-30
staging: dgap: remove redundant setting a variable
Daeseok Youn
1
-6
/
+1
2014-08-16
staging: dgap: cleanup print messages for dgap driver
Daeseok Youn
1
-159
/
+126
2014-08-16
staging: dgap: Simplify to set a module type
Daeseok Youn
2
-20
/
+7
2014-08-16
staging: dgap: Simplify to set a concentrator type
Daeseok Youn
2
-20
/
+7
2014-08-16
staging: dgap: Simplify set a board type from configration file
Daeseok Youn
2
-94
/
+16
2014-08-16
staging: dgap: cleanup duplicated warning message on dgap_tty_init()
Daeseok Youn
1
-11
/
+6
2014-08-16
staging: dgap: remove redundant declarations.
Daeseok Youn
1
-6
/
+0
2014-08-16
staging: dgap: remove useless variable
Daeseok Youn
2
-33
/
+22
2014-08-16
staging: dgap: introduce dgap_cleanup_nodes()
Daeseok Youn
1
-0
/
+52
2014-07-15
staging: dgap: remove dgap_newnode()
Daeseok Youn
1
-30
/
+74
2014-07-15
staging: dgap: remove unused a parameter in dgap_gettok()
Daeseok Youn
1
-4
/
+4
2014-07-15
staging: dgap: fix a typo in dgap_gettok()
Daeseok Youn
1
-1
/
+1
2014-07-15
staging: dgap: remove unused case value in dgap_parsefile()
Daeseok Youn
1
-4
/
+0
2014-07-15
staging: dgap: remove redundant error value check
Daeseok Youn
1
-4
/
+1
2014-07-11
staging: dgap: removes redundant null check and change paramter for dgap_tty_...
Daeseok Youn
1
-24
/
+5
2014-07-11
staging: dgap: removes redundant null check and change paramter for dgap_tty_...
Daeseok Youn
1
-18
/
+5
2014-07-11
staging: dgap: removes redundant null check and change paramter for dgap_tty_...
Daeseok Youn
1
-21
/
+5
2014-07-11
staging: dgap: removes redundant null check and change paramter for dgap_set_...
Daeseok Youn
1
-28
/
+8
2014-07-11
staging: dgap: removes redundant null check and change paramter for dgap_tty_...
Daeseok Youn
1
-18
/
+5
2014-07-11
staging: dgap: removes redundant null check and change paramter for dgap_tty_...
Daeseok Youn
1
-23
/
+5
2014-07-11
staging: dgap: removes redundant null check and change the paramter for dgap_...
Daeseok Youn
1
-36
/
+13
2014-07-11
staging: dgap: remove unused variable in dgap_param()
Daeseok Youn
1
-3
/
+0
2014-07-11
staging: dgap: redundant NULL and magic check in dgap_get_modem_info()
Daeseok Youn
1
-3
/
+0
2014-07-09
staging: dgap: removes redundant null check and change paramter for dgap_maxc...
Daeseok Youn
1
-17
/
+4
2014-07-09
staging: dgap: remove redundant NULL check in dgap_tty_init()
Daeseok Youn
1
-3
/
+0
2014-07-09
staging: dgap: use kzalloc instead of kmalloc/memset
Daeseok Youn
1
-4
/
+2
2014-07-09
staging: dgap: remove unused waitqueues
Daeseok Youn
2
-9
/
+0
2014-07-09
staging: dgap: remove unneccessary dgap_init_pci() function
Daeseok Youn
1
-10
/
+1
2014-07-09
staging: dgap: Adds a blank line after declaration
Daeseok Youn
1
-0
/
+3
2014-07-09
staging: dgap: remove "return" statement in void function
Daeseok Youn
1
-2
/
+0
2014-07-09
staging: dgap: fixed "foo* bar should be foo * bar" in dgap.c
Daeseok Youn
1
-3
/
+3
2014-06-20
staging: dgap: make dgap_found_board() return a brd pointer
Daeseok Youn
1
-13
/
+13
2014-06-19
staging: dgap: unwind on error in dgap_init_one()
Daeseok Youn
1
-9
/
+44
2014-06-19
staging: dgap: move unrelated functions in dgap_firmware_load()
Daeseok Youn
1
-31
/
+39
2014-06-19
staging: dgap: rename dgap_after_config_loaded() to dgap_alloc_flipbuf()
Daeseok Youn
1
-3
/
+3
2014-06-19
staging: dgap: introduce dgap_free_irq()
Daeseok Youn
1
-2
/
+8
2014-06-19
staging: dgap: introduce dgap_tty_free() for freeing channels.
Daeseok Youn
1
-1
/
+16
2014-06-19
staging: dgap: get rid of brd->firstminor because it is 0
Daeseok Youn
2
-6
/
+4
2014-06-19
staging: dgap: remove unused paramter in dgap_parsefile()
Daeseok Youn
1
-3
/
+3
2014-06-19
staging: dgap: rename dgap_tty_uninit() to dgap_cleanup_tty()
Daeseok Youn
1
-4
/
+4
2014-06-19
staging: dgap: rename dgap_finalize_board_init() to dgap_request_irq()
Daeseok Youn
1
-3
/
+3
2014-06-19
staging: dgap: pass "brd" as a paramter to dgap_after_config_loaded()
Daeseok Youn
1
-9
/
+9
2014-06-19
staging: dgap: pass "dgap_numboards" as a paramter to dgap_found_board()
Daeseok Youn
1
-7
/
+7
2014-06-19
staging: dgap: make dgap_config_buf a local buffer
Daeseok Youn
1
-2
/
+2
[next]