- Add i.MXRT1050 clock driver and bindings - Add i.MX8DXL clock driver and bindings - Add i.MX93 clock driver and bindings - Remove SYS PLL 1/2 clock gates for i.MX8M* - Remove AUDIO MCLK ROOT from i.MX7D - Add fracn gppll clock type used by i.MX93 - Add new composite clock for i.MX93 - Add missing media mipi phy ref clock for i.MX8MP - Fix off by one in imx_lpcg_parse_clks_from_dt - Rework for the pll14xx -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEdRlgxHYCb3ovKt456LNSLBEEo7YFAmIiLNAACgkQ6LNSLBEE o7YfvhAAwdus/iehvdWEio0YJQvjvsMTr7txXOpmA/muE3D7j+rBkmWr3TbJwP4j kTrTPhXfYG8A5UdCjqwLy4uOT4CKMY0wMKn+d2B/1t4KSfnHqQvSBeF05RT9GnS5 RWEwcz0GiPdYcetlXeuRU95Ph7s+P8QI92AHLXE/iHfftW0IllLCO0L9+J6ciE41 sQYJEFFWpMTShxLr2Xz98H/lQPCDkUgVrd9lVnf/Kenn7zyQ3uPR5pveSwDBEd0Q g7jPfTLw07OEIG8f1wEJSRjacUS1iJ/XEpc0i+r2Y2nPQIOJNKdUA1C+pOC2/TGZ a0KrPHoTAbVubR+dwekl4Mxrl4AzIA73GBRSvwIOiSFGPjdYW3I3BXpTE92cIaFO VVTOB974IRcjd1GDYlajl74lqa8ZYYhcrnz/rN6tl67719Kai642hjoBetuc3Qih ua2Otr/FZQEEq50Xhh1oHpMjlh6O+igla7SQsyaIMqN/TLuuk/2arc0bJxqH0o0R 3uRI/PZj2y2yXbHoLYj4ldyOWt6gcBLdQyS4LFPtFkYm217M43QMWJaF5QPhtWuG mrk4gbU4a6mFiam6R9nc2nl6pp9PKDcm8DaOlsqlRWMeYm5kD/61FqZzErtfjEmb 6XH1Pcg0ybQSSbBe0aDXuJKyzlXWf6Zs6EyFgAOG5YfjyfcKrgM= =Rxc8 -----END PGP SIGNATURE----- Merge tag 'clk-imx-5.18' 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 i.MXRT1050 clock driver and bindings - Add i.MX8DXL clock driver and bindings - Add i.MX93 clock driver and bindings - Remove SYS PLL 1/2 clock gates for i.MX8M* - Remove AUDIO MCLK ROOT from i.MX7D - Add fracn gppll clock type used by i.MX93 - Add new composite clock for i.MX93 - Add missing media mipi phy ref clock for i.MX8MP - Fix off by one in imx_lpcg_parse_clks_from_dt - Rework for the pll14xx * tag 'clk-imx-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux: (24 commits) clk: imx: pll14xx: Support dynamic rates clk: imx: pll14xx: Add pr_fmt clk: imx: pll14xx: explicitly return lowest rate clk: imx: pll14xx: name variables after usage clk: imx: pll14xx: consolidate rate calculation clk: imx: pll14xx: Use FIELD_GET/FIELD_PREP clk: imx: pll14xx: Drop wrong shifting clk: imx: pll14xx: Use register defines consistently clk: imx8mp: remove SYS PLL 1/2 clock gates clk: imx8mn: remove SYS PLL 1/2 clock gates clk: imx8mm: remove SYS PLL 1/2 clock gates clk: imx: add i.MX93 clk clk: imx: support fracn gppll clk: imx: add i.MX93 composite clk dt-bindings: clock: add i.MX93 clock definition dt-bindings: clock: Add imx93 clock support clk: imx: off by one in imx_lpcg_parse_clks_from_dt() dt-bindings: fsl: scu: add imx8dxl scu clock support clk: imx7d: Remove audio_mclk_root_clk clk: imx8mp: Add missing IMX8MP_CLK_MEDIA_MIPI_PHY1_REF_ROOT clock ...
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.6%
Assembly
1%
Shell
0.5%
Python
0.3%
Makefile
0.3%