From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752661AbcDZIrb (ORCPT ); Tue, 26 Apr 2016 04:47:31 -0400 Received: from mail.phycard.co.uk ([217.6.246.34]:47109 "EHLO root.phytec.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752377AbcDZIr2 convert rfc822-to-8bit (ORCPT ); Tue, 26 Apr 2016 04:47:28 -0400 Subject: Re: [PATCH v3 4/8] regulator: rk808: Migrate to regulator core's simplified DT parsing code To: =?UTF-8?Q?Heiko_St=c3=bcbner?= References: <1461590448-47685-1-git-send-email-w.egorov@phytec.de> <20160425173911.GQ3217@sirena.org.uk> <571F1CB4.10200@phytec.de> <2669414.IKg01zC8vG@diego> Cc: Mark Brown , 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: <571F2AFE.2020006@phytec.de> Date: Tue, 26 Apr 2016 10:46:54 +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: <2669414.IKg01zC8vG@diego> X-MIMETrack: Itemize by SMTP Server on Idefix/Phytec(Release 9.0.1FP5 HF413|March 21, 2016) at 26.04.2016 10:47:00, Serialize by Router on Idefix/Phytec(Release 9.0.1FP5 HF413|March 21, 2016) at 26.04.2016 10:47:00 X-TNEFEvaluated: 1 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 26.04.2016 10:17, Heiko Stübner wrote: > Am Dienstag, 26. April 2016, 09:45:56 schrieb Wadim Egorov: >> 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? > which is the reason why renaming stuff makes everything just more complicated > without providing additional value ;-) > > The first patch would go through the mfd-tree (if accepted by Lee and Acked by > the other involved subsystem maintainers) which would then need a stable > branch merged into the regulator tree - or after the first patch goes in you > simply wait for a kernel release. > > Normally I would expect the reasonable kernel developer to be able to simply > read code, kconfig, docs stating the drivers being for rk808 and rk818 without > getting "confused" by some structs mentioning the rk808. > > > Heiko I will drop the first patch and send a v4 later