Go to file
Andrew Halaney 8dbb3e38d7 serial: sunsu: Use uart_xmit_advance()
JIRA: https://issues.redhat.com/browse/RHEL-24205

commit 7f20ab70940e121c9af3f4ca013f38c762ef19e6
Author: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Date:   Wed Oct 19 12:11:45 2022 +0300

    serial: sunsu: Use uart_xmit_advance()

    Take advantage of the new uart_xmit_advance() helper.

    Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
    Link: https://lore.kernel.org/r/20221019091151.6692-39-ilpo.jarvinen@linux.intel.com
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Signed-off-by: Andrew Halaney <ahalaney@redhat.com>
2024-05-09 11:25:14 -04:00
Documentation tty: serial: introduce transmit helpers 2024-05-09 11:25:11 -04:00
LICENSES
arch ARM: footbridge: remove leftover from personal-server 2024-05-09 11:25:07 -04:00
block
certs
crypto
drivers serial: sunsu: Use uart_xmit_advance() 2024-05-09 11:25:14 -04:00
fs
include tty: serial: introduce transmit helpers 2024-05-09 11:25:11 -04:00
init
io_uring
ipc
kernel kernel/panic: Drop unblank_screen call 2024-05-09 11:25:06 -04:00
lib kernel/panic: Drop unblank_screen call 2024-05-09 11:25:06 -04:00
mm
net tty: Make ->set_termios() old ktermios const 2024-05-09 11:25:05 -04:00
redhat
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.conf
.get_maintainer.ignore
.gitattributes
.gitignore
.gitlab-ci.yml
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
Kconfig.redhat
MAINTAINERS MAINTAINERS: adjust entry after renaming parisc serial driver 2024-05-09 11:25:11 -04:00
Makefile
Makefile.rhelver
README
makefile

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.