aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/gdm72xx
AgeCommit message (Expand)AuthorFilesLines
2015-08-14Staging: gdm72xx: usb_ids: fix a macro coding style errorGravatar Raphaël Beamonte 1-1/+5
2015-05-31staging: gdm72xx: Fix typos in printkGravatar Masanari Iida 2-2/+2
2015-03-16Staging: gdm72xx: use !x instead of x == NULLGravatar Somya Anand 1-1/+1
2015-03-16Staging: gdm72xx: Iterate list using list_for_each_entryGravatar Somya Anand 1-2/+2
2015-03-06Staging: gdm72xx: clean dev_err loggingGravatar Haneen Mohammed 1-4/+2
2015-03-01staging: gdm72xx: Condense two statements into one to improve code readability.Gravatar Navya Sri Nizamkari 1-2/+1
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2014-12-13PM / Kconfig: Replace PM_RUNTIME with PM in dependenciesGravatar Rafael J. Wysocki 1-1/+1
2014-10-30staging: gdm72xx: Remove useless cast on void pointerGravatar Tapasweni Pathak 1-1/+1
2014-10-20staging: gdm72xx: Removed unnecesarry out of memory usageGravatar Sarah Khan 1-3/+1
2014-09-28drivers: staging: gdm72xx: Removed unnecessary braces.Gravatar Gulsah Kose 1-2/+1
2014-09-28drivers: staging: gdm72xx: Removed unnecessary else expression.Gravatar Gulsah Kose 1-6/+5
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+2
2014-07-17staging: gdm72xx: fix build errorsGravatar Greg Kroah-Hartman 1-3/+3
2014-07-17staging: gdm72xx: replace print_hex_dump_debug() with dev_dbg()Gravatar Michalis Pappas 2-12/+13
2014-07-17staging: gdm72xx: remove debug codeGravatar Michalis Pappas 1-106/+0
2014-07-15net: set name_assign_type in alloc_netdev()Gravatar Tom Gundersen 1-1/+2
2014-07-09staging: gdm72xx: reorder functions and remove forward declarationsGravatar Michalis Pappas 3-179/+164
2014-07-09staging: gdm72xx: move T_CAPABILITY definitions to hci.hGravatar Michalis Pappas 2-8/+9
2014-07-09staging: gdm72xx: Remove unnecessary memset of netdev private dataGravatar Tobias Klauser 1-2/+0
2014-07-09staging: gdm72xx: Use net_device_stats from struct net_deviceGravatar Tobias Klauser 2-14/+4
2014-07-09staging: gdm72xx: add help text to KconfigGravatar Ben Chan 1-1/+18
2014-07-09staging: gdm72xx: remove unused codeGravatar Michalis Pappas 1-18/+0
2014-07-09staging: gdm72xx: clean up endianness conversionsGravatar Ben Chan 7-62/+49
2014-07-09staging: gdm72xx: use consistent style for header guardsGravatar Ben Chan 10-30/+32
2014-06-29staging: gdm72xx: use lower case for variable names for consistencyGravatar Ben Chan 2-20/+20
2014-06-29staging: gdm72xx: use int instead of u32 whenever makes senseGravatar Ben Chan 2-11/+10
2014-06-29staging: gdm72xx: use bool instead of custom-defined BOOLEANGravatar Ben Chan 2-8/+6
2014-06-29staging: gdm72xx: return -EINVAL instead of BUG_ON for invalid data lengthGravatar Ben Chan 2-2/+4
2014-06-26staging: gdm72xx: remove blank lines after an open braceGravatar Ben Chan 1-3/+0
2014-06-26staging: gdm72xx: fix block comment styleGravatar Ben Chan 4-14/+8
2014-06-26staging: gdm72xx: check return value of sscanfGravatar Ben Chan 1-2/+3
2014-05-24staging: gdm72xx: code cleanupGravatar Davide Gianforte 6-20/+36
2014-05-24staging: gdm72xx: return values cleanupGravatar Gengis Dave 2-6/+2
2014-05-16staging: gdm72xx: Remove task from TODO listGravatar Michalis Pappas 1-1/+0
2014-05-16staging: gdm72xx: Indentation and other whitespace fixesGravatar Michalis Pappas 10-129/+97
2014-05-16staging: gdm72xx: Whitespace fixes to conform to coding standardsGravatar Michalis Pappas 8-123/+101
2014-05-16staging: gdm72xx: Removed commented-out codeGravatar Michalis Pappas 4-43/+1
2014-05-16staging: gdm72xx: Fix braces to conform with coding styleGravatar Michalis Pappas 2-11/+12
2014-05-16staging: gdm72xx: Fix some camel-case variablesGravatar Michalis Pappas 1-16/+15
2014-05-16staging: gdm72xx: Move logical continuation to previous line to conform to co...Gravatar Michalis Pappas 1-2/+2
2014-05-16staging: gdm72xx: Modify a struct allocation to match coding standardsGravatar Michalis Pappas 1-1/+1
2014-05-16staging: gdm72xx: Replace comparisons on jiffies values with wrap-safe functionsGravatar Michalis Pappas 2-3/+3
2014-05-16staging: gdm72xx: Remove unnecessary extern declarations from header filesGravatar Michalis Pappas 3-6/+6
2014-03-16staging: gdm72xx: remove completed TODO itemGravatar Kristina Martšenko 1-2/+0
2014-03-16staging: gdm72xx: replace printk() and debug macros with dynamic debuggingGravatar Kristina Martšenko 4-47/+14
2014-03-16staging: gdm72xx: use print_hex_dump_debug and remove debug macrosGravatar Kristina Martšenko 4-101/+13
2014-03-07Staging: gdm72xx: Fix incorrect type in assignment in gdm_wimax.cGravatar Monam Agarwal 1-2/+2
2014-03-07staging:gdm72xx: Fix unnecessary brace errorsGravatar Himangi Saraogi 1-3/+2
2014-02-07staging: gdm72xx: fix leaks at failure path in gdm_usb_probe()Gravatar Alexey Khoroshilov 1-0/+3