aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/pti.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-18misc: add missing __devexit_p() annotationsArnd Bergmann1-1/+1
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-4/+1
2012-03-08TTY: remove minor_num from tty_driverJiri Slaby1-1/+0
2012-02-02TTY: use tty_standard_installJiri Slaby1-5/+1
2011-09-14drivers/misc/pti.c: give 'comm' function scope in pti_control_frame_built_and_sent()Jesper Juhl1-7/+5
2011-08-25drivers/misc/pti.c: add missing includesSergei Trofimovich1-0/+2
2011-07-25Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-39/+60
2011-07-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-3/+3
2011-07-01PTI feature to allow user to name and mark masterchannel request.J Freyensee1-39/+60
2011-06-07pti: pti_tty_install documentation mispelling.J Freyensee1-3/+3
2011-06-07pti: PTI semantics fix in pti_tty_cleanup.J Freyensee1-1/+1
2011-06-07pti: ENXIO error case memory leak PTI fix.J Freyensee1-1/+3
2011-06-07pti: double-free security PTI fixJ Freyensee1-2/+3
2011-05-13Intel PTI implementaiton of MIPI 1149.7.J Freyensee1-0/+980