Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1734210
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/2] nvmem: add snvs_lpgpr driver |
| Date | 2017-09-18 17:10 +0200 |
| Message-ID | <ur5Qm-7VK-13@gated-at.bofh.it> (permalink) |
| References | <uqF9v-6Gf-5@gated-at.bofh.it> <uqF9w-6Gf-7@gated-at.bofh.it> <ur53Z-7mI-21@gated-at.bofh.it> <ur5Qm-7VK-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Sep 18, 2017 at 04:03:25PM +0100, Srinivas Kandagatla wrote: > > > On 18/09/17 15:12, Greg Kroah-Hartman wrote: > > 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? > > > Would appreciate if its possible to take it as a late one in next possible > 4.14 rc. > These patches were in the list of long time, I forgot to include this in the > first set of nvmem patches! I prefer not to add new stuff if at all possible after -rc1 is out. thanks, greg k-h
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/2] nvmem: set3 patches for v4.14 srinivas.kandagatla@linaro.org - 2017-09-17 12:40 +0200
[PATCH 2/2] nvmem: add snvs_lpgpr driver srinivas.kandagatla@linaro.org - 2017-09-17 12:40 +0200
Re: [PATCH 2/2] nvmem: add snvs_lpgpr driver Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-09-18 16:20 +0200
Re: [PATCH 2/2] nvmem: add snvs_lpgpr driver Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2017-09-18 17:10 +0200
Re: [PATCH 2/2] nvmem: add snvs_lpgpr driver Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-09-18 17:10 +0200
Re: [PATCH 2/2] nvmem: add snvs_lpgpr driver Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2017-09-18 17:10 +0200
csiph-web