messages from 2026-05-14 16:21:42 to 2026-05-18 19:08:11 UTC [more...]
[PATCH v7 00/23] drm: bridge: dw_hdmi: Misc enable/disable, CEC and EDID cleanup
2026-05-18 19:08 UTC (30+ messages)
` [PATCH v7 01/23] drm: bridge: dw_hdmi: Disable scrambler feature when not supported
` [PATCH v7 02/23] drm: bridge: dw_hdmi: Only notify connected status on HPD interrupt
` [PATCH v7 03/23] drm: bridge: dw_hdmi: Free IRQ before CEC adapter is unregistered
` [PATCH v7 04/23] drm: bridge: dw_hdmi: Hold bridge ref until connector cleanup
` [PATCH v7 05/23] drm: bridge: dw_hdmi: Call poweron/poweroff from atomic enable/disable
` [PATCH v7 06/23] drm: bridge: dw_hdmi: Use passed mode instead of stored previous_mode
` [PATCH v7 07/23] drm: bridge: dw_hdmi: Fold poweron and setup functions
` [PATCH v7 08/23] drm: bridge: dw_hdmi: Remove previous_mode and mode_set
` [PATCH v7 09/23] drm: bridge: dw_hdmi: Unregister CEC notifier during connector cleanup
` [PATCH v7 10/23] drm: bridge: dw_hdmi: Invalidate CEC phys addr from connector detect
` [PATCH v7 11/23] drm: bridge: dw_hdmi: Remove cec_notifier_mutex
` [PATCH v7 12/23] drm: bridge: dw_hdmi: Extract dw_hdmi_connector_status_update()
` [PATCH v7 13/23] drm: bridge: dw_hdmi: Use dw_hdmi_connector_status_update()
` [PATCH v7 14/23] drm: bridge: dw_hdmi: Use display_info is_hdmi and has_audio
` [PATCH v7 15/23] drm: bridge: dw_hdmi: Use generic CEC notifier helpers
` [PATCH v7 16/23] drm: bridge: dw_hdmi: Update EDID and CEC phys addr in bridge detect()
` [PATCH v7 17/23] drm: bridge: dw_hdmi: Declare bridge CEC notifier support
` [PATCH v7 18/23] drm: bridge: dw_hdmi: Drop call to drm_bridge_hpd_notify()
` [PATCH v7 19/23] drm: bridge: dw_hdmi: Use delayed_work to debounce hotplug event
` [PATCH v7 20/23] drm: bridge: dw_hdmi: Rework HDP and RXSENSE interrupt handling
` [PATCH v7 21/23] drm: bridge: dw_hdmi: Remove the empty dw_hdmi_setup_rx_sense()
` [PATCH v7 22/23] drm: bridge: dw_hdmi: Remove the empty dw_hdmi_phy_update_hpd()
` [PATCH v7 23/23] drm: bridge: dw_hdmi: Merge top and bottom half IRQ handlers
[PATCH v6 0/4] Update the thermal support for imx93
2026-05-18 18:50 UTC (2+ messages)
[PATCH] thermal: imx: do not split quoted string across lines
2026-05-18 17:56 UTC (2+ messages)
[PATCH v13 3/4] gpio: rpmsg: add generic rpmsg GPIO driver
2026-05-18 15:01 UTC (22+ messages)
[PATCH 00/13] Add DMA support for LINFlexD UART driver
2026-05-18 14:14 UTC (3+ messages)
[PATCH v4 0/2] dmaengine: fsl-edma: Scatter/gather improvements
2026-05-18 13:34 UTC (5+ messages)
` [PATCH v4 1/2] dmaengine: fsl-edma: Implement device_prep_peripheral_dma_vec
` [PATCH v4 2/2] dmaengine: fsl-edma: Support dynamic scatter/gather chaining
[PATCH] media: imx-jpeg: avoid double free on video register failure
2026-05-18 13:30 UTC (2+ messages)
[PATCH] firmware: imx: scu-irq: accumulate wakeup sources via sysfs_emit_at()
2026-05-18 10:08 UTC (7+ messages)
` [PATCH v2] firmware: imx: scu-irq: drop wakeup_src sysfs file, log via dev_dbg()
[PATCH v6 00/22] drm: bridge: dw_hdmi: Misc enable/disable, CEC and EDID cleanup
2026-05-18 9:02 UTC (37+ messages)
` [PATCH v6 01/22] drm: bridge: dw_hdmi: Disable scrambler feature when not supported
` [PATCH v6 02/22] drm: bridge: dw_hdmi: Only notify connected status on HPD interrupt
` [PATCH v6 03/22] drm: bridge: dw_hdmi: Call poweron/poweroff from atomic enable/disable
` [PATCH v6 04/22] drm: bridge: dw_hdmi: Use passed mode instead of stored previous_mode
` [PATCH v6 05/22] drm: bridge: dw_hdmi: Fold poweron and setup functions
` [PATCH v6 06/22] drm: bridge: dw_hdmi: Remove previous_mode and mode_set
` [PATCH v6 07/22] drm: bridge: dw_hdmi: Hold bridge ref until connector cleanup
` [PATCH v6 08/22] drm: bridge: dw_hdmi: Unregister CEC notifier during "
` [PATCH v6 09/22] drm: bridge: dw_hdmi: Invalidate CEC phys addr from connector detect
` [PATCH v6 10/22] drm: bridge: dw_hdmi: Remove cec_notifier_mutex
` [PATCH v6 11/22] drm: bridge: dw_hdmi: Extract dw_hdmi_connector_status_update()
` [PATCH v6 12/22] drm: bridge: dw_hdmi: Use dw_hdmi_connector_status_update()
` [PATCH v6 13/22] drm: bridge: dw_hdmi: Use generic CEC notifier helpers
` [PATCH v6 14/22] drm: bridge: dw_hdmi: Update EDID and CEC phys addr in bridge detect()
` [PATCH v6 15/22] drm: bridge: dw_hdmi: Declare bridge CEC notifier support
` [PATCH v6 16/22] drm: bridge: dw_hdmi: Use display_info is_hdmi and has_audio
` [PATCH v6 17/22] drm: bridge: dw_hdmi: Drop call to drm_bridge_hpd_notify()
` [PATCH v6 18/22] drm: bridge: dw_hdmi: Use delayed_work to debounce hotplug event
` [PATCH v6 19/22] drm: bridge: dw_hdmi: Rework HDP and RXSENSE interrupt handling
` [PATCH v6 20/22] drm: bridge: dw_hdmi: Remove the empty dw_hdmi_setup_rx_sense()
` [PATCH v6 21/22] drm: bridge: dw_hdmi: Remove the empty dw_hdmi_phy_update_hpd()
` [PATCH v6 22/22] drm: bridge: dw_hdmi: Merge top and bottom half IRQ handlers
[PATCH V14 02/12] PCI: host-generic: Add common helpers for parsing Root Port properties
2026-05-18 8:42 UTC (3+ messages)
[PATCH v8 net-next 00/15] Add preliminary NETC switch support for i.MX94
2026-05-18 8:25 UTC (16+ messages)
` [PATCH v8 net-next 01/15] dt-bindings: net: dsa: update the description of 'dsa,member' property
` [PATCH v8 net-next 02/15] dt-bindings: net: dsa: add NETC switch
` [PATCH v8 net-next 03/15] net: enetc: add pre-boot initialization for i.MX94 switch
` [PATCH v8 net-next 04/15] net: enetc: add basic operations to the FDB table
` [PATCH v8 net-next 05/15] net: enetc: add support for the "Add" operation to VLAN filter table
` [PATCH v8 net-next 06/15] net: enetc: add support for the "Update" operation to buffer pool table
` [PATCH v8 net-next 07/15] net: enetc: add support for "Add" and "Delete" operations to IPFT
` [PATCH v8 net-next 08/15] net: enetc: add multiple command BD rings support
` [PATCH v8 net-next 09/15] net: dsa: add NETC switch tag support
` [PATCH v8 net-next 10/15] net: dsa: netc: introduce NXP NETC switch driver for i.MX94
` [PATCH v8 net-next 11/15] net: dsa: netc: add phylink MAC operations
` [PATCH v8 net-next 12/15] net: dsa: netc: add FDB, STP, MTU, port setup and host flooding support
` [PATCH v8 net-next 13/15] net: dsa: netc: initialize buffer pool table and implement flow-control
` [PATCH v8 net-next 14/15] net: dsa: netc: add support for the standardized counters
` [PATCH v8 net-next 15/15] net: dsa: netc: add support for ethtool private statistics
[PATCH v4 0/2] Add NXP FRDM-IMX95-PRO board support
2026-05-18 7:49 UTC (5+ messages)
` [PATCH v4 1/2] dt-bindings: arm: fsl: Add i.MX95 19x19 FRDM PRO board
` [PATCH v4 2/2] arm64: dts: freescale: add i.MX95 19x19 FRDM PRO board dts
` [EXT] "
[PATCH v2 0/2] PCI: imx6: Fix i.MX95 PCIe PHY initialization sequence
2026-05-18 7:27 UTC (3+ messages)
` [PATCH v2 1/2] PCI: imx6: Configure REF_USE_PAD before PHY reset for i.MX95
` [PATCH v2 2/2] PCI: imx6: Assert ref_clk_en after reference clock stabilizes on i.MX95
[PATCH 0/5] arm64: dts: freescale: Add IMX-AUD-IO daughter board support
2026-05-18 7:07 UTC (5+ messages)
` [PATCH 2/5] dt-bindings: connector: Add fsl,io-connector binding
` "
[PATCH] clk: clk-imx8mm: Initialize clocks in arch_initcall
2026-05-18 7:02 UTC (5+ messages)
[PATCH] clk: clk-imx8mm: Initialize clocks in arch_initcall
2026-05-18 6:58 UTC (4+ messages)
[PATCH v2 0/1] add PIT DTS support for S32G2/S32G3 SoCs
2026-05-18 6:46 UTC (3+ messages)
` [PATCH v2 1/1] arm64: dts: s32g: add PIT support for s32g2 and s32g3
[PATCH v7 net-next 12/15] net: dsa: netc: add FDB, STP, MTU, port setup and host flooding support
2026-05-18 6:42 UTC (3+ messages)
[PATCH 0/1] add USB PHY node and USB OTG pinctrl support to S32G2/S32G3 SoCs
2026-05-18 6:32 UTC (3+ messages)
` [PATCH 1/1] arm64: dts: Add usbphynop and usbotg pinctrl for S32G platforms
[PATCH v2 net 0/9] net: enetc: SR-IOV robustness and security fixes
2026-05-18 3:05 UTC (10+ messages)
` [PATCH v2 net 1/9] net: enetc: fix incorrect mailbox message status returned to VFs
` [PATCH v2 net 2/9] net: enetc: fix missing error code when pf->vf_state allocation fails
` [PATCH v2 net 3/9] net: enetc: add ratelimiting to VF mailbox error messages
` [PATCH v2 net 4/9] net: enetc: fix TOCTOU race and validate VF MAC address
` [PATCH v2 net 5/9] net: enetc: fix race condition in VF MAC address configuration
` [PATCH v2 net 6/9] net: enetc: fix DMA write to freed memory in enetc_msg_free_mbx()
` [PATCH v2 net 7/9] net: enetc: fix VF-to-PF message handler unbounded loop DoS
` [PATCH v2 net 8/9] net: enetc: fix initialization order to prevent use of uninitialized resources
` [PATCH v2 net 9/9] net: enetc: avoid VF->PF mailbox timeout during SR-IOV teardown
[PATCH v7 0/2] media: nxp: Add CSI Pixel Formatter support
2026-05-18 2:46 UTC (4+ messages)
` [PATCH v7 1/2] media: dt-bindings: Add CSI Pixel Formatter DT bindings
` [PATCH v7 2/2] media: nxp: Add i.MX95 CSI pixel formatter v4l2 driver
[PATCH net 5/6] net: enetc: fix initialization order to prevent use of uninitialized resources
2026-05-18 1:39 UTC (3+ messages)
[PATCHv2] remoteproc: imx_rproc: add missing DRAM range for i.MX93
2026-05-18 1:20 UTC (2+ messages)
[PATCH v3 00/15] clk: introduce clk_determine_rate_noop() and update drivers to use it
2026-05-18 0:49 UTC (3+ messages)
` [PATCH v3 04/15] clk: imx: scu: use clk_determine_rate_noop()
[PATCH 1/1] dt-bindings: display: simple: add avic,tm097tdh02 panel
2026-05-17 21:03 UTC (4+ messages)
[PATCH] remoteproc: imx_rproc: add lost DRAM range for i.MX93
2026-05-17 8:03 UTC (3+ messages)
[PATCH 1/1] dt-bindings: trivial-devices: add fsl,mc1323
2026-05-16 10:08 UTC (3+ messages)
[PATCH v2 1/1] regulator: dt-bindings: convert ltc3589 to yaml format
2026-05-16 9:48 UTC (2+ messages)
[PATCH v1] mfd: Use named initializers for arrays of i2c_device_data
2026-05-16 6:12 UTC (3+ messages)
[PATCH 0/6] ARM: dts: cleanup some CHECK_DTBS warning for imx5/6 (round 2)
2026-05-16 0:18 UTC (9+ messages)
` [PATCH 1/6] ARM: dts: imx: add (power|vdd)-supply for related node
` [PATCH 2/6] ARM: dts: imx: remove redundant bus-width for video-mux
` [PATCH 3/6] ARM: dts: imx: Add bus-type for ov5642/ov5640
` [PATCH 4/6] ARM: dts: imx6qdl-tx6: remove undocumented karo,imx6qdl-tx6-sgtl5000 and keep only simple-audio-card
` [PATCH 5/6] ARM: dts: imx: replace undocumented compatible string edt,edt-ft5x06 with edt,edt-ft5206
` [PATCH 6/6] ARM: dts: imx6-display5: replace marvell,88E1510 with ethernet-phy-ieee802.3-c22
[PATCH v4 1/1] media: v4l2-common: Add helper function media_bus_fmt_to_csi2_(bpp|dt)()
2026-05-15 18:01 UTC (2+ messages)
[PATCH v4 1/1] ASoC: dt-bindings: Convert eukrea-tlv320.txt to yaml
2026-05-15 14:52 UTC
[PATCH -next] firmware: imx: se_ctrl: fix init_device_context() error path
2026-05-15 14:35 UTC (3+ messages)
[PATCH v5 1/1] media: v4l2-common: Add helper function media_bus_fmt_to_csi2_(bpp|dt)()
2026-05-15 14:03 UTC (4+ messages)
[PATCH v2 1/1] arm64: dts: imx8mq-evk: Enable MIPI CSI and dual OV5640 cameras
2026-05-15 14:01 UTC (3+ messages)
[PATCH v5 00/21] drm: bridge: dw_hdmi: Misc enable/disable, CEC and EDID cleanup
2026-05-15 9:27 UTC (2+ messages)
[PATCH net 2/6] net: enetc: fix race condition in VF MAC address configuration
2026-05-15 9:25 UTC (3+ messages)
[PATCH v3] clocksource: move NXP timer selection to drivers/clocksource
2026-05-15 7:39 UTC (3+ messages)
[PATCH v4 0/3] Add root port reset to support link recovery
2026-05-15 7:17 UTC (4+ messages)
` [PATCH v4 1/3] dt-bindings: PCI: imx6q-pcie: Add intr, aer and pme interrupts
[PATCH v3] drm/bridge: imx93-mipi-dsi: Fix mode validation
2026-05-15 6:54 UTC
[PATCH v7 net-next 00/15] Add preliminary NETC switch support for i.MX94
2026-05-15 3:36 UTC (3+ messages)
` [PATCH v7 net-next 10/15] net: dsa: netc: introduce NXP NETC switch driver "
[PATCH v7 net-next 09/15] net: dsa: add NETC switch tag support
2026-05-15 2:55 UTC (3+ messages)
[PATCH net 0/6] net: enetc: SR-IOV robustness and security fixes
2026-05-15 2:15 UTC (3+ messages)
` [PATCH net 1/6] net: enetc: validate VF primary MAC address before configuration
[PATCH v2 0/5] remoteproc: cleanup shared carveout and resource-table helpers
2026-05-14 22:14 UTC (6+ messages)
` [PATCH v2 2/5] remoteproc: switch exact-match drivers to wc-ioremap callbacks
` [PATCH v2 4/5] remoteproc: add helper for optional ELF resource tables
` [PATCH v2 5/5] remoteproc: switch drivers to optional resource-table helper
[PATCH v2 3/5] remoteproc: mark wc-ioremap carveouts as iomem
2026-05-14 21:48 UTC (2+ messages)
[PATCH 1/1] pinctrl: Add OF dependency for PINCTRL_GENERIC_MUX
2026-05-14 21:27 UTC (2+ messages)
[PATCH 1/1] dt-bindings: net: dsa: Convert lan9303.txt to yaml format
2026-05-14 20:28 UTC (2+ messages)
[PATCH 0/2] add PIT DTS support for S32G2/S32G3 SoCs
2026-05-14 18:38 UTC (5+ messages)
` [PATCH 2/2] dt-bindings: timer: pit: add PIT node example for s32g2/3 platforms
[PATCH v2] usb: typec: tcpm: fix debug accessory mode detection for sink ports
2026-05-14 18:37 UTC (3+ messages)
[PATCH -next] firmware: imx: secure-enclave: drop invalid overflow check in iobuf setup
2026-05-14 17:26 UTC (2+ messages)
[PATCH v2 1/1] arm64: dts: s32g: add SAR ADC support for s32g2 and s32g3
2026-05-14 17:03 UTC (2+ messages)
[PATCH 1/2] arm64: dts: s32g: add PIT support for s32g2 and s32g3
2026-05-14 16:31 UTC (2+ 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