* [PATCH 5/7] rivafb: Fixed reversed DDC ports
@ 2007-04-09 11:41 Antonino A. Daplas
2007-04-09 16:24 ` [PATCH 5/7][RESEND] " Antonino A. Daplas
0 siblings, 1 reply; 2+ messages in thread
From: Antonino A. Daplas @ 2007-04-09 11:41 UTC (permalink / raw)
To: Andrew Morton; +Cc: Linux Fbdev development list
Fixed reversed DDC port so the assignments are congruent with nvidiafb's and
X's nv driver.
Signed-off-by: Antonino Daplas <adaplas@pol.net>
---
drivers/video/riva/rivafb-i2c.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/video/riva/rivafb-i2c.c b/drivers/video/riva/rivafb-i2c.c
index bcb2096..b9f1590 100644
--- a/drivers/video/riva/rivafb-i2c.c
+++ b/drivers/video/riva/rivafb-i2c.c
@@ -133,11 +133,11 @@ void __devinit riva_create_i2c_busses(st
par->chan[1].par = par;
par->chan[2].par = par;
- par->chan[0].ddc_base = 0x3e;
- par->chan[1].ddc_base = 0x36;
+ par->chan[0].ddc_base = 0x36;
+ par->chan[1].ddc_base = 0x3e;
par->chan[2].ddc_base = 0x50;
- riva_setup_i2c_bus(&par->chan[0], "BUS1", 0);
- riva_setup_i2c_bus(&par->chan[1], "BUS2", I2C_CLASS_HWMON);
+ riva_setup_i2c_bus(&par->chan[1], "BUS1", I2C_CLASS_HWMON);
+ riva_setup_i2c_bus(&par->chan[0], "BUS2", 0);
riva_setup_i2c_bus(&par->chan[2], "BUS3", 0);
}
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 5/7][RESEND] rivafb: Fixed reversed DDC ports
2007-04-09 11:41 [PATCH 5/7] rivafb: Fixed reversed DDC ports Antonino A. Daplas
@ 2007-04-09 16:24 ` Antonino A. Daplas
0 siblings, 0 replies; 2+ messages in thread
From: Antonino A. Daplas @ 2007-04-09 16:24 UTC (permalink / raw)
To: Antonino A. Daplas
Cc: Andrew Morton, Jean Delvare, Linux Fbdev development list
Fixed reversed DDC port so assignments are congruent with nvidiafb's and
X's nv driver.
Signed-off-by: Antonino Daplas <adaplas@pol.net>
---
It must be my stupid typo day. Thanks Jean.
Tony
drivers/video/riva/rivafb-i2c.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/video/riva/rivafb-i2c.c b/drivers/video/riva/rivafb-i2c.c
index bcb2096..76e6ce3 100644
--- a/drivers/video/riva/rivafb-i2c.c
+++ b/drivers/video/riva/rivafb-i2c.c
@@ -133,11 +133,11 @@ void __devinit riva_create_i2c_busses(st
par->chan[1].par = par;
par->chan[2].par = par;
- par->chan[0].ddc_base = 0x3e;
- par->chan[1].ddc_base = 0x36;
+ par->chan[0].ddc_base = 0x36;
+ par->chan[1].ddc_base = 0x3e;
par->chan[2].ddc_base = 0x50;
- riva_setup_i2c_bus(&par->chan[0], "BUS1", 0);
- riva_setup_i2c_bus(&par->chan[1], "BUS2", I2C_CLASS_HWMON);
+ riva_setup_i2c_bus(&par->chan[0], "BUS1", I2C_CLASS_HWMON);
+ riva_setup_i2c_bus(&par->chan[1], "BUS2", 0);
riva_setup_i2c_bus(&par->chan[2], "BUS3", 0);
}
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-04-09 16:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-09 11:41 [PATCH 5/7] rivafb: Fixed reversed DDC ports Antonino A. Daplas
2007-04-09 16:24 ` [PATCH 5/7][RESEND] " Antonino A. Daplas
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).