]> git.baikalelectronics.ru Git - kernel.git/commit
i2c: i801: Bring back Block Process Call support for certain platforms
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Fri, 27 Sep 2019 11:09:11 +0000 (14:09 +0300)
committerWolfram Sang <wsa@the-dreams.de>
Sat, 28 Sep 2019 18:44:12 +0000 (20:44 +0200)
commiteb47fde3587864fc6cc4387e358237ea055c7713
tree7d8130fc60e9005c0eb3ddf4ebc89b514b2177a9
parentc5cfca98d27235bfbe61f0b29ac5a2df15ed3ef6
i2c: i801: Bring back Block Process Call support for certain platforms

Commit 9efa63335a1c ("i2c: i801: Use iTCO version 6 in Cannon Lake PCH
and beyond") looks like to drop by accident Block Write-Block Read Process
Call support for Intel Sunrisepoint, Lewisburg, Denverton and Kaby Lake.

That support was added for above and newer platforms by the commit
0a78aa40356c ("i2c: i801: Add Block Write-Block Read Process Call
support") so bring it back for above platforms.

Fixes: 9efa63335a1c ("i2c: i801: Use iTCO version 6 in Cannon Lake PCH and beyond")
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Reviewed-by: Alexander Sverdlin <alexander.sverdlin@nokia.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-i801.c