summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgap
Commit message (Expand)AuthorAgeFilesLines
* staging: dgap: unwind on error in dgap_init_one()Daeseok Youn2014-06-191-9/+44
* staging: dgap: move unrelated functions in dgap_firmware_load()Daeseok Youn2014-06-191-31/+39
* staging: dgap: rename dgap_after_config_loaded() to dgap_alloc_flipbuf()Daeseok Youn2014-06-191-3/+3
* staging: dgap: introduce dgap_free_irq()Daeseok Youn2014-06-191-2/+8
* staging: dgap: introduce dgap_tty_free() for freeing channels.Daeseok Youn2014-06-191-1/+16
* staging: dgap: get rid of brd->firstminor because it is 0Daeseok Youn2014-06-192-6/+4
* staging: dgap: remove unused paramter in dgap_parsefile()Daeseok Youn2014-06-191-3/+3
* staging: dgap: rename dgap_tty_uninit() to dgap_cleanup_tty()Daeseok Youn2014-06-191-4/+4
* staging: dgap: rename dgap_finalize_board_init() to dgap_request_irq()Daeseok Youn2014-06-191-3/+3
* staging: dgap: pass "brd" as a paramter to dgap_after_config_loaded()Daeseok Youn2014-06-191-9/+9
* staging: dgap: pass "dgap_numboards" as a paramter to dgap_found_board()Daeseok Youn2014-06-191-7/+7
* staging: dgap: make dgap_config_buf a local bufferDaeseok Youn2014-06-191-2/+2
* staging: dgap: unwind on error in dgap_tty_register_ports()Daeseok Youn2014-06-191-2/+42
* staging: dgap: unwind on error in dgap_tty_init()Daeseok Youn2014-06-191-5/+13
* staging: dgap: remove bogus null test in dgap_tty_init()Daeseok Youn2014-06-191-9/+4
* staging: dgap: unwind on error in dgap_found_board()Daeseok Youn2014-06-191-5/+14
* staging: dgap: remove useless dgap_probe1() functionDaeseok Youn2014-06-191-7/+1
* Revert "staging: dgap: remove unneeded kfree() in dgap_tty_register_ports()"Greg Kroah-Hartman2014-05-291-1/+3
* staging: dgap: Use EIO instead of ENXIOMark Hounschell2014-05-281-22/+22
* staging: dgap: Simplify dgap_find_configMark Hounschell2014-05-281-41/+43
* staging: dgap: misc cleanup of NULL conditionalsMark Hounschell2014-05-281-32/+32
* staging: dgap: move tty_port_init() for serial_ports.Daeseok Youn2014-05-261-3/+3
* staging: dgap: remove unneeded kfree() in dgap_tty_register_ports()Daeseok Youn2014-05-261-3/+2
* staging: dgap: remove unneeded kfree() for ttys in tty_driverDaeseok Youn2014-05-261-4/+0
* Staging: dgap: Fixed iomem accesses in dgap.cPascal COMBES2014-05-251-8/+8
* staging: dgap: Change GFP_ATOMICs to GFP_KERNELMark Hounschell2014-05-241-4/+4
* staging: dgap: Simplify get_altpin and get_useintr functionsMark Hounschell2014-05-241-8/+2
* staging: dgap: Replace double negative conditionalsMark Hounschell2014-05-241-8/+6
* staging: dgap: Remove more extra white space and tabsMark Hounschell2014-05-241-92/+86
* staging: dgap: Remove unnecessary initialization of variables in declarationsMark Hounschell2014-05-241-91/+84
* staging: dgap: replace dgap_savestring function with kstrdupMark Hounschell2014-05-241-29/+15
* staging: dgap: Remove unnecessary test on countMark Hounschell2014-05-241-10/+0
* staging: dgap: Remove erroneous commentMark Hounschell2014-05-241-1/+0
* staging: dgap: Remove dead sniff buffer codeMark Hounschell2014-05-242-130/+0
* staging: dgap: fix smatch warn: unsigned var is never less than zeroMark Hounschell2014-05-241-1/+1
* staging: dgap: implement error handling in dgap_tty_register()Daeseok Youn2014-05-241-12/+33
* staging: dgap: Get rid of CamelCaseMark Hounschell2014-05-162-125/+127
* staging: dgap: refactor ugly dgap_init_one functionMark Hounschell2014-05-161-11/+8
* staging: dgap: Add check for MAXBOARDS in .probe (dgap_init_one)Mark Hounschell2014-05-161-0/+3
* staging: dgap: remove two unnecessary conditionalsMark Hounschell2014-05-161-18/+14
* staging: dgap: check unchecked return valuesMark Hounschell2014-05-161-2/+7
* staging: dgap: fix a few more sparse warningsMark Hounschell2014-05-161-18/+19
* staging: dgap: fix sparse warnings Using plain integer as NULL pointerMark Hounschell2014-05-161-16/+16
* staging: dgap: fix sparse warning about dgap_poll_lockMark Hounschell2014-05-161-1/+1
* staging: dgap: fix a few misc sparse warningsMark Hounschell2014-05-162-13/+13
* staging: dgap: fix sparse warnings for the entire cm_t structureMark Hounschell2014-05-162-5/+5
* staging: dgap: fix sparse warnings for the entire bs_t structureMark Hounschell2014-05-162-13/+13
* staging: dgap: fix sparse warnings for re_map_membase and re_map_portMark Hounschell2014-05-162-14/+14
* staging: dgap: Fix BUG in processing config fileMark Hounschell2014-05-161-1/+9
* staging: dgap: Fix how we insure config data is a stringMark Hounschell2014-05-161-2/+1
OpenPOWER on IntegriCloud