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. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mika Westerberg Date: Thu, 13 Oct 2022 17:53:31 +0300 Subject: [PATCH v2 35/36] pinctrl: intel: Add missed header(s) In-Reply-To: <20221010201453.77401-36-andriy.shevchenko@linux.intel.com> References: <20221010201453.77401-1-andriy.shevchenko@linux.intel.com> <20221010201453.77401-36-andriy.shevchenko@linux.intel.com> Message-ID: List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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. 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9703FC43219 for ; Thu, 13 Oct 2022 14:53:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229533AbiJMOxX (ORCPT ); Thu, 13 Oct 2022 10:53:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57602 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229459AbiJMOxW (ORCPT ); Thu, 13 Oct 2022 10:53:22 -0400 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AC417104D25; Thu, 13 Oct 2022 07:53:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1665672801; x=1697208801; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=r+A85jTxRgf0CRicOayM4dLLN5VzvuhrenYOP1O6oTU=; b=VBGQt3snKjaSwwIfB7YOjIhGItT1jhraaOyt/kxPQdFmLsAiKxfjMZ6/ wTvssSGWNAA5yxuojqVut3MlNJOmvWjDB5elRRqSDAKUIxYv1zwyZnPq8 VBvbvculER9n6hIqddQGd/StEG/GfU8NvlcYhvz90HmrQh3GZCbuG+4Vt Fova2skDghdNYp0Abp5DZ3SZDl/Gtia9BF+/3Zd/o0j0FlfPVN/fQ8mAh efiwBEJxZXxTPvIVLAjiFBPfzdS4bSlDwAKwtiQBEs43kyDXiJ6rA0MZW qpEWPpxmQ0k2SIWwmV7SKES/GvsfSCndSOerYJq8Yla5DIfLiNQ0g/pLg w==; X-IronPort-AV: E=McAfee;i="6500,9779,10499"; a="285484078" X-IronPort-AV: E=Sophos;i="5.95,180,1661842800"; d="scan'208";a="285484078" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Oct 2022 07:53:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10499"; a="872359863" X-IronPort-AV: E=Sophos;i="5.95,180,1661842800"; d="scan'208";a="872359863" Received: from black.fi.intel.com ([10.237.72.28]) by fmsmga006.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 Cc: Marc Zyngier , Bartosz Golaszewski , Kent Gibson , Mauro Carvalho Chehab , Billy Tsai , Thomas Gleixner , Linus Walleij , AngeloGioacchino Del Regno , Chen-Yu Tsai , Claudiu Beznea , Samuel Holland , Horatiu Vultur , Rafa?? Mi??ecki , Bjorn Andersson , Dmitry Baryshkov , Geert Uytterhoeven , Lad Prabhakar , Phil Edworthy , Krzysztof Kozlowski , Fabien Dessenne , Prathamesh Shete , Basavaraj Natikar , linux-gpio@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, linux-actions@lists.infradead.org, linux-aspeed@lists.ozlabs.org, openbmc@lists.ozlabs.org, linux-rpi-kernel@lists.infradead.org, alsa-devel@alsa-project.org, patches@opensource.cirrus.com, linux-mediatek@lists.infradead.org, linux-mips@vger.kernel.org, linux-riscv@lists.infradead.org, linux-omap@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-msm@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Thierry Reding , Jonathan Hunter , Patrice Chotard , Andreas F??rber , Manivannan Sadhasivam , Andrew Jeffery , Joel Stanley , Florian Fainelli , Ray Jui , Scott Branden , Broadcom internal kernel review list , Charles Keepax , Richard Fitzgerald , Dong Aisheng , Fabio Estevam , Shawn Guo , Jacky Bai , Pengutronix Kernel Team , Sascha Hauer , NXP Linux Team , Andy Shevchenko , Sean Wang , Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Avi Fishman , Tomer Maimon , Tali Perry , Patrick Venture , Nancy Yuen , Benjamin Fair , Ludovic Desroches , Nicolas Ferre , Alexandre Belloni , Chen-Yu Tsai , Paul Cercueil , Damien Le Moal , Tony Lindgren , Haojian Zhuang , Maxime Coquelin , Alexandre Torgue , Michal Simek , Andy Gross , Konrad Dybcio , Tomasz Figa , Sylwester Nawrocki , Alim Akhtar , Viresh Kumar , Shiraz Hashim , soc@kernel.org, Orson Zhai , Baolin Wang , Chunyan Zhang , Emil Renner Berthing , Kunihiko Hayashi , Masami Hiramatsu 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> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org 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. 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 E23BBC4332F for ; Thu, 13 Oct 2022 14:53:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=7uU35rKypxjYkbciz0KH6MQNX6EjlPZUHyzXikLnWm0=; b=Tbbs07rvaRFGJa lzrANx55UdoeSWUFcZ5Ee+1jjuNaJUoDOcC2gdNQ2jhLhEQhiHBircRSMlw7eJf9Sogb37vwMzEY9 yY6ZhYc/Z/khBJlkb/RxSlhl+A3aJilRe2yKqgGAvM//yDB2auDEhi5z9PkJERw45YsFN+cgAmLBn hGVNWCS8+Qyq6YH47rjmDt1QCfMWPruAZAGS1w+WxaF2HNRPUJ7+Z1CmeRnf3DLN0DagpR1MxG/4d CaOYKlhw0SLScoSl03RZbWeUz5L7mGacF+xZhBXCjcXr45NPULaIaQPF9jTmWgLgsc87xPOiVQF5Z Whu2CTRXdMGIF0Ri6H7A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oizaV-00CCXa-Ur; Thu, 13 Oct 2022 14:53:32 +0000 Received: from mga02.intel.com ([134.134.136.20]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oizaR-00CCVn-Ln; Thu, 13 Oct 2022 14:53:28 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1665672807; x=1697208807; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=r+A85jTxRgf0CRicOayM4dLLN5VzvuhrenYOP1O6oTU=; b=VSE9jaHgXxswz30WNvHbB4GoLqGcq/8MqXwz35Tb22S4HPEFuo+JJgOu HEzW5yFU+DP3JEP0Q/V4r0WTEOo+Xd3v5A2N7rT1nNZt5/r0/7gq52nnl Ri/LKqnfp1NC31igiB0XchKdyRSbY32R/nb299U1rAL7g5R3hqAjTspMX eFyNLavR5pet1Mq/zpql2USUzbmiC13Ben+JtudER/vP8nqorQ4bZK8qn U/0ebt8ApbVy8+/aLQRzX/NC1bLIJJh10XejkaEMIfZV/nEzzP2wTmvYq FHvLCy0u/CKlkL5QWk64jw611Imhbm5vbnpKBNpZzMR555FbA175Y1ZeD w==; X-IronPort-AV: E=McAfee;i="6500,9779,10499"; a="292437968" X-IronPort-AV: E=Sophos;i="5.95,180,1661842800"; d="scan'208";a="292437968" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Oct 2022 07:53:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10499"; a="872359863" X-IronPort-AV: E=Sophos;i="5.95,180,1661842800"; d="scan'208";a="872359863" Received: from black.fi.intel.com ([10.237.72.28]) by fmsmga006.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 Cc: Marc Zyngier , Bartosz Golaszewski , Kent Gibson , Mauro Carvalho Chehab , Billy Tsai , Thomas Gleixner , Linus Walleij , AngeloGioacchino Del Regno , Chen-Yu Tsai , Claudiu Beznea , Samuel Holland , Horatiu Vultur , Rafa?? Mi??ecki , Bjorn Andersson , Dmitry Baryshkov , Geert Uytterhoeven , Lad Prabhakar , Phil Edworthy , Krzysztof Kozlowski , Fabien Dessenne , Prathamesh Shete , Basavaraj Natikar , linux-gpio@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, linux-actions@lists.infradead.org, linux-aspeed@lists.ozlabs.org, openbmc@lists.ozlabs.org, linux-rpi-kernel@lists.infradead.org, alsa-devel@alsa-project.org, patches@opensource.cirrus.com, linux-mediatek@lists.infradead.org, linux-mips@vger.kernel.org, linux-riscv@lists.infradead.org, linux-omap@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-msm@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Thierry Reding , Jonathan Hunter , Patrice Chotard , Andreas F??rber , Manivannan Sadhasivam , Andrew Jeffery , Joel Stanley , Florian Fainelli , Ray Jui , Scott Branden , Broadcom internal kernel review list , Charles Keepax , Richard Fitzgerald , Dong Aisheng , Fabio Estevam , Shawn Guo , Jacky Bai , Pengutronix Kernel Team , Sascha Hauer , NXP Linux Team , Andy Shevchenko , Sean Wang , Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Avi Fishman , Tomer Maimon , Tali Perry , Patrick Venture , Nancy Yuen , Benjamin Fair , Ludovic Desroches , Nicolas Ferre , Alexandre Belloni , Chen-Yu Tsai , Paul Cercueil , Damien Le Moal , Tony Lindgren , Haojian Zhuang , Maxime Coquelin , Alexandre Torgue , Michal Simek , Andy Gross , Konrad Dybcio , Tomasz Figa , Sylwester Nawrocki , Alim Akhtar , Viresh Kumar , Shiraz Hashim , soc@kernel.org, Orson Zhai , Baolin Wang , Chunyan Zhang , Emil Renner Berthing , Kunihiko Hayashi , Masami Hiramatsu 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-Disposition: inline In-Reply-To: <20221010201453.77401-36-andriy.shevchenko@linux.intel.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221013_075327_797712_4D5C3180 X-CRM114-Status: GOOD ( 10.55 ) X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org 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. _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv