summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc/dgnc_driver.c
Commit message (Expand)AuthorAgeFilesLines
* staging: dgnc: replace init_timer by setup_timerAya Mahfouz2015-02-261-6/+2
* Staging: dgnc: Fix warning of code styleVatika Harlalka2015-02-241-1/+3
* 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-171-4/+24
* staging: dgnc: remove debug symbolsAya Mahfouz2014-10-281-9/+0
* staging: dgnc: remove unused variable named rawreadokAya Mahfouz2014-10-281-2/+0
* staging: dgnc: dgnc_driver: remove all occurences of trcbuf_sizeAya Mahfouz2014-10-281-2/+0
* staging: dgnc: Remove non-standard APR/RAPR printing macrosRoberta Dobrescu2014-10-201-11/+9
* Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-10-081-13/+0
|\
| * staging: dgnc: remove Neo card ids from device tableBill Pemberton2014-09-081-13/+0
* | staging: dgnc: Fix do not add new typedefsEbru Akagunduz2014-10-021-1/+1
* | staging: dgnc: dgnc_driver.c: Replace non-standard spinlock's macrosRoberta Dobrescu2014-09-281-17/+17
* | staging: dgnc: split two assignments into the two assignments on two lines.Seunghun Lee2014-09-021-4/+6
* | staging: dgnc: remove DPR Macros and related codes.Seunghun Lee2014-08-301-18/+1
* | staging: dgnc: Remove unnecessary dgnc_Major_Control_Registered variableKonrad Zapalowicz2014-08-171-23/+15
* | staging: dgnc: Remove not needed dgnc_driver_start variableKonrad Zapalowicz2014-08-171-5/+0
* | staging: dgnc: Remove driver-wide polling counter variableKonrad Zapalowicz2014-08-171-3/+0
* | staging: dgnc: Remove driver-wide state variableKonrad Zapalowicz2014-08-171-19/+0
* | staging: dgnc: Siplify the dgnc_start functionKonrad Zapalowicz2014-08-161-47/+44
* | staging: dgnc: Move utility functions out of dgnc_driver.cKonrad Zapalowicz2014-08-161-74/+0
* | staging: dgnc: Remove unnecessary functions from dgnc_driver.cKonrad Zapalowicz2014-08-161-28/+2
* | staging: dgnc: Fix no spaces before tabs checkpath warningKonrad Zapalowicz2014-08-161-3/+3
* | staging: dgnc: Fix externs should be avoided in the .c filesKonrad Zapalowicz2014-08-161-45/+39
|/
* staging: dgnc: Remove unneeded dgnc_trace.c and dgnc_trace.hSeunghun Lee2014-08-011-1/+0
* staging: dgnc: removes unused if defined codeSeunghun Lee2014-07-301-4/+0
* staging: dgnc_driver.c: code style fixesGuillaume Morin2014-06-291-6/+5
* Staging: dgnc: fixed brace coding style issue in dgnc_driver.cVincent Heuken2014-06-191-1/+2
* staging: dgnc: redundant NULL checks before kfree()Vitaly Osipov2014-05-151-9/+4
* Staging: dgnc: dgnc_driver: fixed incorrect bracesSon P. Nguyen2014-05-151-14/+7
* staging: dgnc: cleanup dgnc_finalize_board_init()Antoine Sirinelli2014-05-151-3/+6
* staging:dgnc: Replace printk by pr_warnHimangi Saraogi2014-03-081-1/+1
* Staging: dgnc: Fix struct file_operations should normally be constMonam Agarwal2014-03-071-1/+1
* staging: dgnc: braces {} are not necessary for single statement in dgnc_driver.cArchana kumari2013-10-191-2/+1
* staging: dgnc:Removed unecessary error messages in dgnc_driver.cArchana kumari2013-10-191-2/+0
* staging: dgnc: changes arguments in sizeofLidza Louina2013-10-051-2/+2
* staging: dgnc: Remove casting the return value which is a void pointerJingoo Han2013-09-261-2/+2
* staging: dgnc: removes LINUX_VERSION_CODE conditionalsLidza Louina2013-09-251-12/+0
* Merge 3.12-rc2 into staging-next.Greg Kroah-Hartman2013-09-251-2/+2
|\
| * staging: dgnc: fix potential format string flawKees Cook2013-09-171-2/+2
* | staging: dgnc: removes parentheses around return statementsLidza Louina2013-09-171-53/+53
* | staging: dgnc: renames board_t to dgnc_boardLidza Louina2013-09-171-10/+10
|/
* staging: dgnc: driver.c and .h: removes dgnc_driver_kzmalloc funcLidza Louina2013-08-271-15/+0
* staging: dgnc: driver.c and tty.c: replaces dgnc_driver_kzmalloc with kzallocLidza Louina2013-08-271-3/+3
* staging: dgnc: driver.c: removes dgnc_mbuf functionLidza Louina2013-08-221-40/+0
* staging: dgnc: driver.c: Need to include slab.hTushar Behera2013-08-221-0/+1
* staging: dgnc: driver.c: fixes code indent errorLidza Louina2013-08-211-35/+35
* staging: dgnc: removes CVS code from filesLidza Louina2013-08-211-2/+0
* staging: dgnc: driver.c: removes trailing whitespaceLidza Louina2013-08-211-13/+13
* staging: dgnc: removes ifdef HAVE_UNLOCKED_IOCTL conditionalsLidza Louina2013-08-201-4/+0
* staging: dgnc: driver.c: fixes warning about assigning pointerLidza Louina2013-08-201-1/+1
OpenPOWER on IntegriCloud