index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
dgnc
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging: dgnc: free memory allocated
Hari Prasath Gujulan Elango
2015-06-18
1
-0
/
+4
*
staging: dgnc: fix typo in comments secion
Hari Prasath Gujulan Elango
2015-06-18
1
-1
/
+1
*
staging: dgnc: remove ununsed Macro
Hari Prasath Gujulan Elango
2015-06-08
1
-1
/
+0
*
staging: dgnc: delete all references to 'flipbuf'
Gujulan Elango, Hari Prasath (H.)
2015-05-31
2
-12
/
+0
*
staging: dgnc: fix line length over 80 chars in dgnc_sysfs.c
Wim de With
2015-05-31
1
-36
/
+74
*
Staging: dgnc: fixed coding style issue in digi.h
Buţiu Alexandru Octavian
2015-05-31
1
-7
/
+7
*
staging: dgnc: remove redundant check
Giedrius Statkevičius
2015-05-08
1
-6
/
+0
*
staging: dgnc: remove dead code in dgnc_tty_write()
Giedrius Statkevičius
2015-05-08
1
-44
/
+1
*
staging: dgnc: remove redundant !ch checks
Giedrius Statkevičius
2015-05-08
2
-4
/
+2
*
staging: dgnc: don't forget to check if ->channels[i] is NULL in dgnc_tty_uni...
Giedrius Statkevičius
2015-05-08
1
-2
/
+6
*
staging: dgnc: clean up allocation of ->channels[i]
Giedrius Statkevičius
2015-05-08
1
-16
/
+15
*
staging: dgnc: remove some dead code from dgnc_tty.c
Giedrius Statkevičius
2015-05-08
1
-16
/
+0
*
Staging: fixed multiple spelling errors.
Carlos E. Garcia
2015-05-08
2
-4
/
+4
*
staging: dgnc_sysfs: Replace printk(KERN_ERR ) with pr_err()
Ioana Ciornei
2015-04-01
1
-1
/
+1
*
dgnc: Clean up dgnc_sysfs.h
Giedrius Statkevičius
2015-03-24
1
-4
/
+1
*
dgnc: remove unused stuff from dgnc_cls.h
Giedrius Statkevičius
2015-03-24
1
-13
/
+0
*
dgnc: remove old 2.4-2.6 compat kernel defines
Giedrius Statkevičius
2015-03-24
4
-42
/
+1
*
dgnc: use linux/types.h instead of dgnc_types.h
Giedrius Statkevičius
2015-03-24
5
-39
/
+7
*
dgnc: get rid of dpacompat.h, move remaining stuff to digi.h
Giedrius Statkevičius
2015-03-24
5
-112
/
+36
*
dgnc: clean up digi.h
Giedrius Statkevičius
2015-03-24
1
-267
/
+0
*
dgnc: remove unused dgnc_ioctl_name() command
Giedrius Statkevičius
2015-03-24
2
-53
/
+0
*
staging: dgnc: some off by one bugs
Dan Carpenter
2015-03-24
4
-7
/
+7
*
Staging: dgnc: release the lock before testing for nullity
Quentin Lambert
2015-03-18
1
-1
/
+1
*
Staging: dgnc: Use goto for spinlock release before return
Quentin Lambert
2015-03-12
1
-25
/
+23
*
Staging: dgnc: Use goto for error handling
Quentin Lambert
2015-03-12
3
-41
/
+22
*
Staging: dgnc: Remove redundant parentheses
Somya Anand
2015-03-12
1
-17
/
+17
*
Staging: dgnc: dgnc_driver: Add a missing call to dgnc_tty_uninit
Quentin Lambert
2015-03-12
1
-0
/
+1
*
dgnc: clean up comments at start of files
Giedrius Statkevičius
2015-03-12
17
-163
/
+0
*
dgnc: Remove unneeded dgnc_state array of strings
Giedrius Statkevičius
2015-03-12
2
-9
/
+0
*
staging: dgnc: Use kcalloc instead of kzalloc.
Navya Sri Nizamkari
2015-03-12
1
-1
/
+1
*
staging: dgnc: off by one in dgnc_mgmt_ioctl()
Dan Carpenter
2015-03-12
1
-2
/
+1
*
dgnc: Make all lines under 80 characters in dgnc_driver.c
Giedrius Statkevičius
2015-03-12
1
-7
/
+8
*
dgnc: Make all lines under 80 characters in dgnc_cls.h
Giedrius Statkevičius
2015-03-12
1
-12
/
+28
*
dgnc: Remove redundant blank lines in dgnc_cls.c
Giedrius Statkevičius
2015-03-12
1
-36
/
+0
*
dgnc: Move DG_PART definition from Makefile to dgnc_driver.h
Cass May
2015-03-12
2
-2
/
+1
*
dgnc: Remove superfluous EXTRA_CFLAGS variable
Cass May
2015-03-12
1
-1
/
+1
*
drivers: staging: dgnc: Replace min with min_t
Darshana Padmadas
2015-03-09
1
-1
/
+1
*
Staging: dgnc: Fix checking return value of register_chrdev
Salah Triki
2015-03-06
1
-2
/
+2
*
staging: dgnc: fix braces {} are not necessary for single statement blocks
Salah Triki
2015-03-06
1
-4
/
+0
*
Staging: dgnc: Replace printk() with dev_dbg()
Cristina Opriceana
2015-03-01
1
-2
/
+2
*
Staging: dgnc: Replace printk with dev_err
Cristina Opriceana
2015-03-01
1
-1
/
+1
*
Staging: dgnc: Removed trailing whitespace
Gamze POLAT
2015-02-26
1
-3
/
+3
*
staging: dgnc: replace init_timer by setup_timer
Aya Mahfouz
2015-02-26
1
-6
/
+2
*
Staging: dgnc: Fix warning of code style
Vatika Harlalka
2015-02-24
1
-1
/
+3
*
Staging: dgnc: Removed trailing whitespace to improve readability.
Vatika Harlalka
2015-02-24
1
-6
/
+6
*
Staging: dgnc: Indented code to increase readability
Vatika Harlalka
2015-02-24
1
-2
/
+2
*
drivers/staging: use current->state helpers
Davidlohr Bueso
2015-01-28
1
-1
/
+1
*
Staging: dgnc: fixed some coding style errors
Andrew Milkovich
2015-01-25
2
-36
/
+36
*
staging: dgnc: fix long lines in PCI device table
Krzysztof Adamski
2015-01-25
1
-6
/
+6
*
staging: dgnc: implement proper error handling in dgnc_start()
Alexey Khoroshilov
2015-01-17
1
-4
/
+24
[next]