lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 12 Sep 2008 06:35:43 -0700 (PDT)
From:	vidhumouli hunsigida <hv_mouli@...oo.com>
To:	i2c@...sensors.org, linux-kernel@...r.kernel.org
Subject: Supporting new features in I2C

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.


      
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