linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: <Claudiu.Beznea@microchip.com>
To: <alexandre.belloni@bootlin.com>, <Nicolas.Ferre@microchip.com>
Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] ARM: at91: pm: remove unnecessary at91sam9x60_idle
Date: Wed, 5 Aug 2020 08:52:06 +0000	[thread overview]
Message-ID: <1af8bb51-85e1-d58e-cc5c-4c4e379f83c4@microchip.com> (raw)
In-Reply-To: <20200804115622.63232-1-alexandre.belloni@bootlin.com>



On 04.08.2020 14:56, Alexandre Belloni wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> cpu_do_idle() is already the default action for arm_pm_idle, there is no
> need to open code it.
> 
> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com>

> ---
>  arch/arm/mach-at91/pm.c | 7 +------
>  1 file changed, 1 insertion(+), 6 deletions(-)
> 
> diff --git a/arch/arm/mach-at91/pm.c b/arch/arm/mach-at91/pm.c
> index 074bde64064e..19cc0d5b149b 100644
> --- a/arch/arm/mach-at91/pm.c
> +++ b/arch/arm/mach-at91/pm.c
> @@ -557,11 +557,6 @@ static void at91rm9200_idle(void)
>         writel(AT91_PMC_PCK, soc_pm.data.pmc + AT91_PMC_SCDR);
>  }
> 
> -static void at91sam9x60_idle(void)
> -{
> -       cpu_do_idle();
> -}
> -
>  static void at91sam9_idle(void)
>  {
>         writel(AT91_PMC_PCK, soc_pm.data.pmc + AT91_PMC_SCDR);
> @@ -842,7 +837,7 @@ void __init sam9x60_pm_init(void)
> 
>         at91_pm_modes_init();
>         at91_dt_ramc();
> -       at91_pm_init(at91sam9x60_idle);
> +       at91_pm_init(NULL);
> 
>         soc_pm.ws_ids = sam9x60_ws_ids;
>         soc_pm.config_pmc_ws = at91_sam9x60_config_pmc_ws;
> --
> 2.26.2
> 
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

      reply	other threads:[~2020-08-05  8:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-04 11:56 [PATCH] ARM: at91: pm: remove unnecessary at91sam9x60_idle Alexandre Belloni
2020-08-05  8:52 ` Claudiu.Beznea [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1af8bb51-85e1-d58e-cc5c-4c4e379f83c4@microchip.com \
    --to=claudiu.beznea@microchip.com \
    --cc=Nicolas.Ferre@microchip.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).