linux-stable/drivers/tty/hvc
Jiri Slaby (SUSE) 8428e5223e tty: hvc: convert counts to size_t
Unify the type of tty_operations::write() counters with the 'count'
parameter. I.e. use size_t for them.

Signed-off-by: "Jiri Slaby (SUSE)" <jirislaby@kernel.org>
Cc: linuxppc-dev@lists.ozlabs.org
Link: https://lore.kernel.org/r/20230810091510.13006-33-jirislaby@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-08-11 21:12:47 +02:00
..
Kconfig tty: hvc: dcc: Bind driver to CPU core0 for reads and writes 2022-05-05 22:45:57 +02:00
Makefile
hvc_console.c tty: hvc: convert counts to size_t 2023-08-11 21:12:47 +02:00
hvc_console.h tty: Call ->dtr_rts() parameter active consistently 2023-01-19 16:04:35 +01:00
hvc_dcc.c tty: hvc: dcc: Bind driver to CPU core0 for reads and writes 2022-05-05 22:45:57 +02:00
hvc_irq.c
hvc_iucv.c tty: Call ->dtr_rts() parameter active consistently 2023-01-19 16:04:35 +01:00
hvc_opal.c tty: Explicitly include correct DT includes 2023-07-25 20:19:05 +02:00
hvc_riscv_sbi.c tty: Don't force RISCV SBI console as preferred console 2019-05-16 20:42:11 -07:00
hvc_rtas.c tty: hvc: make hvc_rtas_dev static 2022-11-03 03:52:36 +01:00
hvc_udbg.c tty: hvc: make symbol 'hvc_udbg_dev' static 2021-04-10 10:41:40 +02:00
hvc_vio.c tty: hvc: Prepare cleanup of powerpc's asm/prom.h 2022-04-15 08:42:26 +02:00
hvc_xen.c hvc/xen: prevent concurrent accesses to the shared ring 2023-03-22 16:59:39 +01:00
hvcs.c tty: hvc: convert counts to size_t 2023-08-11 21:12:47 +02:00
hvsi.c tty: hvc: convert counts to size_t 2023-08-11 21:12:47 +02:00
hvsi_lib.c