From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Mon, 23 May 2016 15:01:54 +0800 Subject: [U-Boot] [PATCH v2 17/18] x86: baytrail: Add GPIO ASL description In-Reply-To: References: <1462977912-13666-1-git-send-email-bmeng.cn@gmail.com> <1462977912-13666-18-git-send-email-bmeng.cn@gmail.com> 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 Thu, May 19, 2016 at 12:01 PM, Simon Glass wrote: > On 11 May 2016 at 08:45, Bin Meng wrote: >> Since BayTrail, Intel starts to use new GPIO IPs in their chipset. >> This adds the GPIO ASL, so that OS can load corresponding drivers >> for it. On Linux, this is BayTrail pinctrl driver. >> >> Signed-off-by: Bin Meng >> >> --- >> >> Changes in v2: >> - New patch to add GPIO ASL description >> >> arch/x86/include/asm/arch-baytrail/acpi/gpio.asl | 95 ++++++++++++++++++++++ >> .../include/asm/arch-baytrail/acpi/platform.asl | 3 + >> 2 files changed, 98 insertions(+) >> create mode 100644 arch/x86/include/asm/arch-baytrail/acpi/gpio.asl > > Reviewed-by: Simon Glass applied to u-boot-x86, thanks!