Hi all, This series updates l4-abe devices and non-system timers to probe with ti-sysc. After this series we now have l4-abe instances with all devices probing with dts data and ti-sysc driver. So for omap4 and 5, l4-abe can now be used to experiment with adding genpd support to drivers/soc/ti/omap_prm.c to power down the abe domain when not in use :) Note that we cannot yet probe system timers with ti-sysc. Regards, Tony Tony Lindgren (9): ARM: OMAP2+: Drop legacy platform data for omap4 aess ARM: OMAP2+: Drop legacy platform data for omap4 dmic ARM: OMAP2+: Drop legacy platform data for omap4 mcpdm ARM: OMAP2+: Drop legacy platform data for omap5 dmic ARM: OMAP2+: Drop legacy platform data for omap5 mcpdm ARM: OMAP2+: Drop legacy platform data for omap4 timers except timer1 ARM: OMAP2+: Drop legacy platform data for omap5 timers except timer1 ARM: OMAP2+: Drop legacy platform data for am3 and am4 timers except timer1 and 2 ARM: OMAP2+: Drop legacy platform data for dra7 timers except timer1 to 4 arch/arm/boot/dts/am33xx-l4.dtsi | 5 - arch/arm/boot/dts/am437x-l4.dtsi | 9 - arch/arm/boot/dts/dra7-l4.dtsi | 12 - arch/arm/boot/dts/omap4-l4-abe.dtsi | 7 - arch/arm/boot/dts/omap4-l4.dtsi | 6 - arch/arm/boot/dts/omap5-l4-abe.dtsi | 6 - arch/arm/boot/dts/omap5-l4.dtsi | 6 - arch/arm/mach-omap2/omap_hwmod.c | 18 - arch/arm/mach-omap2/omap_hwmod.h | 3 - .../omap_hwmod_33xx_43xx_common_data.h | 10 - .../omap_hwmod_33xx_43xx_interconnect_data.c | 40 -- .../omap_hwmod_33xx_43xx_ipblock_data.c | 70 --- arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 5 - arch/arm/mach-omap2/omap_hwmod_43xx_data.c | 89 ---- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 421 ------------------ arch/arm/mach-omap2/omap_hwmod_54xx_data.c | 357 --------------- arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 295 ------------ arch/arm/mach-omap2/omap_hwmod_reset.c | 24 - include/sound/aess.h | 53 --- 19 files changed, 1436 deletions(-) delete mode 100644 include/sound/aess.h -- 2.24.0