Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751352AbdIQKhT (ORCPT ); Sun, 17 Sep 2017 06:37:19 -0400 Received: from mail-wr0-f171.google.com ([209.85.128.171]:48866 "EHLO mail-wr0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750802AbdIQKhR (ORCPT ); Sun, 17 Sep 2017 06:37:17 -0400 X-Google-Smtp-Source: ADKCNb6t4yp64fIteaJlPBLVHKSKIpFnPxZDIV2ycr4zLzeN2tJ6yKfKYcONsiwDdBHDtGpbnyxQCA== Subject: Re: [PATCH v7 0/3] nvmem: upstream snvs_lpgpr driver To: Guy Shapiro , Oleksij Rempel , Oleksij Rempel , kernel@pengutronix.de, linux-kernel@vger.kernel.org, Mark Rutland , Maxime Ripard , Rob Herring , Shawn Guo , Stefan Wahren Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org References: <20170620070932.10353-1-o.rempel@pengutronix.de> <07198c02-ac87-ec1f-accd-75ad6fd0ac30@pengutronix.de> <6081c4e0-b9f3-7fae-624d-d3515a509b67@mobi-wize.com> From: Srinivas Kandagatla Message-ID: <707da9f2-5d78-9f06-c379-4d3b9694f13c@linaro.org> Date: Sun, 17 Sep 2017 11:37:14 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <6081c4e0-b9f3-7fae-624d-d3515a509b67@mobi-wize.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2408 Lines: 75 On 17/09/17 08:35, Guy Shapiro wrote: > On 26/07/2017 12:01, Srinivas Kandagatla wrote: >> >> On 18/07/17 05:52, Oleksij Rempel wrote: >>> Hallo all, >>> >>> Here Gentle Ping to the Old King ;) >>> >>> DT is already ACKed. >> >> Thanks for patience, As this is a new driver it will be queued for 4.14 just before 4.13-rc5 is released. >> >> thanks, >> srini > Looks like this patchset is not included in 4.14-rc1. > Is it still on someone's queue? Not sure Why I missed this patch..!!Sorry about that !! Just sent them to Greg Now to pick it up for 4.14 next rc.. thanks, srini >>> >>> On 20.06.2017 09:09, Oleksij Rempel wrote: >>>> changes v7: >>>> - split imx6ul patch and squash it with with main patches. >>>> - spell fixes in the binding documentation >>>> - return regmap_bulk_read directly. >>>> >>>> changes v6: >>>> - check if device is writable by reading GPR_SL and GPR_HL bits >>>> - use regmap_bulk_* functions instead of while() { regmap_read/write } >>>> - add patch for imx6ul >>>> >>>> changes v5: >>>> - use dcfg->offset instead of priv->offset. >>>> >>>> changes v4: >>>> - change dependencies in Kconfig >>>> - remove unused includes and order them alphabetically >>>> - set MODULE_LICENSE = GPL v2 >>>> - remove unused int err variable >>>> >>>> changes v3: >>>> - remove regmap and offset properties. >>>> >>>> changes v2: >>>> - correct typos: Registe, parrent... >>>> >>>> Oleksij Rempel (3): >>>> nvmem: dt: document SNVS LPGPR binding >>>> nvmem: add snvs_lpgpr driver >>>> ARM: dts: imx6qdl.dtsi/imx6ul.dtsi: add "fsl,imx6q-snvs-lpgpr" node >>>> >>>> .../devicetree/bindings/nvmem/snvs-lpgpr.txt | 20 +++ >>>> arch/arm/boot/dts/imx6qdl.dtsi | 4 + >>>> arch/arm/boot/dts/imx6ul.dtsi | 4 + >>>> drivers/nvmem/Kconfig | 10 ++ >>>> drivers/nvmem/Makefile | 2 + >>>> drivers/nvmem/snvs_lpgpr.c | 155 +++++++++++++++++++++ >>>> 6 files changed, 195 insertions(+) >>>> create mode 100644 Documentation/devicetree/bindings/nvmem/snvs-lpgpr.txt >>>> create mode 100644 drivers/nvmem/snvs_lpgpr.c >>>> > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel >