Linux kernel and device drivers for NXP i.MX platforms
 help / color / mirror / Atom feed
 messages from 2026-06-23 15:34:02 to 2026-06-26 12:33:07 UTC [more...]

[PATCH v2 0/8] dt-bindings: Orientation defines
 2026-06-26 12:33 UTC  (12+ messages)
` [PATCH v2 1/8] dt-bindings: media: Add macros for video interface devices
` [PATCH v2 2/8] media: dt-bindings: video-interface-devices: add video-interface-devices.h references
` [PATCH v2 3/8] dt-bindings: media: i2c: Utilise video-interface-devices enums
` [PATCH v2 4/8] ARM: tegra: Convert to new media orientation definitions
` [PATCH v2 5/8] arm64: dts: freescale: "
` [PATCH v2 6/8] arm64: dts: qcom: "
` [PATCH v2 7/8] arm64: dts: renesas: "
` [PATCH v2 8/8] arm64: dts: rockchip: "

[PATCH 0/5] drm/panel: refcounting panel lookups and references
 2026-06-26 12:28 UTC  (9+ messages)
` [PATCH 1/5] drm/panel: have drm_panel_add/remove manage a list reference
` [PATCH 2/5] drm/bridge/panel: hold a reference to the wrapped panel
` [PATCH 3/5] drm/panel: make *find_panel*() return a counted reference
` [PATCH 4/5] drm/bridge: release panel reference on all lookup exit paths
` [PATCH 5/5] drm: release panel reference after panel bridge creation

[PATCH 00/37] drm bridge hotplug
 2026-06-26 11:44 UTC  (37+ messages)
` [PATCH 05/37] drm/display: bridge-connector: split code creating the connector to a subfunction
` [PATCH 06/37] drm/display: bridge-connector: use a drm_bridge_connector internally, not a drm_connector
` [PATCH 15/37] drm/display: bridge-connector: allocate the connector dynamically
` [PATCH 18/37] drm/bridge: samsung-dsim: remove the panel_bridge on host_detach
` [PATCH 19/37] drm/bridge: samsung-dsim: move drm_bridge_add() call to probe
` [PATCH 26/37] drm: event-notifier: add mechanism to notify about hotplug events
` [PATCH 30/37] drm/bridge: add drm_bridge_is_tail() to know whether a bridge completes the pipeline

[RFC] drm/imx: upstream direction for i.MX95 display support
 2026-06-26  9:53 UTC  (2+ messages)

[PATCH v3 00/10] mailbox: imx: Use threaded handler to avoid kworker in imx's remoteproc
 2026-06-26  9:00 UTC  (7+ messages)
` [PATCH v3 01/10] mailbox: imx: Forward the timeout/ error in imx_mu_generic_tx()

[PATCH] i2c: imx: Fix slave registration error path and missing NULL check
 2026-06-26  8:30 UTC  (13+ messages)
` [PATCH v2] i2c: imx: Fix slave registration error path and missing timer cleanup
    ` [PATCH v3 0/2] Fix slave mode corner issues
      ` [PATCH v3 1/2] i2c: imx: Clear slave pointer on registration error
      ` [PATCH v3 2/2] i2c: imx: Cancel hrtimer before clearing slave pointer

[PATCH v1 0/6] power: Use named initializers for platform_device_id arrays
 2026-06-26  8:20 UTC  (2+ messages)

[PATCH] mailbox: imx: return TXDB_V2 timeout errors
 2026-06-26  7:50 UTC  (3+ messages)

[PATCH net] net: enetc: check the number of BDs needed for xdp_frame
 2026-06-26  7:32 UTC 

[PATCH v2 0/5] mmc: sdhci-esdhc-imx: fix SDIO suspend/resume issues
 2026-06-26  6:58 UTC  (18+ messages)
` [PATCH v2 1/5] mmc: sdhci-esdhc-imx: remove unnecessary mmc_card_wake_sdio_irq check for tuning save/restore
` [PATCH v2 2/5] mmc: sdhci-esdhc-imx: restore DLL override for DDR modes on resume
` [PATCH v2 3/5] mmc: sdhci-esdhc-imx: restore pinctrl before restoring ios timing "
` [PATCH v2 4/5] mmc: sdhci-esdhc-imx: disable irq during suspend to fix unhandled interrupt
` [PATCH v2 5/5] mmc: sdhci-esdhc-imx: fix suspend/resume error handling

