[PATCH 0/5] iio: adc: samsung: Simplify, cleanup and drop S3C2410

Krzysztof Kozlowski posted 5 patches 1 month ago
There is a newer version of this series
.../bindings/iio/adc/samsung,exynos-adc.yaml       |  23 +-
drivers/iio/adc/exynos_adc.c                       | 280 +--------------------
2 files changed, 4 insertions(+), 299 deletions(-)
[PATCH 0/5] iio: adc: samsung: Simplify, cleanup and drop S3C2410
Posted by Krzysztof Kozlowski 1 month ago
S3C2410 is gone from kernel, so we can drop its support and remaining
related pieces.

Best regards,
Krzysztof

---
Krzysztof Kozlowski (5):
      iio: adc: exynos_adc: Drop S3C2410 support
      iio: adc: exynos_adc: Drop touchscreen support
      iio: adc: exynos_adc: Drop platform data support
      dt-bindings: iio: adc: samsung,exynos: Drop S3C2410
      dt-bindings: iio: adc: samsung,exynos: Drop touchscreen support

 .../bindings/iio/adc/samsung,exynos-adc.yaml       |  23 +-
 drivers/iio/adc/exynos_adc.c                       | 280 +--------------------
 2 files changed, 4 insertions(+), 299 deletions(-)
---
base-commit: 3cace99d63192a7250461b058279a42d91075d0c
change-id: 20250830-s3c-cleanup-adc-71ac80978520

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Re: [PATCH 0/5] iio: adc: samsung: Simplify, cleanup and drop S3C2410
Posted by Andy Shevchenko 1 month ago
On Sat, Aug 30, 2025 at 2:09 PM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> S3C2410 is gone from kernel, so we can drop its support and remaining
> related pieces.

>       iio: adc: exynos_adc: Drop S3C2410 support
>       iio: adc: exynos_adc: Drop touchscreen support
>       iio: adc: exynos_adc: Drop platform data support

Reviewed-by: Andy Shevchenko <andy@kernel.org>
for patches 1-3.

-- 
With Best Regards,
Andy Shevchenko