Re: [PATCH 11/14] ARM: s3c: crag6410: switch keypad device to software properties

From: Krzysztof Kozlowski
Date: Thu Aug 22 2024 - 11:41:54 EST


On Sun, Aug 18, 2024 at 09:58:08PM -0700, Dmitry Torokhov wrote:
> Switch the keypad device to use software properties to describe the
> keypad. This will allow dropping support for platform data from the
> samsung-keypad driver.
>
> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx>
> ---
> arch/arm/mach-s3c/Kconfig | 5 ---
> arch/arm/mach-s3c/Kconfig.s3c64xx | 1 -
> arch/arm/mach-s3c/Makefile.s3c64xx | 1 -
> arch/arm/mach-s3c/devs.c | 27 ------------
> arch/arm/mach-s3c/devs.h | 1 -
> arch/arm/mach-s3c/keypad.h | 27 ------------
> arch/arm/mach-s3c/mach-crag6410.c | 56 ++++++++++++++++++------
> arch/arm/mach-s3c/setup-keypad-s3c64xx.c | 20 ---------
> 8 files changed, 42 insertions(+), 96 deletions(-)
> delete mode 100644 arch/arm/mach-s3c/keypad.h
> delete mode 100644 arch/arm/mach-s3c/setup-keypad-s3c64xx.c

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>

Best regards,
Krzysztof