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.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
/
dgnc
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-01
staging: dgnc_sysfs: Replace printk(KERN_ERR ) with pr_err()
Ioana Ciornei
1
-1
/
+1
2015-03-24
dgnc: Clean up dgnc_sysfs.h
Giedrius Statkevičius
1
-4
/
+1
2015-03-24
dgnc: remove unused stuff from dgnc_cls.h
Giedrius Statkevičius
1
-13
/
+0
2015-03-24
dgnc: remove old 2.4-2.6 compat kernel defines
Giedrius Statkevičius
4
-42
/
+1
2015-03-24
dgnc: use linux/types.h instead of dgnc_types.h
Giedrius Statkevičius
5
-39
/
+7
2015-03-24
dgnc: get rid of dpacompat.h, move remaining stuff to digi.h
Giedrius Statkevičius
5
-112
/
+36
2015-03-24
dgnc: clean up digi.h
Giedrius Statkevičius
1
-267
/
+0
2015-03-24
dgnc: remove unused dgnc_ioctl_name() command
Giedrius Statkevičius
2
-53
/
+0
2015-03-24
staging: dgnc: some off by one bugs
Dan Carpenter
4
-7
/
+7
2015-03-18
Staging: dgnc: release the lock before testing for nullity
Quentin Lambert
1
-1
/
+1
2015-03-12
Staging: dgnc: Use goto for spinlock release before return
Quentin Lambert
1
-25
/
+23
2015-03-12
Staging: dgnc: Use goto for error handling
Quentin Lambert
3
-41
/
+22
2015-03-12
Staging: dgnc: Remove redundant parentheses
Somya Anand
1
-17
/
+17
2015-03-12
Staging: dgnc: dgnc_driver: Add a missing call to dgnc_tty_uninit
Quentin Lambert
1
-0
/
+1
2015-03-12
dgnc: clean up comments at start of files
Giedrius Statkevičius
17
-163
/
+0
2015-03-12
dgnc: Remove unneeded dgnc_state array of strings
Giedrius Statkevičius
2
-9
/
+0
2015-03-12
staging: dgnc: Use kcalloc instead of kzalloc.
Navya Sri Nizamkari
1
-1
/
+1
2015-03-12
staging: dgnc: off by one in dgnc_mgmt_ioctl()
Dan Carpenter
1
-2
/
+1
2015-03-12
dgnc: Make all lines under 80 characters in dgnc_driver.c
Giedrius Statkevičius
1
-7
/
+8
2015-03-12
dgnc: Make all lines under 80 characters in dgnc_cls.h
Giedrius Statkevičius
1
-12
/
+28
2015-03-12
dgnc: Remove redundant blank lines in dgnc_cls.c
Giedrius Statkevičius
1
-36
/
+0
2015-03-12
dgnc: Move DG_PART definition from Makefile to dgnc_driver.h
Cass May
2
-2
/
+1
2015-03-12
dgnc: Remove superfluous EXTRA_CFLAGS variable
Cass May
1
-1
/
+1
2015-03-09
drivers: staging: dgnc: Replace min with min_t
Darshana Padmadas
1
-1
/
+1
2015-03-07
Staging: dgnc: Fix checking return value of register_chrdev
Salah Triki
1
-2
/
+2
2015-03-07
staging: dgnc: fix braces {} are not necessary for single statement blocks
Salah Triki
1
-4
/
+0
2015-03-02
Staging: dgnc: Replace printk() with dev_dbg()
Cristina Opriceana
1
-2
/
+2
2015-03-02
Staging: dgnc: Replace printk with dev_err
Cristina Opriceana
1
-1
/
+1
2015-02-27
Staging: dgnc: Removed trailing whitespace
Gamze POLAT
1
-3
/
+3
2015-02-27
staging: dgnc: replace init_timer by setup_timer
Aya Mahfouz
1
-6
/
+2
2015-02-25
Staging: dgnc: Fix warning of code style
Vatika Harlalka
1
-1
/
+3
2015-02-25
Staging: dgnc: Removed trailing whitespace to improve readability.
Vatika Harlalka
1
-6
/
+6
2015-02-25
Staging: dgnc: Indented code to increase readability
Vatika Harlalka
1
-2
/
+2
2015-01-28
drivers/staging: use current->state helpers
Davidlohr Bueso
1
-1
/
+1
2015-01-25
Staging: dgnc: fixed some coding style errors
Andrew Milkovich
2
-36
/
+36
2015-01-25
staging: dgnc: fix long lines in PCI device table
Krzysztof Adamski
1
-6
/
+6
2015-01-18
staging: dgnc: implement proper error handling in dgnc_start()
Alexey Khoroshilov
1
-4
/
+24
2014-10-30
staging: dgnc: Remove useless cast on void pointer
Tapasweni Pathak
2
-2
/
+2
2014-10-28
staging: dgnc: dgnc_kcompat.h: remove unused macro
Aya Mahfouz
1
-5
/
+0
2014-10-28
staging: dgnc: remove debug symbols
Aya Mahfouz
3
-58
/
+1
2014-10-28
staging: dgnc: remove unused variable named rawreadok
Aya Mahfouz
3
-22
/
+0
2014-10-28
staging: dgnc: dgnc_driver: remove all occurences of trcbuf_size
Aya Mahfouz
2
-3
/
+0
2014-10-28
staging: dgnc: dgnc_kcompat.h: remove unused macros
Aya Mahfouz
1
-13
/
+0
2014-10-28
staging: dgnc: delete successive assignments to the same location
Jiayi Ye
1
-2
/
+0
2014-10-23
Staging: dgnc: Remove unused sniff code
Somya Anand
5
-150
/
+0
2014-10-20
staging: dgnc: Remove space before tabs
Dilek Uzulmez
1
-1
/
+1
2014-10-20
staging: dgnc: Remove non-standard APR/RAPR printing macros
Roberta Dobrescu
5
-58
/
+35
2014-10-20
Staging: dgnc: Compress two lines of code into one.
Heena Sirwani
1
-4
/
+2
2014-10-08
Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-13
/
+0
2014-10-02
staging: dgnc: Fix do not add new typedefs
Ebru Akagunduz
8
-103
/
+100
[next]