summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgrp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-2/+2
|\
| * new helper: file_inode(file)Al Viro2013-02-231-2/+2
* | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-213-7/+9
|\ \
| * | pps: Move timestamp read into PPS code properGeorge Spelvin2013-02-132-0/+2
| * | tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-191-1/+1
| * | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-161-2/+2
| * | TTY: switch tty_insert_flip_charJiri Slaby2013-01-161-1/+1
| * | TTY: convert more flipping functionsJiri Slaby2013-01-161-1/+1
| * | TTY: switch tty_buffer_request_room to tty_portJiri Slaby2013-01-161-2/+2
| |/
* | staging: dgrp: remove redundant NULL check before unregister_dgrp_device().Cyril Roelandt2013-02-131-6/+3Star
* | staging: dgrp: prefix function names with dgrp_ in dgrp_specproc.cTommi Rantala2013-02-081-32/+34
* | staging: dgrp: use correct release op for /proc/dgrp/infoTommi Rantala2013-02-081-1/+1
* | staging: dgrp: check for a valid proc dir entry pointerDevendra Naga2013-01-221-1/+3
|/
* Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-12-116-99/+25Star
|\
| * staging: dgrp: dgrp_tty.c: Audit the return values of get/put_user()Kumar Amit Mehta2012-11-271-14/+8Star
| * staging: dgrp: dgrp_tty.c: Remove the TIOCSSOFTCAR ioctl handler from dgrp dr...Kumar Amit Mehta2012-11-271-7/+0Star
| * staging: dgrp: Fix typo in dgrp driverMasanari Iida2012-11-212-6/+6
| * TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-162-1/+5
| * staging: dgrp: remove rawreadok module optionBill Pemberton2012-10-254-25/+0Star
| * staging: dgrp: remove use of real_raw and read_cnt in dgrp_inputBill Pemberton2012-10-251-59/+8Star
* | staging: dgrp: remove TIOCGSOFTCAR and TIOCSSOFTCAR handlingBill Pemberton2012-11-151-15/+0Star
* | staging: dgrp: fix potential NULL defereference issueYuanhan Liu2012-10-291-1/+1
* | Merge 3.7-rc3 into staging-nextGreg Kroah-Hartman2012-10-293-0/+18
|\|
| * staging: dgrp: check return value of alloc_tty_driverBill Pemberton2012-10-171-0/+9
| * staging: dgrp: check for NULL pointer in (un)register_proc_tableBill Pemberton2012-10-171-0/+6
| * staging: serial: dgrp: Add missing #include <linux/uaccess.h>Geert Uytterhoeven2012-10-053-0/+3
* | staging: remove version.h include from dgrp/dgrp_sysfs.cJesper Juhl2012-10-231-1/+0Star
* | staging: dgrp: fix some warningsAlan Cox2012-10-233-2/+5
|/
* userns: Fix build of drivers/staging/dgrpEric W. Biederman2012-10-031-2/+2
* staging: dgrp: using vmalloc needs to include vmalloc.hStephen Rothwell2012-09-261-0/+1
* staging: dgrp: fix potential call to strncpy with a negative numberBill Pemberton2012-09-261-0/+6
* staging: dgrp: add dgrp to the buildBill Pemberton2012-09-211-3/+9
* staging: Add dgrp driver for Digi Realport devicesBill Pemberton2012-09-2116-0/+10880