aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/dgnc/dgnc_driver.h
AgeCommit message (Expand)AuthorFilesLines
2016-12-01staging: dgnc: remove sysfs filesGravatar Greg Kroah-Hartman 1-1/+0
2016-11-19staging: dgnc: dgnc_driver.h Spelling correctionGravatar Walt Feasel 1-1/+1
2016-11-19staging: dgnc: dgnc_driver.h Align columnsGravatar Walt Feasel 1-10/+10
2016-11-19staging: dgnc: dgnc_driver.h Comment style modificationsGravatar Walt Feasel 1-97/+73
2016-09-27staging: dgnc: remove useless variablesGravatar Daeseok Youn 1-3/+0
2016-09-27staging: dgnc: remove useless message bufferGravatar Daeseok Youn 1-6/+0
2016-08-21staging: dgnc: fix 'line over 80 characters'Gravatar Anson Jacob 1-1/+1
2016-08-15staging: dgnc: remove useless variable 'ch_intr_rx'Gravatar Daeseok Youn 1-2/+0
2016-08-15staging: dgnc: remove useless variable 'ch_intr_tx'Gravatar Daeseok Youn 1-1/+0
2016-08-15staging: dgnc: remove useless variable 'ch_intr_modem'Gravatar Daeseok Youn 1-1/+0
2016-08-15staging: dgnc: remove useless variable 'intr_rx'Gravatar Daeseok Youn 1-1/+0
2016-08-15staging: dgnc: remove useless variable 'intr_tx'Gravatar Daeseok Youn 1-1/+0
2016-08-15staging: dgnc: remove unused variable 'intr_modem'Gravatar Daeseok Youn 1-1/+0
2016-08-15staging: dgnc: remove useless variable 'intr_count'Gravatar Daeseok Youn 1-1/+0
2016-04-29staging: dgnc: use tty_alloc_driver instead of kcallocGravatar Daeseok Youn 1-2/+2
2016-03-31staging: dgnc: remove useless variables for saving tty'sGravatar Daeseok Youn 1-3/+0
2016-03-28staging: dgnc: remove unused variable in dgnc_boardGravatar Daeseok Youn 1-2/+0
2016-03-28staging: dgnc: fix CamelCase in dgnc_drvier.h andGravatar Daeseok Youn 1-6/+6
2016-03-28staging: dgnc: fix CamelCase in dgnc_driver.cGravatar Daeseok Youn 1-3/+3
2016-03-28staging: dgnc: fix camelcase of SerialDriver and PrintDriverGravatar Daeseok Youn 1-2/+2
2016-03-11staging: dgnc: Avoid multiple blank linesGravatar Rehas Sachdeva 1-8/+0
2015-10-16staging: dgnc: Fix lines over 80 charactersGravatar Cristina Moraru 1-18/+40
2015-10-04staging: dgnc: take a lock when storing value in dgnc_poll_tickGravatar Salah Triki 1-0/+1
2015-07-31Staging: dgnc: dgnc_driver.h: remove unnecessary commentsGravatar Navy Cheng 1-3/+3
2015-06-18staging: dgnc: fix typo in comments secionGravatar Hari Prasath Gujulan Elango 1-1/+1
2015-06-08staging: dgnc: remove ununsed MacroGravatar Hari Prasath Gujulan Elango 1-1/+0
2015-05-31staging: dgnc: delete all references to 'flipbuf'Gravatar Gujulan Elango, Hari Prasath (H.) 1-3/+0
2015-03-24dgnc: remove old 2.4-2.6 compat kernel definesGravatar Giedrius Statkevičius 1-1/+0
2015-03-24dgnc: use linux/types.h instead of dgnc_types.hGravatar Giedrius Statkevičius 1-3/+2
2015-03-12dgnc: clean up comments at start of filesGravatar Giedrius Statkevičius 1-6/+0
2015-03-12dgnc: Remove unneeded dgnc_state array of stringsGravatar Giedrius Statkevičius 1-1/+0
2015-03-12dgnc: Move DG_PART definition from Makefile to dgnc_driver.hGravatar Cass May 1-0/+1
2015-02-24Staging: dgnc: Removed trailing whitespace to improve readability.Gravatar Vatika Harlalka 1-6/+6
2014-10-28staging: dgnc: remove debug symbolsGravatar Aya Mahfouz 1-31/+1
2014-10-28staging: dgnc: remove unused variable named rawreadokGravatar Aya Mahfouz 1-1/+0
2014-10-28staging: dgnc: dgnc_driver: remove all occurences of trcbuf_sizeGravatar Aya Mahfouz 1-1/+0
2014-10-23Staging: dgnc: Remove unused sniff codeGravatar Somya Anand 1-14/+0
2014-10-20staging: dgnc: Remove non-standard APR/RAPR printing macrosGravatar Roberta Dobrescu 1-13/+2
2014-10-02staging: dgnc: Fix do not add new typedefsGravatar Ebru Akagunduz 1-15/+15
2014-09-28staging: dgnc: dgnc_driver.h: Remove non-standard spinlock's macrosGravatar Roberta Dobrescu 1-8/+0
2014-09-19staging: dgnc: Fix unnecessary space warning.Gravatar Gulsah Kose 1-18/+18
2014-08-31staging: dgnc: remove some unused macrosGravatar Seunghun Lee 1-5/+2
2014-08-30staging: dgnc: remove DPR Macros and related codes.Gravatar Seunghun Lee 1-21/+0
2014-08-17staging: dgnc: Remove driver-wide polling counter variableGravatar Konrad Zapalowicz 1-1/+0
2014-08-17staging: dgnc: Remove driver-wide state variableGravatar Konrad Zapalowicz 1-2/+0
2014-08-16staging: dgnc: Move utility functions out of dgnc_driver.cGravatar Konrad Zapalowicz 1-10/+0
2014-07-30staging: dgnc: removes unused if defined codeGravatar Seunghun Lee 1-53/+0
2014-07-24staging: dgnc: Fix space required after that ','Gravatar Seunghun Lee 1-2/+2
2014-07-22staging: dgnc: Remove all C99 commentsGravatar Seunghun Lee 1-5/+5
2013-09-17staging: dgnc: Fix typo in staging/dgncGravatar Masanari Iida 1-1/+1