-
imx-drivers-5.5768e1a8e · ·
i.MX drivers update for 5.5: - Skip return check for those SCU firmware APIs that are defined as void function in firmware. - Use established serial_number attribute instead of custom one to show SoC's unique ID for i.MX8 SoC drivers. - Read i.MX8MQ SOC revision from TF-A which parses ROM and exposes the value through a SMC call. This improves the situation that SOC revision reports 'unknown' on some older revisions. - Add a check and warn on unexpected SCU RX to avoid potential stack corruption in imx-scu driver. - Fix a sparse warning in imx-scu-irq driver by adding missing header. - Remove an unneeded call to devm_of_platform_populate() from imx-dsp driver.
-
imx-clk-5.5bceed71b · ·
i.MX clock changes for 5.5: - Make 1443X/1416X PLL clock structure common for reusing among i.MX8 SoCs. - A couple of imx7ulp clock multiplexer option corrections. - Drop IMX7ULP_CLK_MIPI_PLL clock, as it's a MIPI DSI local clock and shouldn't be used externally. - Add VIDEO2_PLL clock for imx8mq which is needed by DCSS when high resolutions are used. - Add missing gate clock for pll1/2 fixed dividers on i.MX8 SoCs. - Register SYS_PLL1 and SYS_PLL2 as fixed clock rather than pll14xx type of clock. - Use imx_obtain_fixed_clk_hw() to simplify i.MX6/7/8 clock driver code a little bit. - One cosmetic change on clk-pll14xx code to make variables static.
-
imx-defconfig-5.4cd1b1264 · ·
i.MX defconfig update for 5.4: - Enable pinctrl and clock driver support for i.MX8MN SoC. - Enable SDMA support for i.MX8MQ and i.MX8MM SoC, including FW_LOADER_USER_HELPER and FW_LOADER_USER_HELPER_FALLBACK to support SDMA firmware loading via udev. - Enable module build of i.MX8 DDR PMU driver and ETNAVIV GPU driver. - Enable module build of OV5645 camera driver in imx_v6_v7_defconfig.