summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gdm724x/gdm_mux.c
Commit message (Expand)AuthorAgeFilesLines
* staging: gdm724x: Clarify naming of packet_type<->tty index symbolsMisha Gusarov2020-10-261-5/+5
* staging: gdm724x: Do not break expressionsIgnacio Losiggio2019-03-181-4/+3
* staging: gdm724x: remove redundant license informationGreg Kroah-Hartman2018-04-261-12/+1
* staging: gdm724x: add SPDX identifiers to all files.Greg Kroah-Hartman2018-04-261-0/+1
* Staging: gdm724x: mux: Check return value of register_lte_tty_driver().Quytelda Kahja2018-02-191-1/+5
* staging: gdm724x: gdm_mux: fix use-after-free on module unloadJohan Hovold2017-04-281-2/+1
* staging: gdm724x: Drop useless initialisationsimran singhal2017-03-061-2/+2
* staging/gdm724x: fix "alignment should match open parenthesis" issuesBruno Carvalho2016-05-091-2/+3
* Staging: gdm724x: Use min instead of ternary operatorBhumika Goyal2016-03-051-1/+1
* staging: gdm724x: gdm_mux: Remove create_workqueue()Amitoj Kaur Chawla2016-02-141-15/+3
* staging: gdm724x: remove multiple blank linesIoana Ciornei2015-10-241-4/+0
* staging: gdm724x: correct kzalloc/kmalloc sizeof argumentIoana Ciornei2015-10-241-4/+4
* staging: gdm724x: add spaces around binary operatorsIoana Ciornei2015-10-241-2/+2
* stating: gdm724x: remove explicit NULL comparisonIoana Ciornei2015-10-241-2/+2
* staging: gdm724x: properly indent to match open paranthesisIoana Ciornei2015-10-241-1/+1
* Staging: gdx724x: gdm_mux: Remove explicit castShivani Bhardwaj2015-10-161-1/+1
* Staging: gdm724x: Remove unnecessary cast on void pointerShraddha Barke2015-10-161-2/+2
* staging: gdm724x: Correction of variable usage after applying ALIGN()SÅ‚awomir Demeszko2015-05-101-9/+7
* Staging: gdm724x: replace pr_* with dev_*Haneen Mohammed2015-03-181-2/+2
* Staging: gdm724x: replace pr_err with dev_errHaneen Mohammed2015-03-181-2/+2
* Staging: gdm724x: fix space before comma coding style issue in gdm_mux.cRobert Nachlinger2015-01-171-1/+1
* staging: gdm724x: Fix missing blank line warning.Gulsah Kose2014-09-191-0/+1
* Staging: gdm724x: gdm_mux.c: fixed coding styleDaniel Ngu2014-03-171-10/+16
* Staging: gdm724x: Use ALIGN() macro for dummy_cnt in gdm_mux.cRashika Kheria2013-11-101-6/+2
* staging: gdm7240: fix memory leak on failure pathAlexey Khoroshilov2013-10-111-2/+2
* staging: gdm7240: alloc_mux_rx() does not need GFP_ATOMICAlexey Khoroshilov2013-10-111-3/+3
* staging: gdm724x: Fix sparse warnings regarding static functions/variablesValentina Manea2013-10-111-2/+2
* staging: gdm7240: fix error handling of probe()Dan Carpenter2013-08-211-32/+25
* staging: gdm7240: a TTY rewrite according to the latest TTY APIsWon Kang2013-08-191-5/+4
* staging: gdm724x: use GFP_ATOMIC under spin lockWei Yongjun2013-07-261-1/+1
* staging: gdm724x: Remove version.h header inclusion in gdm_mux.cSachin Kamat2013-07-251-1/+0
* staging: gdm724x: Update loggingJoe Perches2013-07-241-21/+20
* staging: gdm7240: adding LTE USB driverWon Kang2013-07-241-0/+700