mbox series

[00/18] Drop remaining pdata for am335x and use genpd

Message ID 20201026112222.56894-1-tony@atomide.com (mailing list archive)
Headers show
Series Drop remaining pdata for am335x and use genpd | expand

Message

Tony Lindgren Oct. 26, 2020, 11:22 a.m. UTC
Hi all,

With the related driver changes, we can now drop the remaining platform
data for am335x for v5.11 merge window and probe using device tree data
and genpd instead.

Regards,

Tony

[1] https://lore.kernel.org/linux-omap/20201026105812.38418-1-tony@atomide.com/T/#t
[2] https://lore.kernel.org/linux-omap/20201026111049.54835-1-tony@atomide.com/T/#t

Tero Kristo (1):
  ARM: dts: am33xx: add remaining PRM instances

Tony Lindgren (17):
  ARM: dts: Configure also interconnect clocks for am3 system timers
  ARM: OMAP2+: Drop legacy platform data for am3 control module
  ARM: dts: Configure RTC powerdomain for am3
  ARM: dts: Configure interconnect target module for am3 wkup_m3
  ARM: OMAP2+: Drop legacy platform data for am3 wkup_m3
  ARM: OMAP2+: Drop legacy platform data for am3 and am4 gpmc
  ARM: OMAP2+: Drop legacy platform data for am3 debugss
  ARM: OMAP2+: Drop legacy platform data for am3 emif
  ARM: OMAP2+: Drop legacy platform data for am3 ocmcram
  ARM: OMAP2+: Drop legacy platform data for am3 instr
  ARM: OMAP2+: Drop legacy platform data for am3 mpuss
  ARM: dts: Use simple-pm-bus for genpd for am3 l4_wkup
  ARM: dts: Use simple-pm-bus for genpd for am3 l4_fast
  ARM: dts: Use simple-pm-bus for genpd for am3 l4_per
  ARM: dts: Use simple-pm-bus for genpd for am3 l3
  ARM: OMAP2+: Drop legacy remaining legacy platform data for am3
  ARM: OMAP2+: Build hwmod related code as needed

 arch/arm/boot/dts/am335x-nano.dts             |   1 -
 arch/arm/boot/dts/am33xx-l4.dtsi              |  75 +++--
 arch/arm/boot/dts/am33xx.dtsi                 | 185 +++++++----
 arch/arm/boot/dts/am4372.dtsi                 |  49 ++-
 arch/arm/mach-omap2/Kconfig                   |   9 +
 arch/arm/mach-omap2/Makefile                  |  14 +-
 arch/arm/mach-omap2/io.c                      |   2 -
 .../omap_hwmod_33xx_43xx_common_data.h        |   2 -
 .../omap_hwmod_33xx_43xx_interconnect_data.c  |   8 -
 .../omap_hwmod_33xx_43xx_ipblock_data.c       |  36 ---
 arch/arm/mach-omap2/omap_hwmod_33xx_data.c    | 294 ------------------
 arch/arm/mach-omap2/omap_hwmod_43xx_data.c    |   1 -
 arch/arm/mach-omap2/pdata-quirks.c            |  12 +-
 13 files changed, 236 insertions(+), 452 deletions(-)
 delete mode 100644 arch/arm/mach-omap2/omap_hwmod_33xx_data.c

Comments

Tony Lindgren Oct. 26, 2020, 1:10 p.m. UTC | #1
* Tony Lindgren <tony@atomide.com> [201026 11:22]:
> With the related driver changes, we can now drop the remaining platform
> data for am335x for v5.11 merge window and probe using device tree data
> and genpd instead.

FYI, I've also pushed an initial branch for testing with all the patches
applied to [3] below.

Regards,

Tony

> [1] https://lore.kernel.org/linux-omap/20201026105812.38418-1-tony@atomide.com/T/#t
> [2] https://lore.kernel.org/linux-omap/20201026111049.54835-1-tony@atomide.com/T/#t
[3] https://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git/log/?h=omap-for-v5.11/genpd