LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH 0/3] [Video] BF54x LQ043 Framebuffer driver updates
@ 2008-01-30 9:01 Bryan Wu
2008-01-30 9:01 ` [PATCH 1/3] [Video] BF54x LQ043 Framebuffer driver: fix bug NULL for gpio_request label is not allowed Bryan Wu
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Bryan Wu @ 2008-01-30 9:01 UTC (permalink / raw)
To: adaplas, linux-fbdev-devel; +Cc: linux-kernel
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/3] [Video] BF54x LQ043 Framebuffer driver: fix bug NULL for gpio_request label is not allowed
2008-01-30 9:01 [PATCH 0/3] [Video] BF54x LQ043 Framebuffer driver updates Bryan Wu
@ 2008-01-30 9:01 ` Bryan Wu
2008-01-30 9:01 ` [PATCH 2/3] [Video] BF54x LQ043 Framebuffer driver: fix bug lcd_device_register API breakage Bryan Wu
2008-01-30 9:01 ` [PATCH 3/3] [Video] BF54x LQ043 Framebuffer driver: Update copyright on previously modified files Bryan Wu
2 siblings, 0 replies; 4+ messages in thread
From: Bryan Wu @ 2008-01-30 9:01 UTC (permalink / raw)
To: adaplas, linux-fbdev-devel; +Cc: linux-kernel, Michael Hennerich, Bryan Wu
From: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
---
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 c8e7427..e9f5989 100644
--- a/drivers/video/bf54x-lq043fb.c
+++ b/drivers/video/bf54x-lq043fb.c
@@ -241,7 +241,7 @@ static int request_ports(struct bfin_bf54xfb_info *fbi)
u16 eppi_req_18[] = EPPI0_18;
u16 disp = fbi->mach_info->disp;
- if (gpio_request(disp, NULL)) {
+ if (gpio_request(disp, DRIVER_NAME)) {
printk(KERN_ERR "Requesting GPIO %d faild\n", disp);
return -EFAULT;
}
--
1.5.3.4
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 2/3] [Video] BF54x LQ043 Framebuffer driver: fix bug lcd_device_register API breakage
2008-01-30 9:01 [PATCH 0/3] [Video] BF54x LQ043 Framebuffer driver updates Bryan Wu
2008-01-30 9:01 ` [PATCH 1/3] [Video] BF54x LQ043 Framebuffer driver: fix bug NULL for gpio_request label is not allowed Bryan Wu
@ 2008-01-30 9:01 ` Bryan Wu
2008-01-30 9:01 ` [PATCH 3/3] [Video] BF54x LQ043 Framebuffer driver: Update copyright on previously modified files Bryan Wu
2 siblings, 0 replies; 4+ messages in thread
From: Bryan Wu @ 2008-01-30 9:01 UTC (permalink / raw)
To: adaplas, linux-fbdev-devel; +Cc: linux-kernel, Bryan Wu
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
---
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 e9f5989..6b76007 100644
--- a/drivers/video/bf54x-lq043fb.c
+++ b/drivers/video/bf54x-lq043fb.c
@@ -673,7 +673,7 @@ static int __init bfin_bf54x_probe(struct platform_device *pdev)
&bfin_lq043fb_bl_ops);
bl_dev->props.max_brightness = 255;
- lcd_dev = lcd_device_register(DRIVER_NAME, NULL, &bfin_lcd_ops);
+ lcd_dev = lcd_device_register(DRIVER_NAME, &pdev->dev, NULL, &bfin_lcd_ops);
lcd_dev->props.max_contrast = 255, printk(KERN_INFO "Done.\n");
#endif
--
1.5.3.4
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 3/3] [Video] BF54x LQ043 Framebuffer driver: Update copyright on previously modified files
2008-01-30 9:01 [PATCH 0/3] [Video] BF54x LQ043 Framebuffer driver updates Bryan Wu
2008-01-30 9:01 ` [PATCH 1/3] [Video] BF54x LQ043 Framebuffer driver: fix bug NULL for gpio_request label is not allowed Bryan Wu
2008-01-30 9:01 ` [PATCH 2/3] [Video] BF54x LQ043 Framebuffer driver: fix bug lcd_device_register API breakage Bryan Wu
@ 2008-01-30 9:01 ` Bryan Wu
2 siblings, 0 replies; 4+ messages in thread
From: Bryan Wu @ 2008-01-30 9:01 UTC (permalink / raw)
To: adaplas, linux-fbdev-devel; +Cc: linux-kernel, Michael Hennerich, Bryan Wu
From: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
---
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 6b76007..beb4bc7 100644
--- a/drivers/video/bf54x-lq043fb.c
+++ b/drivers/video/bf54x-lq043fb.c
@@ -8,7 +8,7 @@
*
*
* Modified:
- * Copyright 2004-2007 Analog Devices Inc.
+ * Copyright 2007-2008 Analog Devices Inc.
*
* Bugs: Enter bugs at http://blackfin.uclinux.org/
*
--
1.5.3.4
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-01-30 9:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-30 9:01 [PATCH 0/3] [Video] BF54x LQ043 Framebuffer driver updates Bryan Wu
2008-01-30 9:01 ` [PATCH 1/3] [Video] BF54x LQ043 Framebuffer driver: fix bug NULL for gpio_request label is not allowed Bryan Wu
2008-01-30 9:01 ` [PATCH 2/3] [Video] BF54x LQ043 Framebuffer driver: fix bug lcd_device_register API breakage Bryan Wu
2008-01-30 9:01 ` [PATCH 3/3] [Video] BF54x LQ043 Framebuffer driver: Update copyright on previously modified files 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).