mainlining shenanigans
- Add 27 MHz phy PLL ref clock - Add mcore_booted module parameter to tell kernel M core has already booted - Remove snvs clock - Add bindings for i.MX8MN GPT - Add check for kcalloc - Fix for a potential memory leak in __imx_clk_gpr_sync - Add DISP2 pixel clock for i.MX8MP - Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usage - Add clkout1/2 for i.MX8MP - Fix parent clock of ubs_root_clk for i.MX8MP -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEdRlgxHYCb3ovKt456LNSLBEEo7YFAmKDYhQACgkQ6LNSLBEE o7bG3Q//QW2oyDfkTf5dc+y01N4+tgS9K9ZUdnFyWuliXIjnRlrM6i2kNfLyqbkY l22GVo+Q0EcG5TmQaD5FHaY30jpfcUI7Bgcmd9Pu8kSWmmIEQBSK0/5xcmS3qPPH Or78MIjxTmMEbsQy4ejaqDoJfFyRqJ7CN7ZpBKrcftAx58v1fTeKpdJUfIpQPhOM s740Vt2vFqK0cyoXdq5AL6FmDl4IUO2ya3rIXWd7+1J95HeM3yzA+UhpgXWDvKnv vi8nEbTUaVtLPn04o+5eT77cXjY6F6PcEn2DEC3naS9tumKW59Dp6dqDOsEANxDO SsgTPQWaEjifNSyULbZkpeacJ5M2eufsU330oQdur2WoJWYS+n/UAdfvmbUu1uEI Rg3xVo5MvBiFgHF890Yj20tdZyv2/bYXhMVvVPu9jt11LjTFYEfc04sQfdfx8kCH fHEJ53BxbBNsYibChIK9Q/Cm66SfBkfxmZ/3gXBLsf0WL5DKtidyO5fK0VyLxjLk S3ZhCoHgekxWu75xqxKLAUxLIGEVFk+AY+qEz7g2ZHks3Efz4L8dyTJ7v7uwmQi1 wuOkYsJWUU6pIqvDNytEDLkBsuy0XAYiDxP0k9fDFfj6vfaLOCJZJlA+mDv/qj8H VsvluQui682wsTJ02+jkjXUrYq45bxo1Al6j64qtIfo7QsZuC0I= =2CUT -----END PGP SIGNATURE----- Merge tag 'clk-imx-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux into clk-imx Pull i.MX clk driver updates from Abel Vesa: - Add 27 MHz phy PLL ref clock - Add mcore_booted module parameter to tell kernel M core has already booted - Remove snvs clock - Add bindings for i.MX8MN GPT - Add check for kcalloc - Fix for a potential memory leak in __imx_clk_gpr_sync - Add DISP2 pixel clock for i.MX8MP - Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usage - Add clkout1/2 for i.MX8MP - Fix parent clock of ubs_root_clk for i.MX8MP * tag 'clk-imx-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux: clk: imx8mp: fix usb_root_clk parent clk: imx8mp: add clkout1/2 support clk: imx: scu: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usage clk: imx8mp: Add DISP2 pixel clock clk: imx: scu: fix a potential memory leak in __imx_clk_gpr_scu() clk: imx: Add check for kcalloc clk: imx8mn: add GPT support dt-bindings: imx: add clock bindings for i.MX8MN GPT clk: imx: Remove the snvs clock clk: imx8m: check mcore_booted before register clk clk: imx: add mcore_booted module paratemter clk: imx8mq: add 27m phy pll ref clock |
||
---|---|---|
arch | ||
block | ||
certs | ||
crypto | ||
Documentation | ||
drivers | ||
fs | ||
include | ||
init | ||
ipc | ||
kernel | ||
lib | ||
LICENSES | ||
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 |
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.