index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
dgnc
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-02
staging: dgnc: Fix do not add new typedefs
Ebru Akagunduz
8
-103
/
+100
2014-10-02
staging: dgnc: Fix no spaces at the start of a line in dpacompat.h
Yeliz Taneroglu
1
-1
/
+1
2014-10-02
Staging: dgnc: Add missing blank line
Mahati Chamarthy
1
-0
/
+2
2014-10-02
Staging: dgnc: Remove unnecessary braces
Mahati Chamarthy
1
-8
/
+4
2014-10-02
Staging: dgnc: Remove return in void function
Mahati Chamarthy
1
-3
/
+0
2014-09-28
Staging: dgnc: Remove space before parenthesis
Mahati Chamarthy
1
-4
/
+4
2014-09-28
staging: dgnc: dgnc_driver.h: Remove non-standard spinlock's macros
Roberta Dobrescu
1
-8
/
+0
2014-09-28
staging: dgnc: dgnc_driver.c: Replace non-standard spinlock's macros
Roberta Dobrescu
1
-17
/
+17
2014-09-28
staging: dgnc: dgnc_neo.c: Replace non-standard spinlock's macros
Roberta Dobrescu
1
-54
/
+66
2014-09-28
staging: dgnc: dgnc_tty.c: Replace non-standard spinlock's macros
Roberta Dobrescu
1
-146
/
+147
2014-09-28
staging: dgnc: dgnc_mgmt.c: Replace non-standard spinlock's macros
Roberta Dobrescu
1
-15
/
+15
2014-09-28
staging: dgnc: Fixed white space warning.
Gulsah Kose
1
-6
/
+6
2014-09-23
staging: dgnc: Replace non-standard spinlock's macros
Roberta Dobrescu
1
-33
/
+33
2014-09-23
staging: dgnc: Fix unnecessary braces warning.
Gulsah Kose
1
-4
/
+2
2014-09-19
staging: dgnc: Check sscanf return value
Roberta Dobrescu
1
-3
/
+15
2014-09-19
staging: dgnc: Fix unnecessary space warning.
Gulsah Kose
1
-18
/
+18
2014-09-19
staging: dgnc: Fix missing blank line warning.
Gulsah Kose
1
-0
/
+1
2014-09-19
Staging: dgnc: Merge lines and remove unused variable for immediate return
Vaishali Thakkar
1
-4
/
+1
2014-09-19
staging: dgnc: Move open brace on previous line
Roberta Dobrescu
1
-8
/
+4
2014-09-19
staging: dgnc: Do not initialise statics to 0 or NULL
Roberta Dobrescu
1
-1
/
+1
2014-09-19
staging: dgnc: Replace kzalloc with kcalloc
Roberta Dobrescu
1
-4
/
+4
2014-09-19
staging: dgnc: Fix warnings relating to printk()
Roberta Dobrescu
1
-2
/
+2
2014-09-02
staging: dgnc: split two assignments into the two assignments on two lines.
Seunghun Lee
5
-19
/
+33
2014-09-02
staging: dgnc: Fix sleeping under spinlock bug
Konrad Zapalowicz
1
-1
/
+1
2014-08-31
staging: dgnc: remove some unused macros
Seunghun Lee
1
-5
/
+2
2014-08-30
staging: dgnc: Fix checkpatch include warning
Kieron Browne
1
-1
/
+1
2014-08-30
staging: dgnc: remove DPR Macros and related codes.
Seunghun Lee
6
-438
/
+29
2014-08-17
staging: dgnc: Remove unnecessary dgnc_Major_Control_Registered variable
Konrad Zapalowicz
1
-23
/
+15
2014-08-17
staging: dgnc: Remove not needed dgnc_driver_start variable
Konrad Zapalowicz
1
-5
/
+0
2014-08-17
staging: dgnc: Remove driver-wide polling counter variable
Konrad Zapalowicz
3
-14
/
+0
2014-08-17
staging: dgnc: Remove driver-wide state variable
Konrad Zapalowicz
3
-30
/
+0
2014-08-16
staging: dgnc: Remove unnecessary 'return' statement
Konrad Zapalowicz
1
-2
/
+0
2014-08-16
staging: dgnc: Fix missing blank line after declarations
Konrad Zapalowicz
1
-0
/
+7
2014-08-16
staging: dgnc: Remove 'volatile' modifier where it is not needed
Konrad Zapalowicz
1
-1
/
+1
2014-08-16
staging: dgnc: Fix braces {} are not necessary for single statement blocks
Konrad Zapalowicz
1
-2
/
+1
2014-08-16
staging: dgnc: Fix that open brace { should be on the previous line
Konrad Zapalowicz
1
-3
/
+3
2014-08-16
staging: dgnc: Fix missing blank line after declarations
Konrad Zapalowicz
1
-0
/
+6
2014-08-16
staging: dgnc: Fix included header from 'asm'
Konrad Zapalowicz
1
-1
/
+1
2014-08-16
staging: dgnc: Update the TODO file
Konrad Zapalowicz
1
-5
/
+0
2014-08-16
staging: dgnc: Siplify the dgnc_start function
Konrad Zapalowicz
1
-47
/
+44
2014-08-16
staging: dgnc: Move utility functions out of dgnc_driver.c
Konrad Zapalowicz
6
-85
/
+80
2014-08-16
staging: dgnc: Remove unnecessary functions from dgnc_driver.c
Konrad Zapalowicz
1
-28
/
+2
2014-08-16
staging: dgnc: Fix frame size is larger than 1024B
Konrad Zapalowicz
1
-4
/
+12
2014-08-16
staging: dgnc: Fix no spaces before tabs checkpath warning
Konrad Zapalowicz
1
-3
/
+3
2014-08-16
staging: dgnc: Fix externs should be avoided in the .c files
Konrad Zapalowicz
1
-45
/
+39
2014-08-01
staging: dgnc: Remove unneeded dgnc_trace.c and dgnc_trace.h
Seunghun Lee
7
-93
/
+1
2014-08-01
staging: dgnc: rephrase comment
Seunghun Lee
1
-4
/
+4
2014-07-30
staging: dgnc: removes unused if defined code
Seunghun Lee
3
-65
/
+0
2014-07-27
staging: dgnc: remove commented code
Seunghun Lee
5
-156
/
+1
2014-07-24
staging: dgnc: Fix space required after that ','
Seunghun Lee
1
-2
/
+2
[next]