From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932512AbbHGQSV (ORCPT ); Fri, 7 Aug 2015 12:18:21 -0400 Received: from mail-wi0-f180.google.com ([209.85.212.180]:36808 "EHLO mail-wi0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751755AbbHGQSS (ORCPT ); Fri, 7 Aug 2015 12:18:18 -0400 Message-ID: <55C4DA42.909@linaro.org> Date: Fri, 07 Aug 2015 17:18:10 +0100 From: Srinivas Kandagatla User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Kevin Hilman CC: linux-arm-kernel@lists.infradead.org, Greg Kroah-Hartman , Rob Herring , Mark Brown , s.hauer@pengutronix.de, linux-api@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, arnd@arndb.de, sboyd@codeaurora.org, pantelis.antoniou@konsulko.com, mporter@konsulko.com, stefan.wahren@i2se.com, wxt@rock-chips.com Subject: Re: [PATCH v9 0/9] Add simple NVMEM Framework via regmap. References: <1437995567-11203-1-git-send-email-srinivas.kandagatla@linaro.org> <7hwpx7vzyo.fsf@deeprootsystems.com> In-Reply-To: <7hwpx7vzyo.fsf@deeprootsystems.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thanks Kevin, On 07/08/15 17:13, Kevin Hilman wrote: > Srinivas Kandagatla writes: > >> This patchset adds a new simple NVMEM framework to kernel, and it is tested >> with various drivers like "QCOM thermal sensors", "QCOM cpr driver", >> "begal bone cape manager" and few more on the way. >> >> Can you please consider this as 4.3 material, AFAIK there are more than 3 drivers >> depending on this framework which are wating since last 2 merge windows. >> >> Should these patches go via ARM-SOC tree or via Greg's tree? > > With Greg's ack, we can take this through the arm-soc tree (unless Greg > wants to queue it, which is fine also.) > Greg already merged these patches yesterday on to git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git in the char-misc-next branch. Now the patches are available in linux-next for more testing. --srini > Can you collect the final Tested-by's and prepare a pull request? > > Thanks, > > Kevin >