From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752757AbcD0N5f (ORCPT ); Wed, 27 Apr 2016 09:57:35 -0400 Received: from gloria.sntech.de ([95.129.55.99]:34338 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751257AbcD0N5d convert rfc822-to-8bit (ORCPT ); Wed, 27 Apr 2016 09:57:33 -0400 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Mark Brown Cc: Wadim Egorov , linux-rockchip@lists.infradead.org, mark.rutland@arm.com, devicetree@vger.kernel.org, a.zummo@towertech.it, pawel.moll@arm.com, rtc-linux@googlegroups.com, ijc+devicetree@hellion.org.uk, mturquette@baylibre.com, sboyd@codeaurora.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, lgirdwood@gmail.com, alexandre.belloni@free-electrons.com, dianders@chromium.org, galak@codeaurora.org, zyw@rock-chips.com, lee.jones@linaro.org, linux-clk@vger.kernel.org Subject: Re: Applied "regulator: rk808: remove linear range definitions with a single range" to the regulator tree Date: Wed, 27 Apr 2016 15:56:56 +0200 Message-ID: <13413437.Ipf2eOczfj@diego> User-Agent: KMail/4.14.10 (Linux/4.4.0-1-amd64; KDE/4.14.14; x86_64; ; ) In-Reply-To: <20160427135048.GQ3217@sirena.org.uk> References: <57205DC2.7070506@phytec.de> <20160427135048.GQ3217@sirena.org.uk> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Mittwoch, 27. April 2016, 14:50:48 schrieb Mark Brown: > On Wed, Apr 27, 2016 at 08:35:46AM +0200, Wadim Egorov wrote: > > On 26.04.2016 21:33, Heiko Stübner wrote: > > > with this patch applied, 4.6.0-rc5-next-20160426 fails to boot on > > > rk3288-veyron devices with the bug below. Reverting this one patch > > > > > results in the system booting again: > > This is because I missed to add the correct ops for LDO_REG3 in this > > patch. > > Any ETA on a fix or should I revert? I guess [PATCH v4 1/7] regulator: rk808: Add rk808_reg_ops_ranges for LDO3 from yesterday [0] might be the fix? At least it fits Wadim's description above but I haven't had time to test it yet. [0] https://patchwork.kernel.org/patch/8939741/ From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Sender: rtc-linux@googlegroups.com Received: from gloria.sntech.de (gloria.sntech.de. [95.129.55.99]) by gmr-mx.google.com with ESMTPS id u137si583339wmd.1.2016.04.27.06.57.21 for (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 27 Apr 2016 06:57:21 -0700 (PDT) From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Mark Brown Cc: Wadim Egorov , linux-rockchip@lists.infradead.org, mark.rutland@arm.com, devicetree@vger.kernel.org, a.zummo@towertech.it, pawel.moll@arm.com, rtc-linux@googlegroups.com, ijc+devicetree@hellion.org.uk, mturquette@baylibre.com, sboyd@codeaurora.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, lgirdwood@gmail.com, alexandre.belloni@free-electrons.com, dianders@chromium.org, galak@codeaurora.org, zyw@rock-chips.com, lee.jones@linaro.org, linux-clk@vger.kernel.org Subject: [rtc-linux] Re: Applied "regulator: rk808: remove linear range definitions with a single range" to the regulator tree Date: Wed, 27 Apr 2016 15:56:56 +0200 Message-ID: <13413437.Ipf2eOczfj@diego> In-Reply-To: <20160427135048.GQ3217@sirena.org.uk> References: <57205DC2.7070506@phytec.de> <20160427135048.GQ3217@sirena.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Reply-To: rtc-linux@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , Am Mittwoch, 27. April 2016, 14:50:48 schrieb Mark Brown: > On Wed, Apr 27, 2016 at 08:35:46AM +0200, Wadim Egorov wrote: > > On 26.04.2016 21:33, Heiko St=C3=BCbner wrote: > > > with this patch applied, 4.6.0-rc5-next-20160426 fails to boot on > > > rk3288-veyron devices with the bug below. Reverting this one patch > >=20 > > > results in the system booting again: > > This is because I missed to add the correct ops for LDO_REG3 in this > > patch. >=20 > Any ETA on a fix or should I revert? I guess [PATCH v4 1/7] regulator: rk808: Add rk808_reg_ops_ranges for LDO3 from yesterday [0] might be the fix? At least it fits Wadim's description a= bove=20 but I haven't had time to test it yet. [0] https://patchwork.kernel.org/patch/8939741/ --=20 --=20 You received this message because you are subscribed to "rtc-linux". Membership options at http://groups.google.com/group/rtc-linux . Please read http://groups.google.com/group/rtc-linux/web/checklist before submitting a driver. ---=20 You received this message because you are subscribed to the Google Groups "= rtc-linux" group. To unsubscribe from this group and stop receiving emails from it, send an e= mail to rtc-linux+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko =?ISO-8859-1?Q?St=FCbner?= Subject: Re: Applied "regulator: rk808: remove linear range definitions with a single range" to the regulator tree Date: Wed, 27 Apr 2016 15:56:56 +0200 Message-ID: <13413437.Ipf2eOczfj@diego> References: <57205DC2.7070506@phytec.de> <20160427135048.GQ3217@sirena.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20160427135048.GQ3217-GFdadSzt00ze9xe1eoZjHA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+glpar-linux-rockchip=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: Mark Brown Cc: mark.rutland-5wv7dgnIgG8@public.gmane.org, a.zummo-BfzFCNDTiLLj+vYz1yj4TQ@public.gmane.org, dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org, rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org, pawel.moll-5wv7dgnIgG8@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, mturquette-rdvid1DuHRBWk0Htik3J/w@public.gmane.org, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org, sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org, galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org, zyw-TNX95d0MmH7DzftRWevZcw@public.gmane.org, Wadim Egorov , lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org Am Mittwoch, 27. April 2016, 14:50:48 schrieb Mark Brown: > On Wed, Apr 27, 2016 at 08:35:46AM +0200, Wadim Egorov wrote: > > On 26.04.2016 21:33, Heiko St=FCbner wrote: > > > with this patch applied, 4.6.0-rc5-next-20160426 fails to boot on > > > rk3288-veyron devices with the bug below. Reverting this one patch > > = > > > results in the system booting again: > > This is because I missed to add the correct ops for LDO_REG3 in this > > patch. > = > Any ETA on a fix or should I revert? I guess [PATCH v4 1/7] regulator: rk808: Add rk808_reg_ops_ranges for LDO3 from yesterday [0] might be the fix? At least it fits Wadim's description a= bove = but I haven't had time to test it yet. [0] https://patchwork.kernel.org/patch/8939741/ From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Mark Brown Cc: Wadim Egorov , linux-rockchip@lists.infradead.org, mark.rutland@arm.com, devicetree@vger.kernel.org, a.zummo@towertech.it, pawel.moll@arm.com, rtc-linux@googlegroups.com, ijc+devicetree@hellion.org.uk, mturquette@baylibre.com, sboyd@codeaurora.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, lgirdwood@gmail.com, alexandre.belloni@free-electrons.com, dianders@chromium.org, galak@codeaurora.org, zyw@rock-chips.com, lee.jones@linaro.org, linux-clk@vger.kernel.org Subject: Re: Applied "regulator: rk808: remove linear range definitions with a single range" to the regulator tree Date: Wed, 27 Apr 2016 15:56:56 +0200 Message-ID: <13413437.Ipf2eOczfj@diego> In-Reply-To: <20160427135048.GQ3217@sirena.org.uk> References: <57205DC2.7070506@phytec.de> <20160427135048.GQ3217@sirena.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" List-ID: Am Mittwoch, 27. April 2016, 14:50:48 schrieb Mark Brown: > On Wed, Apr 27, 2016 at 08:35:46AM +0200, Wadim Egorov wrote: > > On 26.04.2016 21:33, Heiko St=FCbner wrote: > > > with this patch applied, 4.6.0-rc5-next-20160426 fails to boot on= > > > rk3288-veyron devices with the bug below. Reverting this one patc= h > >=20 > > > results in the system booting again: > > This is because I missed to add the correct ops for LDO_REG3 in thi= s > > patch. >=20 > Any ETA on a fix or should I revert? I guess =09[PATCH v4 1/7] regulator: rk808: Add rk808_reg_ops_ranges for LDO3 from yesterday [0] might be the fix? At least it fits Wadim's descripti= on above=20 but I haven't had time to test it yet. [0] https://patchwork.kernel.org/patch/8939741/