aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/gdm724x/gdm_mux.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-26staging: gdm724x: Clarify naming of packet_type<->tty index symbolsMisha Gusarov1-5/+5
2019-03-18staging: gdm724x: Do not break expressionsIgnacio Losiggio1-4/+3
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-19Staging: gdm724x: mux: Check return value of register_lte_tty_driver().Quytelda Kahja1-1/+5
2017-04-28staging: gdm724x: gdm_mux: fix use-after-free on module unloadJohan Hovold1-2/+1
2017-03-06staging: gdm724x: Drop useless initialisationsimran singhal1-2/+2
2016-05-09staging/gdm724x: fix "alignment should match open parenthesis" issuesBruno Carvalho1-2/+3
2016-03-05Staging: gdm724x: Use min instead of ternary operatorBhumika Goyal1-1/+1
2016-02-14staging: gdm724x: gdm_mux: Remove create_workqueue()Amitoj Kaur Chawla1-15/+3
2015-10-24staging: gdm724x: remove multiple blank linesIoana Ciornei1-4/+0
2015-10-24staging: gdm724x: correct kzalloc/kmalloc sizeof argumentIoana Ciornei1-4/+4
2015-10-24staging: gdm724x: add spaces around binary operatorsIoana Ciornei1-2/+2
2015-10-24stating: gdm724x: remove explicit NULL comparisonIoana Ciornei1-2/+2
2015-10-24staging: gdm724x: properly indent to match open paranthesisIoana Ciornei1-1/+1
2015-10-16Staging: gdx724x: gdm_mux: Remove explicit castShivani Bhardwaj1-1/+1
2015-10-16Staging: gdm724x: Remove unnecessary cast on void pointerShraddha Barke1-2/+2
2015-05-10staging: gdm724x: Correction of variable usage after applying ALIGN()SÅ‚awomir Demeszko1-9/+7
2015-03-18Staging: gdm724x: replace pr_* with dev_*Haneen Mohammed1-2/+2
2015-03-18Staging: gdm724x: replace pr_err with dev_errHaneen Mohammed1-2/+2
2015-01-17Staging: gdm724x: fix space before comma coding style issue in gdm_mux.cRobert Nachlinger1-1/+1
2014-09-19staging: gdm724x: Fix missing blank line warning.Gulsah Kose1-0/+1
2014-03-17Staging: gdm724x: gdm_mux.c: fixed coding styleDaniel Ngu1-10/+16
2013-11-10Staging: gdm724x: Use ALIGN() macro for dummy_cnt in gdm_mux.cRashika Kheria1-6/+2
2013-10-11staging: gdm7240: fix memory leak on failure pathAlexey Khoroshilov1-2/+2
2013-10-11staging: gdm7240: alloc_mux_rx() does not need GFP_ATOMICAlexey Khoroshilov1-3/+3
2013-10-11staging: gdm724x: Fix sparse warnings regarding static functions/variablesValentina Manea1-2/+2
2013-08-21staging: gdm7240: fix error handling of probe()Dan Carpenter1-32/+25
2013-08-19staging: gdm7240: a TTY rewrite according to the latest TTY APIsWon Kang1-5/+4
2013-07-26staging: gdm724x: use GFP_ATOMIC under spin lockWei Yongjun1-1/+1
2013-07-25staging: gdm724x: Remove version.h header inclusion in gdm_mux.cSachin Kamat1-1/+0
2013-07-24staging: gdm724x: Update loggingJoe Perches1-21/+20
2013-07-24staging: gdm7240: adding LTE USB driverWon Kang1-0/+700