Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755193AbbLWMAj (ORCPT ); Wed, 23 Dec 2015 07:00:39 -0500 Received: from mezzanine.sirena.org.uk ([106.187.55.193]:47397 "EHLO mezzanine.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752874AbbLWMAi (ORCPT ); Wed, 23 Dec 2015 07:00:38 -0500 Date: Wed, 23 Dec 2015 12:00:19 +0000 From: Mark Brown To: Henry Chen Cc: Liam Girdwood , Matthias Brugger , Mark Rutland , Sascha Hauer , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, eddie.huang@mediatek.com Message-ID: <20151223120019.GU16023@sirena.org.uk> References: <1450865768-10317-1-git-send-email-henryc.chen@mediatek.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="XSEVMyPRvc8xgDhM" Content-Disposition: inline In-Reply-To: <1450865768-10317-1-git-send-email-henryc.chen@mediatek.com> X-Cookie: Honk if you love peace and quiet. User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: 2a01:348:6:808::2 X-SA-Exim-Mail-From: broonie@sirena.org.uk Subject: Re: [PATCH] regulator: mt6397: convert to arch_initcall X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000) X-SA-Exim-Scanned: Yes (on mezzanine.sirena.org.uk) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1762 Lines: 43 --XSEVMyPRvc8xgDhM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Dec 23, 2015 at 06:16:08PM +0800, Henry Chen wrote: Please fix your mail client to word wrap within paragraphs at something substantially less than 80 columns. Doing this makes your messages much easier to read and reply to. > Due to some device may need reulator operation in earlier boot time like gpu module which > power domain need regulator power on first. Move regulator of mt6397 > initialization earlier in boot so that real devices can use regulator > without probe deferring. Several problems here. One is that we usually use subsys_initcall() for working around the known broken subsystems here, why have you decided to go for arch_initcall() instead. Another is that you're saying this is for GPUs but I'm not aware of any reason why GPUs are broken and we should not be introducing new problems here - what's going on? --XSEVMyPRvc8xgDhM Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJWeozSAAoJECTWi3JdVIfQAtYH/30r69nH1m4kYrP4Noovawwc 8+WXP3TjxDUFck+vIFgNqcZ3mlbrRTCwe4UGAsN9Ogv8H8asiRVMPdrUCxS6CpQm jF23rljOUxEiqxlRQ7r+UKXBHxqDEgBn+H4HO6tLmkgVM3QVSZmB18GAJNiFT/Ga VodV+OkAIzR6gC3kl/gNKSsTwcowMYDKZ++FM9aS11Q/rxk9573gP51fSVo9IEKn LJ7T1Xh6qgm3NT6AB88oge7Wcsm0LSmnRiP2e93mjUBfDd9j4V3KNYgTum/AapAp NJcxYH5qs4vZ/t26mqX0NmGYisyUBZrodegbAZzWbho+hI+7peNncvMYoSmfDVA= =omNx -----END PGP SIGNATURE----- --XSEVMyPRvc8xgDhM-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/