From: <Claudiu.Beznea@microchip.com>
To: lgirdwood@gmail.com, broonie@kernel.org, robh+dt@kernel.org,
mark.rutland@arm.com, Nicolas.Ferre@microchip.com,
alexandre.belloni@bootlin.com, Ludovic.Desroches@microchip.com
Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v4 0/5] add PM functionality for act8945a PMIC
Date: Thu, 13 Dec 2018 12:59:00 +0000 [thread overview]
Message-ID: <0291f79e-b8df-f7ae-1ded-cacd404bc5fc@microchip.com> (raw)
In-Reply-To: <1544703110-27161-1-git-send-email-claudiu.beznea@microchip.com>
Hi Mark,
I saw that previous version of this series was applied to your tree just
after I've send this new one. The only difference b/w them is in the
documentation patch where I moved the new header. No functionality change.
Sorry for the noise,
Claudiu Beznea
On 13.12.2018 14:49, Claudiu Beznea - M18063 wrote:
> From: Claudiu Beznea <claudiu.beznea@microchip.com>
>
> This series implements PM functionality for act8945a PMIC and use that support
> on SAMA5D2 Xplained board.
>
> Changes in v4:
> - move dt-bindings/regulator/active-semi,8945a-regulator.h in documentation
> patch; driver uses macros included in this file; due to this documentation
> patch and drivers patches should go through the same tree
> - make documentation patch, patch 2 of this series
>
> Changes in v3:
> - add patch "unlock expert registers"; it was wrongly missed in previous version
>
> Changes in v2:
> - split patch 1/1 from previous series in 3 patches: one adding regmap,
> one adding pm functionality, one adding shutdown functionality
> - use dev_pm_ops suspend function to set register specific to PWRHLD line: this
> is specific to PMIC itself and not to regulators
> - add mode support for LDOs
> - add constants for mode in dt-bindings/regulator/active-semi,8945a-regulator.h
> - document modes and regulator suspend states
> - remove rdevs from struct act8945a_pmic since were not used anywhere
> - add op_mode field in struct act8945a_pmic, update it when setting mode and
> return it when reading mode (avoiding one extra register read while
> reading mode)
> - add a patch to fix a checkpatch.pl warning
> - in shutdown function use directly act8945a->regmap instead of an intermediary
> struct regmap variable
>
> Boris Brezillon (2):
> regulator: act8945a-regulator: Implement PM functionalities
> ARM: dts: at91: sama5d2_xplained: Add proper regulator states for
> suspend-to-mem
>
> Claudiu Beznea (3):
> regulator: act8945a-regulator: fix line over 80 chars warning
> regulator: act8945a-regulator: add shutdown function
> regulator: add documentation for regulator modes and suspend states
>
> .../bindings/regulator/act8945a-regulator.txt | 34 ++++
> arch/arm/boot/dts/at91-sama5d2_xplained.dts | 54 ++++++
> drivers/regulator/act8945a-regulator.c | 200 ++++++++++++++++++++-
> .../regulator/active-semi,8945a-regulator.h | 30 ++++
> 4 files changed, 312 insertions(+), 6 deletions(-)
> create mode 100644 include/dt-bindings/regulator/active-semi,8945a-regulator.h
>
next prev parent reply other threads:[~2018-12-13 12:59 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-13 12:49 [PATCH v4 0/5] add PM functionality for act8945a PMIC Claudiu.Beznea
2018-12-13 12:49 ` [PATCH v4 1/6] regulator: act8945a-regulator: unlock expert registers Claudiu.Beznea
2018-12-13 12:49 ` [PATCH v4 2/6] regulator: add documentation for regulator modes and suspend states Claudiu.Beznea
2018-12-13 12:49 ` [PATCH v4 3/6] regulator: act8945a-regulator: Implement PM functionalities Claudiu.Beznea
2018-12-13 12:49 ` [PATCH v4 4/6] regulator: act8945a-regulator: fix line over 80 chars warning Claudiu.Beznea
2018-12-13 12:50 ` [PATCH v4 5/6] regulator: act8945a-regulator: add shutdown function Claudiu.Beznea
2018-12-13 12:50 ` [PATCH v4 6/6] ARM: dts: at91: sama5d2_xplained: Add proper regulator states for suspend-to-mem Claudiu.Beznea
2018-12-13 12:59 ` Claudiu.Beznea [this message]
2018-12-13 15:19 ` [PATCH v4 0/5] add PM functionality for act8945a PMIC Mark Brown
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=0291f79e-b8df-f7ae-1ded-cacd404bc5fc@microchip.com \
--to=claudiu.beznea@microchip.com \
--cc=Ludovic.Desroches@microchip.com \
--cc=Nicolas.Ferre@microchip.com \
--cc=alexandre.belloni@bootlin.com \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=robh+dt@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).