From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Shevchenko Date: Mon, 21 Oct 2019 10:57:52 +0300 Subject: [U-Boot] [PATCH v3 093/108] x86: apollolake: Add GPIO driver In-Reply-To: <20191021033913.220758-88-sjg@chromium.org> References: <20191021033913.220758-22-sjg@chromium.org> <20191021033913.220758-88-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Oct 21, 2019 at 7:02 AM Simon Glass wrote: > > Add a driver for the apollolake GPIOs. It also handles pinctrl since this > is not very well separated on x86. > arch/x86/cpu/apollolake/gpio.c | 735 ++++++++++++++++++ No, no. It must be a common for x86, starting from Skylake. See how it's done in Linux kernel. -- With Best Regards, Andy Shevchenko