mbox series

[0/5] Updates for ti-sysc interconnect target driver

Message ID 20240327081508.36747-1-tony@atomide.com
Headers show
Series Updates for ti-sysc interconnect target driver | expand

Message

Tony Lindgren March 27, 2024, 8:15 a.m. UTC
Hi all,

Here are few updates for ti-sysc. We were missing copyrights, have one
non-urgent issue on reset handling, and can finally drop all the quirks
related to the legacy use of pm_runtime_irq_safe() for uart and
smartreflex.

Regards,

Tony

Tony Lindgren (5):
  bus: ti-sysc: Move check for no-reset-on-init
  bus: ti-sysc: Add a description and copyrights
  bus: ti-sysc: Drop legacy quirk handling for uarts
  bus: ti-sysc: Drop legacy quirk handling for smartreflex
  bus: ti-sysc: Drop legacy idle quirk handling

 drivers/bus/ti-sysc.c                 | 165 ++++++--------------------
 include/linux/platform_data/ti-sysc.h |   1 -
 2 files changed, 34 insertions(+), 132 deletions(-)

Comments

Dhruva Gole March 28, 2024, 11:28 a.m. UTC | #1
Hi,

On Mar 27, 2024 at 10:15:08 +0200, Tony Lindgren wrote:
> There are no more users that need the legacy idle quirk so let's drop
> the legacy idle quirk handling. This simplifies the PM code to just
> sysc_pm_ops with unified handling for all the interconnect targets.
> 
> Signed-off-by: Tony Lindgren <tony@atomide.com>
> ---
>  drivers/bus/ti-sysc.c                 | 109 +-------------------------
>  include/linux/platform_data/ti-sysc.h |   1 -
>  2 files changed, 2 insertions(+), 108 deletions(-)
> 

looks much cleaner :)
Reviewed-by: Dhruva Gole <d-gole@ti.com>