summaryrefslogtreecommitdiffstats
path: root/drivers/tty/mips_ejtag_fdc.c
Commit message (Expand)AuthorAgeFilesLines
* tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-2/+2
* serial: Convert SERIAL_XMIT_SIZE to UART_XMIT_SIZEIlpo Järvinen2022-06-271-1/+1
* tty: fix typos in commentsJulia Lawall2022-06-101-1/+1
* tty: mips_ejtag_fdc: Make use of the helper function kthread_run_on_cpu()Cai Huoqing2021-12-031-12/+10
* tty: drop put_tty_driverJiri Slaby2021-07-271-1/+1
* tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-2/+2
* tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* tty: mips_ejtag_fdc: Mark expected switch fall-throughSerge Semin2020-03-071-0/+1
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* tty: Remove redundant license textGreg Kroah-Hartman2017-11-081-4/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* tty: mips_ejtag_fdc: Convert timers to use timer_setup()Kees Cook2017-10-201-4/+4
* tty: mips_ejtag_fdc: constify mips_cdmm_device_idArvind Yadav2017-08-281-1/+1
* timers, drivers/tty/mips_ejtag: Initialize the poll timer as pinnedThomas Gleixner2016-07-071-2/+2
* ttyFDC: Fix build problems due to use of module_{init,exit}James Hogan2015-10-171-34/+1
* MIPS: ttyFDC: replace IRQF_NO_SUSPEND with IRQF_COND_SUSPENDSudeep Holla2015-10-041-2/+2
* MIPS: Remove "weak" from get_c0_fdc_int() declarationBjorn Helgaas2015-09-031-3/+6
* ttyFDC: Fix to use native endian MMIO readsJames Hogan2015-05-261-8/+9
* ttyFDC: Implement KGDB IO operations.James Hogan2015-03-311-6/+163
* MIPS, ttyFDC: Add early FDC console supportJames Hogan2015-03-311-0/+20
* TTY: Add MIPS EJTAG Fast Debug Channel TTY driverJames Hogan2015-03-311-0/+1126