* [PATCH 1/2] BF54x Framebuffer Driver: drop request_irq cast [not found] <1209094146-19872-1-git-send-email-cooloney@kernel.org> @ 2008-04-25 3:29 ` Bryan Wu 2008-04-25 3:29 ` [PATCH 2/2] BF54x Framebuffer Driver: BF542 does not have EPPI0, so dont allow the LQ034 driver for now Bryan Wu 1 sibling, 0 replies; 2+ messages in thread From: Bryan Wu @ 2008-04-25 3:29 UTC (permalink / raw) To: linux-fbdev-devel, akpm, linux-kernel; +Cc: Bryan Wu, Mike Frysinger From: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org> --- drivers/video/bf54x-lq043fb.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/video/bf54x-lq043fb.c b/drivers/video/bf54x-lq043fb.c index eefba3d..850212d 100644 --- a/drivers/video/bf54x-lq043fb.c +++ b/drivers/video/bf54x-lq043fb.c @@ -652,7 +652,7 @@ static int __init bfin_bf54x_probe(struct platform_device *pdev) goto out7; } - if (request_irq(info->irq, (void *)bfin_bf54x_irq_error, IRQF_DISABLED, + if (request_irq(info->irq, bfin_bf54x_irq_error, IRQF_DISABLED, "PPI ERROR", info) < 0) { printk(KERN_ERR DRIVER_NAME ": unable to request PPI ERROR IRQ\n"); -- 1.5.5 ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone ^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 2/2] BF54x Framebuffer Driver: BF542 does not have EPPI0, so dont allow the LQ034 driver for now [not found] <1209094146-19872-1-git-send-email-cooloney@kernel.org> 2008-04-25 3:29 ` [PATCH 1/2] BF54x Framebuffer Driver: drop request_irq cast Bryan Wu @ 2008-04-25 3:29 ` Bryan Wu 1 sibling, 0 replies; 2+ messages in thread From: Bryan Wu @ 2008-04-25 3:29 UTC (permalink / raw) To: linux-fbdev-devel, akpm, linux-kernel; +Cc: Bryan Wu, Mike Frysinger From: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org> --- drivers/video/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 1bd5fb3..682eb61 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -546,7 +546,7 @@ config FB_VGA16 config FB_BF54X_LQ043 tristate "SHARP LQ043 TFT LCD (BF548 EZKIT)" - depends on FB && (BF54x) + depends on FB && (BF54x) && !BF542 select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT -- 1.5.5 ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone ^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-04-25 3:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1209094146-19872-1-git-send-email-cooloney@kernel.org>
2008-04-25 3:29 ` [PATCH 1/2] BF54x Framebuffer Driver: drop request_irq cast Bryan Wu
2008-04-25 3:29 ` [PATCH 2/2] BF54x Framebuffer Driver: BF542 does not have EPPI0, so dont allow the LQ034 driver for now Bryan Wu
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).