]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/bridge: it6505: Use SHA-1 library instead of crypto_shash
authorEric Biggers <ebiggers@kernel.org>
Thu, 21 Aug 2025 17:56:13 +0000 (13:56 -0400)
committerChen-Yu Tsai <wenst@chromium.org>
Thu, 4 Sep 2025 03:27:45 +0000 (11:27 +0800)
commite339a73737d365dc88e1994d561112ef2c21ad88
tree2b4cef11a28a9c60d1315b470f940ea40cee69ad
parenta3ae3384be7704fcf41279f13190bd8a11204bea
drm/bridge: it6505: Use SHA-1 library instead of crypto_shash

Instead of using the "sha1" crypto_shash, simply call the sha1() library
function.  This is simpler and faster.

Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Reviewed-by: Chen-Yu Tsai <wenst@chromium.org>
Link: https://patch.msgid.link/20250821175613.14717-1-ebiggers@kernel.org
Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>
drivers/gpu/drm/bridge/Kconfig
drivers/gpu/drm/bridge/ite-it6505.c