aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgap (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2014-01-15staging,dgap: Add dependency on HAS_IOMEMRichard Weinberger1-1/+1
2014-01-09staging: dgap: fix checkpatch warningsVincent Stehlé1-58/+47
2014-01-09staging: dgap: fix missing header inclusionVincent Stehlé1-0/+1
2014-01-08drivers: dgap: Include appropriate header file in dgap_parse.cRashika Kheria1-0/+1
2014-01-08drivers: dgap: Include appropriate header file in dgap_trace.cRashika Kheria1-0/+1
2013-12-20staging: dgap: uses kzalloc for allocating memoryLidza Louina4-23/+8
2013-12-19staging: dgap: Fix trailing whitespace in dgap_trace.cMasanari Iida1-8/+8
2013-12-18staging: dgap: Fix trailing whitespace in dgap_tty.cMasanari Iida1-87/+87
2013-12-18staging: dgap: Fix trailing whitespace in downld.cMasanari Iida1-84/+84
2013-12-17staging: dgap: Fixed trailing white space from dgap_conf.hMasanari Iida1-3/+3
2013-10-11staging: dgap: dgap_tty: Do not use 0 for pointersSachin Kamat1-3/+4
2013-10-11staging: dgap: dgap_fep5: Do not use 0 for NULL pointerSachin Kamat1-1/+1
2013-10-11staging: dgap: dgap_fep5: Remove braces around returnSachin Kamat1-19/+19
2013-10-11staging: dgap: dgap_fep5: Remove braces around single line statementsSachin Kamat1-10/+5
2013-09-25staging: dgap: tty.c: removes smatch warnings "redundant null check"Lidza Louina1-12/+6
2013-09-25staging: dgap: tty.c: removes smatch warning "ignoring unreachable code"Lidza Louina1-12/+0
2013-09-25staging: dgap: driver.c: removes smatch warning "redundant null check"Lidza Louina1-6/+3
2013-09-25drivers: staging: dgap: move DG_NAME and DG_PART from "Makefile" to "dgap_driver.h"Chen Gang2-2/+3
2013-09-25Merge 3.12-rc2 into staging-next.Greg Kroah-Hartman1-7/+10
2013-09-17staging: dgap: Fix typo in staging/dgapMasanari Iida7-11/+11
2013-09-17staging: dgap: Remove casting the return value which is a void pointerJingoo Han2-13/+15
2013-09-17staging: dgap: Remove version check in dgap_kcompat.hSachin Kamat1-29/+0
2013-09-17staging: dgap: Remove version check in dgap_driver.cSachin Kamat1-4/+0
2013-09-17staging: dgap: fix overflows and format stringsKees Cook1-7/+10
2013-08-30staging: dgap: Add missing #include <linux/slab.h>Geert Uytterhoeven1-0/+1
2013-08-28staging: dgap: Remove version.h header inclusion in dgap_trace.cSachin Kamat1-1/+0
2013-08-28staging: dgap: Remove version.h header inclusion in dgap_sysfs.cSachin Kamat1-1/+0
2013-08-28staging: dgap: Remove version.h header inclusion in dgap_parse.cSachin Kamat1-1/+0
2013-08-23staging: dgap: removes proc.hLidza Louina4-154/+0
2013-08-23staging: dgap: removes proc.cLidza Louina1-1923/+0
2013-08-23staging: dgap: removes references to proc codeLidza Louina2-10/+0
2013-08-23staging: dgap: removes mgmt.hLidza Louina5-37/+0
2013-08-23staging: dgap: removes mgmt.cLidza Louina2-762/+1
2013-08-23staging: dgap: removes references to mgmt codeLidza Louina1-3/+0
2013-08-22staging: dgap: ifdef HAVE_UNLOCKED_IOCTL conditionalsLidza Louina3-15/+0
2013-08-22staging: dgap: mgmt.c: removes unused variableLidza Louina1-1/+0
2013-08-22staging: dgap: tty.c: fixes incompatible type errorLidza Louina1-1/+1
2013-08-22staging: dgap: tty.c: fixes ioctl param listLidza Louina1-37/+2
2013-08-22staging: dgap: tty.c: removes read_cnt, real_raw and rawreadokLidza Louina1-33/+14
2013-08-22staging: dgap: tty.c: fixes termios errorLidza Louina1-14/+14
2013-08-22staging: dgap: tty.c: fixes errors with tty function callsLidza Louina1-5/+5
2013-08-22staging: dgap: fep5.c: fixes errors with tty function callsLidza Louina1-3/+3
2013-08-22staging: dgap: removes references to proc codeLidza Louina4-10/+3
2013-08-22staging: dgap: fixes incompatible type errorLidza Louina1-1/+1
2013-08-22staging: dgap: adds dgap driver to stagingScott_Kilau@digi.com25-0/+14712