Re: [PATCH V2 1/2] nvmem: prefix all symbols with NVMEM_

From: Arnd Bergmann
Date: Tue Aug 30 2022 - 10:12:01 EST


On Tue, Aug 30, 2022, at 3:40 PM, Rafał Miłecki wrote:
> From: Rafał Miłecki <rafal@xxxxxxxxxx>
>
> This unifies all NVMEM symbols. They follow one style now.
>
> Signed-off-by: Rafał Miłecki <rafal@xxxxxxxxxx>
> ---
> arch/arm/configs/multi_v7_defconfig | 6 +++---
> arch/arm/configs/qcom_defconfig | 2 +-
> arch/arm64/configs/defconfig | 10 +++++-----
> arch/mips/configs/ci20_defconfig | 2 +-
> drivers/cpufreq/Kconfig.arm | 2 +-
> drivers/nvmem/Kconfig | 24 ++++++++++++------------
> drivers/nvmem/Makefile | 24 ++++++++++++------------
> drivers/soc/mediatek/Kconfig | 2 +-
> drivers/thermal/qcom/Kconfig | 2 +-

Looks good to me. I assume this will get merged through
the nvmem tree, so for arch/arm*/configs/*:

Acked-by: Arnd Bergmann <arnd@xxxxxxxx>