]> git.karo-electronics.de Git - linux-beck.git/commit
Revert "i2c: designware: detect when dynamic tar update is possible"
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Mon, 13 Feb 2017 09:18:19 +0000 (11:18 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Tue, 14 Feb 2017 21:10:26 +0000 (22:10 +0100)
commit12688dc21f71f4dcc9e2b8b5556b0c6cc8df1491
tree386cd553531c6273bbcc0bdb672c671877c3ad4d
parent7089db84e356562f8ba737c29e472cc42d530dbc
Revert "i2c: designware: detect when dynamic tar update is possible"

This reverts commit 63d0f0a6952a1a02bc4f116b7da7c7887e46efa3.

It caused a regression on platforms where I2C controller is synthesized
with dynamic TAR update disabled. Detection code is testing is bit
DW_IC_CON_10BITADDR_MASTER in register DW_IC_CON read-only but fails to
restore original value in case bit is read-write.

Instead of fixing this we revert the commit since it was preparation for
the commit 0317e6c0f1dc ("i2c: designware: do not disable adapter after
transfer") which was also reverted.

Reported-by: Shah Nehal-Bakulchandra <Nehal-bakulchandra.Shah@amd.com>
Reported-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Acked-By: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: <stable@vger.kernel.org> # v4.9+
Fixes: 63d0f0a6952a ("i2c: designware: detect when dynamic tar update is possible")
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-designware-core.c
drivers/i2c/busses/i2c-designware-core.h