All of lore.kernel.org
 help / color / mirror / Atom feed
From: <Claudiu.Beznea@microchip.com>
To: <sre@kernel.org>, <Nicolas.Ferre@microchip.com>,
	<alexandre.belloni@bootlin.com>
Cc: <linux-pm@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <Claudiu.Beznea@microchip.com>
Subject: [PATCH 0/4] power: reset: at91-poweroff: cleanups
Date: Mon, 5 Nov 2018 11:14:21 +0000	[thread overview]
Message-ID: <1541416443-4321-1-git-send-email-claudiu.beznea@microchip.com> (raw)

Hi,

This series includes cleanups for at91-poweroff.c similar to the one did for
SAMA5D2 Xplained SHDWC on series at [1].

Changes were tested on SAMA5D3 Xplained, SAMA5D4 Xplained and AT91SAM9G35-EK
boards.

Thank you,
Claudiu Beznea

[1] https://www.spinics.net/lists/arm-kernel/msg673559.html

Claudiu Beznea (4):
  power: reset: at91-poweroff: use one poweroff function for
    at91-poweroff
  power: reset: at91-poweroff: move shdwc related data to one structure
  power: reset: at91-poweroff: check shdwc data structure at the
    beginning of probe
  power: reset: at91-poweroff: remove at91_ramc_of_match

 drivers/power/reset/at91-poweroff.c | 101 +++++++++++++++++++++---------------
 1 file changed, 59 insertions(+), 42 deletions(-)

-- 
2.7.4


WARNING: multiple messages have this Message-ID (diff)
From: <Claudiu.Beznea@microchip.com>
To: sre@kernel.org, Nicolas.Ferre@microchip.com,
	alexandre.belloni@bootlin.com
Cc: linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Claudiu.Beznea@microchip.com
Subject: [PATCH 0/4] power: reset: at91-poweroff: cleanups
Date: Mon, 5 Nov 2018 11:14:21 +0000	[thread overview]
Message-ID: <1541416443-4321-1-git-send-email-claudiu.beznea@microchip.com> (raw)

Hi,

This series includes cleanups for at91-poweroff.c similar to the one did for
SAMA5D2 Xplained SHDWC on series at [1].

Changes were tested on SAMA5D3 Xplained, SAMA5D4 Xplained and AT91SAM9G35-EK
boards.

Thank you,
Claudiu Beznea

[1] https://www.spinics.net/lists/arm-kernel/msg673559.html

Claudiu Beznea (4):
  power: reset: at91-poweroff: use one poweroff function for
    at91-poweroff
  power: reset: at91-poweroff: move shdwc related data to one structure
  power: reset: at91-poweroff: check shdwc data structure at the
    beginning of probe
  power: reset: at91-poweroff: remove at91_ramc_of_match

 drivers/power/reset/at91-poweroff.c | 101 +++++++++++++++++++++---------------
 1 file changed, 59 insertions(+), 42 deletions(-)

-- 
2.7.4

WARNING: multiple messages have this Message-ID (diff)
From: Claudiu.Beznea@microchip.com (Claudiu.Beznea at microchip.com)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] power: reset: at91-poweroff: cleanups
Date: Mon, 5 Nov 2018 11:14:21 +0000	[thread overview]
Message-ID: <1541416443-4321-1-git-send-email-claudiu.beznea@microchip.com> (raw)

Hi,

This series includes cleanups for at91-poweroff.c similar to the one did for
SAMA5D2 Xplained SHDWC on series at [1].

Changes were tested on SAMA5D3 Xplained, SAMA5D4 Xplained and AT91SAM9G35-EK
boards.

Thank you,
Claudiu Beznea

[1] https://www.spinics.net/lists/arm-kernel/msg673559.html

Claudiu Beznea (4):
  power: reset: at91-poweroff: use one poweroff function for
    at91-poweroff
  power: reset: at91-poweroff: move shdwc related data to one structure
  power: reset: at91-poweroff: check shdwc data structure at the
    beginning of probe
  power: reset: at91-poweroff: remove at91_ramc_of_match

 drivers/power/reset/at91-poweroff.c | 101 +++++++++++++++++++++---------------
 1 file changed, 59 insertions(+), 42 deletions(-)

-- 
2.7.4

             reply	other threads:[~2018-11-05 11:14 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-05 11:14 Claudiu.Beznea [this message]
2018-11-05 11:14 ` [PATCH 0/4] power: reset: at91-poweroff: cleanups Claudiu.Beznea at microchip.com
2018-11-05 11:14 ` Claudiu.Beznea
2018-11-05 11:14 ` [PATCH 1/4] power: reset: at91-poweroff: use one poweroff function for at91-poweroff Claudiu.Beznea
2018-11-05 11:14   ` Claudiu.Beznea at microchip.com
2018-11-05 11:14   ` Claudiu.Beznea
2018-12-05 22:37   ` Sebastian Reichel
2018-12-05 22:37     ` Sebastian Reichel
2018-11-05 11:14 ` [PATCH 2/4] power: reset: at91-poweroff: move shdwc related data to one structure Claudiu.Beznea
2018-11-05 11:14   ` Claudiu.Beznea at microchip.com
2018-11-05 11:14   ` Claudiu.Beznea
2018-11-06 21:09   ` Alexandre Belloni
2018-11-06 21:09     ` Alexandre Belloni
2018-11-07 14:54     ` Claudiu.Beznea
2018-11-07 14:54       ` Claudiu.Beznea at microchip.com
2018-11-07 14:54       ` Claudiu.Beznea
2018-11-07 17:23       ` Alexandre Belloni
2018-11-07 17:23         ` Alexandre Belloni
2018-12-05 22:40         ` Sebastian Reichel
2018-12-05 22:40           ` Sebastian Reichel
2018-12-06  9:48           ` Claudiu.Beznea
2018-12-06  9:48             ` Claudiu.Beznea
2018-12-06  9:48             ` Claudiu.Beznea
2018-11-05 11:14 ` [PATCH 3/4] power: reset: at91-poweroff: check shdwc data structure at the beginning of probe Claudiu.Beznea
2018-11-05 11:14   ` Claudiu.Beznea at microchip.com
2018-11-05 11:14   ` Claudiu.Beznea
2018-12-05 22:38   ` Sebastian Reichel
2018-12-05 22:38     ` Sebastian Reichel
2018-11-05 11:14 ` [PATCH 4/4] power: reset: at91-poweroff: remove at91_ramc_of_match Claudiu.Beznea
2018-11-05 11:14   ` Claudiu.Beznea at microchip.com
2018-11-05 11:14   ` Claudiu.Beznea
2018-12-05 22:37   ` Sebastian Reichel
2018-12-05 22:37     ` 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=1541416443-4321-1-git-send-email-claudiu.beznea@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 \
    --cc=linux-pm@vger.kernel.org \
    --cc=sre@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.