summaryrefslogtreecommitdiffstats
path: root/drivers/misc/pti.c
AgeCommit message (Expand)AuthorLines
2013-09-26misc: pti: remove unnecessary pci_set_drvdata()Jingoo Han-1/+0
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-2/+5
2012-11-21misc: remove use of __devexitBill Pemberton-1/+1
2012-11-21misc: remove use of __devinitconstBill Pemberton-1/+1
2012-11-21misc: remove use of __devinitBill Pemberton-1/+1
2012-11-21drivers/misc: remove use of __devexit_pBill Pemberton-1/+1
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby-2/+5
2012-08-10misc: pti, use tty_port_register_deviceJiri Slaby-3/+3
2012-08-10misc: pti, fix tty_port countJiri Slaby-7/+10
2012-08-10misc: pti, fix fail pathsJiri Slaby-28/+25
2012-08-10misc: pti, do the opposite of ->probe in ->removeJiri Slaby-14/+7
2012-08-10misc: pti, move ->remove to the PCI codeJiri Slaby-16/+16
2012-08-10misc: pti, stop using iomap's unmap on ioremap spaceJiri Slaby-1/+1
2012-08-10misc: pti, pci drvdata cannot be NULL in ->removeJiri Slaby-9/+6
2012-08-10misc: pti, add const to pci_device_id tableJiri Slaby-1/+1
2012-04-18misc: add missing __devexit_p() annotationsArnd Bergmann-1/+1
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby-4/+1
2012-03-08TTY: remove minor_num from tty_driverJiri Slaby-1/+0
2012-02-02TTY: use tty_standard_installJiri Slaby-5/+1
2011-09-14drivers/misc/pti.c: give 'comm' function scope in pti_control_frame_built_and...Jesper Juhl-7/+5
2011-08-25drivers/misc/pti.c: add missing includesSergei Trofimovich-0/+2
2011-07-25Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-39/+60
2011-07-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+3
2011-07-01PTI feature to allow user to name and mark masterchannel request.J Freyensee-39/+60
2011-06-07pti: pti_tty_install documentation mispelling.J Freyensee-3/+3
2011-06-07pti: PTI semantics fix in pti_tty_cleanup.J Freyensee-1/+1
2011-06-07pti: ENXIO error case memory leak PTI fix.J Freyensee-1/+3
2011-06-07pti: double-free security PTI fixJ Freyensee-2/+3
2011-05-13Intel PTI implementaiton of MIPI 1149.7.J Freyensee-0/+980