Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp726673imu; Wed, 16 Jan 2019 06:40:02 -0800 (PST) X-Google-Smtp-Source: ALg8bN46FWRNgJzBnMr3g9xoAdmDv1LlH43lTp1pcEx2L3+7X2iXZXtG1wb0W9mbBvsx9dUVpFjw X-Received: by 2002:a62:5910:: with SMTP id n16mr10022369pfb.128.1547649602108; Wed, 16 Jan 2019 06:40:02 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547649602; cv=none; d=google.com; s=arc-20160816; b=D3t3ephPfObGemqiBxPeyHBy93m+q4VGTtSD/AezdZ58iQBAaW9UUyQ6qpM9nArOmD LegPQG1H/n66QEUExrb8SenWpakfaIziBn/y6S+RCUl3WWEcvZSmOik2KqbcYdmY1C1F zDmzhSqgLh8EYH0Y4NHSNjjq3xO+/5lc82rN/nV5lcRbitE0CTM6u0KsPUuQ/uawGH1M +/YUKhUNnzCPFtP++FLhoxlTcSEn5v2XpKBlY8vYszCjCwz3ktSjvxDVd7sT3SkrdJBW DzyZURM/8wBM1rNHGfM5CXf5h3GsoS/3Xz8j2VmVDl0oq3Kda65RLsu3tUGJ8Ev9FG/x gTvQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=JeyLMhs4j6hrqH4Mhikfa/m+luvT3AtfwegUcYV7jHM=; b=Xa9B7VgoIL4k0RZy5WN0sB53GY/6LpJirTAUsF0YWevxrWNlWyZhV5OhXKz1vFS6QU 9fVg3NVXi5EKbAoVzMzJhnfVWUwbcfAaPOz1qoQZI0dqkaOil0v+g9a/6OYLq9GKL2M9 CQDJ5m0pjaUPThhLeJNlujmJ5e5A8s/JQ+Fv1qY1NXC9Apqr91BnC+HREGJn42PXYdgq RWR5s/7oUJmQFhWwc7L1ZmAqr0KTem7i/MVPwX6AT2b+/BYeosnjZ2TDN4ikcxyervws 0QkKwx1dlnU2luXgC2m/6ifLJds9vm5R2TtnbXpEof9cNj/U5Ikl1XRtZNCA1/qFlh4o z2cQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m3si6356321pgc.232.2019.01.16.06.39.29; Wed, 16 Jan 2019 06:40:02 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390736AbfAOVzw (ORCPT + 99 others); Tue, 15 Jan 2019 16:55:52 -0500 Received: from sauhun.de ([88.99.104.3]:53666 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728421AbfAOVzw (ORCPT ); Tue, 15 Jan 2019 16:55:52 -0500 Received: from localhost (p54B332B9.dip0.t-ipconnect.de [84.179.50.185]) by pokefinder.org (Postfix) with ESMTPSA id 8262E2C9D2D; Tue, 15 Jan 2019 22:55:50 +0100 (CET) Date: Tue, 15 Jan 2019 22:55:50 +0100 From: Wolfram Sang To: Laurentiu Tudor Cc: linux-i2c@vger.kernel.org, linux-imx@nxp.com, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, fabio.estevam@nxp.com, leoyang.li@nxp.com Subject: Re: [PATCH] i2c: imx: defer probing on dma channel request Message-ID: <20190115215549.sepj7rmpqmtlxwbw@ninjato> References: <20190115140332.30417-1-laurentiu.tudor@nxp.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="4k6sn2i42q7o326p" Content-Disposition: inline In-Reply-To: <20190115140332.30417-1-laurentiu.tudor@nxp.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --4k6sn2i42q7o326p Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Tue, Jan 15, 2019 at 04:03:32PM +0200, Laurentiu Tudor wrote: > If the dma controller is not yet probed, defer i2c probe. > The error path in probe was slightly modified (no functional change) > to avoid triggering this WARN_ON(): > "cg-pll0-div1 already disabled > WARNING: CPU: 1 PID: 1 at drivers/clk/clk.c:828 clk_core_disable+0xa8/0xb= 0" >=20 > Signed-off-by: Laurentiu Tudor I just applied this series to i2c/for-next: http://patchwork.ozlabs.org/project/linux-i2c/list/?series=3D85099&state=3D* I haven't checked carefully but maybe it fixes/changes your issue? If not, your patch most likely will need a rebase on top of the above. Thanks, Wolfram --4k6sn2i42q7o326p Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAlw+VuUACgkQFA3kzBSg KbY/xA//dY9GghhTgU9Ej+l+O1rAOHeUxYTJCWoZ4iUqpPdikDeUeTfMtNAxkpq1 G5XDZqktjN2SuWGbkGZmc2RJ5V5nNq7sMkwr0JxJwF82ViieNiorQB9ZMfor49x2 HZoiCsDVSUU91AbjGdbabffzYgFjylqTS3u1xUPae+MCWfcfOoNLpqfcxNo+qwqg OQ7SaHwdWSDnkJv+aHXPZzg7O7IdWlDP9+TWRCOVfIWxfv96iZVFXEg7utuztuwj nSuWRv0lNliAiA8OfcO59791J9aqSrHbD5it15KftdFZBMef/+JD9nLFlTPQnRXo 9KsZ1SNHo2otE6rWwoRID3fmTu7baccvmoCpllR3gn5ARSKeqqp2uf4zdSC5nkwD d4b3AOppV9ZrPgiG9gzTH/zHFFcKGvkQZuW31Jg24/Dy0gcVyCEEhgR6b4Fc6vYR qM7Vf+UdewNvdPOyYAAeK0h/xPdzLqyP9TJpQiumypH2eK8JGWmiMwjkfGp3bLUj 7vOfXcvRxLbp4LWXvvcEgwPddBfMTmLeNHGNCmppUUTFH9KsBG6okkskjFGw89kT 1HlwB3XsubRf/onryTWZ0CtZByn7Y+LWje/Pnh4RigSXc4Le/4tW5e/3xHrv3R6C cHnUg216K+XEtPl9JfCwxjGoPvUPcWox7SJ6NvK4Pb1Nn46CEeU= =xrXd -----END PGP SIGNATURE----- --4k6sn2i42q7o326p--