* OMAP I2C question
@ 2009-02-11 16:58 Gary Thomas
[not found] ` <b6ab3a160902110936m6f8798fbv70f5371b76594869@mail.gmail.com>
2009-02-12 20:52 ` David Brownell
0 siblings, 2 replies; 4+ messages in thread
From: Gary Thomas @ 2009-02-11 16:58 UTC (permalink / raw)
To: Linux OMAP
Why is I2C_FUNC_SMBUS_QUICK functionality missing in i2c-omap.c?
This prevents using drivers which use the generic i2c_probe()
method of finding devices.
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: OMAP I2C question
[not found] ` <b6ab3a160902110937t3cb1f26dmb99713464a14f444@mail.gmail.com>
@ 2009-02-11 17:47 ` Gary Thomas
2009-02-11 19:11 ` Alejandro Blanca G.
0 siblings, 1 reply; 4+ messages in thread
From: Gary Thomas @ 2009-02-11 17:47 UTC (permalink / raw)
To: Alejandro Blanca G.; +Cc: linux-omap
Note: these questions should go to the mailing list, not me. I'm not
an expert here, just trying to get it working as well...
Alejandro Blanca G. wrote:
> Sorry, forgot to add that we are using the I2C tools on a Beagle, with
> the latest kernel (2.6.29-rc4-omap1).
>
> Regards,
>
> Alex B.
>
> On Wed, Feb 11, 2009 at 11:36 AM, Alejandro Blanca G.
> <alex.blanca@gmail.com> wrote:
>> Hi Gary.
>>
>> Would this prevent the I2C tools
>> (http://www.lm-sensors.org/wiki/I2CTools) from working?
>>
>> In the latest kernels we've built, we have been unable to use
>> "i2cdetect" to verify the presence of I2C devices. The error we get
>> is:
>>
>> "Error: Can't use SMBus Quick Write command on this bus (ISA bus?)".
>>
>> From the description you provide, it seems related.
>>
>> Best regards,
>>
>> Alex B.
>>
>> On Wed, Feb 11, 2009 at 10:58 AM, Gary Thomas <gary@mlbassoc.com> wrote:
>>> Why is I2C_FUNC_SMBUS_QUICK functionality missing in i2c-omap.c?
>>>
>>> This prevents using drivers which use the generic i2c_probe()
>>> method of finding devices.
>>>
>>> --
>>> ------------------------------------------------------------
>>> Gary Thomas | Consulting for the
>>> MLB Associates | Embedded world
>>> ------------------------------------------------------------
>>> --
>>> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
>>> the body of a message to majordomo@vger.kernel.org
>>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>>
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: OMAP I2C question
2009-02-11 17:47 ` Gary Thomas
@ 2009-02-11 19:11 ` Alejandro Blanca G.
0 siblings, 0 replies; 4+ messages in thread
From: Alejandro Blanca G. @ 2009-02-11 19:11 UTC (permalink / raw)
To: Gary Thomas; +Cc: linux-omap
My mistake.
Thought I had replied to the list, but referencing you.
I'm deeply deeply sorry for the trouble.
Thanks for forwarding it to the list.
Best regards,
Alex B.
On Wed, Feb 11, 2009 at 11:47 AM, Gary Thomas <gary@mlbassoc.com> wrote:
> Note: these questions should go to the mailing list, not me. I'm not
> an expert here, just trying to get it working as well...
>
> Alejandro Blanca G. wrote:
>> Sorry, forgot to add that we are using the I2C tools on a Beagle, with
>> the latest kernel (2.6.29-rc4-omap1).
>>
>> Regards,
>>
>> Alex B.
>>
>> On Wed, Feb 11, 2009 at 11:36 AM, Alejandro Blanca G.
>> <alex.blanca@gmail.com> wrote:
>>> Hi Gary.
>>>
>>> Would this prevent the I2C tools
>>> (http://www.lm-sensors.org/wiki/I2CTools) from working?
>>>
>>> In the latest kernels we've built, we have been unable to use
>>> "i2cdetect" to verify the presence of I2C devices. The error we get
>>> is:
>>>
>>> "Error: Can't use SMBus Quick Write command on this bus (ISA bus?)".
>>>
>>> From the description you provide, it seems related.
>>>
>>> Best regards,
>>>
>>> Alex B.
>>>
>>> On Wed, Feb 11, 2009 at 10:58 AM, Gary Thomas <gary@mlbassoc.com> wrote:
>>>> Why is I2C_FUNC_SMBUS_QUICK functionality missing in i2c-omap.c?
>>>>
>>>> This prevents using drivers which use the generic i2c_probe()
>>>> method of finding devices.
>>>>
>>>> --
>>>> ------------------------------------------------------------
>>>> Gary Thomas | Consulting for the
>>>> MLB Associates | Embedded world
>>>> ------------------------------------------------------------
>>>> --
>>>> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
>>>> the body of a message to majordomo@vger.kernel.org
>>>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>>>
>
>
> --
> ------------------------------------------------------------
> Gary Thomas | Consulting for the
> MLB Associates | Embedded world
> ------------------------------------------------------------
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: OMAP I2C question
2009-02-11 16:58 OMAP I2C question Gary Thomas
[not found] ` <b6ab3a160902110936m6f8798fbv70f5371b76594869@mail.gmail.com>
@ 2009-02-12 20:52 ` David Brownell
1 sibling, 0 replies; 4+ messages in thread
From: David Brownell @ 2009-02-12 20:52 UTC (permalink / raw)
To: Gary Thomas; +Cc: Linux OMAP
On Wednesday 11 February 2009, Gary Thomas wrote:
> Why is I2C_FUNC_SMBUS_QUICK functionality missing in i2c-omap.c?
The I2C controllers are not documented as supporting it.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-02-12 20:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-11 16:58 OMAP I2C question Gary Thomas
[not found] ` <b6ab3a160902110936m6f8798fbv70f5371b76594869@mail.gmail.com>
[not found] ` <b6ab3a160902110937t3cb1f26dmb99713464a14f444@mail.gmail.com>
2009-02-11 17:47 ` Gary Thomas
2009-02-11 19:11 ` Alejandro Blanca G.
2009-02-12 20:52 ` David Brownell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.