]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i2c: cadence: Split cdns_i2c_master_xfer for Atomic Mode
authorManikanta Guntupalli <manikanta.guntupalli@amd.com>
Wed, 11 Sep 2024 10:38:51 +0000 (16:08 +0530)
committerAndi Shyti <andi.shyti@kernel.org>
Wed, 13 Nov 2024 22:29:45 +0000 (23:29 +0100)
commited866f41612a3f3934d0fbeb193fad334adcbc94
tree26b274eddb37df446c488c98be2d99e2c0f5da47
parentae8ec9dd19b3b55505a09b9d605efa5509d4c6fa
i2c: cadence: Split cdns_i2c_master_xfer for Atomic Mode

The cdns_i2c_master_xfer function has been refactored to separate
the common code. This change facilitates better support for atomic
mode operations by isolating the shared logic.

Signed-off-by: Manikanta Guntupalli <manikanta.guntupalli@amd.com>
Reviewed-by: Andi Shyti <andi.shyti@kernel.org>
Acked-by: Michal Simek <michal.simek@amd.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
drivers/i2c/busses/i2c-cadence.c