From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: srinivas.kandagatla@linaro.org
Cc: linux-kernel@vger.kernel.org, Oleksij Rempel <o.rempel@pengutronix.de>
Subject: Re: [PATCH 2/2] nvmem: add snvs_lpgpr driver
Date: Mon, 18 Sep 2017 16:12:03 +0200 [thread overview]
Message-ID: <20170918141203.GC2512@kroah.com> (raw)
In-Reply-To: <20170917103343.18468-3-srinivas.kandagatla@linaro.org>
On Sun, Sep 17, 2017 at 12:33:43PM +0200, srinivas.kandagatla@linaro.org wrote:
> From: Oleksij Rempel <o.rempel@pengutronix.de>
>
> This is a driver for Low Power General Purpose Register (LPGPR)
> available on i.MX6 SoCs in Secure Non-Volatile Storage (SNVS)
> of this chip.
>
> It is a 32-bit read/write register located in the low power domain.
> Since LPGPR is located in the battery-backed power domain, LPGPR can
> be used by any application for retaining data during an SoC power-down
> mode.
>
> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
> ---
> drivers/nvmem/Kconfig | 10 +++
> drivers/nvmem/Makefile | 2 +
> drivers/nvmem/snvs_lpgpr.c | 156 +++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 168 insertions(+)
> create mode 100644 drivers/nvmem/snvs_lpgpr.c
Too late for 4.14, as -rc1 is already out. How about for 4.15-rc1?
thanks,
greg k-h
next prev parent reply other threads:[~2017-09-18 14:11 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-17 10:33 [PATCH 0/2] nvmem: set3 patches for v4.14 srinivas.kandagatla
2017-09-17 10:33 ` [PATCH 1/2] nvmem: dt: document SNVS LPGPR binding srinivas.kandagatla
2017-09-17 10:33 ` [PATCH 2/2] nvmem: add snvs_lpgpr driver srinivas.kandagatla
2017-09-18 14:12 ` Greg Kroah-Hartman [this message]
2017-09-18 15:03 ` Srinivas Kandagatla
2017-09-18 15:08 ` Greg Kroah-Hartman
2017-09-18 15:03 ` Srinivas Kandagatla
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=20170918141203.GC2512@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=o.rempel@pengutronix.de \
--cc=srinivas.kandagatla@linaro.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.