messages from 2025-08-05 09:59:24 to 2025-08-09 21:18:29 UTC [more...]
[PATCH v2 00/76] media: Rationalise usage of v4l2_fh
2025-08-09 21:16 UTC (7+ messages)
` [PATCH v2 08/76] media: Wrap file->private_data access with a helper function
` [PATCH v2 09/76] media: Replace file->private_data access with file_to_v4l2_fh()
` [PATCH v2 11/76] media: Replace file->private_data access with custom functions
` [PATCH v2 26/76] media: Set file->private_data in v4l2_fh_add()
` [PATCH v2 27/76] media: Reset file->private_data to NULL in v4l2_fh_del()
` [PATCH v2 46/76] media: imx-jpeg: Access v4l2_fh from file
[PATCH v2 00/32] media: add imx93 mipi/controller csi support
2025-08-08 22:39 UTC (33+ messages)
` [PATCH v2 01/32] dt-bindings: media: add DW MIPI CSI-2 Host support
` [PATCH v2 02/32] media: v4l2-common: Add helper function v4l_get_required_align_by_bpp()
` [PATCH v2 03/32] media: v4l2-common: Add helper function media_bus_fmt_to_csi2_bpp()
` [PATCH v2 04/32] media: v4l2-common: Add helper function media_bus_fmt_to_csi2_dt()
` [PATCH v2 05/32] media: staging: media: imx6-mipi-csi2: replace space with tab for alignment
` [PATCH v2 06/32] media: staging: media: imx6-mipi-csi2: use devm_add_action_or_reset() to simplify code
` [PATCH v2 07/32] media: staging: media: imx6-mipi-csi2: use devm_clk_bulk_get_all() to fetch clocks
` [PATCH v2 08/32] media: staging: media: imx6-mipi-csi2: use devm_mutex_init() to simplify code
` [PATCH v2 09/32] media: staging: media: imx6-mipi-csi2: use guard() "
` [PATCH v2 10/32] media: staging: media: imx6-mipi-csi2: use register structure to match hardware
` [PATCH v2 11/32] media: staging: media: imx6-mipi-csi2: use devm_platform_ioremap_resource() simplify code
` [PATCH v2 12/32] media: staging: media: imx6-mipi-csi2: move probe part to imx6-csi2.c
` [PATCH v2 13/32] media: staging: media: imx6-mipi-csi2: move sd imx6's specific initialization into imx6-sci2.c
` [PATCH v2 14/32] media: staging: media: imx6-mipi-csi2: move csi2ipu_gasket_init() to imx6-csi2.c
` [PATCH v2 15/32] media: staging: media: imx6-mipi-csi2: move number pad macro define into imx6-csi2.c
` [PATCH v2 16/32] media: staging: media: imx6-mipi-csi2: move dphy init part to imx6-csi2.c
` [PATCH v2 17/32] media: staging: media: imx6-mipi-csi2: use runtime_pm frame to control clks
` [PATCH v2 18/32] media: synopsys: move imx6-mipi-csi2.c to synopsys/mipi-csi2.c
` [PATCH v2 19/32] media: synopsys: csi2: Remove deprecated s_stream and use v4l2_subdev_pad_ops
` [PATCH v2 20/32] media: synopsys: csi2: Add phy interface support
` [PATCH v2 21/32] media: synopsys: csi2: Add basic v150* version register
` [PATCH v2 22/32] media: synopsys: csi2: Add irq support to record error count
` [PATCH v2 23/32] media: synopsys: csi2: Handle alignment requirement for width
` [PATCH v2 24/32] media: synopsys: csi2: Add register prefix to register field definitions
` [PATCH v2 25/32] media: synopsys: csi2: Add need_dphy_reset in config
` [PATCH v2 26/32] media: synopsys: csi2: Add default simple dw_csi2_subdev_init_state
` [PATCH v2 27/32] media: synopsys: csi2: Add v150 lane stop state register bit define
` [PATCH v2 28/32] media: synopsys: csi2: use standard v4l2_subdev_get_fmt() function
` [PATCH v2 29/32] media: synopsys: csi2: Add customize get_frame_desc() callback
` [PATCH v2 30/32] media: synopsys: csi2: Add Image Pixel Interface (IPI) support for v150
` [PATCH v2 31/32] media: synopsys: csi2: Remove source pad connected check at dw_csi2_enable_streams()
` [PATCH v2 32/32] media: synopsys: csi2: Add simple synopsys platform driver
[PATCH v4 0/7] drm/bridge: imx: Add HDMI PAI driver on i.MX8MP
2025-08-08 20:54 UTC (14+ messages)
` [PATCH v4 1/7] dt-bindings: display: imx: add HDMI PAI for i.MX8MP
` [PATCH v4 2/7] ALSA: Add definitions for the bits in IEC958 subframe
` [PATCH v4 3/7] drm/bridge: dw-hdmi: Add API dw_hdmi_to_plat_data() to get plat_data
` [PATCH v4 4/7] drm/bridge: dw-hdmi: Add API dw_hdmi_set_sample_iec958() for iec958 format
` [PATCH v4 5/7] drm/bridge: imx: add driver for HDMI TX Parallel Audio Interface
` [PATCH v4 6/7] arm64: dts: imx8mp: Add hdmi parallel audio interface node
` [PATCH v4 7/7] arm64: dts: imx8mp-evk: enable hdmi_pai device
[PATCH] ASoC: dt-bindings: Drop imx-audio-sgtl5000.txt
2025-08-08 15:55 UTC (2+ messages)
[PATCH v9 0/6] add support for pf1550 PMIC MFD-based drivers
2025-08-08 14:03 UTC (6+ messages)
` [PATCH v9 1/6] dt-bindings: mfd: add pf1550
[PATCH v2] drm/imx: Remove goto label that are only used once
2025-08-08 10:55 UTC (2+ messages)
[PATCH v5 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
2025-08-08 10:46 UTC (11+ messages)
` [PATCH v5 02/25] drm/dumb-buffers: Provide helper to set pitch and size
` [PATCH v5 03/25] drm/gem-dma: Compute dumb-buffer sizes with drm_mode_size_dumb()
` [PATCH v5 04/25] drm/gem-shmem: "
` [PATCH v5 17/25] drm/renesas/rcar-du: "
` [PATCH v5 25/25] drm/xlnx: "
[RESEND] net: phy: fix NULL pointer dereference in phy_polling_mode()
2025-08-08 10:26 UTC (17+ messages)
[PATCH v3 0/6] drm/bridge: imx: Add HDMI PAI driver on i.MX8MP
2025-08-08 7:52 UTC (20+ messages)
` [PATCH v3 5/6] drm/bridge: imx: add driver for HDMI TX Parallel Audio Interface
` [PATCH v3 6/6] arm64: dts: imx8mp: Add hdmi parallel audio interface node
[PATCH 00/65] media: Rationalise usage of v4l2_fh
2025-08-08 7:22 UTC (31+ messages)
` [PATCH 11/65] media: Replace file->private_data access with custom functions
` [PATCH 27/65] media: Reset file->private_data to NULL in v4l2_fh_del()
` [PATCH 42/65] media: renesas: Access v4l2_fh from file
` [PATCH 58/65] media: zoran: Remove access to __fh
` [PATCH 63/65] media: ipu6: isys: Don't set V4L2_FL_USES_V4L2_FH manually
` [PATCH 64/65] media: staging: ipu7: "
` [PATCH 65/65] media: v4l2-ioctl: Stop passing fh pointer to ioctl handlers
[PATCH] spi: spi-fsl-lpspi: Clamp too high speed_hz
2025-08-07 19:09 UTC (2+ messages)
[PATCH v3 0/9] Add support for i.MX94 DCIF
2025-08-07 16:07 UTC (24+ messages)
` [PATCH v3 1/9] dt-bindings: display: fsl,ldb: Add i.MX94 LDB
` [PATCH v3 2/9] drm/bridge: fsl-ldb: Get the next non-panel bridge
` [PATCH v3 3/9] drm/bridge: fsl-ldb: Add support for i.MX94
` [PATCH v3 4/9] dt-bindings: display: imx: Add bindings for i.MX94 DCIF
` [PATCH v3 5/9] drm/imx: Add support "
` [PATCH v3 6/9] dt-bindings: clock: nxp,imx95-blk-ctl: Add optional ldb property
` [PATCH v3 7/9] arm64: dts: imx943: Add display pipeline nodes
` [PATCH v3 8/9] arm64: dts: imx943-evk: Add display support using IT6263
` [PATCH v3 9/9] MAINTAINERS: Add entry for i.MX94 DCIF driver
[PATCH v2] ARM: dts: imx6-karo: Replace license text comment with SPDX identifier
2025-08-07 14:46 UTC (2+ messages)
[PATCH v3] arm64: dts: freescale: imx93-phycore-som: Delay the phy reset by a gpio
2025-08-07 12:53 UTC (14+ messages)
` [Upstream] "
[ANNOUNCEMENT / CFP] LPC 2025 Devicetree Microconference CFP
2025-08-07 11:46 UTC
[PATCH 0/2] Make i.MX 93 ADC calibration params configurable
2025-08-07 9:26 UTC (10+ messages)
` [PATCH 1/2] dt-bindings: iio: adc: imx93: Add calibration properties
[PATCH v1 0/2] PCI: dwc: Fetch dedicated AER/PME interrupters
2025-08-07 8:33 UTC (7+ messages)
` [PATCH v1 1/2] PCI/portdrv: Use get_service_irqs() callback to get PME/AER irqs
` [PATCH v1 2/2] PCI: dwc: Fetch dedicated AER/PME interrupters
[PATCH] net: usb: asix: avoid to call phylink_stop() a second time
2025-08-07 4:03 UTC (3+ messages)
[PATCH net] net: phy: nxp-c45-tja11xx: fix the PHY ID mismatch issue when using C45
2025-08-07 4:08 UTC
[PATCH 0/3] firmware: imx: Add stub functions for MISC/CPU/LMM APIs
2025-08-07 1:47 UTC (4+ messages)
` [PATCH 1/3] firmware: imx: Add stub functions for SCMI MISC API
` [PATCH 2/3] firmware: imx: Add stub functions for SCMI LMM API
` [PATCH 3/3] firmware: imx: Add stub functions for SCMI CPU API
[PATCH v8 00/11] Add i.MX91 platform support
2025-08-06 15:51 UTC (15+ messages)
` [PATCH v8 01/11] dt-bindings: arm: fsl: add i.MX91 11x11 evk board
` [PATCH v8 02/11] dt-bindings: soc: imx-blk-ctrl: add i.MX91 blk-ctrl compatible
` [PATCH v8 03/11] arm64: dts: freescale: move aliases from imx93.dtsi to board dts
` [PATCH v8 04/11] arm64: dts: freescale: rename imx93.dtsi to imx91_93_common.dtsi and modify them
` [PATCH v8 05/11] arm64: dts: imx91: add i.MX91 dtsi support
` [PATCH v8 06/11] arm64: dts: freescale: add i.MX91 11x11 EVK basic support
` [PATCH v8 07/11] arm64: dts: imx93-11x11-evk: remove fec property eee-broken-1000t
` [PATCH v8 08/11] arm64: defconfig: enable i.MX91 pinctrl
` [PATCH v8 09/11] pmdomain: imx93-blk-ctrl: use ARRAY_SIZE() instead of hardcode number
` [PATCH v8 10/11] pmdomain: imx93-blk-ctrl: mask DSI and PXP PD domain register on i.MX91
` [PATCH v8 11/11] net: stmmac: imx: add i.MX91 support
[PATCH] usb: core: hcd: fix accessing unmapped memory in SINGLE_STEP_SET_FEATURE test
2025-08-06 14:48 UTC (2+ messages)
[PATCH v18 0/7] firmware: imx: driver for NXP secure-enclave
2025-08-06 13:27 UTC (12+ messages)
` [PATCH v18 3/7] firmware: imx: add driver for NXP EdgeLock Enclave
` [EXT] "
[PATCH v2 0/3] pmdomain: core: Introduce device_set/get_out_band_wakeup
2025-08-06 9:28 UTC (5+ messages)
` [PATCH v2 2/3] usb: chipidea: ci_hdrc_imx: Set out of band wakeup for i.MX95
` [PATCH v2 3/3] usb: dwc3: imx8mp: "
[PATCH 1/2] net: phy: fix NULL pointer dereference in phy_polling_mode()
2025-08-06 8:44 UTC (2+ messages)
[PATCH v2] ASoC: SOF: imx: Remove error print for devm_add_action_or_reset()
2025-08-06 8:05 UTC (2+ messages)
[PATCH 0/4] drm: Remove goto label that are only used once
2025-08-06 7:32 UTC (3+ messages)
` [PATCH 3/4] drm/imx: "
[RFC PATCH 0/6] Allow DMA consumers to pass a cookie to providers' of_xlate
2025-08-05 22:08 UTC (12+ messages)
` [PATCH RFC 2/6] dmaengine: Make of_dma_request_slave_channel pass a cookie to of_xlate
` [PATCH RFC 3/6] dmaengine: qcom: gpi: Accept protocol ID hints
[PATCH v2 0/9] drm/bridge: get/put the bridge returned by drm_bridge_get_next_bridge()
2025-08-05 21:55 UTC (3+ messages)
` [PATCH v2 1/9] list: add list_last_entry_or_null()
[PATCH v2] phy: freescale: imx8qm-hsio: Fix a use of uninitialized mutex
2025-08-05 21:14 UTC (2+ messages)
[PATCH 0/3] media: Use v4l2_event_subdev_unsubscribe() in more drivers
2025-08-05 20:52 UTC (3+ messages)
` [PATCH 3/3] media: staging: imx: Drop custom .unsubscribe_event() handler
[PATCH v2 0/2] clk: imx95-blk-ctl: Fix runtime PM issues
2025-08-05 20:25 UTC (3+ messages)
` [PATCH v2 2/2] clk: imx95-blk-ctl: Save/restore registers when RPM routines are called
[PATCH v7 00/12] gpio: siul2-s32g2: add initial GPIO driver
2025-08-05 12:53 UTC (10+ messages)
` [PATCH v7 10/12] nvmem: s32g2_siul2: add NVMEM driver for SoC information
[PATCH net-next v2] net: enetc: Remove error print for devm_add_action_or_reset()
2025-08-05 10:41 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).