All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: mx5: board-cpuimx51.c fixup irq_to_gpio() usage
@ 2011-08-04 15:47 Ben Dooks
  2011-08-04 16:19 ` Amit Kucheria
  2011-08-05  7:04 ` Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Ben Dooks @ 2011-08-04 15:47 UTC (permalink / raw)
  To: linux-arm-kernel

irq_to_gpio() is being called on a GPIO so change to using
gpio_to_irq() instead.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
---
 arch/arm/mach-mx5/board-cpuimx51.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-mx5/board-cpuimx51.c b/arch/arm/mach-mx5/board-cpuimx51.c
index 7c893fa..68934ea 100644
--- a/arch/arm/mach-mx5/board-cpuimx51.c
+++ b/arch/arm/mach-mx5/board-cpuimx51.c
@@ -81,7 +81,7 @@ static struct plat_serial8250_port serial_platform_data[] = {
 		.flags = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST | UPF_IOREMAP,
 	}, {
 		.mapbase = (unsigned long)(MX51_CS1_BASE_ADDR + 0x2000000),
-		.irq = irq_to_gpio(CPUIMX51_QUARTD_GPIO),
+		.irq = gpio_to_irq(CPUIMX51_QUARTD_GPIO),
 		.irqflags = IRQF_TRIGGER_HIGH,
 		.uartclk = CPUIMX51_QUART_XTAL,
 		.regshift = CPUIMX51_QUART_REGSHIFT,
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] ARM: mx5: board-cpuimx51.c fixup irq_to_gpio() usage
  2011-08-04 15:47 [PATCH] ARM: mx5: board-cpuimx51.c fixup irq_to_gpio() usage Ben Dooks
@ 2011-08-04 16:19 ` Amit Kucheria
  2011-08-05  7:04 ` Sascha Hauer
  1 sibling, 0 replies; 3+ messages in thread
From: Amit Kucheria @ 2011-08-04 16:19 UTC (permalink / raw)
  To: linux-arm-kernel

On 11 Aug 04, Ben Dooks wrote:
> irq_to_gpio() is being called on a GPIO so change to using
> gpio_to_irq() instead.
> 
> Signed-off-by: Ben Dooks <ben-linux@fluff.org>

cc'ing board maintainer.

Acked-by: Amit Kucheria <amit.kucheria@canonical.com>


> ---
>  arch/arm/mach-mx5/board-cpuimx51.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/mach-mx5/board-cpuimx51.c b/arch/arm/mach-mx5/board-cpuimx51.c
> index 7c893fa..68934ea 100644
> --- a/arch/arm/mach-mx5/board-cpuimx51.c
> +++ b/arch/arm/mach-mx5/board-cpuimx51.c
> @@ -81,7 +81,7 @@ static struct plat_serial8250_port serial_platform_data[] = {
>  		.flags = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST | UPF_IOREMAP,
>  	}, {
>  		.mapbase = (unsigned long)(MX51_CS1_BASE_ADDR + 0x2000000),
> -		.irq = irq_to_gpio(CPUIMX51_QUARTD_GPIO),
> +		.irq = gpio_to_irq(CPUIMX51_QUARTD_GPIO),
>  		.irqflags = IRQF_TRIGGER_HIGH,
>  		.uartclk = CPUIMX51_QUART_XTAL,
>  		.regshift = CPUIMX51_QUART_REGSHIFT,
> -- 
> 1.7.1
> 

-- 
----------------------------------------------------------------------
Amit Kucheria, Kernel Engineer || amit.kucheria at canonical.com
----------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] ARM: mx5: board-cpuimx51.c fixup irq_to_gpio() usage
  2011-08-04 15:47 [PATCH] ARM: mx5: board-cpuimx51.c fixup irq_to_gpio() usage Ben Dooks
  2011-08-04 16:19 ` Amit Kucheria
@ 2011-08-05  7:04 ` Sascha Hauer
  1 sibling, 0 replies; 3+ messages in thread
From: Sascha Hauer @ 2011-08-05  7:04 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Aug 04, 2011 at 04:47:35PM +0100, Ben Dooks wrote:
> irq_to_gpio() is being called on a GPIO so change to using
> gpio_to_irq() instead.
> 
> Signed-off-by: Ben Dooks <ben-linux@fluff.org>

Applied, thanks

Sascha

> ---
>  arch/arm/mach-mx5/board-cpuimx51.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/mach-mx5/board-cpuimx51.c b/arch/arm/mach-mx5/board-cpuimx51.c
> index 7c893fa..68934ea 100644
> --- a/arch/arm/mach-mx5/board-cpuimx51.c
> +++ b/arch/arm/mach-mx5/board-cpuimx51.c
> @@ -81,7 +81,7 @@ static struct plat_serial8250_port serial_platform_data[] = {
>  		.flags = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST | UPF_IOREMAP,
>  	}, {
>  		.mapbase = (unsigned long)(MX51_CS1_BASE_ADDR + 0x2000000),
> -		.irq = irq_to_gpio(CPUIMX51_QUARTD_GPIO),
> +		.irq = gpio_to_irq(CPUIMX51_QUARTD_GPIO),
>  		.irqflags = IRQF_TRIGGER_HIGH,
>  		.uartclk = CPUIMX51_QUART_XTAL,
>  		.regshift = CPUIMX51_QUART_REGSHIFT,
> -- 
> 1.7.1
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-08-05  7:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-04 15:47 [PATCH] ARM: mx5: board-cpuimx51.c fixup irq_to_gpio() usage Ben Dooks
2011-08-04 16:19 ` Amit Kucheria
2011-08-05  7:04 ` Sascha Hauer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.