index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
dgap
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging: dgap: remove dgap_newnode()
Daeseok Youn
2014-07-15
1
-30
/
+74
*
staging: dgap: remove unused a parameter in dgap_gettok()
Daeseok Youn
2014-07-15
1
-4
/
+4
*
staging: dgap: fix a typo in dgap_gettok()
Daeseok Youn
2014-07-15
1
-1
/
+1
*
staging: dgap: remove unused case value in dgap_parsefile()
Daeseok Youn
2014-07-15
1
-4
/
+0
*
staging: dgap: remove redundant error value check
Daeseok Youn
2014-07-15
1
-4
/
+1
*
staging: dgap: removes redundant null check and change paramter for dgap_tty_...
Daeseok Youn
2014-07-11
1
-24
/
+5
*
staging: dgap: removes redundant null check and change paramter for dgap_tty_...
Daeseok Youn
2014-07-11
1
-18
/
+5
*
staging: dgap: removes redundant null check and change paramter for dgap_tty_...
Daeseok Youn
2014-07-11
1
-21
/
+5
*
staging: dgap: removes redundant null check and change paramter for dgap_set_...
Daeseok Youn
2014-07-11
1
-28
/
+8
*
staging: dgap: removes redundant null check and change paramter for dgap_tty_...
Daeseok Youn
2014-07-11
1
-18
/
+5
*
staging: dgap: removes redundant null check and change paramter for dgap_tty_...
Daeseok Youn
2014-07-11
1
-23
/
+5
*
staging: dgap: removes redundant null check and change the paramter for dgap_...
Daeseok Youn
2014-07-11
1
-36
/
+13
*
staging: dgap: remove unused variable in dgap_param()
Daeseok Youn
2014-07-11
1
-3
/
+0
*
staging: dgap: redundant NULL and magic check in dgap_get_modem_info()
Daeseok Youn
2014-07-11
1
-3
/
+0
*
staging: dgap: removes redundant null check and change paramter for dgap_maxc...
Daeseok Youn
2014-07-09
1
-17
/
+4
*
staging: dgap: remove redundant NULL check in dgap_tty_init()
Daeseok Youn
2014-07-09
1
-3
/
+0
*
staging: dgap: use kzalloc instead of kmalloc/memset
Daeseok Youn
2014-07-09
1
-4
/
+2
*
staging: dgap: remove unused waitqueues
Daeseok Youn
2014-07-09
2
-9
/
+0
*
staging: dgap: remove unneccessary dgap_init_pci() function
Daeseok Youn
2014-07-09
1
-10
/
+1
*
staging: dgap: Adds a blank line after declaration
Daeseok Youn
2014-07-09
1
-0
/
+3
*
staging: dgap: remove "return" statement in void function
Daeseok Youn
2014-07-09
1
-2
/
+0
*
staging: dgap: fixed "foo* bar should be foo * bar" in dgap.c
Daeseok Youn
2014-07-09
1
-3
/
+3
*
staging: dgap: make dgap_found_board() return a brd pointer
Daeseok Youn
2014-06-20
1
-13
/
+13
*
staging: dgap: unwind on error in dgap_init_one()
Daeseok Youn
2014-06-19
1
-9
/
+44
*
staging: dgap: move unrelated functions in dgap_firmware_load()
Daeseok Youn
2014-06-19
1
-31
/
+39
*
staging: dgap: rename dgap_after_config_loaded() to dgap_alloc_flipbuf()
Daeseok Youn
2014-06-19
1
-3
/
+3
*
staging: dgap: introduce dgap_free_irq()
Daeseok Youn
2014-06-19
1
-2
/
+8
*
staging: dgap: introduce dgap_tty_free() for freeing channels.
Daeseok Youn
2014-06-19
1
-1
/
+16
*
staging: dgap: get rid of brd->firstminor because it is 0
Daeseok Youn
2014-06-19
2
-6
/
+4
*
staging: dgap: remove unused paramter in dgap_parsefile()
Daeseok Youn
2014-06-19
1
-3
/
+3
*
staging: dgap: rename dgap_tty_uninit() to dgap_cleanup_tty()
Daeseok Youn
2014-06-19
1
-4
/
+4
*
staging: dgap: rename dgap_finalize_board_init() to dgap_request_irq()
Daeseok Youn
2014-06-19
1
-3
/
+3
*
staging: dgap: pass "brd" as a paramter to dgap_after_config_loaded()
Daeseok Youn
2014-06-19
1
-9
/
+9
*
staging: dgap: pass "dgap_numboards" as a paramter to dgap_found_board()
Daeseok Youn
2014-06-19
1
-7
/
+7
*
staging: dgap: make dgap_config_buf a local buffer
Daeseok Youn
2014-06-19
1
-2
/
+2
*
staging: dgap: unwind on error in dgap_tty_register_ports()
Daeseok Youn
2014-06-19
1
-2
/
+42
*
staging: dgap: unwind on error in dgap_tty_init()
Daeseok Youn
2014-06-19
1
-5
/
+13
*
staging: dgap: remove bogus null test in dgap_tty_init()
Daeseok Youn
2014-06-19
1
-9
/
+4
*
staging: dgap: unwind on error in dgap_found_board()
Daeseok Youn
2014-06-19
1
-5
/
+14
*
staging: dgap: remove useless dgap_probe1() function
Daeseok Youn
2014-06-19
1
-7
/
+1
*
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
[next]