aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgrp (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds6-99/+25
2012-11-26staging: dgrp: dgrp_tty.c: Audit the return values of get/put_user()Kumar Amit Mehta1-14/+8
2012-11-26staging: dgrp: dgrp_tty.c: Remove the TIOCSSOFTCAR ioctl handler from dgrp driverKumar Amit Mehta1-7/+0
2012-11-21staging: dgrp: Fix typo in dgrp driverMasanari Iida2-6/+6
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby2-1/+5
2012-11-14staging: dgrp: remove TIOCGSOFTCAR and TIOCSSOFTCAR handlingBill Pemberton1-15/+0
2012-10-29staging: dgrp: fix potential NULL defereference issueYuanhan Liu1-1/+1
2012-10-29Merge 3.7-rc3 into staging-nextGreg Kroah-Hartman3-0/+18
2012-10-25staging: dgrp: remove rawreadok module optionBill Pemberton4-25/+0
2012-10-25staging: dgrp: remove use of real_raw and read_cnt in dgrp_inputBill Pemberton1-59/+8
2012-10-22staging: remove version.h include from dgrp/dgrp_sysfs.cJesper Juhl1-1/+0
2012-10-22staging: dgrp: fix some warningsAlan Cox3-2/+5
2012-10-17staging: dgrp: check return value of alloc_tty_driverBill Pemberton1-0/+9
2012-10-17staging: dgrp: check for NULL pointer in (un)register_proc_tableBill Pemberton1-0/+6
2012-10-05staging: serial: dgrp: Add missing #include <linux/uaccess.h>Geert Uytterhoeven3-0/+3
2012-10-03userns: Fix build of drivers/staging/dgrpEric W. Biederman1-2/+2
2012-09-25staging: dgrp: using vmalloc needs to include vmalloc.hStephen Rothwell1-0/+1
2012-09-25staging: dgrp: fix potential call to strncpy with a negative numberBill Pemberton1-0/+6
2012-09-21staging: dgrp: add dgrp to the buildBill Pemberton1-3/+9
2012-09-21staging: Add dgrp driver for Digi Realport devicesBill Pemberton16-0/+10880