]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: atmel-i2c - Replace hard-coded bus clock rate with constant
authorThorsten Blum <thorsten.blum@linux.dev>
Mon, 23 Feb 2026 16:57:37 +0000 (17:57 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 7 Mar 2026 05:12:20 +0000 (14:12 +0900)
commit68e96c97369e63414c2e02d1dcb92680ac60cd2f
tree9288ab91f8700e40552863fe16994036ab93d3fe
parent3193dd7e848b90cecca3b3f2ed4a04e6fca87bcb
crypto: atmel-i2c - Replace hard-coded bus clock rate with constant

Replace 1000000L with I2C_MAX_FAST_MODE_PLUS_FREQ.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/atmel-i2c.c