aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/dgnc
AgeCommit message (Expand)AuthorFilesLines
2016-10-02staging: dgnc: Fix lines longer than 80 charactersGravatar Fernando Apesteguia 1-21/+46
2016-10-02Staging: dgnc: constify attribute_group structuresGravatar Bhumika Goyal 1-1/+1
2016-09-27staging: dgnc: introduce find_board_by_major()Gravatar Daeseok Youn 1-6/+19
2016-09-27staging: dgnc: remove useless variablesGravatar Daeseok Youn 2-42/+25
2016-09-27staging: dgnc: rename dgnc_tty_uninit() to dgnc_cleanup_tty()Gravatar Daeseok Youn 3-4/+4
2016-09-27staging: dgnc: introduce the dgnc_free_irq()Gravatar Daeseok Youn 1-1/+10
2016-09-27staging: dgnc: rename dgnc_finalize_board_init() to dgnc_request_irq()Gravatar Daeseok Youn 1-3/+3
2016-09-27staging: dgnc: introduce the dgnc_tty_unregister()Gravatar Daeseok Youn 3-2/+14
2016-09-27staging: dgnc: move functions unrelated with dgnc_found_board()Gravatar Daeseok Youn 1-38/+43
2016-09-27staging: dgnc: kfree for board structure in dgnc_found_board()Gravatar Daeseok Youn 1-8/+9
2016-09-27staging: dgnc: missing NULL check for ioremap in dgnc_do_remap()Gravatar Daeseok Youn 1-10/+21
2016-09-27staging: dgnc: remove useless message bufferGravatar Daeseok Youn 2-34/+0
2016-09-27staging: dgnc: remove redundant initialization for channel arrayGravatar Daeseok Youn 1-3/+0
2016-09-25staging: dgnc: Fix comment alignmentGravatar Fernando Apesteguia 1-1/+1
2016-09-20staging: dgnc: Merge assignment with returnGravatar Rehas Sachdeva 1-7/+5
2016-09-17Staging: dgnc: dgnc_tty: fixed a line too long style issueGravatar Cathal Mullaney 1-1/+2
2016-09-16staging: dgnc: Fix long line and spelling mistakeGravatar Rehas Sachdeva 1-6/+18
2016-09-16staging: dgnc: Fix lines over 80 charactersGravatar Rehas Sachdeva 1-7/+18
2016-09-12staging: dgnc: dgnc_sysfs *_ATTR() macros convertGravatar Matias Mucciolo 1-93/+90
2016-09-12staging: dgnc: Fix multi line comment alignmentGravatar Fernando Apesteguia 1-25/+25
2016-09-01staging: dgnc: check the type of print before callingGravatar Daeseok Youn 1-13/+5
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 3-5/+0
2016-08-15staging: dgnc: remove useless variable 'ch_intr_tx'Gravatar Daeseok Youn 3-5/+0
2016-08-15staging: dgnc: remove useless variable 'ch_intr_modem'Gravatar Daeseok Youn 3-11/+0
2016-08-15staging: dgnc: remove useless variable 'intr_rx'Gravatar Daeseok Youn 3-4/+0
2016-08-15staging: dgnc: remove useless variable 'intr_tx'Gravatar Daeseok Youn 3-5/+0
2016-08-15staging: dgnc: remove unused variable 'intr_modem'Gravatar Daeseok Youn 3-3/+0
2016-08-15staging: dgnc: remove redundant null check inGravatar Daeseok Youn 1-3/+0
2016-08-15staging: dgnc: remove useless variable 'intr_count'Gravatar Daeseok Youn 3-5/+0
2016-08-15staging: dgnc: remove redundant NULL check for brdGravatar Daeseok Youn 1-3/+0
2016-08-15staging: dgnc: re-arrange functions for removingGravatar Daeseok Youn 1-330/+301
2016-08-15staging: dgnc: removes redundant null check and changeGravatar Daeseok Youn 1-21/+3
2016-08-15staging: dgnc: remove redundant variable null checkGravatar Daeseok Youn 1-6/+0
2016-08-15staging: dgnc: remove redundant local variable forGravatar Daeseok Youn 1-7/+0
2016-08-15staging: dgnc: remove useless error value assignmentGravatar Daeseok Youn 1-3/+1
2016-08-15staging: dgnc: remove redundant NULL checks inGravatar Daeseok Youn 1-7/+2
2016-08-15staging: dgnc: add __exit macro to dgnc_driver.cGravatar Joshua Houghton 1-1/+1
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 8-293/+246
2016-05-09staging: dgnc: Need to check for NULL of chGravatar Daeseok Youn 1-1/+1
2016-05-09staging: dgnc: remove redundant condition checkGravatar Daeseok Youn 1-6/+0
2016-05-09staging: dgnc: fix 'line over 80 characters'Gravatar Daeseok Youn 1-9/+11
2016-05-09staging: dgnc: clean up the dgnc_get_modem_info()Gravatar Daeseok Youn 1-11/+1
2016-05-03staging: dgnc: Fix a NULL pointer dereferenceGravatar Daeseok Youn 1-5/+5
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Gravatar Peter Hurley 1-1/+1
2016-04-29staging: dgnc: use tty_alloc_driver instead of kcallocGravatar Daeseok Youn 2-86/+62
2016-04-29staging: dgnc: remove redundant NULL check inGravatar Daeseok Youn 1-13/+2
2016-04-29staging: dgnc: return -ENOMEM when kzalloc failedGravatar Daeseok Youn 1-0/+8
2016-04-29staging: dgnc: remove blank lineGravatar Daeseok Youn 1-1/+0
2016-04-29staging: dgnc: remove parenthesis around the CONST |Gravatar Daeseok Youn 1-1/+1