i2c: i801: Add support for the Process Call command
authorJean Delvare <jdelvare@suse.de>
Tue, 1 Mar 2022 16:39:37 +0000 (17:39 +0100)
committerWolfram Sang <wsa@kernel.org>
Wed, 2 Mar 2022 21:12:01 +0000 (22:12 +0100)
commit55b6f82e9443aaf0c6c3a27c394481555ed0da50
tree50b8a2deff934bbd06c8961a51248073cdcc6942
parent9c02c6391c88a9d2669c2ff8da92cf6efd7f760b
i2c: i801: Add support for the Process Call command

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@suse.de>
Reviewed-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-i801.c