From 363529453e9bfb839e46097b7200a0b8cd4c181d Mon Sep 17 00:00:00 2001 From: mariotesi Date: Tue, 29 Aug 2023 15:51:35 +0200 Subject: [PATCH] stm: Removed support for LTS kernel (4.9) EOL The LTS 4.9 kernel version entered EOL in January 2023 for this reason it will no longer be supported and updated in this repo. Signed-off-by: mariotesi Change-Id: I17fb2b26f9b6939190080322952d084060304018 Reviewed-on: https://gerrit.st.com/c/linuxandroidopen/stm-ldd-iio/+/324710 Tested-by: CITOOLS Reviewed-by: Matteo DAMENO --- README.md | 11 ++++++++++- .../0001-stm-Added-iio-type-patch-for-STMEMS.patch | 0 ...-stm-Add-STM-sensors-drivers-to-build-system.patch | 0 ...tm-add-new-iio-event-used-for-timesync-logic.patch | 0 4 files changed, 10 insertions(+), 1 deletion(-) rename stm_iio_patches/{4.9.y => 4.9.y.EOL}/0001-stm-Added-iio-type-patch-for-STMEMS.patch (100%) rename stm_iio_patches/{4.9.y => 4.9.y.EOL}/0002-stm-Add-STM-sensors-drivers-to-build-system.patch (100%) rename stm_iio_patches/{4.9.y => 4.9.y.EOL}/0003-stm-add-new-iio-event-used-for-timesync-logic.patch (100%) diff --git a/README.md b/README.md index 28b95dc6d412..9616b8ffd680 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # Introduction -This repository contains STMicroelectronics MEMS IIO drivers for Linux/Android kernels. +This repository contains STMicroelectronics MEMS IIO drivers for the following LTS Linux/Android kernels: + - 4.9 (EOL) + - 4.14 + - 4.19 + - 5.4 + - 5.10 + - 5.15 + - 6.1 (WIP) + +For EOL kernel the maintenance has been discontinued and is strongly discouraged from using it for new developments. ## Source code integration From your kernel source code directory add the git remote (i.e. stmems_iio_github) for this repository: diff --git a/stm_iio_patches/4.9.y/0001-stm-Added-iio-type-patch-for-STMEMS.patch b/stm_iio_patches/4.9.y.EOL/0001-stm-Added-iio-type-patch-for-STMEMS.patch similarity index 100% rename from stm_iio_patches/4.9.y/0001-stm-Added-iio-type-patch-for-STMEMS.patch rename to stm_iio_patches/4.9.y.EOL/0001-stm-Added-iio-type-patch-for-STMEMS.patch diff --git a/stm_iio_patches/4.9.y/0002-stm-Add-STM-sensors-drivers-to-build-system.patch b/stm_iio_patches/4.9.y.EOL/0002-stm-Add-STM-sensors-drivers-to-build-system.patch similarity index 100% rename from stm_iio_patches/4.9.y/0002-stm-Add-STM-sensors-drivers-to-build-system.patch rename to stm_iio_patches/4.9.y.EOL/0002-stm-Add-STM-sensors-drivers-to-build-system.patch diff --git a/stm_iio_patches/4.9.y/0003-stm-add-new-iio-event-used-for-timesync-logic.patch b/stm_iio_patches/4.9.y.EOL/0003-stm-add-new-iio-event-used-for-timesync-logic.patch similarity index 100% rename from stm_iio_patches/4.9.y/0003-stm-add-new-iio-event-used-for-timesync-logic.patch rename to stm_iio_patches/4.9.y.EOL/0003-stm-add-new-iio-event-used-for-timesync-logic.patch