On 3/1/22 18:39, Jean Delvare wrote:
The Process Call command is implemented by the hardware since the very first Intel 82801 chipset, and trivial to support. Oscar Romero Matamala from the Georgia Institute of Technology told me it is needed for an experiment his team is working on at the moment, so let's just add support for it. Signed-off-by: Jean Delvare <jdelvare@xxxxxxx> --- Disclaimer: untested code. I don't have any device at hand which supports the Process Call command so I just can't test it. If anyone has a chance, please test. If not, I hope Oscar will be able to test it soon. drivers/i2c/busses/i2c-i801.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-)
As far as I can see this follows how it is depicted in the specification. Reviewed-by: Jarkko Nikula <jarkko.nikula@xxxxxxxxxxxxxxx>