From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932444AbdIRPIt (ORCPT ); Mon, 18 Sep 2017 11:08:49 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:47538 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753916AbdIRPIs (ORCPT ); Mon, 18 Sep 2017 11:08:48 -0400 Date: Mon, 18 Sep 2017 17:08:58 +0200 From: Greg Kroah-Hartman To: Srinivas Kandagatla Cc: linux-kernel@vger.kernel.org, Oleksij Rempel Subject: Re: [PATCH 2/2] nvmem: add snvs_lpgpr driver Message-ID: <20170918150858.GA32509@kroah.com> References: <20170917103343.18468-1-srinivas.kandagatla@linaro.org> <20170917103343.18468-3-srinivas.kandagatla@linaro.org> <20170918141203.GC2512@kroah.com> <27f24aa7-acc3-53e8-37b5-1b6570124fee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <27f24aa7-acc3-53e8-37b5-1b6570124fee@linaro.org> User-Agent: Mutt/1.9.0 (2017-09-02) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > > > > > > 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 > > > Signed-off-by: Srinivas Kandagatla > > > --- > > > 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