[PATCH RFC 1/4] media: imx8mq-mipi-csi2: Make reset release SoC-specific
 2026-06-26  6:47 UTC  (3+ messages)
` [PATCH RFC 4/4] arm64: dts: imx8mq-librem5: Add rear camera

[PATCH V3 0/8] Add PCIe M.2 Key E connector support for NXP i.MX boards
 2026-06-26  2:31 UTC  (9+ messages)
` [PATCH V3 1/8] PCI: imx6: Add skip_pwrctrl_off flag support
` [PATCH V3 2/8] power: sequencing: pcie-m2: Add PCI ID for NXP 88W9098 and AW693 Bluetooth
` [PATCH V3 3/8] Bluetooth: btnxpuart: Add M.2 Bluetooth device support using pwrseq
` [PATCH V3 4/8] arm64: dts: imx8mq-evk: Describe the PCIe M.2 Key E connector
` [PATCH V3 5/8] arm64: dts: imx95-19x19-evk: "
` [PATCH V3 6/8] arm64: dts: imx8dxl-evk: "
` [PATCH V3 7/8] arm64: dts: imx8qm-mek: "
` [PATCH V3 8/8] arm64: dts: imx8qxp-mek: "

[PATCH v14 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-06-25 22:17 UTC  (13+ messages)
` [PATCH v14 1/5] docs: driver-api: gpio: rpmsg gpio driver over rpmsg bus
` [PATCH v14 2/5] dt-bindings: remoteproc: imx_rproc: Add "rpmsg" subnode support
` [PATCH v14 3/5] rpmsg: core: match rpmsg device IDs by prefix
` [PATCH v14 4/5] gpio: rpmsg: add generic rpmsg GPIO driver
` [PATCH v14 5/5] arm64: dts: imx8ulp: Add rpmsg node under imx_rproc

[PATCH net] net: enetc: fix potential divide-by-zero when num_vsi is zero
 2026-06-25 16:21 UTC  (4+ messages)

[PATCH v3 0/5] dmaengine: mcf-edma: fix 64-channel handling and modernize IRQ setup
 2026-06-25 15:33 UTC  (15+ messages)
` [PATCH v3 1/5] dmaengine: fsl-edma: Move error handler out of header file
` [PATCH v3 2/5] dmaengine: fsl-edma: Add FSL_EDMA_DRV_MCF flag for ColdFire eDMA
` [PATCH v3 3/5] dmaengine: mcf-edma: Fix interrupt handler for 64 DMA channels
` [PATCH v3 4/5] dmaengine: mcf-edma: Fix error handler for all "
` [PATCH v3 5/5] dmaengine: mcf-edma: Use devm for per-channel IRQ registration

[PATCH] i2c: imx: Fix slave registration error path and missing NULL check
 2026-06-25 15:07 UTC 

[PATCH v3 0/4] media: add and use fwnode_graph_for_each_endpoint_scoped()
 2026-06-25 14:17 UTC  (5+ messages)
` [PATCH v3 1/4] device property: Introduce fwnode_graph_for_each_endpoint_scoped()
` [PATCH v3 2/4] media: mc: use fwnode_graph_for_each_endpoint_scoped() to simpilfy code
` [PATCH v3 3/4] media: rkisp1: use fwnode_graph_for_each_endpoint_scoped() to simplify code
` [PATCH v3 4/4] media: qcom: camss: "

[PATCH v6 0/9] media: add new API simple 1to1 subdev register and add imx parallel camera support
 2026-06-25 14:17 UTC  (18+ messages)
` [PATCH v6 1/9] media: mc-entity: Store parsed V4L2 fwnode endpoint in media_pad
` [PATCH v6 2/9] media: subdev: Add set_pad_by_ep() callback to internal ops
` [PATCH v6 3/9] media: subdev: Add media_async_register_subdev() helper
` [PATCH v6 4/9] media: synopsys: Use v4l2_subdev_get_frame_desc_passthrough()
` [PATCH v6 5/9] media: synopsys: Use media_async_register_subdev() to simplify code
` [PATCH v6 6/9] dt-bindings: media: add i.MX parallel CPI support
` [PATCH v6 7/9] media: nxp: add V4L2 subdev driver for camera parallel interface (CPI)
` [PATCH v6 8/9] arm64: dts: imx8: add camera parallel interface (CPI) node
` [PATCH v6 9/9] arm64: dts: imx8qxp-mek: add parallel ov5640 camera support

