All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sebastian Reichel <sre@kernel.org>
To: Claudiu.Beznea@microchip.com
Cc: Nicolas.Ferre@microchip.com, alexandre.belloni@bootlin.com,
	Ludovic.Desroches@microchip.com, linux-pm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 00/15] rework at91-reset driver
Date: Sun, 8 Mar 2020 19:54:44 +0100	[thread overview]
Message-ID: <20200308185444.lpkpumgxhya7n356@earth.universe> (raw)
In-Reply-To: <1579601001-5711-1-git-send-email-claudiu.beznea@microchip.com>

[-- Attachment #1: Type: text/plain, Size: 1486 bytes --]

Hi,

On Tue, Jan 21, 2020 at 10:03:29AM +0000, Claudiu.Beznea@microchip.com wrote:
> The following patches rework the at91-reset driver and solves
> the SAM9X60 VDDCORE fast drop in the first 100us after power down.

Thanks, queued to power-supply's for-next branch.

-- Sebastian

> Claudiu Beznea (15):
>   power: reset: at91-reset: introduce struct at91_reset
>   power: reset: at91-reset: add ramc_base[] to struct at91_reset
>   power: reset: at91-reset: add sclk to struct at91_reset
>   power: reset: at91-reset: add notifier block to struct at91_reset
>   power: reset: at91-reset: convert reset in pointer to struct
>     at91_reset
>   power: reset: at91-reset: pass rstc base address to
>     at91_reset_status()
>   power: reset: at91-reset: devm_kzalloc() for at91_reset data structure
>   power: reset: at91-reset: introduce struct at91_reset_data
>   power: reset: at91-reset: introduce args member in at91_reset_data
>   power: reset: at91-reset: use r4 as tmp argument
>   power: reset: at91-reset: introduce ramc_lpr to struct at91_reset
>   power: reset: at91-reset: make at91sam9g45_restart() generic
>   power: reset: at91-reset: keep only one reset function
>   power: reset: at91-reset: get rid of at91_reset_data
>   power: reset: at91-reset: handle nrst async for sam9x60
> 
>  drivers/power/reset/at91-reset.c | 190 +++++++++++++++++++--------------------
>  1 file changed, 94 insertions(+), 96 deletions(-)
> 
> -- 
> 2.7.4

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Sebastian Reichel <sre@kernel.org>
To: Claudiu.Beznea@microchip.com
Cc: alexandre.belloni@bootlin.com, linux-pm@vger.kernel.org,
	linux-kernel@vger.kernel.org, Ludovic.Desroches@microchip.com,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 00/15] rework at91-reset driver
Date: Sun, 8 Mar 2020 19:54:44 +0100	[thread overview]
Message-ID: <20200308185444.lpkpumgxhya7n356@earth.universe> (raw)
In-Reply-To: <1579601001-5711-1-git-send-email-claudiu.beznea@microchip.com>


