Re: [PATCH v2] i2c: exynos5: Preserve high speed master code
From: Wolfram Sang <wsa@kernel.org>
Date: 2021-02-26 10:37:23
Also in:
linux-i2c, linux-samsung-soc, lkml
From: Wolfram Sang <wsa@kernel.org>
Date: 2021-02-26 10:37:23
Also in:
linux-i2c, linux-samsung-soc, lkml
On Tue, Feb 16, 2021 at 11:25:38PM +0100, Mårten Lindahl wrote:
From: Mårten Lindahl <redacted> When the driver starts to send a message with the MASTER_ID field set (high speed), the whole I2C_ADDR register is overwritten including MASTER_ID as the SLV_ADDR_MAS field is set. This patch preserves already written fields in I2C_ADDR when writing SLV_ADDR_MAS. Signed-off-by: Mårten Lindahl <redacted>
Looks good. Is there a Fixes-tag we could apply?