mbox series

[0/9] Probe l4 abe and most timers with ti-sysc

Message ID 20191210233524.46875-1-tony@atomide.com (mailing list archive)
Headers show
Series Probe l4 abe and most timers with ti-sysc | expand

Message

Tony Lindgren Dec. 10, 2019, 11:35 p.m. UTC
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

Comments

J, KEERTHY Dec. 13, 2019, 6:14 a.m. UTC | #1
On 11/12/19 5:05 am, Tony Lindgren wrote:
> 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.

Hi Tony,

Boot tested on DRA72 & DRA76.

I believe this series does not impact am4/3 but still
Tested for RTC+DDR mode and DS0 mode on AM437x.
Tested for DS0 on am335x-evm & am335x-beagle-bone-black.

FWIW

Tested-by: Keerthy <j-keerthy@ti.com>

- Keerthy

> 
> 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
>