summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gdm72xx
Commit message (Expand)AuthorAgeFilesLines
* Staging: gdm72xx: Remove gdm72xx driverShraddha Barke2016-03-1220-4211/+0Star
* Staging: gdm72xx: remove duplicate conditionDan Carpenter2016-03-051-3/+2Star
* Staging: gdm72xx: underflow bug in gdm_wimax_ioctl_get_data()Dan Carpenter2016-03-051-2/+2
* staging: gdm72xx: zero out paddingDan Carpenter2016-03-051-1/+1
* Staging: gdm72xx: make "len" unsignedDan Carpenter2016-03-054-8/+8
* Staging: gdm72xx: silence underflow warning in netlink_send()Dan Carpenter2016-03-052-2/+2
* staging: gdm72xx: underflow in netlink_rcv_cb()Dan Carpenter2016-03-051-1/+2
* Staging: gdm72xx: Remove wrapper function put_event_entryShraddha Barke2016-02-211-8/+1Star
* Staging: gdm72xx: Remove unnecessary parenthesis around function pointerShraddha Barke2016-02-211-3/+3
* Staging: gdm72xx: Add space around that "+", "&" and "/"Shraddha Barke2016-02-214-18/+19
* Staging: gdm72xx: Add space around that "+", "&" and "|"Shraddha Barke2016-02-214-10/+10
* staging: gdm72xx: compress return logic into one lineAlison Schofield2016-02-122-5/+2Star
* Staging: gdm72xx: Prefer using the BIT macroShraddha Barke2016-02-082-6/+6
* Staging: gdm72xx: Remove multiple blank linesShraddha Barke2016-02-082-2/+0Star
* Staging: gdm72xx: Remove space after castShraddha Barke2016-02-081-1/+1
* Staging: gdm72xx: Add appropriate comment for spinlock_t definitionShraddha Barke2016-02-085-7/+7
* Staging: gdm72xx: Add space around that "+", "&" and "|"Shraddha Barke2016-02-081-32/+32
* staging: gdm72xx: add userspace data structWim de With2015-12-272-5/+14
* staging: gdm72xx: Replace timeval with ktime_tArnd Bergmann2015-12-272-9/+8Star
* staging: gdm72xx:Add space around '<<'Burcin Akalin2015-11-161-13/+13
* staging: gdm72xx: Add space around '>>'Burcin Akalin2015-11-161-1/+1
* staging: gdm72xx: Add space around '/'Burcin Akalin2015-11-161-2/+2
* staging: gdm72xx: Add space around '+'Burcin Akalin2015-11-161-7/+7
* staging: gdm72xx: Add space around '-'Burcin Akalin2015-11-161-2/+2
* staging: gdm72xx: Add space around '&'Burcin Akalin2015-11-161-20/+20
* staging: gdm72xx: Remove wrapper functionAmitoj Kaur Chawla2015-11-161-7/+2Star
* Staging: gdm72xx: Remove unnecessary cast on void pointerShraddha Barke2015-10-172-8/+8
* staging: gdmwm: move variables to right side of comparison testAlison Schofield2015-10-131-2/+2
* staging: gdm72xx: NULL comparison styleSudip Mukherjee2015-09-136-25/+25
* staging: gdm72xx: fix memory leakSudip Mukherjee2015-09-131-2/+6
* Staging: gdm72xx: usb_ids: fix a macro coding style errorRaphaƫl Beamonte2015-08-151-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-071-4/+2Star
* staging: gdm72xx: Condense two statements into one to improve code readability.Navya Sri Nizamkari2015-03-021-2/+1Star
* Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-191-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/+1Star
|/
* drivers: staging: gdm72xx: Removed unnecessary braces.Gulsah Kose2014-09-291-2/+1Star
* drivers: staging: gdm72xx: Removed unnecessary else expression.Gulsah Kose2014-09-291-6/+5Star
* 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-161-1/+2
* | staging: gdm72xx: fix build errorsGreg Kroah-Hartman2014-07-181-3/+3
* | staging: gdm72xx: replace print_hex_dump_debug() with dev_dbg()Michalis Pappas2014-07-182-12/+13
* | staging: gdm72xx: remove debug codeMichalis Pappas2014-07-181-106/+0Star
* | staging: gdm72xx: reorder functions and remove forward declarationsMichalis Pappas2014-07-103-179/+164Star
* | staging: gdm72xx: move T_CAPABILITY definitions to hci.hMichalis Pappas2014-07-102-8/+9
* | staging: gdm72xx: Remove unnecessary memset of netdev private dataTobias Klauser2014-07-091-2/+0Star