mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
16b3ac9041a33fd34990717096476145d08d42fc
This reverts the following commits:31979060cctty: serial: meson: Fix the compile link error reported by kernel test robot5427c352a9tty: serial: meson: Added S4 SOC compatibility19b2ba0baftty: serial: meson: The system stuck when you run the stty command on the console to change the baud ratee5fc2b9984tty: serial: meson: Make some bit of the REG5 register writable44023b8e1ftty: serial: meson: Describes the calculation of the UART baud rate clock using a clock frame6436dd8f9btty: serial: meson: Use devm_ioremap_resource to get register mapped memory841f913e77tty: serial: meson: Move request the register region to probe They seem to cause lots of problems with existing hardware platforms, and caused build issues, so revert the whole series all at once. Link: https://lore.kernel.org/r/849a95fd-ae81-9a3b-0c06-dd7826af9eb2@baylibre.com Link: https://lore.kernel.org/all/20220225073922.3947-1-yu.tu@amlogic.com/ Reported-by: Marek Szyprowski <m.szyprowski@samsung.com> Reported-by: Jerome Brunet <jbrunet@baylibre.com> Cc: Neil Armstrong <narmstrong@baylibre.com> Cc: Yu Tu <yu.tu@amlogic.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%