Re: [PATCH v5 3/7] gpio/xilinx: Add support for X86 Arch

2015-01-15 Thread Linus Walleij
On Tue, Jan 13, 2015 at 10:02 AM, Paul Bolle wrote: > On Wed, 2014-12-17 at 16:51 +0100, Ricardo Ribalda Delgado wrote: >> Core can be accessed via PCIe on X86 platform. >> This patch also allows the driver to be used as module. >> >> Acked-by: Michal Simek >> Signed-off-by: Ricardo Ribalda

Re: [PATCH v5 3/7] gpio/xilinx: Add support for X86 Arch

2015-01-15 Thread Linus Walleij
On Tue, Jan 13, 2015 at 10:02 AM, Paul Bolle pebo...@tiscali.nl wrote: On Wed, 2014-12-17 at 16:51 +0100, Ricardo Ribalda Delgado wrote: Core can be accessed via PCIe on X86 platform. This patch also allows the driver to be used as module. Acked-by: Michal Simek michal.si...@xilinx.com

Re: [PATCH v5 3/7] gpio/xilinx: Add support for X86 Arch

2015-01-13 Thread Paul Bolle
Hi Ricardo, On Tue, 2015-01-13 at 10:04 +0100, Ricardo Ribalda Delgado wrote: > Thanks for noticing > > Shall I send the patch or you want to do it yourself? I rather prefer you do it, even if it looks trivial. Changing that line to [...] || X86) will apparently enable a bit of code for

Re: [PATCH v5 3/7] gpio/xilinx: Add support for X86 Arch

2015-01-13 Thread Ricardo Ribalda Delgado
Hello Paul Thanks for noticing Shall I send the patch or you want to do it yourself? Thanks again! On Tue, Jan 13, 2015 at 10:02 AM, Paul Bolle wrote: > On Wed, 2014-12-17 at 16:51 +0100, Ricardo Ribalda Delgado wrote: >> Core can be accessed via PCIe on X86 platform. >> This patch also

Re: [PATCH v5 3/7] gpio/xilinx: Add support for X86 Arch

2015-01-13 Thread Paul Bolle
On Wed, 2014-12-17 at 16:51 +0100, Ricardo Ribalda Delgado wrote: > Core can be accessed via PCIe on X86 platform. > This patch also allows the driver to be used as module. > > Acked-by: Michal Simek > Signed-off-by: Ricardo Ribalda Delgado > --- > drivers/gpio/Kconfig | 4 ++-- >

Re: [PATCH v5 3/7] gpio/xilinx: Add support for X86 Arch

2015-01-13 Thread Paul Bolle
On Wed, 2014-12-17 at 16:51 +0100, Ricardo Ribalda Delgado wrote: Core can be accessed via PCIe on X86 platform. This patch also allows the driver to be used as module. Acked-by: Michal Simek michal.si...@xilinx.com Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com ---

Re: [PATCH v5 3/7] gpio/xilinx: Add support for X86 Arch

2015-01-13 Thread Ricardo Ribalda Delgado
Hello Paul Thanks for noticing Shall I send the patch or you want to do it yourself? Thanks again! On Tue, Jan 13, 2015 at 10:02 AM, Paul Bolle pebo...@tiscali.nl wrote: On Wed, 2014-12-17 at 16:51 +0100, Ricardo Ribalda Delgado wrote: Core can be accessed via PCIe on X86 platform. This

Re: [PATCH v5 3/7] gpio/xilinx: Add support for X86 Arch

2015-01-13 Thread Paul Bolle
Hi Ricardo, On Tue, 2015-01-13 at 10:04 +0100, Ricardo Ribalda Delgado wrote: Thanks for noticing Shall I send the patch or you want to do it yourself? I rather prefer you do it, even if it looks trivial. Changing that line to [...] || X86) will apparently enable a bit of code for the

Re: [PATCH v5 3/7] gpio/xilinx: Add support for X86 Arch

2015-01-12 Thread Ricardo Ribalda Delgado
Hello On Mon, Jan 12, 2015 at 10:24 AM, Linus Walleij wrote: > On Wed, Dec 17, 2014 at 4:51 PM, Ricardo Ribalda Delgado > wrote: > >> Core can be accessed via PCIe on X86 platform. >> This patch also allows the driver to be used as module. >> >> Acked-by: Michal Simek >> Signed-off-by: Ricardo

Re: [PATCH v5 3/7] gpio/xilinx: Add support for X86 Arch

2015-01-12 Thread Linus Walleij
On Wed, Dec 17, 2014 at 4:51 PM, Ricardo Ribalda Delgado wrote: > Core can be accessed via PCIe on X86 platform. > This patch also allows the driver to be used as module. > > Acked-by: Michal Simek > Signed-off-by: Ricardo Ribalda Delgado PCIe on x86, using device tree? The ACPI people are

Re: [PATCH v5 3/7] gpio/xilinx: Add support for X86 Arch

2015-01-12 Thread Ricardo Ribalda Delgado
Hello On Mon, Jan 12, 2015 at 10:24 AM, Linus Walleij linus.wall...@linaro.org wrote: On Wed, Dec 17, 2014 at 4:51 PM, Ricardo Ribalda Delgado ricardo.riba...@gmail.com wrote: Core can be accessed via PCIe on X86 platform. This patch also allows the driver to be used as module. Acked-by:

Re: [PATCH v5 3/7] gpio/xilinx: Add support for X86 Arch

2015-01-12 Thread Linus Walleij
On Wed, Dec 17, 2014 at 4:51 PM, Ricardo Ribalda Delgado ricardo.riba...@gmail.com wrote: Core can be accessed via PCIe on X86 platform. This patch also allows the driver to be used as module. Acked-by: Michal Simek michal.si...@xilinx.com Signed-off-by: Ricardo Ribalda Delgado

[PATCH v5 3/7] gpio/xilinx: Add support for X86 Arch

2014-12-17 Thread Ricardo Ribalda Delgado
Core can be accessed via PCIe on X86 platform. This patch also allows the driver to be used as module. Acked-by: Michal Simek Signed-off-by: Ricardo Ribalda Delgado --- drivers/gpio/Kconfig | 4 ++-- drivers/gpio/gpio-xilinx.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)

[PATCH v5 3/7] gpio/xilinx: Add support for X86 Arch

2014-12-17 Thread Ricardo Ribalda Delgado
Core can be accessed via PCIe on X86 platform. This patch also allows the driver to be used as module. Acked-by: Michal Simek michal.si...@xilinx.com Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- drivers/gpio/Kconfig | 4 ++-- drivers/gpio/gpio-xilinx.c | 2 +- 2