Re: [PATCH v3] staging: media: Remove deprecated Atmel ISC drivers
From: gregkh
Date: Tue May 26 2026 - 12:24:29 EST
On Tue, May 26, 2026 at 05:46:56PM +0530, Ashwin Gundarapu wrote:
> The Atmel ISC and XISC drivers were deprecated and scheduled
> for removal by the beginning of 2026. The replacement drivers
> (VIDEO_MICROCHIP_ISC and VIDEO_MICROCHIP_XISC) are available
> in the main media subsystem.
>
> Remove the Kconfig entries, Makefile rules, MAINTAINERS entries,
> and the STAGING_MEDIA_DEPRECATED menuconfig since it is no longer
> needed. The source files remain on disk but are no longer compiled
> since the build infrastructure is removed.
>
> Signed-off-by: Ashwin Gundarapu <linuxuser509@xxxxxxxxxxx>
> ---
> MAINTAINERS | 2 -
> drivers/staging/media/Kconfig | 18 +------
> drivers/staging/media/Makefile | 1 -
> .../staging/media/deprecated/atmel/Kconfig | 47 -------------------
> .../staging/media/deprecated/atmel/Makefile | 8 ----
> 5 files changed, 1 insertion(+), 75 deletions(-)
> delete mode 100644 drivers/staging/media/deprecated/atmel/Kconfig
> delete mode 100644 drivers/staging/media/deprecated/atmel/Makefile
Hi,
This is the friendly patch-bot of Greg Kroah-Hartman. You have sent him
a patch that has triggered this response. He used to manually respond
to these common problems, but in order to save his sanity (he kept
writing the same thing over and over, yet to different people), I was
created. Hopefully you will not take offence and will fix the problem
in your patch and resubmit it so that it can be accepted into the Linux
kernel tree.
You are receiving this message because of the following common error(s)
as indicated below:
- This looks like a new version of a previously submitted patch, but you
did not list below the --- line any changes from the previous version.
Please read the section entitled "The canonical patch format" in the
kernel file, Documentation/process/submitting-patches.rst for what
needs to be done here to properly describe this.
If you wish to discuss this problem further, or you have questions about
how to resolve this issue, please feel free to respond to this email and
Greg will reply once he has dug out from the pending patches received
from other developers.
thanks,
greg k-h's patch email bot