aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/pti.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-26misc: pti: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-2/+5
2012-11-21misc: remove use of __devexitBill Pemberton1-1/+1
2012-11-21misc: remove use of __devinitconstBill Pemberton1-1/+1
2012-11-21misc: remove use of __devinitBill Pemberton1-1/+1
2012-11-21drivers/misc: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-2/+5
2012-08-10misc: pti, use tty_port_register_deviceJiri Slaby1-3/+3
2012-08-10misc: pti, fix tty_port countJiri Slaby1-7/+10
2012-08-10misc: pti, fix fail pathsJiri Slaby1-28/+25
2012-08-10misc: pti, do the opposite of ->probe in ->removeJiri Slaby1-14/+7
2012-08-10misc: pti, move ->remove to the PCI codeJiri Slaby1-16/+16
2012-08-10misc: pti, stop using iomap's unmap on ioremap spaceJiri Slaby1-1/+1
2012-08-10misc: pti, pci drvdata cannot be NULL in ->removeJiri Slaby1-9/+6
2012-08-10misc: pti, add const to pci_device_id tableJiri Slaby1-1/+1
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