Re: [PATCH v4] i2c: designware: Replace magic numbers with named constants
From: Andi Shyti
Date: Fri Jan 16 2026 - 04:04:22 EST
Hi Artem,
On Thu, Dec 11, 2025 at 03:29:47PM +0300, Artem Shimko wrote:
> Replace various magic numbers with properly named constants to improve
> code readability and maintainability. This includes constants for
> register access, timing adjustments, timeouts, FIFO parameters,
> and default values.
>
> This makes the code more self-documenting without altering any
> functionality.
>
> Signed-off-by: Artem Shimko <a.shimko.dev@xxxxxxxxx>
Merged to i2c/i2c-host.
Thanks,
Andi