* [PATCH 1/6] mach-netx: delete hardcoded periphid
@ 2011-03-23 10:03 Linus Walleij
2011-03-25 7:26 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Linus Walleij @ 2011-03-23 10:03 UTC (permalink / raw)
To: linux-arm-kernel
From: Linus Walleij <linus.walleij@linaro.org>
The periphid of the AMBA CLCD controller is hardcoded to a value
that the CLCD driver does not even support.
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
arch/arm/mach-netx/fb.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-netx/fb.c b/arch/arm/mach-netx/fb.c
index 5b84bcd..b991323 100644
--- a/arch/arm/mach-netx/fb.c
+++ b/arch/arm/mach-netx/fb.c
@@ -103,7 +103,6 @@ static struct amba_device fb_device = {
.flags = IORESOURCE_MEM,
},
.irq = { NETX_IRQ_LCD, NO_IRQ },
- .periphid = 0x10112400,
};
int netx_fb_init(struct clcd_board *board, struct clcd_panel *panel)
--
1.7.3.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 1/6] mach-netx: delete hardcoded periphid
2011-03-23 10:03 [PATCH 1/6] mach-netx: delete hardcoded periphid Linus Walleij
@ 2011-03-25 7:26 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2011-03-25 7:26 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Mar 23, 2011 at 11:03:50AM +0100, Linus Walleij wrote:
> From: Linus Walleij <linus.walleij@linaro.org>
>
> The periphid of the AMBA CLCD controller is hardcoded to a value
> that the CLCD driver does not even support.
>
> Cc: Sascha Hauer <s.hauer@pengutronix.de>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
My i.MX branch is not very suitable for this patch, can you feed this
into the patch system?
Sascha
> ---
> arch/arm/mach-netx/fb.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-netx/fb.c b/arch/arm/mach-netx/fb.c
> index 5b84bcd..b991323 100644
> --- a/arch/arm/mach-netx/fb.c
> +++ b/arch/arm/mach-netx/fb.c
> @@ -103,7 +103,6 @@ static struct amba_device fb_device = {
> .flags = IORESOURCE_MEM,
> },
> .irq = { NETX_IRQ_LCD, NO_IRQ },
> - .periphid = 0x10112400,
> };
>
> int netx_fb_init(struct clcd_board *board, struct clcd_panel *panel)
> --
> 1.7.3.2
>
>
--
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] 2+ messages in thread
end of thread, other threads:[~2011-03-25 7:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-23 10:03 [PATCH 1/6] mach-netx: delete hardcoded periphid Linus Walleij
2011-03-25 7:26 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).