summaryrefslogtreecommitdiff
path: root/drivers/staging/gdm724x
Commit message (Expand)AuthorAgeFilesLines
* Staging: gdm724x: Fix unchecked sscanf values in gdm_lte.cMonam Agarwal2014-03-181-2/+9
* Staging: gdm724x: gdm_mux.c: fixed coding styleDaniel Ngu2014-03-171-10/+16
* Staging: gdm724x: netlink_k.c: fixed coding styleDaniel Ngu2014-03-171-1/+2
* staging: removed space after return function in gdm_lte.hUma Sharma2014-03-161-1/+1
* staging: gdm724x: gdm_usb.c: Fix line over 80 characters.Aybuke Ozdemir2014-03-161-11/+24
* staging: gdm724x: Fix line over 80 characters.Gulsah Kose2014-03-161-56/+120
* staging: gdm724x: cleanup alloc_tx_sdu_struct()Dan Carpenter2014-02-181-17/+4
* staging: delete non-required instances of include <linux/init.h>Paul Gortmaker2013-12-171-1/+0
* staging: gdm724x: fix leak at failure path in gdm_usb_probe()Alexey Khoroshilov2013-11-251-23/+17
* Staging: gdm724x: Remove confusing macro gdm_lte_sdu_send in gdm_lte.cRashika Kheria2013-11-111-10/+5
* Staging: gdm724x: Use ALIGN() macro for dummy_cnt in gdm_mux.cRashika Kheria2013-11-101-6/+2
* Staging: gdm724x: Remove confusing macro gdm_lte_hci_send in gdm_lte.cRashika Kheria2013-11-101-4/+2
* Staging: gdm724x: Remove confusing macro gdm_dev_endian in gdm_lte.cRashika Kheria2013-11-101-6/+12
* Staging: gdm724x: Remove confusing macro gdm_lte_rcv_with_cb in gdm_lte.cRashika Kheria2013-11-101-4/+1
* staging: gdm724x: kzalloc should be used instead of kmalloc/memsetTeodora Baluta2013-10-271-4/+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 line over 80 characters in gdm_tty.cEbru Akagunduz2013-10-111-4/+8
* staging: gdm724x: Fix sparse warnings regarding static functions/variablesValentina Manea2013-10-112-5/+5
* staging: gdm724x: Remove version.h header inclusion in netlink_k.cSachin Kamat2013-08-271-1/+0
* staging: gdm7240: gdm_driver[] can be staticFengguang Wu2013-08-271-2/+2
* staging: gdm724x: Remove tests of KERNELVERSIONLarry Finger2013-08-251-13/+0
* staging: gdm724x: Fix typo in commentsMasanari Iida2013-08-231-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-194-45/+56
* staging: gdm7240: a TTY rewrite according to the latest TTY APIsWon Kang2013-08-192-157/+142
* staging: gdm724x: depend on CONFIG_TTYGreg Kroah-Hartman2013-07-291-1/+1
* staging: gdm724x: Modified function name conflict set_endianWon Kang2013-07-293-4/+4
* staging: gdm724x: remove duplicated include from gdm_lte.cWei Yongjun2013-07-291-2/+0
* staging: gdm724x: use GFP_ATOMIC under spin lockWei Yongjun2013-07-261-1/+1
* staging: gdm724x: Remove version.h header inclusion in gdm_usb.hSachin Kamat2013-07-251-1/+0
* staging: gdm724x: Remove version.h header inclusion in gdm_usb.cSachin Kamat2013-07-251-1/+0
* staging: gdm724x: Remove version.h header inclusion in gdm_tty.hSachin Kamat2013-07-251-1/+0
* staging: gdm724x: Remove version.h header inclusion in gdm_tty.cSachin Kamat2013-07-251-1/+0
* staging: gdm724x: Remove version.h header inclusion in gdm_mux.cSachin Kamat2013-07-251-1/+0
* staging: gdm724x: Remove version.h header inclusion in gdm_lte.hSachin Kamat2013-07-251-1/+0
* staging: gdm724x: Remove version.h header inclusion in gdm_lte.cSachin Kamat2013-07-251-1/+0
* staging: gdm724x: remove ioctl callGreg Kroah-Hartman2013-07-252-96/+0
* staging: gdm724x: prevent module from being built inGreg Kroah-Hartman2013-07-241-1/+1
* staging: gdm724x: Update loggingJoe Perches2013-07-245-69/+73
* staging: gdm724x: fix up line lengths in the .h filesGreg Kroah-Hartman2013-07-243-6/+12
* staging: gdm724x: remove unneeded TO_HOST_SUCCESS enumGreg Kroah-Hartman2013-07-242-2/+1
* staging: gdm724x: add tty stuff to TODO file.Greg Kroah-Hartman2013-07-241-0/+1
* staging: gdm724x: gdm_tty: fix tty api build warningsGreg Kroah-Hartman2013-07-241-7/+5
* staging: gdm7240: adding LTE USB driverWon Kang2013-07-2418-0/+3913