linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jean Delvare <khali@linux-fr.org>
To: Antonino Daplas <adaplas@pol.net>
Cc: Andrew Morton <akpm@osdl.org>,
	Linux Fbdev development list
	<linux-fbdev-devel@lists.sourceforge.net>
Subject: Re: [PATCH 5/7] rivafb: Fixed reversed DDC ports
Date: Mon, 9 Apr 2007 17:51:45 +0200	[thread overview]
Message-ID: <20070409175145.4cb788cd@hyperion.delvare> (raw)

(Sorry for the referenceless reply, but I am not subscribed to
linux-fbdev-devel.)

> 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);
>  }

Do you really want to swap &par->chan[0] and &par->chan[1] here? I
don't think so, otherwise it almost reverts the change you are doing -
and it breaks the classes, too.

-- 
Jean Delvare

-------------------------------------------------------------------------
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

             reply	other threads:[~2007-04-09 15:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-09 15:51 Jean Delvare [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-04-09 11:41 [PATCH 5/7] rivafb: Fixed reversed DDC ports Antonino A. Daplas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070409175145.4cb788cd@hyperion.delvare \
    --to=khali@linux-fr.org \
    --cc=adaplas@pol.net \
    --cc=akpm@osdl.org \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).