Re: [PATCH v5 3/7] gpio/xilinx: Add support for X86 Arch
From: Ricardo Ribalda Delgado <hidden>
Date: 2015-01-12 09:32:09
Also in:
linux-devicetree, lkml
From: Ricardo Ribalda Delgado <hidden>
Date: 2015-01-12 09:32:09
Also in:
linux-devicetree, lkml
Hello On Mon, Jan 12, 2015 at 10:24 AM, Linus Walleij [off-list ref] wrote:
On Wed, Dec 17, 2014 at 4:51 PM, Ricardo Ribalda Delgado [off-list ref] wrote:quoted
Core can be accessed via PCIe on X86 platform. This patch also allows the driver to be used as module. Acked-by: Michal Simek <redacted> Signed-off-by: Ricardo Ribalda Delgado <redacted>PCIe on x86, using device tree? The ACPI people are just gonna love this.
Patch applied, anyway. DT on x86 is not unheard of.quoted
config GPIO_XILINX - bool "Xilinx GPIO support" - depends on PPC_OF || MICROBLAZE || ARCH_ZYNQ + tristate "Xilinx GPIO support" + depends on OF_GPIO && (PPC_OF || MICROBLAZE || ARCH_ZYNQ || ARCH_X86)Maybe you want to add COMPILE_TEST too?
Up to you
Yours, Linus Walleij
-- Ricardo Ribalda