summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gdm72xx
AgeCommit message (Expand)AuthorLines
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2014-12-13PM / Kconfig: Replace PM_RUNTIME with PM in dependenciesRafael J. Wysocki-1/+1
2014-10-30staging: gdm72xx: Remove useless cast on void pointerTapasweni Pathak-1/+1
2014-10-20staging: gdm72xx: Removed unnecesarry out of memory usageSarah Khan-3/+1
2014-09-28drivers: staging: gdm72xx: Removed unnecessary braces.Gulsah Kose-2/+1
2014-09-28drivers: staging: gdm72xx: Removed unnecessary else expression.Gulsah Kose-6/+5
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+2
2014-07-17staging: gdm72xx: fix build errorsGreg Kroah-Hartman-3/+3
2014-07-17staging: gdm72xx: replace print_hex_dump_debug() with dev_dbg()Michalis Pappas-12/+13
2014-07-17staging: gdm72xx: remove debug codeMichalis Pappas-106/+0
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen-1/+2
2014-07-09staging: gdm72xx: reorder functions and remove forward declarationsMichalis Pappas-179/+164
2014-07-09staging: gdm72xx: move T_CAPABILITY definitions to hci.hMichalis Pappas-8/+9
2014-07-09staging: gdm72xx: Remove unnecessary memset of netdev private dataTobias Klauser-2/+0
2014-07-09staging: gdm72xx: Use net_device_stats from struct net_deviceTobias Klauser-14/+4
2014-07-09staging: gdm72xx: add help text to KconfigBen Chan-1/+18
2014-07-09staging: gdm72xx: remove unused codeMichalis Pappas-18/+0
2014-07-09staging: gdm72xx: clean up endianness conversionsBen Chan-62/+49
2014-07-09staging: gdm72xx: use consistent style for header guardsBen Chan-30/+32
2014-06-29staging: gdm72xx: use lower case for variable names for consistencyBen Chan-20/+20
2014-06-29staging: gdm72xx: use int instead of u32 whenever makes senseBen Chan-11/+10
2014-06-29staging: gdm72xx: use bool instead of custom-defined BOOLEANBen Chan-8/+6
2014-06-29staging: gdm72xx: return -EINVAL instead of BUG_ON for invalid data lengthBen Chan-2/+4
2014-06-26staging: gdm72xx: remove blank lines after an open braceBen Chan-3/+0
2014-06-26staging: gdm72xx: fix block comment styleBen Chan-14/+8
2014-06-26staging: gdm72xx: check return value of sscanfBen Chan-2/+3
2014-05-24staging: gdm72xx: code cleanupDavide Gianforte-20/+36
2014-05-24staging: gdm72xx: return values cleanupGengis Dave-6/+2
2014-05-16staging: gdm72xx: Remove task from TODO listMichalis Pappas-1/+0
2014-05-16staging: gdm72xx: Indentation and other whitespace fixesMichalis Pappas-129/+97
2014-05-16staging: gdm72xx: Whitespace fixes to conform to coding standardsMichalis Pappas-123/+101
2014-05-16staging: gdm72xx: Removed commented-out codeMichalis Pappas-43/+1
2014-05-16staging: gdm72xx: Fix braces to conform with coding styleMichalis Pappas-11/+12
2014-05-16staging: gdm72xx: Fix some camel-case variablesMichalis Pappas-16/+15
2014-05-16staging: gdm72xx: Move logical continuation to previous line to conform to co...Michalis Pappas-2/+2
2014-05-16staging: gdm72xx: Modify a struct allocation to match coding standardsMichalis Pappas-1/+1
2014-05-16staging: gdm72xx: Replace comparisons on jiffies values with wrap-safe functionsMichalis Pappas-3/+3
2014-05-16staging: gdm72xx: Remove unnecessary extern declarations from header filesMichalis Pappas-6/+6
2014-03-16staging: gdm72xx: remove completed TODO itemKristina Martšenko-2/+0
2014-03-16staging: gdm72xx: replace printk() and debug macros with dynamic debuggingKristina Martšenko-47/+14
2014-03-16staging: gdm72xx: use print_hex_dump_debug and remove debug macrosKristina Martšenko-101/+13
2014-03-07Staging: gdm72xx: Fix incorrect type in assignment in gdm_wimax.cMonam Agarwal-2/+2
2014-03-07staging:gdm72xx: Fix unnecessary brace errorsHimangi Saraogi-3/+2
2014-02-07staging: gdm72xx: fix leaks at failure path in gdm_usb_probe()Alexey Khoroshilov-0/+3
2014-01-09staging: gdm72xx: fix interruptible_sleep_on raceArnd Bergmann-2/+3
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2013-12-17staging: gdm72xx: Fix WARNING space prohibited before semicolon in gdm_qos.cMasanari Iida-1/+1
2013-07-23staging: gdm72xx: potential use after free in send_qos_list()Dan Carpenter-1/+1
2013-06-05staging: gdm72xx: fix typos in KconfigBen Chan-2/+2
2013-06-05staging: gdm72xx: WIMAX_GDM72XX should depend on either USB or MMCBen Chan-3/+3