index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
dgnc
Age
Commit message (
Expand
)
Author
Lines
2015-10-16
staging: dgnc: dgnc_driver: Remove useless initialisation
Amitoj Kaur Chawla
-1
/
+1
2015-10-16
staging: dgnc: dgnc_tty: Remove useless initialisation
Amitoj Kaur Chawla
-1
/
+1
2015-10-16
staging: dgnc: Fix lines over 80 characters
Cristina Moraru
-18
/
+40
2015-10-16
staging/dgnc: fix info leak in ioctl
Salva Peiró
-0
/
+1
2015-10-12
staging: dgnc: simplify a trivial if-return sequence
Parshuram Thombare
-4
/
+1
2015-10-12
staging: dgnc: remove parenthesis
Sudip Mukherjee
-32
/
+32
2015-10-12
staging: dgnc: alignment style
Sudip Mukherjee
-22
/
+22
2015-10-12
staging: dgnc: remove space after cast
Sudip Mukherjee
-27
/
+27
2015-10-12
staging: dgnc: remove blankline after brace
Sudip Mukherjee
-30
/
+0
2015-10-12
staging: dgnc: remove blankline before brace
Sudip Mukherjee
-16
/
+0
2015-10-12
staging: dgnc: remove multiple blank lines
Sudip Mukherjee
-140
/
+0
2015-10-04
staging: dgnc: take a lock when storing value in dgnc_poll_tick
Salah Triki
-2
/
+10
2015-10-04
staging: dgnc: remove dgnc_init_globals function
Sudip Mukherjee
-16
/
+2
2015-10-04
staging: dgnc: remove initialization of global
Sudip Mukherjee
-7
/
+0
2015-10-04
staging: dgnc: remove NULL test
Sudip Mukherjee
-2
/
+1
2015-10-04
staging: dgnc: change style of NULL comparison
Sudip Mukherjee
-3
/
+3
2015-10-04
staging: dgnc: remove unused variables
Sudip Mukherjee
-12
/
+3
2015-10-04
staging: dgnc: Fix line over 80 characters warning
Cristina Moraru
-58
/
+128
2015-10-02
staging: dgnc: Fix indentation warning
Cristina Moraru
-6
/
+6
2015-09-14
staging: dgnc: Fixed line over 80 characters long
Anjali Menon
-1
/
+2
2015-08-14
staging: dgnc: Remove unnecessary externs
Joe Perches
-8
/
+8
2015-07-31
Staging: dgnc: dgnc_driver.h: remove unnecessary comments
Navy Cheng
-3
/
+3
2015-06-18
staging: dgnc: free memory allocated
Hari Prasath Gujulan Elango
-0
/
+4
2015-06-18
staging: dgnc: fix typo in comments secion
Hari Prasath Gujulan Elango
-1
/
+1
2015-06-08
staging: dgnc: remove ununsed Macro
Hari Prasath Gujulan Elango
-1
/
+0
2015-05-31
staging: dgnc: delete all references to 'flipbuf'
Gujulan Elango, Hari Prasath (H.)
-12
/
+0
2015-05-31
staging: dgnc: fix line length over 80 chars in dgnc_sysfs.c
Wim de With
-36
/
+74
2015-05-31
Staging: dgnc: fixed coding style issue in digi.h
Buţiu Alexandru Octavian
-7
/
+7
2015-05-08
staging: dgnc: remove redundant check
Giedrius Statkevičius
-6
/
+0
2015-05-08
staging: dgnc: remove dead code in dgnc_tty_write()
Giedrius Statkevičius
-44
/
+1
2015-05-08
staging: dgnc: remove redundant !ch checks
Giedrius Statkevičius
-4
/
+2
2015-05-08
staging: dgnc: don't forget to check if ->channels[i] is NULL in dgnc_tty_uni...
Giedrius Statkevičius
-2
/
+6
2015-05-08
staging: dgnc: clean up allocation of ->channels[i]
Giedrius Statkevičius
-16
/
+15
2015-05-08
staging: dgnc: remove some dead code from dgnc_tty.c
Giedrius Statkevičius
-16
/
+0
2015-05-08
Staging: fixed multiple spelling errors.
Carlos E. Garcia
-4
/
+4
2015-04-01
staging: dgnc_sysfs: Replace printk(KERN_ERR ) with pr_err()
Ioana Ciornei
-1
/
+1
2015-03-24
dgnc: Clean up dgnc_sysfs.h
Giedrius Statkevičius
-4
/
+1
2015-03-24
dgnc: remove unused stuff from dgnc_cls.h
Giedrius Statkevičius
-13
/
+0
2015-03-24
dgnc: remove old 2.4-2.6 compat kernel defines
Giedrius Statkevičius
-42
/
+1
2015-03-24
dgnc: use linux/types.h instead of dgnc_types.h
Giedrius Statkevičius
-39
/
+7
2015-03-24
dgnc: get rid of dpacompat.h, move remaining stuff to digi.h
Giedrius Statkevičius
-112
/
+36
2015-03-24
dgnc: clean up digi.h
Giedrius Statkevičius
-267
/
+0
2015-03-24
dgnc: remove unused dgnc_ioctl_name() command
Giedrius Statkevičius
-53
/
+0
2015-03-24
staging: dgnc: some off by one bugs
Dan Carpenter
-7
/
+7
2015-03-18
Staging: dgnc: release the lock before testing for nullity
Quentin Lambert
-1
/
+1
2015-03-12
Staging: dgnc: Use goto for spinlock release before return
Quentin Lambert
-25
/
+23
2015-03-12
Staging: dgnc: Use goto for error handling
Quentin Lambert
-41
/
+22
2015-03-12
Staging: dgnc: Remove redundant parentheses
Somya Anand
-17
/
+17
2015-03-12
Staging: dgnc: dgnc_driver: Add a missing call to dgnc_tty_uninit
Quentin Lambert
-0
/
+1
2015-03-12
dgnc: clean up comments at start of files
Giedrius Statkevičius
-163
/
+0
[next]