aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/mips_ejtag_fdc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-27serial: Convert SERIAL_XMIT_SIZE to UART_XMIT_SIZEIlpo Järvinen1-1/+1
2022-06-10tty: fix typos in commentsJulia Lawall1-1/+1
2021-12-03tty: mips_ejtag_fdc: Make use of the helper function kthread_run_on_cpu()Cai Huoqing1-12/+10
2021-07-27tty: drop put_tty_driverJiri Slaby1-1/+1
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby1-2/+2
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-03-07tty: mips_ejtag_fdc: Mark expected switch fall-throughSerge Semin1-0/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2017-11-08tty: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-10-20tty: mips_ejtag_fdc: Convert timers to use timer_setup()Kees Cook1-4/+4
2017-08-28tty: mips_ejtag_fdc: constify mips_cdmm_device_idArvind Yadav1-1/+1
2016-07-07timers, drivers/tty/mips_ejtag: Initialize the poll timer as pinnedThomas Gleixner1-2/+2
2015-10-17ttyFDC: Fix build problems due to use of module_{init,exit}James Hogan1-34/+1
2015-10-04MIPS: ttyFDC: replace IRQF_NO_SUSPEND with IRQF_COND_SUSPENDSudeep Holla1-2/+2
2015-09-03MIPS: Remove "weak" from get_c0_fdc_int() declarationBjorn Helgaas1-3/+6
2015-05-26ttyFDC: Fix to use native endian MMIO readsJames Hogan1-8/+9
2015-03-31ttyFDC: Implement KGDB IO operations.James Hogan1-6/+163
2015-03-31MIPS, ttyFDC: Add early FDC console supportJames Hogan1-0/+20
2015-03-31TTY: Add MIPS EJTAG Fast Debug Channel TTY driverJames Hogan1-0/+1126