public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* (no subject)
@ 2008-04-25  3:29 Bryan Wu
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Bryan Wu @ 2008-04-25  3:29 UTC (permalink / raw)
  To: linux-fbdev-devel, akpm, linux-kernel



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

* [PATCH 1/2] BF54x Framebuffer Driver: drop request_irq cast
  2008-04-25  3:29 Bryan Wu
@ 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; 3+ messages in thread
From: Bryan Wu @ 2008-04-25  3:29 UTC (permalink / raw)
  To: linux-fbdev-devel, akpm, linux-kernel; +Cc: Mike Frysinger, Bryan Wu

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

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

* [PATCH 2/2] BF54x Framebuffer Driver: BF542 does not have EPPI0, so dont allow the LQ034 driver for now
  2008-04-25  3:29 Bryan Wu
  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; 3+ messages in thread
From: Bryan Wu @ 2008-04-25  3:29 UTC (permalink / raw)
  To: linux-fbdev-devel, akpm, linux-kernel; +Cc: Mike Frysinger, Bryan Wu

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

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

end of thread, other threads:[~2008-04-25  3:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-25  3:29 Bryan Wu
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