From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752524AbcDZHq1 (ORCPT ); Tue, 26 Apr 2016 03:46:27 -0400 Received: from mail.x-arc.de ([217.6.246.34]:46944 "EHLO root.phytec.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751101AbcDZHq0 (ORCPT ); Tue, 26 Apr 2016 03:46:26 -0400 Subject: Re: [PATCH v3 4/8] regulator: rk808: Migrate to regulator core's simplified DT parsing code To: Mark Brown References: <1461590448-47685-1-git-send-email-w.egorov@phytec.de> <1461590448-47685-5-git-send-email-w.egorov@phytec.de> <20160425173911.GQ3217@sirena.org.uk> Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, rtc-linux@googlegroups.com, devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, mturquette@baylibre.com, sboyd@codeaurora.org, lee.jones@linaro.org, lgirdwood@gmail.com, a.zummo@towertech.it, alexandre.belloni@free-electrons.com, dianders@chromium.org, zyw@rock-chips.com From: Wadim Egorov Message-ID: <571F1CB4.10200@phytec.de> Date: Tue, 26 Apr 2016 09:45:56 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160425173911.GQ3217@sirena.org.uk> X-MIMETrack: Itemize by SMTP Server on Idefix/Phytec(Release 9.0.1FP5 HF413|March 21, 2016) at 26.04.2016 09:45:56, Serialize by Router on Idefix/Phytec(Release 9.0.1FP5 HF413|March 21, 2016) at 26.04.2016 09:45:56, Serialize complete at 26.04.2016 09:45:56 X-TNEFEvaluated: 1 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=windows-1252 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 25.04.2016 19:39, Mark Brown wrote: > On Mon, Apr 25, 2016 at 03:20:44PM +0200, Wadim Egorov wrote: >> A common simplified DT parsing code for regulators was introduced in >> commit a0c7b164ad11 ("regulator: of: Provide simplified DT parsing >> method") > This doesn't apply against current code, please check and resend. Hm, for me all patches apply to the current code. This patch depends on the first rename patch. Maybe this is the problem?