[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4E811338.2030005@dsn.okisemi.com>
Date: Tue, 27 Sep 2011 09:05:12 +0900
From: Tomoya MORINAGA <tomoya-linux@....okisemi.com>
To: "Jeffrey (Sheng-Hui) Chu" <jeffchu@...adcom.com>
CC: Jean Delvare <khali@...ux-fr.org>, Ben Dooks <ben-linux@...ff.org>,
"linux-i2c@...r.kernel.org" <linux-i2c@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Qi Wang <qi.wang@...el.com>,
"yong.y.wang@...el.com" <yong.y.wang@...el.com>,
"joel.clark@...el.com" <joel.clark@...el.com>,
"kok.howg.ewe@...el.com" <kok.howg.ewe@...el.com>,
"toshiharu-linux@....okisemi.com" <toshiharu-linux@....okisemi.com>,
Aaron Smith <aarons@...adcom.com>
Subject: Re: [PATCH 3/7] i2c-eg20t: delete 10bit access processing
(2011/09/23 2:49), Jeffrey (Sheng-Hui) Chu wrote:
> The device is BCM20791. Please contact Aaron Smith (aarons@...adcom.com) for evaluation.
Though googling the device, I can't find the device.
Broadcom website too.
>
> By the way, the existing handling of 10-bit address in the patch you intended to delete does not work. You'll need to fix that before you can test with the device successfully.
>
> For the write operation, it's a easy fix:
>
> @@ -410,25 +408,16 @@ static s32 pch_i2c_writebytes(struct i2c_adapter *i2c_adap,
> }
>
> if (msgs->flags& I2C_M_TEN) {
> - addr_2_msb = ((addr& I2C_MSB_2B_MSK)>> 7);
> + addr_2_msb = ((addr& I2C_MSB_2B_MSK)>> 7)& 0x06;
>
>
> For the read operation, static s32 pch_i2c_readbytes(), you'll need to do a write followed by a restart and a read... please refer to the i2c spec...
>
> Regards,
Thank you for your indication.
We will update this after supporting 10bit access.
Thanks,
tomoya
--
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