index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
mips_ejtag_fdc.c
Age
Commit message (
Expand
)
Author
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2025-01-10
tty: mips_ejtag_fdc: fix one more u8 warning
Jiri Slaby (SUSE)
2024-02-23
tty: mips_ejtag_fdc: Fix passing incompatible pointer type warning
Serge Semin
2023-12-08
tty: mips_ejtag_fdc: use u8 for character pointers
Jiri Slaby (SUSE)
2023-08-11
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
2023-08-11
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
2022-06-27
serial: Convert SERIAL_XMIT_SIZE to UART_XMIT_SIZE
Ilpo Järvinen
2022-06-10
tty: fix typos in comments
Julia Lawall
2021-12-03
tty: mips_ejtag_fdc: Make use of the helper function kthread_run_on_cpu()
Cai Huoqing
2021-07-27
tty: drop put_tty_driver
Jiri Slaby
2021-05-13
tty: make tty_operations::chars_in_buffer return uint
Jiri Slaby
2021-05-13
tty: make tty_operations::write_room return uint
Jiri Slaby
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-03-07
tty: mips_ejtag_fdc: Mark expected switch fall-through
Serge Semin
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2017-11-08
tty: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-10-20
tty: mips_ejtag_fdc: Convert timers to use timer_setup()
Kees Cook
2017-08-28
tty: mips_ejtag_fdc: constify mips_cdmm_device_id
Arvind Yadav
2016-07-07
timers, drivers/tty/mips_ejtag: Initialize the poll timer as pinned
Thomas Gleixner
2015-10-17
ttyFDC: Fix build problems due to use of module_{init,exit}
James Hogan
2015-10-04
MIPS: ttyFDC: replace IRQF_NO_SUSPEND with IRQF_COND_SUSPEND
Sudeep Holla
2015-09-03
MIPS: Remove "weak" from get_c0_fdc_int() declaration
Bjorn Helgaas
2015-05-26
ttyFDC: Fix to use native endian MMIO reads
James Hogan
2015-03-31
ttyFDC: Implement KGDB IO operations.
James Hogan
2015-03-31
MIPS, ttyFDC: Add early FDC console support
James Hogan
2015-03-31
TTY: Add MIPS EJTAG Fast Debug Channel TTY driver
James Hogan