From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-sn1nam02on0129.outbound.protection.outlook.com ([104.47.36.129]:46377 "EHLO NAM02-SN1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S965614AbeCSQmI (ORCPT ); Mon, 19 Mar 2018 12:42:08 -0400 From: Sasha Levin To: Tero Kristo CC: Greg Kroah-Hartman , "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" , Stephen Boyd Subject: Re: [PATCH 4.14 056/109] clk: ti: clkctrl: add support for retrying failed init Date: Mon, 19 Mar 2018 16:42:06 +0000 Message-ID: <20180319164205.jd233ouwt3avcmvs@sasha-lappy> References: <20180316152329.844663293@linuxfoundation.org> <20180316152333.001660820@linuxfoundation.org> <20180319034408.wi6wfosbcckw22j6@xps> <67169312-ba94-7a68-56cf-8412d8b42169@ti.com> In-Reply-To: <67169312-ba94-7a68-56cf-8412d8b42169@ti.com> Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-ID: <553CD27E3303B84C9E3B00391F910231@namprd21.prod.outlook.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Sender: stable-owner@vger.kernel.org List-ID: On Mon, Mar 19, 2018 at 08:57:30AM +0200, Tero Kristo wrote: >On 19/03/18 05:44, Dan Rue wrote: >>On Fri, Mar 16, 2018 at 04:23:25PM +0100, Greg Kroah-Hartman wrote: >>>4.14-stable review patch. If anyone has any objections, please let me k= now. >>> >>>------------------ >>> >>>From: Tero Kristo >>> >>> >>>[ Upstream commit 729e13bf58e643b9accd2a14c55b555958702fb0 ] >>> >>>In case the clkctrl node contains assigned-clock-* entries, registering >>>the provider can fail with -EPROBE_DEFER. In this case, add the >>>provider to the retry_init clock list so it will be cleaned up later. >>> >>>Signed-off-by: Tero Kristo >>>Acked-by: Stephen Boyd >>>Signed-off-by: Sasha Levin >>>Signed-off-by: Greg Kroah-Hartman >> >>This fails to build for me on arm32: >> >>$ make ARCH=3Darm CROSS_COMPILE=3Darm-linux-gnueabihf- O=3Dbuild-arm mult= i_v7_defconfig >>$ make ARCH=3Darm CROSS_COMPILE=3Darm-linux-gnueabihf- O=3Dbuild-arm > >This actually needs commit ffb009b24388b896d9ca8b54e39a879302142518=20 >("clk: ti: convert retry_init param to use void data type") as=20 >prerequisite, otherwise it fails building. I'll pick both up for the next cycle, thanks! --=20 Thanks, Sasha=