aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/gdm724x/gdm_usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-11staging: gdm724x: redundant variables idProduct and idVendorColin Ian King1-5/+0
2018-04-26staging: gdm724x: remove redundant license informationGreg Kroah-Hartman1-12/+1
2018-04-26staging: gdm724x: add SPDX identifiers to all files.Greg Kroah-Hartman1-0/+1
2018-02-23Staging: gdm724x: Simplify the struct gdm_endian to a variable.Quytelda Kahja1-15/+15
2017-06-03Staging: gdm724x: Change spaces to tabsMart Lubbers1-4/+4
2016-08-21staging: gdm724x: gdm_usb: Remove ignored valueLuis de Bethencourt1-4/+4
2016-05-09staging/gdm724x: Fix avoid CamelCaseBruno Carvalho1-3/+3
2016-03-05staging: gdm724x: gdm_usb: Remove create_workqueue()Amitoj Kaur Chawla1-26/+8
2015-10-24staging: gdm724x: correct kzalloc/kmalloc sizeof argumentIoana Ciornei1-5/+5
2015-10-24staging: gdm724x: add spaces around binary operatorsIoana Ciornei1-2/+2
2015-10-24stating: gdm724x: remove explicit NULL comparisonIoana Ciornei1-8/+8
2015-10-24staging: gdm724x: properly indent to match open paranthesisIoana Ciornei1-10/+10
2015-10-16Staging: gdm724x: Remove unnecessary cast on void pointerShraddha Barke1-3/+3
2015-03-18Staging: gdm724x: replace pr_* with dev_*Haneen Mohammed1-3/+4
2015-03-18Staging: gdm724x: replace pr_err with dev_errHaneen Mohammed1-4/+4
2014-09-28staging: gdm724x: Removed unnecessary else expression.Gulsah Kose1-2/+1
2014-09-19Staging: gdm724x: gdm_usb: added error checking in do_tx()Abel Moyo1-0/+4
2014-07-26staging: gdm724x: fix misplaced open bracesCihangir Akturk1-17/+11
2014-07-22Staging: gdm724x: gdm_usb.c: fix missing blank line after variable declarationKiran Padwal1-0/+1
2014-07-11staging: gdm724x: fix leak at failure path in init_usb()Alexey Khoroshilov1-5/+6
2014-03-16staging: gdm724x: gdm_usb.c: Fix line over 80 characters.Aybuke Ozdemir1-11/+24
2014-02-18staging: gdm724x: cleanup alloc_tx_sdu_struct()Dan Carpenter1-17/+4
2013-11-25staging: gdm724x: fix leak at failure path in gdm_usb_probe()Alexey Khoroshilov1-23/+17
2013-10-27staging: gdm724x: kzalloc should be used instead of kmalloc/memsetTeodora Baluta1-4/+2
2013-07-29staging: gdm724x: Modified function name conflict set_endianWon Kang1-2/+2
2013-07-25staging: gdm724x: Remove version.h header inclusion in gdm_usb.cSachin Kamat1-1/+0
2013-07-24staging: gdm724x: Update loggingJoe Perches1-20/+23
2013-07-24staging: gdm7240: adding LTE USB driverWon Kang1-0/+1047