aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/mips_ejtag_fdc.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-23tty: mips_ejtag_fdc: Fix passing incompatible pointer type warningGravatar Serge Semin 1-1/+1
2023-12-08tty: mips_ejtag_fdc: use u8 for character pointersGravatar Jiri Slaby (SUSE) 1-5/+5
2023-08-11tty: make tty_operations::write()'s count size_tGravatar Jiri Slaby (SUSE) 1-3/+3
2023-08-11tty: propagate u8 data to tty_operations::write()Gravatar Jiri Slaby (SUSE) 1-2/+2
2022-06-27serial: Convert SERIAL_XMIT_SIZE to UART_XMIT_SIZEGravatar Ilpo Järvinen 1-1/+1
2022-06-10tty: fix typos in commentsGravatar Julia Lawall 1-1/+1
2021-12-03tty: mips_ejtag_fdc: Make use of the helper function kthread_run_on_cpu()Gravatar Cai Huoqing 1-12/+10
2021-07-27tty: drop put_tty_driverGravatar Jiri Slaby 1-1/+1
2021-05-13tty: make tty_operations::chars_in_buffer return uintGravatar Jiri Slaby 1-2/+2
2021-05-13tty: make tty_operations::write_room return uintGravatar Jiri Slaby 1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-03-07tty: mips_ejtag_fdc: Mark expected switch fall-throughGravatar Serge Semin 1-0/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-1/+1
2017-11-08tty: Remove redundant license textGravatar Greg Kroah-Hartman 1-4/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Gravatar Greg Kroah-Hartman 1-0/+1
2017-10-20tty: mips_ejtag_fdc: Convert timers to use timer_setup()Gravatar Kees Cook 1-4/+4
2017-08-28tty: mips_ejtag_fdc: constify mips_cdmm_device_idGravatar Arvind Yadav 1-1/+1
2016-07-07timers, drivers/tty/mips_ejtag: Initialize the poll timer as pinnedGravatar Thomas Gleixner 1-2/+2
2015-10-17ttyFDC: Fix build problems due to use of module_{init,exit}Gravatar James Hogan 1-34/+1
2015-10-04MIPS: ttyFDC: replace IRQF_NO_SUSPEND with IRQF_COND_SUSPENDGravatar Sudeep Holla 1-2/+2
2015-09-03MIPS: Remove "weak" from get_c0_fdc_int() declarationGravatar Bjorn Helgaas 1-3/+6
2015-05-26ttyFDC: Fix to use native endian MMIO readsGravatar James Hogan 1-8/+9
2015-03-31ttyFDC: Implement KGDB IO operations.Gravatar James Hogan 1-6/+163
2015-03-31MIPS, ttyFDC: Add early FDC console supportGravatar James Hogan 1-0/+20
2015-03-31TTY: Add MIPS EJTAG Fast Debug Channel TTY driverGravatar James Hogan 1-0/+1126