[PATCH 17/21] input: remove s3c24xx touchscreen driver

Arnd Bergmann arnd at arndb.de
Mon Oct 24 06:02:07 PDT 2022


On Mon, Oct 24, 2022, at 14:50, Krzysztof Kozlowski wrote:
> On 21/10/2022 16:27, Arnd Bergmann wrote:
>> From: Arnd Bergmann <arnd at arndb.de>
>> 
>> The s3c24xx SoC support and its adc driver was removed, so this driver
>> has no remaining users.
>> 
>> Signed-off-by: Arnd Bergmann <arnd at arndb.de>
>> ---
>>  drivers/input/touchscreen/Kconfig      |  12 -
>>  drivers/input/touchscreen/Makefile     |   1 -
>>  drivers/input/touchscreen/s3c2410_ts.c | 464 -------------------------
>>  3 files changed, 477 deletions(-)
>
> This also could be usable on S3C64xx, but it seems no one added any DT
> nodes, so:
>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>

Thanks. To clarify, the key bit here is the 'depends on S3C_ADC',
and that driver in turn 'depends on !ARCH_MULTIPLATFORM' since
2014. So even for the boardfile variant of s3c64xx, it was
already impossible to use for a long time without anyone complaining
or trying to fix it.

     Arnd



More information about the linux-arm-kernel mailing list