From: "Heiko Stübner" <heiko@sntech.de>
To: Sakari Ailus <sakari.ailus@linux.intel.com>
Cc: Olivier Benjamin <olivier.benjamin@bootlin.com>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Jacopo Mondi <jacopo.mondi@ideasonboard.com>,
Nicholas Roth <nicholas@rothemail.net>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
linux-media@vger.kernel.org,
Krzysztof Kozlowski <krzk@kernel.org>,
imx@lists.linux.dev, ~diederik/pine64-discuss@lists.sr.ht,
Dragan Simic <dsimic@manjaro.org>, Ondrej Jirman <megi@xff.cz>
Subject: Re: [PATCH v4 0/4] Describe the cameras in the PinePhone Pro dts
Date: Mon, 30 Jun 2025 11:50:11 +0200 [thread overview]
Message-ID: <7067942.rnE6jSC6OK@diego> (raw)
In-Reply-To: <aFknh7weIKoGKajQ@kekkonen.localdomain>
Am Montag, 23. Juni 2025, 12:08:07 Mitteleuropäische Sommerzeit schrieb Sakari Ailus:
> Hi Heiko,
>
> On Mon, Jun 23, 2025 at 12:05:22PM +0200, Heiko Stuebner wrote:
> > Hi,
> >
> > Am Montag, 23. Juni 2025, 08:47:44 Mitteleuropäische Sommerzeit schrieb Sakari Ailus:
> > > Hi Olivier,
> > >
> > > On Fri, Jun 20, 2025 at 05:21:31PM +0200, Olivier Benjamin wrote:
> > > > This series adds support for the Pine64 PinePhone Pro's rear and front
> > > > cameras in Device Tree.
> > > > This is based on some of Ondrej Jirman's patches hosted in his tree at
> > > > https://codeberg.org/megi/linux, but I have also fully reviewed and
> > > > re-written the code from the RK3399 datasheet, the PinePhone Pro
> > > > schematic, and the IMX258-0AQH5 software reference manual.
> > > >
> > > > I have tested these changes on my PinePhone Pro and am able to take
> > > > photos from both cameras using libcamera's cam.
> > > >
> > > > This series has raised a question about the proper label name for the
> > > > front/user camera and rear/world camera for phones.
> > > > This series is using "ucam" and "wcam", which is used in a few other
> > > > Rockship DTBs:
> > > > - arch/arm64/boot/dts/rockchip/px30-evb.dts
> > > > - rk3399-gru-scarlet.dtsi
> > > >
> > > > Signed-off-by: Olivier Benjamin <olivier.benjamin@bootlin.com>
> > >
> > > Thanks for the patches.
> > >
> > > I've picked the first two in the set, presumably the rest will be merged
> > > via another tree?
> >
> > correct, and with the first two being applied, I can now also safely pick
> > the other two :-)
>
> Once in my tree, they'll next end up to the media committers' tree and
> after some time you should be able to find them in linux-next. This process
> will take some time. Just FYI.
thanks for the heads up :-) .
So I'll give that a bit more time for the bindings to appear.
Thanks
Heiko
next prev parent reply other threads:[~2025-06-30 9:50 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-20 15:21 [PATCH v4 0/4] Describe the cameras in the PinePhone Pro dts Olivier Benjamin
2025-06-20 15:21 ` [PATCH v4 1/4] dt-bindings: media: ov8858: inherit video-interface-devices properties Olivier Benjamin
2025-06-20 15:21 ` [PATCH v4 2/4] dt-bindings: media: imx258: " Olivier Benjamin
2025-06-20 15:21 ` [PATCH v4 3/4] arm64: dts: rockchip: describe I2c Bus 1 and IMX258 world camera on PinePhone Pro Olivier Benjamin
2025-08-02 8:40 ` Kieran Bingham
2025-08-02 8:57 ` Kieran Bingham
2025-06-20 15:21 ` [PATCH v4 4/4] arm64: dts: rockchip: describe the OV8858 user " Olivier Benjamin
2025-06-23 6:47 ` [PATCH v4 0/4] Describe the cameras in the PinePhone Pro dts Sakari Ailus
2025-06-23 10:05 ` Heiko Stuebner
2025-06-23 10:08 ` Sakari Ailus
2025-06-30 9:50 ` Heiko Stübner [this message]
2025-07-10 11:01 ` (subset) " Heiko Stuebner
2025-07-30 14:35 ` Pavel Machek
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=7067942.rnE6jSC6OK@diego \
--to=heiko@sntech.de \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dsimic@manjaro.org \
--cc=festevam@gmail.com \
--cc=imx@lists.linux.dev \
--cc=jacopo.mondi@ideasonboard.com \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=krzk@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=mchehab@kernel.org \
--cc=megi@xff.cz \
--cc=nicholas@rothemail.net \
--cc=olivier.benjamin@bootlin.com \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=sakari.ailus@linux.intel.com \
--cc=shawnguo@kernel.org \
--cc=thomas.petazzoni@bootlin.com \
--cc=~diederik/pine64-discuss@lists.sr.ht \
/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