aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-14staging: dgnc: Remove unnecessary externsJoe Perches1-8/+8
2015-07-31Staging: dgnc: dgnc_driver.h: remove unnecessary commentsNavy Cheng1-3/+3
2015-06-18staging: dgnc: free memory allocatedHari Prasath Gujulan Elango1-0/+4
2015-06-18staging: dgnc: fix typo in comments secionHari Prasath Gujulan Elango1-1/+1
2015-06-08staging: dgnc: remove ununsed MacroHari Prasath Gujulan Elango1-1/+0
2015-05-31staging: dgnc: delete all references to 'flipbuf'Gujulan Elango, Hari Prasath (H.)2-12/+0
2015-05-31staging: dgnc: fix line length over 80 chars in dgnc_sysfs.cWim de With1-36/+74
2015-05-31Staging: dgnc: fixed coding style issue in digi.hBuţiu Alexandru Octavian1-7/+7
2015-05-08staging: dgnc: remove redundant checkGiedrius Statkevičius1-6/+0
2015-05-08staging: dgnc: remove dead code in dgnc_tty_write()Giedrius Statkevičius1-44/+1
2015-05-08staging: dgnc: remove redundant !ch checksGiedrius Statkevičius2-4/+2
2015-05-08staging: dgnc: don't forget to check if ->channels[i] is NULL in dgnc_tty_uninit()Giedrius Statkevičius1-2/+6
2015-05-08staging: dgnc: clean up allocation of ->channels[i]Giedrius Statkevičius1-16/+15
2015-05-08staging: dgnc: remove some dead code from dgnc_tty.cGiedrius Statkevičius1-16/+0
2015-05-08Staging: fixed multiple spelling errors.Carlos E. Garcia2-4/+4
2015-04-01staging: dgnc_sysfs: Replace printk(KERN_ERR ) with pr_err()Ioana Ciornei1-1/+1
2015-03-24dgnc: Clean up dgnc_sysfs.hGiedrius Statkevičius1-4/+1
2015-03-24dgnc: remove unused stuff from dgnc_cls.hGiedrius Statkevičius1-13/+0
2015-03-24dgnc: remove old 2.4-2.6 compat kernel definesGiedrius Statkevičius4-42/+1
2015-03-24dgnc: use linux/types.h instead of dgnc_types.hGiedrius Statkevičius5-39/+7
2015-03-24dgnc: get rid of dpacompat.h, move remaining stuff to digi.hGiedrius Statkevičius5-112/+36
2015-03-24dgnc: clean up digi.hGiedrius Statkevičius1-267/+0
2015-03-24dgnc: remove unused dgnc_ioctl_name() commandGiedrius Statkevičius2-53/+0
2015-03-24staging: dgnc: some off by one bugsDan Carpenter4-7/+7
2015-03-18Staging: dgnc: release the lock before testing for nullityQuentin Lambert1-1/+1
2015-03-12Staging: dgnc: Use goto for spinlock release before returnQuentin Lambert1-25/+23
2015-03-12Staging: dgnc: Use goto for error handlingQuentin Lambert3-41/+22
2015-03-12Staging: dgnc: Remove redundant parenthesesSomya Anand1-17/+17
2015-03-12Staging: dgnc: dgnc_driver: Add a missing call to dgnc_tty_uninitQuentin Lambert1-0/+1
2015-03-12dgnc: clean up comments at start of filesGiedrius Statkevičius17-163/+0
2015-03-12dgnc: Remove unneeded dgnc_state array of stringsGiedrius Statkevičius2-9/+0
2015-03-12staging: dgnc: Use kcalloc instead of kzalloc.Navya Sri Nizamkari1-1/+1
2015-03-12staging: dgnc: off by one in dgnc_mgmt_ioctl()Dan Carpenter1-2/+1
2015-03-12dgnc: Make all lines under 80 characters in dgnc_driver.cGiedrius Statkevičius1-7/+8
2015-03-12dgnc: Make all lines under 80 characters in dgnc_cls.hGiedrius Statkevičius1-12/+28
2015-03-12dgnc: Remove redundant blank lines in dgnc_cls.cGiedrius Statkevičius1-36/+0
2015-03-12dgnc: Move DG_PART definition from Makefile to dgnc_driver.hCass May2-2/+1
2015-03-12dgnc: Remove superfluous EXTRA_CFLAGS variableCass May1-1/+1
2015-03-09drivers: staging: dgnc: Replace min with min_tDarshana Padmadas1-1/+1
2015-03-06Staging: dgnc: Fix checking return value of register_chrdevSalah Triki1-2/+2
2015-03-06staging: dgnc: fix braces {} are not necessary for single statement blocksSalah Triki1-4/+0
2015-03-01Staging: dgnc: Replace printk() with dev_dbg()Cristina Opriceana1-2/+2
2015-03-01Staging: dgnc: Replace printk with dev_errCristina Opriceana1-1/+1
2015-02-26Staging: dgnc: Removed trailing whitespaceGamze POLAT1-3/+3
2015-02-26staging: dgnc: replace init_timer by setup_timerAya Mahfouz1-6/+2
2015-02-24Staging: dgnc: Fix warning of code styleVatika Harlalka1-1/+3
2015-02-24Staging: dgnc: Removed trailing whitespace to improve readability.Vatika Harlalka1-6/+6
2015-02-24Staging: dgnc: Indented code to increase readabilityVatika Harlalka1-2/+2
2015-01-28drivers/staging: use current->state helpersDavidlohr Bueso1-1/+1
2015-01-25Staging: dgnc: fixed some coding style errorsAndrew Milkovich2-36/+36