summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc
Commit message (Expand)AuthorAgeFilesLines
* staging: dgnc: dgnc_cls.c: Replaced udelay by usleep_rangeJitendra Kumar Khasdev2015-12-221-1/+1
* Staging: dgnc: dgnc_tty: Typo error dgnc_wmove commentNizam Haider2015-12-221-1/+1
* Staging: dgnc: dgnc_neo.c Braces {} should be used on all arms of this statementNizam Haider2015-12-221-2/+2
* driver:staging:dgnc Fix spaces preferred around that ...Bogicevic Sasa2015-12-221-3/+3
* Staging: dgnc: Remove unused #include header fileShraddha Barke2015-11-161-1/+0Star
* staging: dgnc: dgnc_driver: Remove useless initialisationAmitoj Kaur Chawla2015-10-171-1/+1
* staging: dgnc: dgnc_tty: Remove useless initialisationAmitoj Kaur Chawla2015-10-171-1/+1
* staging: dgnc: Fix lines over 80 charactersCristina Moraru2015-10-171-18/+40
* staging/dgnc: fix info leak in ioctlSalva Peiró2015-10-171-0/+1
* staging: dgnc: simplify a trivial if-return sequenceParshuram Thombare2015-10-131-4/+1Star
* staging: dgnc: remove parenthesisSudip Mukherjee2015-10-133-32/+32
* staging: dgnc: alignment styleSudip Mukherjee2015-10-134-22/+22
* staging: dgnc: remove space after castSudip Mukherjee2015-10-135-27/+27
* staging: dgnc: remove blankline after braceSudip Mukherjee2015-10-135-30/+0Star
* staging: dgnc: remove blankline before braceSudip Mukherjee2015-10-136-16/+0Star
* staging: dgnc: remove multiple blank linesSudip Mukherjee2015-10-135-140/+0Star
* staging: dgnc: take a lock when storing value in dgnc_poll_tickSalah Triki2015-10-043-2/+10
* staging: dgnc: remove dgnc_init_globals functionSudip Mukherjee2015-10-041-16/+2Star
* staging: dgnc: remove initialization of globalSudip Mukherjee2015-10-041-7/+0Star
* staging: dgnc: remove NULL testSudip Mukherjee2015-10-041-2/+1Star
* staging: dgnc: change style of NULL comparisonSudip Mukherjee2015-10-041-3/+3
* staging: dgnc: remove unused variablesSudip Mukherjee2015-10-042-12/+3Star
* staging: dgnc: Fix line over 80 characters warningCristina Moraru2015-10-041-58/+128
* staging: dgnc: Fix indentation warningCristina Moraru2015-10-021-6/+6
* staging: dgnc: Fixed line over 80 characters longAnjali Menon2015-09-141-1/+2
* staging: dgnc: Remove unnecessary externsJoe Perches2015-08-151-8/+8
* Staging: dgnc: dgnc_driver.h: remove unnecessary commentsNavy Cheng2015-08-011-3/+3
* staging: dgnc: free memory allocatedHari Prasath Gujulan Elango2015-06-191-0/+4
* staging: dgnc: fix typo in comments secionHari Prasath Gujulan Elango2015-06-191-1/+1
* staging: dgnc: remove ununsed MacroHari Prasath Gujulan Elango2015-06-081-1/+0Star
* staging: dgnc: delete all references to 'flipbuf'Gujulan Elango, Hari Prasath (H.)2015-05-312-12/+0Star
* staging: dgnc: fix line length over 80 chars in dgnc_sysfs.cWim de With2015-05-311-36/+74
* Staging: dgnc: fixed coding style issue in digi.hBuţiu Alexandru Octavian2015-05-311-7/+7
* staging: dgnc: remove redundant checkGiedrius Statkevičius2015-05-081-6/+0Star
* staging: dgnc: remove dead code in dgnc_tty_write()Giedrius Statkevičius2015-05-081-44/+1Star
* staging: dgnc: remove redundant !ch checksGiedrius Statkevičius2015-05-082-4/+2Star
* staging: dgnc: don't forget to check if ->channels[i] is NULL in dgnc_tty_uni...Giedrius Statkevičius2015-05-081-2/+6
* staging: dgnc: clean up allocation of ->channels[i]Giedrius Statkevičius2015-05-081-16/+15Star
* staging: dgnc: remove some dead code from dgnc_tty.cGiedrius Statkevičius2015-05-081-16/+0Star
* Staging: fixed multiple spelling errors.Carlos E. Garcia2015-05-082-4/+4
* staging: dgnc_sysfs: Replace printk(KERN_ERR ) with pr_err()Ioana Ciornei2015-04-011-1/+1
* dgnc: Clean up dgnc_sysfs.hGiedrius Statkevičius2015-03-241-4/+1Star
* dgnc: remove unused stuff from dgnc_cls.hGiedrius Statkevičius2015-03-241-13/+0Star
* dgnc: remove old 2.4-2.6 compat kernel definesGiedrius Statkevičius2015-03-244-42/+1Star
* dgnc: use linux/types.h instead of dgnc_types.hGiedrius Statkevičius2015-03-245-39/+7Star
* dgnc: get rid of dpacompat.h, move remaining stuff to digi.hGiedrius Statkevičius2015-03-245-112/+36Star
* dgnc: clean up digi.hGiedrius Statkevičius2015-03-241-267/+0Star
* dgnc: remove unused dgnc_ioctl_name() commandGiedrius Statkevičius2015-03-242-53/+0Star
* staging: dgnc: some off by one bugsDan Carpenter2015-03-244-7/+7
* Staging: dgnc: release the lock before testing for nullityQuentin Lambert2015-03-181-1/+1