402b004207
- Add support for the MSIOF module clocks on R-Car M3-N, - Add support for the new RZ/G1C and R-Car E3 SoCs, - Small fixes and cleanups. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAABCAAGBQJa8yWkAAoJEEgEtLw/Ve77WtAQALNv1nbyp/tlh6+riqHlwN4J Mr98agjpY1vdrqHfWwdG20LySnnGHKehIC3YOfhWWQDzAgwtRkS+PhwJ9Hi8Q8Rt 0Fxi3Xo3TCxeqBzHXuWYe2NG/YB137bu+XL9vCGvQl7/8fUrM3HRpAnjwrH74LWw DjkgvcwvkZvVr5KpUuE7oybEcj5r9liZGjQda1xIoWmBlHM0SDfwm0O7XUFkoUuT G/A6epgIWoAetXbNY5JK/6Frl7TBtD3NlRg0kFL35qr7sqSZSvAToipCXRWM6yOj IfPWWhZMtJBqvM1qaXlxcpoQXoHlVK8dJdseaLoclZ5QyQQMaEYTr8CMpKKngTNT 2yHeO09RGvm9G0jFI6wDdQ5jMh3mMqHuPJeIG3kh0FfgYbZpCW6T//P2mnylPpqQ i6CBDxVnycD/FkWPd9TLdsnbc2smT9FQ5Cdsr+6Rce/nEUhcj3cdfyb8NVsFN3Ux iWuiOgr5OKPLD2wQTUGePCZam5ZdFnAikXPfvvS1K6cSF60YqYpn78f1PnGczhs9 uGZ1g7TRVw670JMjkWHEFszFa7bnfSzGZJElI1R/XLTdmOqtwAFbiWMJiGvxVAay r6TSdgQqJ69g2apRy0WEaOWj/d/FtbL7fcQYBDdGf5CWV/3YY79JvFA/8s476USJ Zv5OcrG3fcUNiveZZe1F =ednb -----END PGP SIGNATURE----- Merge tag 'clk-renesas-for-v4.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into clk-renesas Pull renesas clk driver updates from Geert Uytterhoeven: - Add support for the MSIOF module clocks on R-Car M3-N - Add support for the new RZ/G1C and R-Car E3 SoCs * tag 'clk-renesas-for-v4.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers: clk: renesas: cpg-mssr: Add support for R-Car E3 clk: renesas: Add r8a77990 CPG Core Clock Definitions clk: renesas: rcar-gen2: Centralize quirks handling clk: renesas: r8a77980: Correct parent clock of PCIEC0 clk: renesas: r8a7794: Fix LB clock divider clk: renesas: r8a7792: Fix LB clock divider clk: renesas: r8a7791/r8a7793: Fix LB clock divider clk: renesas: r8a7745: Fix LB clock divider clk: renesas: r8a7743: Fix LB clock divider clk: renesas: cpg-mssr: Add r8a77470 support clk: renesas: Add r8a77470 CPG Core Clock Definitions clk: renesas: r8a77965: Add MSIOF controller clocks |
||
---|---|---|
Documentation | ||
LICENSES | ||
arch | ||
block | ||
certs | ||
crypto | ||
drivers | ||
firmware | ||
fs | ||
include | ||
init | ||
ipc | ||
kernel | ||
lib | ||
mm | ||
net | ||
samples | ||
scripts | ||
security | ||
sound | ||
tools | ||
usr | ||
virt | ||
.clang-format | ||
.cocciconfig | ||
.get_maintainer.ignore | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
COPYING | ||
CREDITS | ||
Kbuild | ||
Kconfig | ||
MAINTAINERS | ||
Makefile | ||
README |
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. See Documentation/00-INDEX for a list of what is contained in each file. 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.