Re: [PATCH 4/4] hwrng: qcom - Move qcom-rng.c into drivers/char/hw_random/

From: Konrad Dybcio

Date: Mon Jun 08 2026 - 04:00:37 EST


On 6/7/26 11:04 PM, Dmitry Baryshkov wrote:
> On Fri, May 29, 2026 at 07:03:32PM -0700, Eric Biggers wrote:
>> Since this file just implements a hwrng driver, move it into
>> drivers/char/hw_random/. Rename the kconfig option accordingly as well.
>>
>> Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx>
>> ---
>> arch/arm/configs/multi_v7_defconfig | 2 +-
>> arch/arm/configs/qcom_defconfig | 2 +-
>> arch/arm64/configs/defconfig | 2 +-
>> drivers/char/hw_random/Kconfig | 11 +++++++++++
>> drivers/char/hw_random/Makefile | 1 +
>> drivers/{crypto => char/hw_random}/qcom-rng.c | 0
>> drivers/crypto/Kconfig | 11 -----------
>> drivers/crypto/Makefile | 1 -
>> drivers/gpu/drm/ci/arm64.config | 2 +-
>> 9 files changed, 16 insertions(+), 16 deletions(-)
>> rename drivers/{crypto => char/hw_random}/qcom-rng.c (100%)
>>
>

Seems you sent an empty reply, Dmitry

Konrad