summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gdm72xx/gdm_usb.c
Commit message (Expand)AuthorAgeFilesLines
* staging: gdm72xx: replace print_hex_dump_debug() with dev_dbg()Michalis Pappas2014-07-181-4/+6
* staging: gdm72xx: reorder functions and remove forward declarationsMichalis Pappas2014-07-101-45/+42Star
* staging: gdm72xx: clean up endianness conversionsBen Chan2014-07-091-8/+4Star
* staging: gdm72xx: return -EINVAL instead of BUG_ON for invalid data lengthBen Chan2014-06-291-1/+2
* staging: gdm72xx: remove blank lines after an open braceBen Chan2014-06-271-3/+0Star
* staging: gdm72xx: fix block comment styleBen Chan2014-06-271-4/+2Star
* staging: gdm72xx: code cleanupDavide Gianforte2014-05-241-6/+10
* staging: gdm72xx: Indentation and other whitespace fixesMichalis Pappas2014-05-161-8/+9
* staging: gdm72xx: Whitespace fixes to conform to coding standardsMichalis Pappas2014-05-161-28/+15Star
* staging: gdm72xx: Move logical continuation to previous line to conform to co...Michalis Pappas2014-05-161-2/+2
* staging: gdm72xx: Replace comparisons on jiffies values with wrap-safe functionsMichalis Pappas2014-05-161-1/+1
* staging: gdm72xx: replace printk() and debug macros with dynamic debuggingKristina Martšenko2014-03-171-11/+2Star
* staging: gdm72xx: use print_hex_dump_debug and remove debug macrosKristina Martšenko2014-03-171-20/+4Star
* staging: gdm72xx: fix leaks at failure path in gdm_usb_probe()Alexey Khoroshilov2014-02-071-0/+3
* staging: gdm72xx: fix interruptible_sleep_on raceArnd Bergmann2014-01-091-2/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-121-3/+1Star
|\
| * kill daemonize()Al Viro2012-11-291-3/+1Star
* | staging: gdm72xx: unlock on error in init_usb()Dan Carpenter2012-11-301-0/+1
* | staging: gdm72xx: fix unused variable warning in gdm_usb_sendBen Chan2012-11-271-1/+4
* | staging: gdm72xx: protect access of rx / tx structsBen Chan2012-11-271-7/+45
* | staging/gdm72xx: Use dev_ printks in gdm_usb.cYAMANE Toshiaki2012-10-301-5/+5
|/
* staging: gdm72xx: simplify alloc_tx_struct and alloc_rx_structBen Chan2012-09-141-27/+17Star
* staging/gdm72xx: gdm_usb coding style clean upMacpaul Lin2012-09-121-5/+5
* staging: gdm72xx: use list_move instead of list_del/list_addWei Yongjun2012-09-061-2/+1Star
* staging: gdm72xx: use list_move_tail instead of list_del/list_add_tailWei Yongjun2012-09-051-2/+1Star
* staging: gdm72xx: use kzalloc to allocate usb_tx structureDevendra Naga2012-09-041-3/+1Star
* staging/gdm72xx: use kzalloc for phydev and udevDevendra Naga2012-07-171-5/+2Star
* staging: gdm72xx: Simplify spinlock fix for gdm_usb_send_completeBen Chan2012-06-121-16/+10Star
* staging: gdm72xx: Fix spinlock recursion on gdm_usb_send_completeBen Chan2012-06-121-6/+18
* staging/gdm72xx: Remove version.h includesDevendra Naga2012-06-121-1/+0Star
* Staging: gdm72xx: gdm_usb: fix deprecated function kernel_threadAdnan Ali2012-06-121-1/+2
* staging: gdm72xx: Set up parent link in sysfs for gdm72xx devicesPaul Stewart2012-05-171-1/+1
* staging: gdm72xx: WIMAX_GDM72XX_USB_PM should depend on USB_SUSPENDGeert Uytterhoeven2012-05-161-6/+0Star
* staging: gdm72xx: Add GCT GDM72xx WiMAX driver.Sage Ahn2012-05-151-0/+804