aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/gdm72xx/gdm_usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-11Staging: gdm72xx: Remove gdm72xx driverShraddha Barke1-788/+0
2016-03-05Staging: gdm72xx: make "len" unsignedDan Carpenter1-3/+3
2016-02-20Staging: gdm72xx: Add space around that "+", "&" and "/"Shraddha Barke1-1/+1
2016-02-07Staging: gdm72xx: Remove multiple blank linesShraddha Barke1-1/+0
2015-09-12staging: gdm72xx: NULL comparison styleSudip Mukherjee1-8/+8
2014-07-17staging: gdm72xx: replace print_hex_dump_debug() with dev_dbg()Michalis Pappas1-4/+6
2014-07-09staging: gdm72xx: reorder functions and remove forward declarationsMichalis Pappas1-45/+42
2014-07-09staging: gdm72xx: clean up endianness conversionsBen Chan1-8/+4
2014-06-29staging: gdm72xx: return -EINVAL instead of BUG_ON for invalid data lengthBen Chan1-1/+2
2014-06-26staging: gdm72xx: remove blank lines after an open braceBen Chan1-3/+0
2014-06-26staging: gdm72xx: fix block comment styleBen Chan1-4/+2
2014-05-24staging: gdm72xx: code cleanupDavide Gianforte1-6/+10
2014-05-16staging: gdm72xx: Indentation and other whitespace fixesMichalis Pappas1-8/+9
2014-05-16staging: gdm72xx: Whitespace fixes to conform to coding standardsMichalis Pappas1-28/+15
2014-05-16staging: gdm72xx: Move logical continuation to previous line to conform to coding styleMichalis Pappas1-2/+2
2014-05-16staging: gdm72xx: Replace comparisons on jiffies values with wrap-safe functionsMichalis Pappas1-1/+1
2014-03-16staging: gdm72xx: replace printk() and debug macros with dynamic debuggingKristina Martšenko1-11/+2
2014-03-16staging: gdm72xx: use print_hex_dump_debug and remove debug macrosKristina Martšenko1-20/+4
2014-02-07staging: gdm72xx: fix leaks at failure path in gdm_usb_probe()Alexey Khoroshilov1-0/+3
2014-01-09staging: gdm72xx: fix interruptible_sleep_on raceArnd Bergmann1-2/+3
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-3/+1
2012-11-29staging: gdm72xx: unlock on error in init_usb()Dan Carpenter1-0/+1
2012-11-28kill daemonize()Al Viro1-3/+1
2012-11-27staging: gdm72xx: fix unused variable warning in gdm_usb_sendBen Chan1-1/+4
2012-11-26staging: gdm72xx: protect access of rx / tx structsBen Chan1-7/+45
2012-10-30staging/gdm72xx: Use dev_ printks in gdm_usb.cYAMANE Toshiaki1-5/+5
2012-09-13staging: gdm72xx: simplify alloc_tx_struct and alloc_rx_structBen Chan1-27/+17
2012-09-12staging/gdm72xx: gdm_usb coding style clean upMacpaul Lin1-5/+5
2012-09-06staging: gdm72xx: use list_move instead of list_del/list_addWei Yongjun1-2/+1
2012-09-05staging: gdm72xx: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-2/+1
2012-09-04staging: gdm72xx: use kzalloc to allocate usb_tx structureDevendra Naga1-3/+1
2012-07-16staging/gdm72xx: use kzalloc for phydev and udevDevendra Naga1-5/+2
2012-06-12staging: gdm72xx: Simplify spinlock fix for gdm_usb_send_completeBen Chan1-16/+10
2012-06-12staging: gdm72xx: Fix spinlock recursion on gdm_usb_send_completeBen Chan1-6/+18
2012-06-12staging/gdm72xx: Remove version.h includesDevendra Naga1-1/+0
2012-06-12Staging: gdm72xx: gdm_usb: fix deprecated function kernel_threadAdnan Ali1-1/+2
2012-05-17staging: gdm72xx: Set up parent link in sysfs for gdm72xx devicesPaul Stewart1-1/+1
2012-05-16staging: gdm72xx: WIMAX_GDM72XX_USB_PM should depend on USB_SUSPENDGeert Uytterhoeven1-6/+0
2012-05-15staging: gdm72xx: Add GCT GDM72xx WiMAX driver.Sage Ahn1-0/+804