[PATCH V2 0/8] Add PCIe M.2 Key E connector support for NXP i.MX boards
 2026-06-25 13:57 UTC  (7+ messages)
` [PATCH V2 1/8] PCI: imx6: Add skip_pwrctrl_off flag support

[PATCH] usb: gadget: f_uac1_legacy: fix inverted NULL check after kstrndup()
 2026-06-25 12:15 UTC  (3+ messages)

[PATCH] arm64: dts: imx8mp-ab2: Enable MU2 for DSP communication
 2026-06-25 10:13 UTC  (2+ messages)

[PATCH 0/2] i2c: imx: fix SMBus block-read of 0 locking the bus
 2026-06-25  9:11 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] i2c: imx: fix locked bus on SMBus block-read of 0 (atomic)
  ` [PATCH v2 2/2] i2c: imx: fix locked bus on SMBus block-read of 0 (IRQ)

[PATCH] pinctrl: imx1: fix device_node leak in dt_is_flat_functions()
 2026-06-25  8:04 UTC  (2+ messages)

[PATCH v2 0/4] media: add and use fwnode_graph_for_each_endpoint_scoped()
 2026-06-25  7:24 UTC  (17+ messages)
` [PATCH v2 1/4] device property: Introduce fwnode_graph_for_each_endpoint_scoped()
` [PATCH v2 2/4] media: mc: use fwnode_graph_for_each_endpoint_scoped() to simpilfy code
` [PATCH v2 3/4] media: rkisp1: use fwnode_graph_for_each_endpoint_scoped() to simplify code
` [PATCH v2 4/4] media: qcom: camss: "

[PATCH v5] i2c: imx: mark I2C adapter when hardware is powered down
 2026-06-25  7:15 UTC  (3+ messages)

[PATCH v6 1/4] dt-bindings: arm: fsl: add TQMa8MPxS board
 2026-06-25  5:27 UTC  (6+ messages)
` [PATCH v6 2/4] arm64: dts: freescale: add initial device tree for TQMa8MPQS with i.MX8MP
` [PATCH v6 3/4] arm64: dts: freescale: add LVDS overlays for TQMa8MPxS
` [PATCH v6 4/4] arm64: dts: freescale: Add dual-channel LVDS overlay "

[PATCH v2] spi: imx: reconfigure for PIO when DMA cannot be started
 2026-06-24 16:30 UTC  (4+ messages)

[PATCH] spi: imx: reconfigure for PIO when DMA cannot be started
 2026-06-24 13:49 UTC  (4+ messages)

[PATCH 0/4] mmc: sdhci-esdhc-imx: fix SDIO suspend/resume issues
 2026-06-24 10:16 UTC  (4+ messages)
` [PATCH 3/4] mmc: sdhci-esdhc-imx: restore pinctrl before restoring ios timing on resume

[linux-next:master] BUILD REGRESSION 4e5dfb7c84012007c3c7061126491bbc92d71bf1
 2026-06-24  6:42 UTC 

[PATCH 0/4] media: add and use fwnode_graph_for_each_endpoint_scoped()
 2026-06-24  3:17 UTC  (7+ messages)
` [PATCH 1/4] device property: Introduce fwnode_graph_for_each_endpoint_scoped()
` [PATCH 2/4] media: mc: use fwnode_graph_for_each_endpoint_scoped() to simpilfy code
` [PATCH 4/4] media: qcom: camss: use fwnode_graph_for_each_endpoint_scoped() to simpifly code

[PATCH] media: imx-jpeg: finish the job on device_run() error paths
 2026-06-24  0:47 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox