index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
gdm724x
Age
Commit message (
Expand
)
Author
2014-03-18
Staging: gdm724x: Fix unchecked sscanf values in gdm_lte.c
Monam Agarwal
2014-03-17
Staging: gdm724x: gdm_mux.c: fixed coding style
Daniel Ngu
2014-03-17
Staging: gdm724x: netlink_k.c: fixed coding style
Daniel Ngu
2014-03-16
staging: removed space after return function in gdm_lte.h
Uma Sharma
2014-03-16
staging: gdm724x: gdm_usb.c: Fix line over 80 characters.
Aybuke Ozdemir
2014-03-16
staging: gdm724x: Fix line over 80 characters.
Gulsah Kose
2014-02-18
staging: gdm724x: cleanup alloc_tx_sdu_struct()
Dan Carpenter
2013-12-17
staging: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2013-11-25
staging: gdm724x: fix leak at failure path in gdm_usb_probe()
Alexey Khoroshilov
2013-11-11
Staging: gdm724x: Remove confusing macro gdm_lte_sdu_send in gdm_lte.c
Rashika Kheria
2013-11-10
Staging: gdm724x: Use ALIGN() macro for dummy_cnt in gdm_mux.c
Rashika Kheria
2013-11-10
Staging: gdm724x: Remove confusing macro gdm_lte_hci_send in gdm_lte.c
Rashika Kheria
2013-11-10
Staging: gdm724x: Remove confusing macro gdm_dev_endian in gdm_lte.c
Rashika Kheria
2013-11-10
Staging: gdm724x: Remove confusing macro gdm_lte_rcv_with_cb in gdm_lte.c
Rashika Kheria
2013-10-27
staging: gdm724x: kzalloc should be used instead of kmalloc/memset
Teodora Baluta
2013-10-11
staging: gdm7240: fix memory leak on failure path
Alexey Khoroshilov
2013-10-11
staging: gdm7240: alloc_mux_rx() does not need GFP_ATOMIC
Alexey Khoroshilov
2013-10-11
Staging: gdm724x: fix line over 80 characters in gdm_tty.c
Ebru Akagunduz
2013-10-11
staging: gdm724x: Fix sparse warnings regarding static functions/variables
Valentina Manea
2013-08-27
staging: gdm724x: Remove version.h header inclusion in netlink_k.c
Sachin Kamat
2013-08-27
staging: gdm7240: gdm_driver[] can be static
Fengguang Wu
2013-08-25
staging: gdm724x: Remove tests of KERNELVERSION
Larry Finger
2013-08-23
staging: gdm724x: Fix typo in comments
Masanari Iida
2013-08-21
staging: gdm7240: fix error handling of probe()
Dan Carpenter
2013-08-19
staging: gdm7240: a TTY rewrite according to the latest TTY APIs
Won Kang
2013-08-19
staging: gdm7240: a TTY rewrite according to the latest TTY APIs
Won Kang
2013-07-29
staging: gdm724x: depend on CONFIG_TTY
Greg Kroah-Hartman
2013-07-29
staging: gdm724x: Modified function name conflict set_endian
Won Kang
2013-07-29
staging: gdm724x: remove duplicated include from gdm_lte.c
Wei Yongjun
2013-07-26
staging: gdm724x: use GFP_ATOMIC under spin lock
Wei Yongjun
2013-07-25
staging: gdm724x: Remove version.h header inclusion in gdm_usb.h
Sachin Kamat
2013-07-25
staging: gdm724x: Remove version.h header inclusion in gdm_usb.c
Sachin Kamat
2013-07-25
staging: gdm724x: Remove version.h header inclusion in gdm_tty.h
Sachin Kamat
2013-07-25
staging: gdm724x: Remove version.h header inclusion in gdm_tty.c
Sachin Kamat
2013-07-25
staging: gdm724x: Remove version.h header inclusion in gdm_mux.c
Sachin Kamat
2013-07-25
staging: gdm724x: Remove version.h header inclusion in gdm_lte.h
Sachin Kamat
2013-07-25
staging: gdm724x: Remove version.h header inclusion in gdm_lte.c
Sachin Kamat
2013-07-25
staging: gdm724x: remove ioctl call
Greg Kroah-Hartman
2013-07-24
staging: gdm724x: prevent module from being built in
Greg Kroah-Hartman
2013-07-24
staging: gdm724x: Update logging
Joe Perches
2013-07-24
staging: gdm724x: fix up line lengths in the .h files
Greg Kroah-Hartman
2013-07-24
staging: gdm724x: remove unneeded TO_HOST_SUCCESS enum
Greg Kroah-Hartman
2013-07-24
staging: gdm724x: add tty stuff to TODO file.
Greg Kroah-Hartman
2013-07-24
staging: gdm724x: gdm_tty: fix tty api build warnings
Greg Kroah-Hartman
2013-07-24
staging: gdm7240: adding LTE USB driver
Won Kang