From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753377AbdAZJia (ORCPT ); Thu, 26 Jan 2017 04:38:30 -0500 Received: from mga05.intel.com ([192.55.52.43]:12742 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753169AbdAZJi2 (ORCPT ); Thu, 26 Jan 2017 04:38:28 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,288,1477983600"; d="scan'208";a="35700263" Date: Thu, 26 Jan 2017 11:38:23 +0200 From: Mika Westerberg To: Takashi Iwai Cc: Linus Walleij , Jean Delvare , Paul Gortmaker , "linux-gpio@vger.kernel.org" , LKML , Heikki Krogerus , Mathias Nyman Subject: Re: [PATCH RESEND] pinctrl: intel: Turn Baytrail support to tristate Message-ID: <20170126093823.GG17297@lahna.fi.intel.com> References: <20170125162608.58bfbfb1@endymion> <20170126091931.GD17297@lahna.fi.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 26, 2017 at 10:26:56AM +0100, Takashi Iwai wrote: > I guess it would break things on some machines if the module loading > order isn't setup properly. For example, it's known that > pinctrl-cherrytrail breaks MMC or others if it's loaded too lately. Yes, if you have rootfs on eMMC and it requires a GPIO then of course you need to make sure your initrd includes the necessary drivers. Same goes with other media that can be used as rootfs.