On Tue, Jun 23, 2026 at 08:07:37AM -0500, Frank Li wrote: > On Tue, Jun 23, 2026 at 12:45:57PM +0200, Uwe Kleine-König (The Capable Hub) wrote: > > i.MX21 (and thus imx21_init_early()) is gone since v5.10-rc1 (commit > > 4b563a066611 ("ARM: imx: Remove imx21 support")). > > > > The init_irq() functions are gone since v5.12-rc5 (commit e2c1b0ff38c9 > > ("ARM: imx: avic: Convert to using IRQCHIP_DECLARE")). > > > > And mxc_device_init() was removed for v5.10-rc1 (in commit 8485adf17a15 > > ("ARM: imx: Remove imx device directory")). > > > > The last user of imx1_reset_init() is gone since v4.9-rc1 (commit > > e1291cffcc50 ("ARM: i.MX: Remove i.MX1 non-DT support")). > > > > Drop declaration of enum mxc_cpu_pwr_mode, the actual definition follows > > later in common.h without a usage in-between. > > > > All users of of_device_id also include , > > or which is enough to not > > need the forward declaration. > > > > Signed-off-by: Uwe Kleine-König (The Capable Hub) > > --- > > [...] > > void mx31_map_io(void); > > void mx35_map_io(void); > > -void imx21_init_early(void); > > void imx31_init_early(void); > > void imx35_init_early(void); > > -void mx31_init_irq(void); > > -void mx35_init_irq(void); > > which commit remove above two functions? These are covered by: > > The init_irq() functions are gone since v5.12-rc5 (commit e2c1b0ff38c9 > > ("ARM: imx: avic: Convert to using IRQCHIP_DECLARE")). Best regards Uwe