Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751320AbbEYQv6 (ORCPT ); Mon, 25 May 2015 12:51:58 -0400 Received: from mail-wg0-f52.google.com ([74.125.82.52]:36855 "EHLO mail-wg0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751266AbbEYQvv convert rfc822-to-8bit (ORCPT ); Mon, 25 May 2015 12:51:51 -0400 Subject: Re: [PATCH v5 00/11] Add simple NVMEM Framework via regmap. Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Content-Type: text/plain; charset=utf-8 From: Pantelis Antoniou In-Reply-To: <1432226535-8640-1-git-send-email-srinivas.kandagatla@linaro.org> Date: Mon, 25 May 2015 19:51:45 +0300 Cc: linux-arm-kernel@lists.infradead.org, Maxime Ripard , Rob Herring , Kumar Gala , Mark Brown , Sascha Hauer , Greg Kroah-Hartman , linux-api@vger.kernel.org, Linux Kernel Mailing List , devicetree , linux-arm-msm@vger.kernel.org, Arnd Bergmann , sboyd@codeaurora.org, Matt Porter Content-Transfer-Encoding: 8BIT Message-Id: References: <1427752492-17039-1-git-send-email-srinivas.kandagatla@linaro.org> <1432226535-8640-1-git-send-email-srinivas.kandagatla@linaro.org> To: Srinivas Kandagatla X-Mailer: Apple Mail (2.2098) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1121 Lines: 46 Hi Srinivas, > On May 21, 2015, at 19:42 , Srinivas Kandagatla wrote: > > Thankyou all for providing inputs and comments on previous versions of this patchset. > Here is the v5 of the patchset addressing all the issues raised as > part of previous versions review. > > [snip] I tried to use the updated patchset with my at24 & beaglebone capemanager patches. I have a big problem with the removal of the raw of_* access APIs. Take for instance the case where you have multiple slot accessing different EEPROMs. > slots { > slot@0 { > eeprom = <&cape0_data>; > }; > > slot@1 { > eeprom = <&cape1_data>; > }; > }; In that case there is no per-device node mapping; it’s a per-sub node. For now I’m exporting the of_* accessors again, please consider exposing the of_* API again. > -- > 1.9.1 > Regards — Pantelis -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/