* [GIT PULL FOR v6.20] NXP media drivers changes
@ 2026-01-21 3:14 Laurent Pinchart
2026-01-21 15:49 ` Frank Li
0 siblings, 1 reply; 2+ messages in thread
From: Laurent Pinchart @ 2026-01-21 3:14 UTC (permalink / raw)
To: Hans Verkuil, Mauro Carvalho Chehab
Cc: Frank Li, Rafael J. Wysocki, Rui Wang, linux-media
Hi Hans, Mauro,
The following changes since commit dde659d37036c6edf5eeef81274b43fe12dfad53:
media: iris: Introduce vpu ops for vpu4 with necessary hooks (2026-01-20 16:22:24 +0100)
are available in the Git repository at:
https://gitlab.freedesktop.org/linux-media/users/pinchartl.git tags/next-media-nxp-20260120
for you to fetch changes up to a26a438dc814fdffb6f53add5296dde3f4d3b3a6:
media: staging: media: imx6-mipi-csi2: use devm_platform_ioremap_resource() simplify code (2026-01-21 04:16:50 +0200)
----------------------------------------------------------------
Improvements to NXP media drivers:
- Fix filter configuration in rkisp1
- Discard pm_runtime_put() return value
- Simplify code in various drivers
----------------------------------------------------------------
Frank Li (6):
media: nxp: use dev_err_probe() to simplify code
media: nxp: imx8-isi: use devm_pm_runtime_enable() to simplify code
media: nxp: use cleanup __free(fwnode_handle) simplify code
media: staging: media: imx6-mipi-csi2: replace spaces with tabs for alignment
media: staging: media: imx6-mipi-csi2: use devm_mutex_init() to simplify code
media: staging: media: imx6-mipi-csi2: use devm_platform_ioremap_resource() simplify code
Laurent Pinchart (1):
media: imx8-isi: Drop unneeded module alias
Rafael J. Wysocki (1):
media: rkisp1: Discard pm_runtime_put() return value
Rui Wang (1):
media: rkisp1: Fix filter mode register configuration
drivers/media/platform/nxp/imx-mipi-csis.c | 31 ++----
drivers/media/platform/nxp/imx7-media-csi.c | 14 +--
.../media/platform/nxp/imx8-isi/imx8-isi-core.c | 17 ++--
drivers/media/platform/nxp/imx8mq-mipi-csi2.c | 58 +++++------
.../platform/rockchip/rkisp1/rkisp1-capture.c | 5 +-
.../media/platform/rockchip/rkisp1/rkisp1-params.c | 6 --
drivers/staging/media/imx/imx6-mipi-csi2.c | 106 ++++++++++-----------
7 files changed, 94 insertions(+), 143 deletions(-)
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL FOR v6.20] NXP media drivers changes
2026-01-21 3:14 [GIT PULL FOR v6.20] NXP media drivers changes Laurent Pinchart
@ 2026-01-21 15:49 ` Frank Li
0 siblings, 0 replies; 2+ messages in thread
From: Frank Li @ 2026-01-21 15:49 UTC (permalink / raw)
To: Laurent Pinchart
Cc: Hans Verkuil, Mauro Carvalho Chehab, Rafael J. Wysocki, Rui Wang,
linux-media
On Wed, Jan 21, 2026 at 05:14:23AM +0200, Laurent Pinchart wrote:
> Hi Hans, Mauro,
>
> The following changes since commit dde659d37036c6edf5eeef81274b43fe12dfad53:
>
> media: iris: Introduce vpu ops for vpu4 with necessary hooks (2026-01-20 16:22:24 +0100)
>
> are available in the Git repository at:
>
> https://gitlab.freedesktop.org/linux-media/users/pinchartl.git tags/next-media-nxp-20260120
>
> for you to fetch changes up to a26a438dc814fdffb6f53add5296dde3f4d3b3a6:
>
> media: staging: media: imx6-mipi-csi2: use devm_platform_ioremap_resource() simplify code (2026-01-21 04:16:50 +0200)
>
> ----------------------------------------------------------------
> Improvements to NXP media drivers:
>
> - Fix filter configuration in rkisp1
> - Discard pm_runtime_put() return value
> - Simplify code in various drivers
>
> ----------------------------------------------------------------
> Frank Li (6):
> media: nxp: use dev_err_probe() to simplify code
> media: nxp: imx8-isi: use devm_pm_runtime_enable() to simplify code
> media: nxp: use cleanup __free(fwnode_handle) simplify code
> media: staging: media: imx6-mipi-csi2: replace spaces with tabs for alignment
> media: staging: media: imx6-mipi-csi2: use devm_mutex_init() to simplify code
> media: staging: media: imx6-mipi-csi2: use devm_platform_ioremap_resource() simplify code
>
> Laurent Pinchart (1):
> media: imx8-isi: Drop unneeded module alias
Laurent:
Thank you for taking care of the i.MX patches.
Could you please give us some time to fix the small issues you pointed out?
Otherwise, this series may be pushed back to the next release cycle
(another three months).
It also looks like Guoniu’s patches may have been missed:
https://lore.kernel.org/imx/20251205-csi2_imx8ulp-v10-3-190cdadb20a3@nxp.com/
I have a few ideas that might help improve the process going forward:
- Pick up patches on a regular schedule (for example, once per month), so
contributors know if they missed a review cycle and can resend their
patches accordingly.
- Have a clearer communication channel for important messages, such as
patches that have not received review for over one month.
Thanks again for your work, and I’m happy to discuss this further.
Frank
>
> Rafael J. Wysocki (1):
> media: rkisp1: Discard pm_runtime_put() return value
>
> Rui Wang (1):
> media: rkisp1: Fix filter mode register configuration
>
> drivers/media/platform/nxp/imx-mipi-csis.c | 31 ++----
> drivers/media/platform/nxp/imx7-media-csi.c | 14 +--
> .../media/platform/nxp/imx8-isi/imx8-isi-core.c | 17 ++--
> drivers/media/platform/nxp/imx8mq-mipi-csi2.c | 58 +++++------
> .../platform/rockchip/rkisp1/rkisp1-capture.c | 5 +-
> .../media/platform/rockchip/rkisp1/rkisp1-params.c | 6 --
> drivers/staging/media/imx/imx6-mipi-csi2.c | 106 ++++++++++-----------
> 7 files changed, 94 insertions(+), 143 deletions(-)
>
>
> --
> Regards,
>
> Laurent Pinchart
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-01-21 15:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-21 3:14 [GIT PULL FOR v6.20] NXP media drivers changes Laurent Pinchart
2026-01-21 15:49 ` Frank Li
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox