This is a continuation of the previous cleanups in the tty layer. Especially those in the character and size types. As this patchset propagates the unified u8 and size_t to most of the drivers, this is the last part of this very rework. If people still see char or unsigned char for a character (or flag), please fix. The same holds for signed ints used as sizes. Note that the first two patches are mostly preparatory cleanup. The rest is switch to u8 and size_t of the tx paths in drivers. Cc: Albert Ou <aou@xxxxxxxxxxxxxxxxx> Cc: Alexander Gordeev <agordeev@xxxxxxxxxxxxx> Cc: Amit Shah <amit@xxxxxxxxxx> Cc: Anton Ivanov <anton.ivanov@xxxxxxxxxxxxxxxxxx> Cc: Arnd Bergmann <arnd@xxxxxxxx> Cc: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Cc: Heiko Carstens <hca@xxxxxxxxxxxxx> Cc: Christian Borntraeger <borntraeger@xxxxxxxxxxxxx> Cc: Christophe Leroy <christophe.leroy@xxxxxxxxxx> Cc: Chris Zankel <chris@xxxxxxxxxx> Cc: Ivan Kokshaysky <ink@xxxxxxxxxxxxxxxxxxxx> Cc: Jens Taprogge <jens.taprogge@xxxxxxxxxxxx> Cc: Johan Hedberg <johan.hedberg@xxxxxxxxx> Cc: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> Cc: Karsten Keil <isdn@xxxxxxxxxxxxxx> Cc: Laurentiu Tudor <laurentiu.tudor@xxxxxxx> Cc: Luiz Augusto von Dentz <luiz.dentz@xxxxxxxxx> Cc: Marcel Holtmann <marcel@xxxxxxxxxxxx> Cc: Matt Turner <mattst88@xxxxxxxxx> Cc: Max Filippov <jcmvbkbc@xxxxxxxxx> Cc: Michael Ellerman <mpe@xxxxxxxxxxxxxx> Cc: Nicholas Piggin <npiggin@xxxxxxxxx> Cc: Palmer Dabbelt <palmer@xxxxxxxxxxx> Cc: Paul Walmsley <paul.walmsley@xxxxxxxxxx> Cc: Richard Henderson <richard.henderson@xxxxxxxxxx> Cc: Richard Weinberger <richard@xxxxxx> Cc: Rob Herring <robh@xxxxxxxxxx> Cc: Scott Branden <scott.branden@xxxxxxxxxxxx> Cc: Sven Schnelle <svens@xxxxxxxxxxxxx> Cc: Ulf Hansson <ulf.hansson@xxxxxxxxxx> Cc: Vaibhav Gupta <vaibhavgupta40@xxxxxxxxx> Cc: Vasily Gorbik <gor@xxxxxxxxxxxxx> Jiri Slaby (SUSE) (27): tty: goldfish: use bool for is_write parameter tty: mmc: sdio_uart: switch sdio_in() to return u8 tty: switch tty_port::xmit_* to u8 tty: make tty_operations::send_xchar accept u8 char tty: core: the rest to u8 tty: ami: use u8 for characters and flag tty: bcm: convert to u8 and size_t tty: con3215: convert to u8 and size_t tty: con3270: convert to u8 and size_t tty: ehv_bytechan: convert to u8 and size_t tty: goldfish: convert to u8 and size_t tty: hvc: convert to u8 and size_t tty: ipoctal: convert to u8 and size_t tty: m68k: nfcon: convert to u8 and size_t tty: mips_ejtag_fdc: use u8 for character pointers tty: mmc: sdio: use u8 for flag tty: moxa: convert to u8 and size_t tty: mxser: convert to u8 and size_t tty: n_gsm: convert to u8 and size_t tty: n_hdlc: convert to u8 and size_t tty: nozomi: convert to u8 and size_t tty: serdev: convert to u8 and size_t in serdev_controller_ops tty: serdev: convert to u8 and size_t tty: srmcons: convert to u8 and size_t tty: ttyprintk: convert to u8 and size_t tty: um: convert to u8/__u8 and size_t tty: xtensa/iss: use u8 arch/alpha/kernel/srmcons.c | 6 ++--- arch/m68k/emu/nfcon.c | 4 ++-- arch/powerpc/include/asm/hvconsole.h | 4 ++-- arch/powerpc/include/asm/hvsi.h | 18 +++++++------- arch/powerpc/include/asm/opal.h | 8 ++++--- arch/powerpc/platforms/powernv/opal.c | 14 ++++++----- arch/powerpc/platforms/pseries/hvconsole.c | 4 ++-- arch/um/drivers/chan.h | 2 +- arch/um/drivers/chan_kern.c | 9 ++++--- arch/um/drivers/chan_user.c | 4 ++-- arch/um/drivers/chan_user.h | 9 +++---- arch/um/drivers/line.c | 2 +- arch/um/drivers/line.h | 6 ++--- arch/um/drivers/null.c | 2 +- arch/xtensa/platforms/iss/console.c | 2 +- drivers/bluetooth/btmtkuart.c | 4 ++-- drivers/bluetooth/btnxpuart.c | 4 ++-- drivers/bluetooth/hci_serdev.c | 4 ++-- drivers/char/ttyprintk.c | 6 ++--- drivers/char/virtio_console.c | 10 ++++---- drivers/gnss/serial.c | 4 ++-- drivers/gnss/sirf.c | 4 ++-- drivers/greybus/gb-beagleplay.c | 5 ++-- drivers/iio/chemical/pms7003.c | 6 ++--- drivers/iio/chemical/scd30_serial.c | 6 ++--- drivers/iio/chemical/sps30_serial.c | 18 +++++++------- drivers/iio/imu/bno055/bno055_ser_core.c | 6 ++--- drivers/ipack/devices/ipoctal.c | 14 +++++------ drivers/isdn/capi/capi.c | 4 ++-- drivers/mfd/rave-sp.c | 10 ++++---- drivers/misc/bcm-vk/bcm_vk_tty.c | 4 ++-- drivers/mmc/core/sdio_uart.c | 22 +++++++---------- drivers/net/ethernet/qualcomm/qca_uart.c | 5 ++-- drivers/nfc/pn533/uart.c | 4 ++-- drivers/nfc/s3fwrn5/uart.c | 5 ++-- drivers/platform/chrome/cros_ec_uart.c | 5 ++-- .../platform/surface/aggregator/controller.h | 4 ++-- drivers/platform/surface/aggregator/core.c | 4 ++-- .../surface/aggregator/ssh_packet_layer.c | 4 ++-- .../surface/aggregator/ssh_packet_layer.h | 2 +- drivers/s390/char/con3215.c | 24 +++++++++---------- drivers/s390/char/con3270.c | 12 +++++----- drivers/tty/amiserial.c | 6 ++--- drivers/tty/ehv_bytechan.c | 11 ++++----- drivers/tty/goldfish.c | 20 +++++++--------- drivers/tty/hvc/hvc_console.h | 4 ++-- drivers/tty/hvc/hvc_dcc.c | 24 +++++++++---------- drivers/tty/hvc/hvc_iucv.c | 18 +++++++------- drivers/tty/hvc/hvc_opal.c | 5 ++-- drivers/tty/hvc/hvc_riscv_sbi.c | 9 +++---- drivers/tty/hvc/hvc_rtas.c | 11 +++++---- drivers/tty/hvc/hvc_udbg.c | 9 +++---- drivers/tty/hvc/hvc_vio.c | 18 +++++++------- drivers/tty/hvc/hvc_xen.c | 23 +++++++++--------- drivers/tty/hvc/hvsi_lib.c | 20 +++++++++------- drivers/tty/mips_ejtag_fdc.c | 10 ++++---- drivers/tty/moxa.c | 15 ++++++------ drivers/tty/mxser.c | 8 +++---- drivers/tty/n_gsm.c | 17 +++++++------ drivers/tty/n_hdlc.c | 10 ++++---- drivers/tty/nozomi.c | 9 ++++--- drivers/tty/serdev/core.c | 12 ++++------ drivers/tty/serdev/serdev-ttyport.c | 2 +- drivers/tty/serial/serial_core.c | 2 +- drivers/tty/tty_io.c | 12 +++++----- drivers/tty/tty_port.c | 2 +- include/linux/serdev.h | 21 ++++++++-------- include/linux/tty.h | 6 ++--- include/linux/tty_driver.h | 4 ++-- include/linux/tty_port.h | 4 ++-- net/bluetooth/rfcomm/tty.c | 2 +- sound/drivers/serial-generic.c | 4 ++-- 72 files changed, 306 insertions(+), 306 deletions(-) -- 2.43.0