summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/sdio_uart.c
AgeCommit message (Expand)Author
2023-12-08tty: mmc: sdio: use u8 for flagJiri Slaby (SUSE)
2023-12-08tty: make tty_operations::send_xchar accept u8 charJiri Slaby (SUSE)
2023-12-08tty: mmc: sdio_uart: switch sdio_in() to return u8Jiri Slaby (SUSE)
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)
2023-03-17tty: Convert hw_stopped in tty_struct to boolIlpo Järvinen
2023-01-19tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen
2023-01-19tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen
2023-01-19tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen
2022-02-28sdio_uart: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby
2021-07-27tty: drop put_tty_driverJiri Slaby
2021-07-27tty: stop using alloc_tty_driverJiri Slaby
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-05-16tty: replace ->proc_fops with ->proc_showChristoph Hellwig
2016-12-12mmc: block: Move files to coreUlf Hansson