[-- Attachment #1.1: Type: text/plain, Size: 1486 bytes --]

Hi,

On Tue, Jan 21, 2020 at 10:03:29AM +0000, Claudiu.Beznea@microchip.com wrote:
> The following patches rework the at91-reset driver and solves
> the SAM9X60 VDDCORE fast drop in the first 100us after power down.

Thanks, queued to power-supply's for-next branch.

-- Sebastian

> Claudiu Beznea (15):
>   power: reset: at91-reset: introduce struct at91_reset
>   power: reset: at91-reset: add ramc_base[] to struct at91_reset
>   power: reset: at91-reset: add sclk to struct at91_reset
>   power: reset: at91-reset: add notifier block to struct at91_reset
>   power: reset: at91-reset: convert reset in pointer to struct
>     at91_reset
>   power: reset: at91-reset: pass rstc base address to
>     at91_reset_status()
>   power: reset: at91-reset: devm_kzalloc() for at91_reset data structure
>   power: reset: at91-reset: introduce struct at91_reset_data
>   power: reset: at91-reset: introduce args member in at91_reset_data
>   power: reset: at91-reset: use r4 as tmp argument
>   power: reset: at91-reset: introduce ramc_lpr to struct at91_reset
>   power: reset: at91-reset: make at91sam9g45_restart() generic
>   power: reset: at91-reset: keep only one reset function
>   power: reset: at91-reset: get rid of at91_reset_data
>   power: reset: at91-reset: handle nrst async for sam9x60
> 
>  drivers/power/reset/at91-reset.c | 190 +++++++++++++++++++--------------------
>  1 file changed, 94 insertions(+), 96 deletions(-)
> 
> -- 
> 2.7.4

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2020-03-08 18:54 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-21 10:03 [PATCH 00/15] rework at91-reset driver Claudiu.Beznea
2020-01-21 10:03 ` Claudiu.Beznea
2020-01-21 10:03 ` [PATCH 01/15] power: reset: at91-reset: introduce struct at91_reset Claudiu.Beznea
2020-01-21 10:03   ` Claudiu.Beznea
2020-01-21 10:03 ` [PATCH 03/15] power: reset: at91-reset: add sclk to " Claudiu.Beznea
2020-01-21 10:03   ` Claudiu.Beznea
2020-01-21 10:03 ` [PATCH 02/15] power: reset: at91-reset: add ramc_base[] " Claudiu.Beznea
2020-01-21 10:03   ` Claudiu.Beznea
2020-01-21 10:03 ` [PATCH 04/15] power: reset: at91-reset: add notifier block " Claudiu.Beznea
2020-01-21 10:03   ` Claudiu.Beznea
2020-01-21 10:03 ` [PATCH 05/15] power: reset: at91-reset: convert reset in pointer " Claudiu.Beznea
2020-01-21 10:03   ` Claudiu.Beznea
2020-01-21 10:03 ` [PATCH 08/15] power: reset: at91-reset: introduce struct at91_reset_data Claudiu.Beznea
2020-01-21 10:03   ` Claudiu.Beznea
2020-01-21 10:03 ` [PATCH 06/15] power: reset: at91-reset: pass rstc base address to at91_reset_status() Claudiu.Beznea
2020-01-21 10:03   ` Claudiu.Beznea
2020-01-21 10:03 ` [PATCH 07/15] power: reset: at91-reset: devm_kzalloc() for at91_reset data structure Claudiu.Beznea
2020-01-21 10:03   ` Claudiu.Beznea
2020-01-21 10:03 ` [PATCH 10/15] power: reset: at91-reset: use r4 as tmp argument Claudiu.Beznea
2020-01-21 10:03   ` Claudiu.Beznea
2020-01-21 10:03 ` [PATCH 09/15] power: reset: at91-reset: introduce args member in at91_reset_data Claudiu.Beznea
2020-01-21 10:03   ` Claudiu.Beznea
2020-01-21 10:03 ` [PATCH 11/15] power: reset: at91-reset: introduce ramc_lpr to struct at91_reset Claudiu.Beznea
2020-01-21 10:03   ` Claudiu.Beznea
2020-01-21 10:03 ` [PATCH 12/15] power: reset: at91-reset: make at91sam9g45_restart() generic Claudiu.Beznea
2020-01-21 10:03   ` Claudiu.Beznea
2020-01-21 10:03 ` [PATCH 13/15] power: reset: at91-reset: keep only one reset function Claudiu.Beznea
2020-01-21 10:03   ` Claudiu.Beznea
2020-01-21 10:03 ` [PATCH 14/15] power: reset: at91-reset: get rid of at91_reset_data Claudiu.Beznea
2020-01-21 10:03   ` Claudiu.Beznea
2020-01-21 10:03 ` [PATCH 15/15] power: reset: at91-reset: handle nrst async for sam9x60 Claudiu.Beznea
2020-01-21 10:03   ` Claudiu.Beznea
2020-03-08 18:54 ` Sebastian Reichel [this message]
2020-03-08 18:54   ` [PATCH 00/15] rework at91-reset driver Sebastian Reichel

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=20200308185444.lpkpumgxhya7n356@earth.universe \
    --to=sre@kernel.org \
    --cc=Claudiu.Beznea@microchip.com \
    --cc=Ludovic.Desroches@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 \
    --cc=linux-pm@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.