[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20060808150928.99f97837.khali@linux-fr.org>
Date: Tue, 8 Aug 2006 15:09:28 +0200
From: Jean Delvare <khali@...ux-fr.org>
To: Komal Shah <komal_shah802003@...oo.com>
Cc: Tony Lindgren <tony@...mide.com>,
David Brownell <david-b@...bell.net>, r-woodruff2@...com,
linux-kernel@...r.kernel.org, Andrew Morton <akpm@...l.org>,
Greg KH <gregkh@...e.de>, i2c@...sensors.org
Subject: Re: [PATCH] OMAP: I2C driver for TI OMAP boards #3
Hi Komal,
> > Hmmm, this sounds like a bug somewhere. TRM for 5912 says the I2C
> > clock must be prescaled to be between 7 - 12 MHz [1]. The XOR input
> > clock is typically 12, 13 or 19.2 MHz. So we should have code that
> > produces:
> >
> > XOR Mhz Divider Prescaler
> > 12 1 0
> > 13 2 1
> > 19.2 2 1
> >
> > Then again the original old code produces something different too
> > [2]...
> >
> > I suspect the original code had some hw workarounds and and later
> > code
> > may have a conversion bug somewhere :)
> >
> > I suggest we keep the code as is for now since it's known to work on
> > all omaps, and then submit a follow-up patch later once we have
> > verified that that code based on the TRM works on all omaps.
>
> I have updated the driver with all other review comments except comment
> on formula above by Jean. I can some part of description from Tony's
> explanation along with removing the following code line
>
> /* Set Own Address */
> omap_i2c_write_reg(dev, OMAP_I2C_OA_REG, dev->own_address);
>
> As it is not needed. Please confirm so that I can send the revised
> patch soon.
Fine with me. If you remove that line, there are a few others you
should be able to remove as well (declaration of slave_add module
parameter, definition of DEFAULT_OWN, etc.)
Waiting for your updated patch :) Thanks for all the changes you
accepted to make, BTW. I believe the driver is in a better shape now.
--
Jean Delvare
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists