summaryrefslogtreecommitdiff
path: root/drivers/staging/gdm72xx
AgeCommit message (Expand)AuthorFilesLines
2016-03-12Staging: gdm72xx: Remove gdm72xx driverShraddha Barke20-4211/+0
2016-03-06Staging: gdm72xx: remove duplicate conditionDan Carpenter1-3/+2
2016-03-06Staging: gdm72xx: underflow bug in gdm_wimax_ioctl_get_data()Dan Carpenter1-2/+2
2016-03-06staging: gdm72xx: zero out paddingDan Carpenter1-1/+1
2016-03-06Staging: gdm72xx: make "len" unsignedDan Carpenter4-8/+8
2016-03-06Staging: gdm72xx: silence underflow warning in netlink_send()Dan Carpenter2-2/+2
2016-03-06staging: gdm72xx: underflow in netlink_rcv_cb()Dan Carpenter1-1/+2
2016-02-21Staging: gdm72xx: Remove wrapper function put_event_entryShraddha Barke1-8/+1
2016-02-21Staging: gdm72xx: Remove unnecessary parenthesis around function pointerShraddha Barke1-3/+3
2016-02-21Staging: gdm72xx: Add space around that "+", "&" and "/"Shraddha Barke4-18/+19
2016-02-21Staging: gdm72xx: Add space around that "+", "&" and "|"Shraddha Barke4-10/+10
2016-02-12staging: gdm72xx: compress return logic into one lineAlison Schofield2-5/+2
2016-02-08Staging: gdm72xx: Prefer using the BIT macroShraddha Barke2-6/+6
2016-02-08Staging: gdm72xx: Remove multiple blank linesShraddha Barke2-2/+0
2016-02-08Staging: gdm72xx: Remove space after castShraddha Barke1-1/+1
2016-02-08Staging: gdm72xx: Add appropriate comment for spinlock_t definitionShraddha Barke5-7/+7
2016-02-08Staging: gdm72xx: Add space around that "+", "&" and "|"Shraddha Barke1-32/+32
2015-12-27staging: gdm72xx: add userspace data structWim de With2-5/+14
2015-12-27staging: gdm72xx: Replace timeval with ktime_tArnd Bergmann2-9/+8
2015-11-16staging: gdm72xx:Add space around '<<'Burcin Akalin1-13/+13
2015-11-16staging: gdm72xx: Add space around '>>'Burcin Akalin1-1/+1
2015-11-16staging: gdm72xx: Add space around '/'Burcin Akalin1-2/+2
2015-11-16staging: gdm72xx: Add space around '+'Burcin Akalin1-7/+7
2015-11-16staging: gdm72xx: Add space around '-'Burcin Akalin1-2/+2
2015-11-16staging: gdm72xx: Add space around '&'Burcin Akalin1-20/+20
2015-11-16staging: gdm72xx: Remove wrapper functionAmitoj Kaur Chawla1-7/+2
2015-10-17Staging: gdm72xx: Remove unnecessary cast on void pointerShraddha Barke2-8/+8
2015-10-13staging: gdmwm: move variables to right side of comparison testAlison Schofield1-2/+2
2015-09-13staging: gdm72xx: NULL comparison styleSudip Mukherjee6-25/+25
2015-09-13staging: gdm72xx: fix memory leakSudip Mukherjee1-2/+6
2015-08-15Staging: gdm72xx: usb_ids: fix a macro coding style errorRaphaƫl Beamonte1-1/+5
2015-05-31staging: gdm72xx: Fix typos in printkMasanari Iida2-2/+2
2015-03-16Staging: gdm72xx: use !x instead of x == NULLSomya Anand1-1/+1
2015-03-16Staging: gdm72xx: Iterate list using list_for_each_entrySomya Anand1-2/+2
2015-03-07Staging: gdm72xx: clean dev_err loggingHaneen Mohammed1-4/+2
2015-03-02staging: gdm72xx: Condense two statements into one to improve code readability.Navya Sri Nizamkari1-2/+1
2014-12-19Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2014-12-13PM / Kconfig: Replace PM_RUNTIME with PM in dependenciesRafael J. Wysocki1-1/+1
2014-10-30staging: gdm72xx: Remove useless cast on void pointerTapasweni Pathak1-1/+1
2014-10-20staging: gdm72xx: Removed unnecesarry out of memory usageSarah Khan1-3/+1
2014-09-29drivers: staging: gdm72xx: Removed unnecessary braces.Gulsah Kose1-2/+1
2014-09-29drivers: staging: gdm72xx: Removed unnecessary else expression.Gulsah Kose1-6/+5
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+2
2014-07-18staging: gdm72xx: fix build errorsGreg Kroah-Hartman1-3/+3
2014-07-18staging: gdm72xx: replace print_hex_dump_debug() with dev_dbg()Michalis Pappas2-12/+13
2014-07-18staging: gdm72xx: remove debug codeMichalis Pappas1-106/+0
2014-07-16net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+2
2014-07-10staging: gdm72xx: reorder functions and remove forward declarationsMichalis Pappas3-179/+164
2014-07-10staging: gdm72xx: move T_CAPABILITY definitions to hci.hMichalis Pappas2-8/+9
2014-07-09staging: gdm72xx: Remove unnecessary memset of netdev private dataTobias Klauser1-2/+0