public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* Supporting new features in I2C
@ 2008-09-12 13:35 vidhumouli hunsigida
  2008-09-12 16:35 ` Ben Dooks
  0 siblings, 1 reply; 2+ messages in thread
From: vidhumouli hunsigida @ 2008-09-12 13:35 UTC (permalink / raw)
  To: i2c-GZX6beZjE8VD60Wz+7aTrA, linux-kernel-u79uwXL29TY76Z2rM5mHXA

The I2C host controller chip has two features named
HOLD and Slave Monitor.

HOLD is the typical feature of holding the clock low to support for the slow devices.
It can be enabled or disabled through software control by writing a bit in the registor.

I am writing a bus driver for this core.
I am not sure where and how this provision is to be added in the I2C adapter code.

I could not find any such provision in the exising bus drivers.
I could not find any related information in the Linux kernel documentation.

Can any one give me how can this be done?

Similarly for Slave Monitor, where a host monitors for the ack received from the slave device.
This can also be enabled/disabled by setting a bit in the register. How is this to be handled in the current i2c adapter code?

Thanks.


      

_______________________________________________
i2c mailing list
i2c-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org
http://lists.lm-sensors.org/mailman/listinfo/i2c

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-09-12 16:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-12 13:35 Supporting new features in I2C vidhumouli hunsigida
2008-09-12 16:35 ` Ben Dooks

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox