aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc
AgeCommit message (Expand)Author
2016-11-19staging: dgnc: dgnc_cls.c Comment style modificationsWalt Feasel
2016-11-19staging: dgnc: dgnc_cls.h Spelling correctionWalt Feasel
2016-11-14staging: dgnc: re-arrange functions for removing forward declarationsDaeseok Youn
2016-10-30staging: dgnc: Fix multi-line comment alignmentFernando Apesteguia
2016-10-30staging: dgnc: Fix lines longer than 80 chars.Fernando Apesteguia
2016-10-27Staging:dgnc:dgnc_tty: fix Block comments should align the * on each lineNadim Almas
2016-10-25staging: dgnc: Replace CamelCase namings with underscoresPankaj Bharadiya
2016-10-25staging: dgnc: Remove some redundant functionsPankaj Bharadiya
2016-10-17staging: dgnc: Add const qualifier to struct declaration.Elise Lennion
2016-10-16staging: dgnc: make find_board_by_major staticBenoit Hiller
2016-10-02staging: dgnc: Fix lines longer than 80 charactersFernando Apesteguia
2016-10-02Staging: dgnc: constify attribute_group structuresBhumika Goyal
2016-09-27staging: dgnc: introduce find_board_by_major()Daeseok Youn
2016-09-27staging: dgnc: remove useless variablesDaeseok Youn
2016-09-27staging: dgnc: rename dgnc_tty_uninit() to dgnc_cleanup_tty()Daeseok Youn
2016-09-27staging: dgnc: introduce the dgnc_free_irq()Daeseok Youn
2016-09-27staging: dgnc: rename dgnc_finalize_board_init() to dgnc_request_irq()Daeseok Youn
2016-09-27staging: dgnc: introduce the dgnc_tty_unregister()Daeseok Youn
2016-09-27staging: dgnc: move functions unrelated with dgnc_found_board()Daeseok Youn
2016-09-27staging: dgnc: kfree for board structure in dgnc_found_board()Daeseok Youn
2016-09-27staging: dgnc: missing NULL check for ioremap in dgnc_do_remap()Daeseok Youn
2016-09-27staging: dgnc: remove useless message bufferDaeseok Youn
2016-09-27staging: dgnc: remove redundant initialization for channel arrayDaeseok Youn
2016-09-25staging: dgnc: Fix comment alignmentFernando Apesteguia
2016-09-20staging: dgnc: Merge assignment with returnRehas Sachdeva
2016-09-17Staging: dgnc: dgnc_tty: fixed a line too long style issueCathal Mullaney
2016-09-16staging: dgnc: Fix long line and spelling mistakeRehas Sachdeva
2016-09-16staging: dgnc: Fix lines over 80 charactersRehas Sachdeva
2016-09-12staging: dgnc: dgnc_sysfs *_ATTR() macros convertMatias Mucciolo
2016-09-12staging: dgnc: Fix multi line comment alignmentFernando Apesteguia
2016-09-01staging: dgnc: check the type of print before callingDaeseok Youn
2016-08-21staging: dgnc: fix 'line over 80 characters'Anson Jacob
2016-08-15staging: dgnc: remove useless variable 'ch_intr_rx'Daeseok Youn
2016-08-15staging: dgnc: remove useless variable 'ch_intr_tx'Daeseok Youn
2016-08-15staging: dgnc: remove useless variable 'ch_intr_modem'Daeseok Youn
2016-08-15staging: dgnc: remove useless variable 'intr_rx'Daeseok Youn
2016-08-15staging: dgnc: remove useless variable 'intr_tx'Daeseok Youn
2016-08-15staging: dgnc: remove unused variable 'intr_modem'Daeseok Youn
2016-08-15staging: dgnc: remove redundant null check inDaeseok Youn
2016-08-15staging: dgnc: remove useless variable 'intr_count'Daeseok Youn
2016-08-15staging: dgnc: remove redundant NULL check for brdDaeseok Youn
2016-08-15staging: dgnc: re-arrange functions for removingDaeseok Youn
2016-08-15staging: dgnc: removes redundant null check and changeDaeseok Youn
2016-08-15staging: dgnc: remove redundant variable null checkDaeseok Youn
2016-08-15staging: dgnc: remove redundant local variable forDaeseok Youn
2016-08-15staging: dgnc: remove useless error value assignmentDaeseok Youn
2016-08-15staging: dgnc: remove redundant NULL checks inDaeseok Youn
2016-08-15staging: dgnc: add __exit macro to dgnc_driver.cJoshua Houghton
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-09staging: dgnc: Need to check for NULL of chDaeseok Youn