From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 99B02C433FE for ; Sun, 16 Oct 2022 07:31:25 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 55C40704F; Sun, 16 Oct 2022 09:30:33 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 55C40704F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1665905483; bh=r+A85jTxRgf0CRicOayM4dLLN5VzvuhrenYOP1O6oTU=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=S7leFGnuyk5d3QufhBErFmxGbXv5cNUmgCkm6MbVPbAOKetm9dmHxX+iE7YWNW6XL WTooYbt8xVB+6v8G0ep3SjaG5M9lzyfxrvhNIL3maF5qPXvNvBWTkycd3kJHcYltWD bvgFhrjWZzhmwvw3JrR4AiZs06xKjwKWx58AcDBI= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id A0A55F80563; Sun, 16 Oct 2022 09:28:48 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id C6348F80431; Thu, 13 Oct 2022 16:53:32 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 9FD6EF800A7 for ; Thu, 13 Oct 2022 16:53:23 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 9FD6EF800A7 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="J6DncY20" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1665672810; x=1697208810; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=r+A85jTxRgf0CRicOayM4dLLN5VzvuhrenYOP1O6oTU=; b=J6DncY20/ShTs5+i3wsegWxV44y7BgrkS8ovywhJt21S64CgPeqIXc5E lerLoI4cNDKzLaHNzRZCCB3FqrjxQsNFCQkkrhUU3gf3yYAgBrLaZY/Le KPRZ1aF/khxddj2JL2x87q14f1zn6jSD7e3oQIQ9xHTr3MOPCbvDWZgq/ poh+akL1K2NYPantfl70wr2cPp3WQtvSQhO/eNRraRCDTjT4bySLjonD1 ayvUC7c0KFh2IrMfR0SuicCtJ6GAf46O/MfkU//F5J3NA/5LGl0XgkVX8 D3oo7Ld38j6ViVHS7Q3DKB9jXRSZoypdgcrdbR6jSEnpGiKDm9tUA3EBH Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10499"; a="284826945" X-IronPort-AV: E=Sophos;i="5.95,180,1661842800"; d="scan'208";a="284826945" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Oct 2022 07:53:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10499"; a="731891101" X-IronPort-AV: E=Sophos;i="5.95,180,1661842800"; d="scan'208";a="731891101" Received: from black.fi.intel.com ([10.237.72.28]) by fmsmga002.fm.intel.com with ESMTP; 13 Oct 2022 07:53:11 -0700 Received: by black.fi.intel.com (Postfix, from userid 1001) id DC55F26D; Thu, 13 Oct 2022 17:53:31 +0300 (EEST) Date: Thu, 13 Oct 2022 17:53:31 +0300 From: Mika Westerberg To: Andy Shevchenko Subject: Re: [PATCH v2 35/36] pinctrl: intel: Add missed header(s) Message-ID: References: <20221010201453.77401-1-andriy.shevchenko@linux.intel.com> <20221010201453.77401-36-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221010201453.77401-36-andriy.shevchenko@linux.intel.com> X-Mailman-Approved-At: Sun, 16 Oct 2022 09:28:43 +0200 Cc: Andrew Lunn , Kent Gibson , Tomer Maimon , Geert Uytterhoeven , Linus Walleij , Tomasz Figa , Rafa?? Mi??ecki , Horatiu Vultur , Emil Renner Berthing , Phil Edworthy , linux-samsung-soc@vger.kernel.org, Samuel Holland , Michal Simek , Ludovic Desroches , NXP Linux Team , Tali Perry , Sascha Hauer , Thomas Gleixner , linux-omap@vger.kernel.org, Andy Shevchenko , Scott Branden , Andrew Jeffery , linux-stm32@st-md-mailman.stormreply.com, linux-kernel@vger.kernel.org, Masami Hiramatsu , Pengutronix Kernel Team , Claudiu Beznea , Alexandre Belloni , Alim Akhtar , linux-aspeed@lists.ozlabs.org, Thierry Reding , Viresh Kumar , Gregory Clement , Jonathan Hunter , Fabien Dessenne , linux-media@vger.kernel.org, Charles Keepax , linux-arm-msm@vger.kernel.org, Nicolas Ferre , linux-actions@lists.infradead.org, linux-gpio@vger.kernel.org, soc@kernel.org, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, Dong Aisheng , Damien Le Moal , linux-renesas-soc@vger.kernel.org, Maxime Coquelin , Jacky Bai , Basavaraj Natikar , alsa-devel@alsa-project.org, Fabio Estevam , Florian Fainelli , Benjamin Fair , Nancy Yuen , Chen-Yu Tsai , Broadcom internal kernel review list , Joel Stanley , Chen-Yu Tsai , Orson Zhai , Patrice Chotard , Ray Jui , Richard Fitzgerald , Baolin Wang , Mauro Carvalho Chehab , Avi Fishman , Patrick Venture , Shawn Guo , Andreas F??rber , Tony Lindgren , Konrad Dybcio , Alexandre Torgue , Bjorn Andersson , Paul Cercueil , Haojian Zhuang , linux-riscv@lists.infradead.org, Marc Zyngier , openbmc@lists.ozlabs.org, Kunihiko Hayashi , Prathamesh Shete , Andy Gross , Sebastian Hesselbarth , Manivannan Sadhasivam , Lad Prabhakar , Billy Tsai , linux-mediatek@lists.infradead.org, linux-tegra@vger.kernel.org, AngeloGioacchino Del Regno , patches@opensource.cirrus.com, Sean Wang , linux-mips@vger.kernel.org, Krzysztof Kozlowski , Chunyan Zhang , Dmitry Baryshkov , Shiraz Hashim , Bartosz Golaszewski X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On Mon, Oct 10, 2022 at 11:14:51PM +0300, Andy Shevchenko wrote: > Do not imply that some of the generic headers may be always included. > Instead, include explicitly what we are direct user of. > > While at it, sort headers alphabetically. > > Signed-off-by: Andy Shevchenko Reviewed-by: Mika Westerberg For all the intel pinctrl changes.