From: Mauro Carvalho Chehab <mchehab@kernel.org>
To: Hans de Goede <hdegoede@redhat.com>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Sakari Ailus <sakari.ailus@linux.intel.com>,
Kate Hsuan <hpa@redhat.com>, Tsuchiya Yuto <kitakar@gmail.com>,
Andy Shevchenko <andy@kernel.org>,
Yury Luneff <yury.lunev@gmail.com>,
Nable <nable.maininbox@googlemail.com>,
andrey.i.trufanov@gmail.com, Fabio Aiuto <fabioaiuto83@gmail.com>,
linux-media@vger.kernel.org, linux-staging@lists.linux.dev
Subject: Re: [PATCH 00/10] media: atomisp: Remove depth-mode and continuous mode support
Date: Thu, 23 Feb 2023 10:17:34 +0100 [thread overview]
Message-ID: <20230223101734.5f3bb8e3@coco.lan> (raw)
In-Reply-To: <20230221145906.8113-1-hdegoede@redhat.com>
Em Tue, 21 Feb 2023 15:58:56 +0100
Hans de Goede <hdegoede@redhat.com> escreveu:
> Hi All,
>
> This is the first step of the removal of special/obscure features
> discussed here:
>
> https://lore.kernel.org/linux-media/ea81b17b-7d1f-a5e1-11dd-04db310e1e50@redhat.com/
>
> Plus some follow-up patches removing some dead code (some new dead
> code as well as some pre-existing dead code).
Nice cleanup. Yeah, I was considering doing this for some time,
as those "extra" modes are meant to be used only on Android.
Regards,
Mauro
>
> Regards,
>
> Hans
>
>
> Hans de Goede (10):
> media: atomisp: Remove depth-mode support
> media: atomisp: Remove continuous mode support
> media: atomisp: Remove delayed_init related code
> media: atomisp: Remove crop_needs_override from atomisp_set_fmt()
> media: atomisp: Remove atomisp_css_enable_raw_binning()
> media: atomisp: Remove atomisp_get_metadata_type()
> media: atomisp: Remove unused SOC_CAMERA, XENON_FLASH and FILE_INPUT
> subdev types
> media: atomisp: Remove ATOMISP_USE_YUVPP()
> media: atomisp: Remove yuvpp_mode
> media: atomisp: Remove online_process setting
>
> .../media/atomisp/include/linux/atomisp.h | 26 -
> .../atomisp/include/linux/atomisp_platform.h | 9 +-
> .../staging/media/atomisp/pci/atomisp_cmd.c | 744 ++----------------
> .../staging/media/atomisp/pci/atomisp_cmd.h | 9 -
> .../media/atomisp/pci/atomisp_compat.h | 7 -
> .../media/atomisp/pci/atomisp_compat_css20.c | 321 +-------
> .../staging/media/atomisp/pci/atomisp_fops.c | 110 +--
> .../media/atomisp/pci/atomisp_internal.h | 21 -
> .../staging/media/atomisp/pci/atomisp_ioctl.c | 162 +---
> .../staging/media/atomisp/pci/atomisp_ioctl.h | 3 -
> .../media/atomisp/pci/atomisp_subdev.c | 78 +-
> .../media/atomisp/pci/atomisp_subdev.h | 16 -
> .../staging/media/atomisp/pci/atomisp_v4l2.c | 35 +-
> 13 files changed, 129 insertions(+), 1412 deletions(-)
>
Thanks,
Mauro
prev parent reply other threads:[~2023-02-23 9:17 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-21 14:58 [PATCH 00/10] media: atomisp: Remove depth-mode and continuous mode support Hans de Goede
2023-02-21 14:58 ` [PATCH 01/10] media: atomisp: Remove depth-mode support Hans de Goede
2023-02-21 15:52 ` Andy Shevchenko
2023-02-21 14:58 ` [PATCH 02/10] media: atomisp: Remove continuous mode support Hans de Goede
2023-02-21 15:57 ` Andy Shevchenko
2023-04-01 10:58 ` Hans de Goede
2023-04-02 6:06 ` Andy Shevchenko
2023-04-02 12:41 ` Hans de Goede
2023-02-22 4:18 ` kernel test robot
2023-02-21 14:58 ` [PATCH 03/10] media: atomisp: Remove delayed_init related code Hans de Goede
2023-02-21 14:59 ` [PATCH 04/10] media: atomisp: Remove crop_needs_override from atomisp_set_fmt() Hans de Goede
2023-02-21 16:00 ` Andy Shevchenko
2023-04-01 11:06 ` Hans de Goede
2023-02-21 14:59 ` [PATCH 05/10] media: atomisp: Remove atomisp_css_enable_raw_binning() Hans de Goede
2023-02-21 14:59 ` [PATCH 06/10] media: atomisp: Remove atomisp_get_metadata_type() Hans de Goede
2023-02-21 14:59 ` [PATCH 07/10] media: atomisp: Remove unused SOC_CAMERA, XENON_FLASH and FILE_INPUT subdev types Hans de Goede
2023-02-21 14:59 ` [PATCH 08/10] media: atomisp: Remove ATOMISP_USE_YUVPP() Hans de Goede
2023-02-21 14:59 ` [PATCH 09/10] media: atomisp: Remove yuvpp_mode Hans de Goede
2023-02-21 14:59 ` [PATCH 10/10] media: atomisp: Remove online_process setting Hans de Goede
2023-02-21 16:04 ` [PATCH 00/10] media: atomisp: Remove depth-mode and continuous mode support Andy Shevchenko
2023-04-01 11:09 ` Hans de Goede
2023-02-23 9:17 ` Mauro Carvalho Chehab [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230223101734.5f3bb8e3@coco.lan \
--to=mchehab@kernel.org \
--cc=andrey.i.trufanov@gmail.com \
--cc=andy@kernel.org \
--cc=fabioaiuto83@gmail.com \
--cc=hdegoede@redhat.com \
--cc=hpa@redhat.com \
--cc=kitakar@gmail.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=nable.maininbox@googlemail.com \
--cc=sakari.ailus@linux.intel.com \
--cc=yury.lunev@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox