The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Jai Luthra <jai.luthra@ideasonboard.com>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	Changhuang Liang <changhuang.liang@starfivetech.com>,
	Rishikesh Donadkar <r-donadkar@ti.com>,
	Sakari Ailus <sakari.ailus@linux.intel.com>,
	linux-media@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev
Subject: Re: [PATCH v2 0/2] media: staging: Drop StarFive JH7110 Camera Subsystem
Date: Sun, 18 Jan 2026 10:29:27 +0200	[thread overview]
Message-ID: <20260118082927.GB20659@pendragon.ideasonboard.com> (raw)
In-Reply-To: <20260116-drop-starfive-camss-v2-0-34df57025921@ideasonboard.com>

On Fri, Jan 16, 2026 at 12:36:57PM +0530, Jai Luthra wrote:
> StarFive no longer plans to maintain or develop the JH7110 camera
> subsystem for destaging, as discussed in below thread:
> 
> https://lore.kernel.org/all/ZQ0PR01MB13024A92926C415C187D2C18F29F2@ZQ0PR01MB1302.CHNPR01.prod.partner.outlook.cn/
> 
> So drop the driver and bindings from staging. This came up while adding
> support for streams APIs in Cadence CSI2RX driver, which is used both by
> StarFive and TI in their capture pipelines:
> 
> https://lore.kernel.org/all/20260114130522.GE25101@pendragon.ideasonboard.com/
> 
> Signed-off-by: Jai Luthra <jai.luthra@ideasonboard.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Mauro, Hans, can you pick this up ? There's a comment from Krzysztof on
patch 1/2 asking for the DT bindings removal to be applied on top of the
driver removal (just swapping the order between patches 1/2 and 2/2).

> ---
> Changes in v2:
> - Add Changhuang's Ack on PATCH 1
> - Fix PATCH 2 to also drop reference to the starfive camss documentation
>   in v4l-drivers.rst
> - Link to v1: https://lore.kernel.org/r/20260115-drop-starfive-camss-v1-0-27550e7a9815@ideasonboard.com
> 
> ---
> Jai Luthra (2):
>       media: dt-bindings: Drop starfive,jh7110-camss from staging
>       media: staging: Drop starfive-camss from staging
> 
>  Documentation/admin-guide/media/starfive_camss.rst |  72 ---
>  .../admin-guide/media/starfive_camss_graph.dot     |  12 -
>  Documentation/admin-guide/media/v4l-drivers.rst    |   1 -
>  .../bindings/media/starfive,jh7110-camss.yaml      | 180 ------
>  MAINTAINERS                                        |   9 -
>  drivers/staging/media/Kconfig                      |   2 -
>  drivers/staging/media/Makefile                     |   1 -
>  drivers/staging/media/starfive/Kconfig             |   5 -
>  drivers/staging/media/starfive/Makefile            |   2 -
>  drivers/staging/media/starfive/camss/Kconfig       |  18 -
>  drivers/staging/media/starfive/camss/Makefile      |  13 -
>  drivers/staging/media/starfive/camss/TODO.txt      |   4 -
>  drivers/staging/media/starfive/camss/stf-camss.c   | 438 ---------------
>  drivers/staging/media/starfive/camss/stf-camss.h   | 134 -----
>  drivers/staging/media/starfive/camss/stf-capture.c | 605 ---------------------
>  drivers/staging/media/starfive/camss/stf-capture.h |  86 ---
>  .../staging/media/starfive/camss/stf-isp-hw-ops.c  | 445 ---------------
>  drivers/staging/media/starfive/camss/stf-isp.c     | 379 -------------
>  drivers/staging/media/starfive/camss/stf-isp.h     | 428 ---------------
>  drivers/staging/media/starfive/camss/stf-video.c   | 570 -------------------
>  drivers/staging/media/starfive/camss/stf-video.h   | 100 ----
>  21 files changed, 3504 deletions(-)
> ---
> base-commit: 8f0b4cce4481fb22653697cced8d0d04027cb1e8
> change-id: 20260115-drop-starfive-camss-2b9ff7cf3321

-- 
Regards,

Laurent Pinchart

      parent reply	other threads:[~2026-01-18  8:29 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-16  7:06 [PATCH v2 0/2] media: staging: Drop StarFive JH7110 Camera Subsystem Jai Luthra
2026-01-16  7:06 ` [PATCH v2 1/2] media: dt-bindings: Drop starfive,jh7110-camss from staging Jai Luthra
2026-01-17 11:36   ` Krzysztof Kozlowski
2026-01-17 11:38     ` Krzysztof Kozlowski
2026-01-18  8:27       ` Laurent Pinchart
2026-01-18 10:10   ` Krzysztof Kozlowski
2026-01-16  7:06 ` [PATCH v2 2/2] media: staging: Drop starfive-camss " Jai Luthra
2026-01-16  7:14   ` Changhuang Liang
2026-01-18  8:29 ` Laurent Pinchart [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=20260118082927.GB20659@pendragon.ideasonboard.com \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=changhuang.liang@starfivetech.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jai.luthra@ideasonboard.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=mchehab@kernel.org \
    --cc=p.zabel@pengutronix.de \
    --cc=r-donadkar@ti.com \
    --cc=robh@kernel.org \
    --cc=sakari.ailus@linux.intel.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