summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc
Commit message (Expand)AuthorAgeFilesLines
* Staging: dgnc: Fix checking return value of register_chrdevSalah Triki2015-03-071-2/+2
* staging: dgnc: fix braces {} are not necessary for single statement blocksSalah Triki2015-03-071-4/+0Star
* Staging: dgnc: Replace printk() with dev_dbg()Cristina Opriceana2015-03-021-2/+2
* Staging: dgnc: Replace printk with dev_errCristina Opriceana2015-03-021-1/+1
* Staging: dgnc: Removed trailing whitespaceGamze POLAT2015-02-261-3/+3
* staging: dgnc: replace init_timer by setup_timerAya Mahfouz2015-02-261-6/+2Star
* Staging: dgnc: Fix warning of code styleVatika Harlalka2015-02-241-1/+3
* Staging: dgnc: Removed trailing whitespace to improve readability.Vatika Harlalka2015-02-241-6/+6
* Staging: dgnc: Indented code to increase readabilityVatika Harlalka2015-02-241-2/+2
* drivers/staging: use current->state helpersDavidlohr Bueso2015-01-281-1/+1
* Staging: dgnc: fixed some coding style errorsAndrew Milkovich2015-01-252-36/+36
* staging: dgnc: fix long lines in PCI device tableKrzysztof Adamski2015-01-251-6/+6
* staging: dgnc: implement proper error handling in dgnc_start()Alexey Khoroshilov2015-01-181-4/+24
* staging: dgnc: Remove useless cast on void pointerTapasweni Pathak2014-10-302-2/+2
* staging: dgnc: dgnc_kcompat.h: remove unused macroAya Mahfouz2014-10-281-5/+0Star
* staging: dgnc: remove debug symbolsAya Mahfouz2014-10-283-58/+1Star
* staging: dgnc: remove unused variable named rawreadokAya Mahfouz2014-10-283-22/+0Star
* staging: dgnc: dgnc_driver: remove all occurences of trcbuf_sizeAya Mahfouz2014-10-282-3/+0Star
* staging: dgnc: dgnc_kcompat.h: remove unused macrosAya Mahfouz2014-10-281-13/+0Star
* staging: dgnc: delete successive assignments to the same locationJiayi Ye2014-10-281-2/+0Star
* Staging: dgnc: Remove unused sniff codeSomya Anand2014-10-235-150/+0Star
* staging: dgnc: Remove space before tabsDilek Uzulmez2014-10-201-1/+1
* staging: dgnc: Remove non-standard APR/RAPR printing macrosRoberta Dobrescu2014-10-205-58/+35Star
* Staging: dgnc: Compress two lines of code into one.Heena Sirwani2014-10-201-4/+2Star
* Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-10-081-13/+0Star
|\
| * staging: dgnc: remove Neo card ids from device tableBill Pemberton2014-09-081-13/+0Star
* | staging: dgnc: Fix do not add new typedefsEbru Akagunduz2014-10-028-103/+100Star
* | staging: dgnc: Fix no spaces at the start of a line in dpacompat.hYeliz Taneroglu2014-10-021-1/+1
* | Staging: dgnc: Add missing blank lineMahati Chamarthy2014-10-021-0/+2
* | Staging: dgnc: Remove unnecessary bracesMahati Chamarthy2014-10-021-8/+4Star
* | Staging: dgnc: Remove return in void functionMahati Chamarthy2014-10-021-3/+0Star
* | Staging: dgnc: Remove space before parenthesisMahati Chamarthy2014-09-291-4/+4
* | staging: dgnc: dgnc_driver.h: Remove non-standard spinlock's macrosRoberta Dobrescu2014-09-291-8/+0Star
* | staging: dgnc: dgnc_driver.c: Replace non-standard spinlock's macrosRoberta Dobrescu2014-09-291-17/+17
* | staging: dgnc: dgnc_neo.c: Replace non-standard spinlock's macrosRoberta Dobrescu2014-09-291-54/+66
* | staging: dgnc: dgnc_tty.c: Replace non-standard spinlock's macrosRoberta Dobrescu2014-09-291-146/+147
* | staging: dgnc: dgnc_mgmt.c: Replace non-standard spinlock's macrosRoberta Dobrescu2014-09-291-15/+15
* | staging: dgnc: Fixed white space warning.Gulsah Kose2014-09-291-6/+6
* | staging: dgnc: Replace non-standard spinlock's macrosRoberta Dobrescu2014-09-241-33/+33
* | staging: dgnc: Fix unnecessary braces warning.Gulsah Kose2014-09-231-4/+2Star
* | staging: dgnc: Check sscanf return valueRoberta Dobrescu2014-09-201-3/+15
* | staging: dgnc: Fix unnecessary space warning.Gulsah Kose2014-09-201-18/+18
* | staging: dgnc: Fix missing blank line warning.Gulsah Kose2014-09-201-0/+1
* | Staging: dgnc: Merge lines and remove unused variable for immediate returnVaishali Thakkar2014-09-201-4/+1Star
* | staging: dgnc: Move open brace on previous lineRoberta Dobrescu2014-09-201-8/+4Star
* | staging: dgnc: Do not initialise statics to 0 or NULLRoberta Dobrescu2014-09-201-1/+1
* | staging: dgnc: Replace kzalloc with kcallocRoberta Dobrescu2014-09-201-4/+4
* | staging: dgnc: Fix warnings relating to printk()Roberta Dobrescu2014-09-201-2/+2
* | staging: dgnc: split two assignments into the two assignments on two lines.Seunghun Lee2014-09-025-19/+33
* | staging: dgnc: Fix sleeping under spinlock bugKonrad Zapalowicz2014-09-021-1/+1