On Thu, Mar 29, 2012 at 2:52 AM, Chris Wilson
wrote:
> On Thu, 29 Mar 2012 02:26:37 +0800, Daniel Kurtz
> wrote:
>> It is very common for an i2c device to require a small 1 or 2 byte write
>> followed by a read. ?For example, when reading from an i2c EEPROM it is
>> common to write and address,
On Thu, Mar 29, 2012 at 04:37:18PM +0800, Daniel Kurtz wrote:
> On Thu, Mar 29, 2012 at 2:52 AM, Chris Wilson
> wrote:
> > On Thu, 29 Mar 2012 02:26:37 +0800, Daniel Kurtz
> > wrote:
> >> It is very common for an i2c device to require a small 1 or 2 byte write
> >> followed by a read. ?For exam
On Thu, Mar 29, 2012 at 2:52 AM, Chris Wilson wrote:
> On Thu, 29 Mar 2012 02:26:37 +0800, Daniel Kurtz wrote:
>> It is very common for an i2c device to require a small 1 or 2 byte write
>> followed by a read. For example, when reading from an i2c EEPROM it is
>> common to write and address, off
It is very common for an i2c device to require a small 1 or 2 byte write
followed by a read. For example, when reading from an i2c EEPROM it is
common to write and address, offset or index followed by a reading some
values.
The i915 gmbus controller provides a special "INDEX" cycle for performing
On Thu, Mar 29, 2012 at 04:37:18PM +0800, Daniel Kurtz wrote:
> On Thu, Mar 29, 2012 at 2:52 AM, Chris Wilson
> wrote:
> > On Thu, 29 Mar 2012 02:26:37 +0800, Daniel Kurtz
> > wrote:
> >> It is very common for an i2c device to require a small 1 or 2 byte write
> >> followed by a read. For exam
It is very common for an i2c device to require a small 1 or 2 byte write
followed by a read. For example, when reading from an i2c EEPROM it is
common to write and address, offset or index followed by a reading some
values.
The i915 gmbus controller provides a special "INDEX" cycle for performing
On Thu, 29 Mar 2012 02:26:37 +0800, Daniel Kurtz
wrote:
> It is very common for an i2c device to require a small 1 or 2 byte write
> followed by a read. For example, when reading from an i2c EEPROM it is
> common to write and address, offset or index followed by a reading some
> values.
Hmm, I
On Thu, 29 Mar 2012 02:26:37 +0800, Daniel Kurtz wrote:
> It is very common for an i2c device to require a small 1 or 2 byte write
> followed by a read. For example, when reading from an i2c EEPROM it is
> common to write and address, offset or index followed by a reading some
> values.
Hmm, I h