summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc
Commit message (Expand)AuthorAgeFilesLines
...
* | staging: dgnc: Fix included header from 'asm'Konrad Zapalowicz2014-08-161-1/+1
* | staging: dgnc: Update the TODO fileKonrad Zapalowicz2014-08-161-5/+0
* | staging: dgnc: Siplify the dgnc_start functionKonrad Zapalowicz2014-08-161-47/+44
* | staging: dgnc: Move utility functions out of dgnc_driver.cKonrad Zapalowicz2014-08-166-85/+80
* | staging: dgnc: Remove unnecessary functions from dgnc_driver.cKonrad Zapalowicz2014-08-161-28/+2
* | staging: dgnc: Fix frame size is larger than 1024BKonrad Zapalowicz2014-08-161-4/+12
* | staging: dgnc: Fix no spaces before tabs checkpath warningKonrad Zapalowicz2014-08-161-3/+3
* | staging: dgnc: Fix externs should be avoided in the .c filesKonrad Zapalowicz2014-08-161-45/+39
|/
* staging: dgnc: Remove unneeded dgnc_trace.c and dgnc_trace.hSeunghun Lee2014-08-017-93/+1
* staging: dgnc: rephrase commentSeunghun Lee2014-08-011-4/+4
* staging: dgnc: removes unused if defined codeSeunghun Lee2014-07-303-65/+0
* staging: dgnc: remove commented codeSeunghun Lee2014-07-275-156/+1
* staging: dgnc: Fix space required after that ','Seunghun Lee2014-07-241-2/+2
* staging: dgnc: Remove all C99 commentsSeunghun Lee2014-07-222-23/+23
* staging: dgnc: DGNC_VERIFY_BOARD macro in do while blockJeremiah Mahler2014-07-131-9/+11
* staging: dgnc: remove redundant memset callDaeseok Youn2014-07-091-3/+0
* staging: dgnc: removes unreachable codeDaeseok Youn2014-07-091-7/+0
* staging: dgnc: Fix unsigned value for less than zeroDaeseok Youn2014-07-091-3/+3
* staging: dgnc: remove redundant null check for kfree()Daeseok Youn2014-07-091-12/+6
* staging: dgnc_driver.c: code style fixesGuillaume Morin2014-06-291-6/+5
* Staging: dgnc: fixed brace coding style issue in dgnc_driver.cVincent Heuken2014-06-191-1/+2
* staging: dgnc: Use time_after_eq()Manuel Schölling2014-05-251-1/+2
* staging: dgnc: dgnc_tty: Remove a prohibited spaceMasaru Nomura2014-05-241-3/+3
* staging: dgnc: dgnc_tty: Add a required spaceMasaru Nomura2014-05-241-3/+3
* staging: dgnc: Remove extra curly bracesMasaru Nomura2014-05-182-109/+61
* staging: dgnc: dgnc_neo: Clean up if statementMasaru Nomura2014-05-181-6/+6
* staging: dgnc: Put else statements on the right lineMasaru Nomura2014-05-182-56/+28
* staging: dgnc: UART_IIR_XOFF code is buggyDan Carpenter2014-05-152-5/+0
* staging: dgnc: use dev_err() instead of printk()Martin Kepplinger2014-05-151-1/+1
* staging: dgnc: redundant NULL checks before kfree()Vitaly Osipov2014-05-151-9/+4
* Staging: dgnc: dgnc_driver: fixed incorrect bracesSon P. Nguyen2014-05-151-14/+7
* staging: dgnc: cleanup dgnc_finalize_board_init()Antoine Sirinelli2014-05-151-3/+6
* staging:dgnc: Removed assignments from if statements.Chi Pham2014-03-172-5/+10
* staging: dgnc: replace unnecessary while() with if()Daeseok Youn2014-03-171-22/+19
* staging: dgnc: Fix quoted string split across lines warningGulsah Kose2014-03-161-7/+4
* Staging: dgnc: fix indentation in dgnc_mgmt.cIulia Manda2014-03-131-3/+6
* Staging:dgnc: Fixed space prohibited between function name and '('Iulia Manda2014-03-101-2/+2
* Staging:dgnc: Use uaccess.h header from linux dir instead of asmIulia Manda2014-03-101-1/+1
* Stagind:dgnc: Fixed unnecessary braces for single statement blocksIulia Manda2014-03-101-6/+3
* Staging:dgnc: Fixed else not following close brace errorIulia Manda2014-03-101-2/+1
* staging:dgnc: Replace printk by pr_warnHimangi Saraogi2014-03-081-1/+1
* Staging: dgnc: Fix struct file_operations should normally be constMonam Agarwal2014-03-071-1/+1
* drivers: dgnc: Include appropriate header file in dgnc_trace.cRashika Kheria2014-01-081-0/+1
* staging: dgnc: fix checkpatch.pl usage of comparison with jiffiesstalinsrinivasan.s2013-12-201-1/+1
* staging: dgnc: fix checkpatch.pl usage of volatile.stalinsrinivasan.s2013-12-201-1/+6
* staging: dgnc: fix 80 characters per line limitation and code indent warnings.stalinsrinivasan.s2013-12-201-105/+139
* Staging: dgnc: dgnc_trace.c: fixed coding style issuesAldo Iljazi2013-12-031-9/+9
* Staging: dgnc: avoiding buffer overflowAshvini Varatharaj2013-10-191-1/+1
* Staging: dgnc: removing the comparison 'board<0'Ashvini Varatharaj2013-10-191-1/+1
* staging: dgnc: braces {} are not necessary for single statement in dgnc_driver.cArchana kumari2013-10-191-2/+1
OpenPOWER on IntegriCloud