summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gdm72xx
Commit message (Expand)AuthorAgeFilesLines
* staging: gdm72xx: add userspace data structWim de With2015-12-262-5/+14
* staging: gdm72xx: Replace timeval with ktime_tArnd Bergmann2015-12-262-9/+8
* staging: gdm72xx:Add space around '<<'Burcin Akalin2015-11-151-13/+13
* staging: gdm72xx: Add space around '>>'Burcin Akalin2015-11-151-1/+1
* staging: gdm72xx: Add space around '/'Burcin Akalin2015-11-151-2/+2
* staging: gdm72xx: Add space around '+'Burcin Akalin2015-11-151-7/+7
* staging: gdm72xx: Add space around '-'Burcin Akalin2015-11-151-2/+2
* staging: gdm72xx: Add space around '&'Burcin Akalin2015-11-151-20/+20
* staging: gdm72xx: Remove wrapper functionAmitoj Kaur Chawla2015-11-151-7/+2
* Staging: gdm72xx: Remove unnecessary cast on void pointerShraddha Barke2015-10-162-8/+8
* staging: gdmwm: move variables to right side of comparison testAlison Schofield2015-10-121-2/+2
* staging: gdm72xx: NULL comparison styleSudip Mukherjee2015-09-126-25/+25
* staging: gdm72xx: fix memory leakSudip Mukherjee2015-09-121-2/+6
* Staging: gdm72xx: usb_ids: fix a macro coding style errorRaphaƫl Beamonte2015-08-141-1/+5
* staging: gdm72xx: Fix typos in printkMasanari Iida2015-05-312-2/+2
* Staging: gdm72xx: use !x instead of x == NULLSomya Anand2015-03-161-1/+1
* Staging: gdm72xx: Iterate list using list_for_each_entrySomya Anand2015-03-161-2/+2
* Staging: gdm72xx: clean dev_err loggingHaneen Mohammed2015-03-061-4/+2
* staging: gdm72xx: Condense two statements into one to improve code readability.Navya Sri Nizamkari2015-03-011-2/+1
* Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-181-1/+1
|\
| * PM / Kconfig: Replace PM_RUNTIME with PM in dependenciesRafael J. Wysocki2014-12-131-1/+1
* | staging: gdm72xx: Remove useless cast on void pointerTapasweni Pathak2014-10-301-1/+1
* | staging: gdm72xx: Removed unnecesarry out of memory usageSarah Khan2014-10-201-3/+1
|/
* drivers: staging: gdm72xx: Removed unnecessary braces.Gulsah Kose2014-09-281-2/+1
* drivers: staging: gdm72xx: Removed unnecessary else expression.Gulsah Kose2014-09-281-6/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-08-061-1/+2
|\
| * net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+2
* | staging: gdm72xx: fix build errorsGreg Kroah-Hartman2014-07-171-3/+3
* | staging: gdm72xx: replace print_hex_dump_debug() with dev_dbg()Michalis Pappas2014-07-172-12/+13
* | staging: gdm72xx: remove debug codeMichalis Pappas2014-07-171-106/+0
* | staging: gdm72xx: reorder functions and remove forward declarationsMichalis Pappas2014-07-093-179/+164
* | staging: gdm72xx: move T_CAPABILITY definitions to hci.hMichalis Pappas2014-07-092-8/+9
* | staging: gdm72xx: Remove unnecessary memset of netdev private dataTobias Klauser2014-07-091-2/+0
* | staging: gdm72xx: Use net_device_stats from struct net_deviceTobias Klauser2014-07-092-14/+4
* | staging: gdm72xx: add help text to KconfigBen Chan2014-07-091-1/+18
* | staging: gdm72xx: remove unused codeMichalis Pappas2014-07-091-18/+0
* | staging: gdm72xx: clean up endianness conversionsBen Chan2014-07-097-62/+49
* | staging: gdm72xx: use consistent style for header guardsBen Chan2014-07-0910-30/+32
* | staging: gdm72xx: use lower case for variable names for consistencyBen Chan2014-06-292-20/+20
* | staging: gdm72xx: use int instead of u32 whenever makes senseBen Chan2014-06-292-11/+10
* | staging: gdm72xx: use bool instead of custom-defined BOOLEANBen Chan2014-06-292-8/+6
* | staging: gdm72xx: return -EINVAL instead of BUG_ON for invalid data lengthBen Chan2014-06-292-2/+4
* | staging: gdm72xx: remove blank lines after an open braceBen Chan2014-06-261-3/+0
* | staging: gdm72xx: fix block comment styleBen Chan2014-06-264-14/+8
* | staging: gdm72xx: check return value of sscanfBen Chan2014-06-261-2/+3
|/
* staging: gdm72xx: code cleanupDavide Gianforte2014-05-246-20/+36
* staging: gdm72xx: return values cleanupGengis Dave2014-05-242-6/+2
* staging: gdm72xx: Remove task from TODO listMichalis Pappas2014-05-161-1/+0
* staging: gdm72xx: Indentation and other whitespace fixesMichalis Pappas2014-05-1610-129/+97
* staging: gdm72xx: Whitespace fixes to conform to coding standardsMichalis Pappas2014-05-168-123/+101