From: Eric Biggers <ebiggers@kernel.org>
To: linux-kernel@vger.kernel.org
Cc: linux-crypto@vger.kernel.org, Ard Biesheuvel <ardb@kernel.org>,
Krzysztof Kozlowski <krzk@kernel.org>
Subject: [PATCH 0/2] lib/crc16: unexport crc16_table and crc16_byte()
Date: Mon, 12 May 2025 19:21:13 -0700 [thread overview]
Message-ID: <20250513022115.39109-1-ebiggers@kernel.org> (raw)
This series removes the only caller of crc16_byte() outside lib/crc16.c,
then folds crc16_table and crc16_byte() into lib/crc16.c. I'm planning
to apply this to the crc tree.
Eric Biggers (2):
w1: ds2406: use crc16() instead of crc16_byte() loop
lib/crc16: unexport crc16_table and crc16_byte()
drivers/w1/slaves/w1_ds2406.c | 12 ++----------
include/linux/crc16.h | 9 +--------
lib/crc16.c | 9 ++++-----
3 files changed, 7 insertions(+), 23 deletions(-)
base-commit: e8d72b766adcde14188e68968f3cd05f4321691d
--
2.49.0
next reply other threads:[~2025-05-13 2:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-13 2:21 Eric Biggers [this message]
2025-05-13 2:21 ` [PATCH 1/2] w1: ds2406: use crc16() instead of crc16_byte() loop Eric Biggers
2025-05-13 7:52 ` Krzysztof Kozlowski
2025-05-13 2:21 ` [PATCH 2/2] lib/crc16: unexport crc16_table and crc16_byte() Eric Biggers
2025-05-13 9:42 ` [PATCH 0/2] " Ard Biesheuvel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250513022115.39109-1-ebiggers@kernel.org \
--to=ebiggers@kernel.org \
--cc=ardb@kernel.org \
--cc=krzk@kernel.org \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.