summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc
Commit message (Expand)AuthorAgeFilesLines
* staging: dgnc: Fix lines longer than 80 charactersFernando Apesteguia2016-10-021-21/+46
* Staging: dgnc: constify attribute_group structuresBhumika Goyal2016-10-021-1/+1
* staging: dgnc: introduce find_board_by_major()Daeseok Youn2016-09-271-6/+19
* staging: dgnc: remove useless variablesDaeseok Youn2016-09-272-42/+25
* staging: dgnc: rename dgnc_tty_uninit() to dgnc_cleanup_tty()Daeseok Youn2016-09-273-4/+4
* staging: dgnc: introduce the dgnc_free_irq()Daeseok Youn2016-09-271-1/+10
* staging: dgnc: rename dgnc_finalize_board_init() to dgnc_request_irq()Daeseok Youn2016-09-271-3/+3
* staging: dgnc: introduce the dgnc_tty_unregister()Daeseok Youn2016-09-273-2/+14
* staging: dgnc: move functions unrelated with dgnc_found_board()Daeseok Youn2016-09-271-38/+43
* staging: dgnc: kfree for board structure in dgnc_found_board()Daeseok Youn2016-09-271-8/+9
* staging: dgnc: missing NULL check for ioremap in dgnc_do_remap()Daeseok Youn2016-09-271-10/+21
* staging: dgnc: remove useless message bufferDaeseok Youn2016-09-272-34/+0
* staging: dgnc: remove redundant initialization for channel arrayDaeseok Youn2016-09-271-3/+0
* staging: dgnc: Fix comment alignmentFernando Apesteguia2016-09-251-1/+1
* staging: dgnc: Merge assignment with returnRehas Sachdeva2016-09-201-7/+5
* Staging: dgnc: dgnc_tty: fixed a line too long style issueCathal Mullaney2016-09-171-1/+2
* staging: dgnc: Fix long line and spelling mistakeRehas Sachdeva2016-09-161-6/+18
* staging: dgnc: Fix lines over 80 charactersRehas Sachdeva2016-09-161-7/+18
* staging: dgnc: dgnc_sysfs *_ATTR() macros convertMatias Mucciolo2016-09-121-93/+90
* staging: dgnc: Fix multi line comment alignmentFernando Apesteguia2016-09-121-25/+25
* staging: dgnc: check the type of print before callingDaeseok Youn2016-09-011-13/+5
* staging: dgnc: fix 'line over 80 characters'Anson Jacob2016-08-211-1/+1
* staging: dgnc: remove useless variable 'ch_intr_rx'Daeseok Youn2016-08-153-5/+0
* staging: dgnc: remove useless variable 'ch_intr_tx'Daeseok Youn2016-08-153-5/+0
* staging: dgnc: remove useless variable 'ch_intr_modem'Daeseok Youn2016-08-153-11/+0
* staging: dgnc: remove useless variable 'intr_rx'Daeseok Youn2016-08-153-4/+0
* staging: dgnc: remove useless variable 'intr_tx'Daeseok Youn2016-08-153-5/+0
* staging: dgnc: remove unused variable 'intr_modem'Daeseok Youn2016-08-153-3/+0
* staging: dgnc: remove redundant null check inDaeseok Youn2016-08-151-3/+0
* staging: dgnc: remove useless variable 'intr_count'Daeseok Youn2016-08-153-5/+0
* staging: dgnc: remove redundant NULL check for brdDaeseok Youn2016-08-151-3/+0
* staging: dgnc: re-arrange functions for removingDaeseok Youn2016-08-151-330/+301
* staging: dgnc: removes redundant null check and changeDaeseok Youn2016-08-151-21/+3
* staging: dgnc: remove redundant variable null checkDaeseok Youn2016-08-151-6/+0
* staging: dgnc: remove redundant local variable forDaeseok Youn2016-08-151-7/+0
* staging: dgnc: remove useless error value assignmentDaeseok Youn2016-08-151-3/+1
* staging: dgnc: remove redundant NULL checks inDaeseok Youn2016-08-151-7/+2
* staging: dgnc: add __exit macro to dgnc_driver.cJoshua Houghton2016-08-151-1/+1
* Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-208-293/+246
|\
| * staging: dgnc: Need to check for NULL of chDaeseok Youn2016-05-091-1/+1
| * staging: dgnc: remove redundant condition checkDaeseok Youn2016-05-091-6/+0
| * staging: dgnc: fix 'line over 80 characters'Daeseok Youn2016-05-091-9/+11
| * staging: dgnc: clean up the dgnc_get_modem_info()Daeseok Youn2016-05-091-11/+1
| * staging: dgnc: Fix a NULL pointer dereferenceDaeseok Youn2016-05-031-5/+5
| * staging: dgnc: use tty_alloc_driver instead of kcallocDaeseok Youn2016-04-292-86/+62
| * staging: dgnc: remove redundant NULL check inDaeseok Youn2016-04-291-13/+2
| * staging: dgnc: return -ENOMEM when kzalloc failedDaeseok Youn2016-04-291-0/+8
| * staging: dgnc: remove blank lineDaeseok Youn2016-04-291-1/+0
| * staging: dgnc: remove parenthesis around the CONST |Daeseok Youn2016-04-291-1/+1
| * drivers/staging/dgnc: Added spaces around a bitwise OR.Juanma de Hoyos2016-04-291-1/+1
OpenPOWER on IntegriCloud