Linux kernel and device drivers for NXP i.MX platforms
 help / color / mirror / Atom feed
 messages from 2026-05-11 12:30:55 to 2026-05-13 03:04:05 UTC [more...]

[PATCH v7 net-next 00/15] Add preliminary NETC switch support for i.MX94
 2026-05-13  3:04 UTC  (14+ messages)
` [PATCH v7 net-next 01/15] dt-bindings: net: dsa: update the description of 'dsa,member' property
` [PATCH v7 net-next 02/15] dt-bindings: net: dsa: add NETC switch
` [PATCH v7 net-next 03/15] net: enetc: add pre-boot initialization for i.MX94 switch
` [PATCH v7 net-next 04/15] net: enetc: add basic operations to the FDB table
` [PATCH v7 net-next 05/15] net: enetc: add support for the "Add" operation to VLAN filter table
` [PATCH v7 net-next 06/15] net: enetc: add support for the "Update" operation to buffer pool table
` [PATCH v7 net-next 07/15] net: enetc: add support for "Add" and "Delete" operations to IPFT
` [PATCH v7 net-next 08/15] net: enetc: add multiple command BD rings support
` [PATCH v7 net-next 09/15] net: dsa: add NETC switch tag support
` [PATCH v7 net-next 10/15] net: dsa: netc: introduce NXP NETC switch driver for i.MX94
` [PATCH v7 net-next 11/15] net: dsa: netc: add phylink MAC operations
` [PATCH v7 net-next 12/15] net: dsa: netc: add FDB, STP, MTU, port setup and host flooding support
` [PATCH v7 net-next 13/15] net: dsa: netc: initialize buffer pool table and implement flow-control

[PATCH v4 0/3] Add root port reset to support link recovery
 2026-05-13  2:51 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: PCI: imx6q-pcie: Add intr, aer and pme interrupts
` [PATCH v4 2/3] arm64: dts: imx95: Add dma, intr, aer and pme interrupts for PCIe
` [PATCH v4 3/3] PCI: imx6: Add root port reset to support link recovery

[PATCH 0/4] remoteproc: cleanup shared carveout and resource-table helpers
 2026-05-13  2:48 UTC  (16+ messages)
` [PATCH 1/4] remoteproc: add common wc-ioremap carveout callbacks
` [PATCH 2/4] remoteproc: switch exact-match drivers to wc-ioremap callbacks
` [PATCH 3/4] remoteproc: add helper for optional ELF resource tables
` [PATCH 4/4] remoteproc: switch drivers to optional resource-table helper

[PATCH V14 00/12] pci-imx6: Add support for parsing the reset property in new Root Port binding
 2026-05-13  2:01 UTC  (3+ messages)
` (subset) "

[PATCH 1/1] dt-bindings: regulator: convert ltc3589 to yaml format
 2026-05-13  1:28 UTC  (2+ messages)

[PATCH 0/4] ARM: dts: DTB_CHECK warning cleanup
 2026-05-13  0:38 UTC  (13+ messages)
` [PATCH 1/4] ARM: dts: imx6qdl-sabrelite: add mdio phy address 0
` [PATCH 2/4] ARM: dts: imx: add ti,deskew = <0> for ti,tfp410
` [PATCH 3/4] ARM: dts: imx53-qsb: add dvdd and avdd supply for panel sii,43wvf1g
` [PATCH 4/4] ARM: dts: imx53-ppd: add '#phy-cells' for usb-nop-xceiv

[PATCH net-next 13/15] net: enetc: dynamically allocate rxmsg based on VF count
 2026-05-12 23:59 UTC  (2+ messages)

[PATCH net-next 15/15] net: enetc: generate MR interrupt mask based on the number of enabled VFs
 2026-05-12 23:48 UTC  (2+ messages)

[PATCH net-next 14/15] net: enetc: refactor MR interrupt enable/disable helpers
 2026-05-12 23:34 UTC  (2+ messages)

[PATCH v4 0/2] arm64: dts: imx8dxl: Add SolidRun SoM and HummingBoard
 2026-05-12 23:05 UTC  (8+ messages)
` [PATCH v4 2/2] "

[PATCH 1/1] dt-bindings: display: imx: Add television encoder (TVE) for imx53
 2026-05-12 22:31 UTC 

[PATCH] dt-bindings: Consolidate "sram" property definition
 2026-05-12 22:18 UTC  (7+ messages)

[PATCH 1/1] dt-bindings: net: dsa: Convert lan9303.txt to yaml format
 2026-05-12 21:47 UTC 

[PATCH v7 0/3] lan966x pci device: Add support for SFPs, core part
 2026-05-12 21:16 UTC  (5+ messages)
` [PATCH v7 1/3] Revert "treewide: Fix probing of devices in DT overlays"
` [PATCH v7 2/3] of: dynamic: Fix overlayed devices not probing because of fw_devlink
` [PATCH v7 3/3] driver core: Avoid warning when removing a device while its supplier is unbinding

[PATCH 1/1] dt-bindings: display: imx: add deprecated property 'port' and 'display-timings'
 2026-05-12 20:25 UTC  (4+ messages)

[PATCH v2] ASoC: dt-bindings: Convert eukrea-tlv320.txt to yaml
 2026-05-12 20:11 UTC  (2+ messages)

[PATCH v13 0/4] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-05-12 17:19 UTC  (25+ messages)
` [PATCH v13 3/4] gpio: rpmsg: add generic rpmsg GPIO driver

[PATCH v5 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-05-12 16:42 UTC  (10+ messages)
` [PATCH v5 1/9] dmaengine: Add API to combine configuration and preparation (sg and single)
` [PATCH v5 2/9] dmaengine: Add safe API to combine configuration and preparation
` [PATCH v5 3/9] PCI: endpoint: pci-epf-test: Use dmaenigne_prep_config_single() to simplify code
` [PATCH v5 4/9] dmaengine: dw-edma: Use new .device_prep_config_sg() callback
` [PATCH v5 5/9] dmaengine: dw-edma: Pass dma_slave_config to dw_edma_device_transfer()
` [PATCH v5 6/9] nvmet: pci-epf: Remove unnecessary dmaengine_terminate_sync() on each DMA transfer
` [PATCH v5 7/9] nvmet: pci-epf: Use dmaengine_prep_config_single_safe() API
` [PATCH v5 8/9] PCI: epf-mhi: Use dmaengine_prep_config_single() to simplify code
` [PATCH v5 9/9] crypto: atmel: Use dmaengine_prep_config_single() API

[PATCH v3 0/2] dmaengine: fsl-edma: Scatter/gather improvements
 2026-05-12 15:50 UTC  (8+ messages)
` [PATCH v3 1/2] dmaengine: fsl-edma: Implement device_prep_peripheral_dma_vec
` [PATCH v3 2/2] dmaengine: fsl-edma: Support dynamic scatter/gather chaining

[PATCH v3 0/6] media: synopsys: Add imx93 support
 2026-05-12 15:35 UTC  (3+ messages)

[PATCH v6 0/7] pinctrl: Add generic pinctrl for board-level mux chips
 2026-05-12 15:21 UTC  (5+ messages)

[PATCH RESEND] clocksource: move NXP timer selection to drivers/clocksource
 2026-05-12 15:17 UTC  (2+ messages)

[PATCH] clk: imx: Add audio PLL debugfs for K-divider control
 2026-05-12 15:12 UTC  (2+ messages)

[PATCH v2] phy: fsl-imx8mq-usb: set usb phy to be wakeup capable
 2026-05-12 15:03 UTC  (2+ messages)

[PATCH v2] phy: fsl-imx8mq-usb: add control register regmap
 2026-05-12 14:59 UTC  (2+ messages)

[PATCH 1/1] pinctrl: Add OF dependency for PINCTRL_GENERIC_MUX
 2026-05-12 14:48 UTC 

[PATCH v6 00/10] arm64: dts: lx2160a: cleanups, add new board, large pci bars
 2026-05-12 14:39 UTC  (11+ messages)
` [PATCH v6 01/10] arm64: dts: lx2160a: extend 32-bit, and add 64-bit pci regions
` [PATCH v6 02/10] arm64: dts: lx2162a-clearfog: use rev2 SoC dtsi
` [PATCH v6 03/10] arm64: dts: lx2162a-clearfog: cleanup superfluous status properties
` [PATCH v6 04/10] arm64: dts: lx2162a-clearfog: specify sfp ports led colour and function
` [PATCH v6 05/10] dt-bindings: arm: fsl: Add solidrun lx2160a twins board
` [PATCH v6 06/10] arm64: dts: lx2160a-clearfog-itx: remove redundant dts version tag
` [PATCH v6 07/10] arm64: dts: lx2160a-clearfog-itx: move shared includes to dts
` [PATCH v6 08/10] arm64: dts: lx2160a: add labels to thermal trip-point nodes
` [PATCH v6 09/10] arm64: dts: lx2160a-cex7: add labels to i2c buses behind mux
` [PATCH v6 10/10] arm64: dts: Add support for LX2160 Twins board in single configuration

[PATCH ib-mux-pinctrl 1/1] mux: describe np parameter in __devm_mux_state_get()
 2026-05-12 14:35 UTC  (2+ messages)

[PATCH v5 01/10] arm64: dts: lx2160a: extend 32-bit, and add 64-bit pci regions
 2026-05-12 14:21 UTC  (3+ messages)

[PATCH v4 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-05-12 14:06 UTC  (13+ messages)
` [PATCH v4 1/9] dmaengine: Add API to combine configuration and preparation (sg and single)
` [PATCH v4 2/9] dmaengine: Add safe API to combine configuration and preparation
` [PATCH v4 4/9] dmaengine: dw-edma: Use new .device_prep_config_sg() callback
` [PATCH v4 5/9] dmaengine: dw-edma: Pass dma_slave_config to dw_edma_device_transfer()
` [PATCH v4 6/9] nvmet: pci-epf: Remove unnecessary dmaengine_terminate_sync() on each DMA transfer
` [PATCH v4 7/9] nvmet: pci-epf: Use dmaengine_prep_config_single_safe() API

[PATCH v5 10/10] arm64: dts: Add support for LX2160 Twins board in single configuration
 2026-05-12 13:39 UTC  (3+ messages)

[PATCH v3 0/3] Add root port reset to support link recovery
 2026-05-12 13:26 UTC  (7+ messages)
` [PATCH v3 1/3] dt-bindings: PCI: imx6q-pcie: Add intr, aer and pme interrupts

[PATCH v3 1/3] usb: dwc3: drd: extend dwc3_pre_set_role() to extcon and otg usecase
 2026-05-12  9:58 UTC  (8+ messages)
` [PATCH v3 3/3] usb: dwc3: imx8mp: disable auto suspend for host role

[PATCH v2] drm/bridge: imx93-mipi-dsi: Fix mode validation
 2026-05-12  9:18 UTC 

[PATCH v1 0/2] PCI: imx6: Fix i.MX95 PCIe PHY initialization sequence
 2026-05-12  7:41 UTC  (4+ messages)
` [PATCH v1 1/2] PCI: imx6: Configure REF_USE_PAD before PHY reset for i.MX95
` [PATCH v1 2/2] PCI: imx6: Assert ref_clk_en after reference clock stabilizes on i.MX95

[PATCH v6 net-next 00/15] Add preliminary NETC switch support for i.MX94
 2026-05-12  6:00 UTC  (3+ messages)
` [PATCH v6 net-next 15/15] net: dsa: netc: add support for ethtool private statistics

[PATCH v2 0/8] media: Add iMX95 neoisp driver
 2026-05-12  5:47 UTC  (15+ messages)
` [PATCH v2 1/8] dt-bindings: media: Add nxp neoisp support
` [PATCH v2 2/8] media: v4l2-ctrls: Add user control base for NXP neoisp controls
` [PATCH v2 3/8] media: Add meta formats supported by NXP neoisp driver
` [PATCH v2 4/8] media: uapi: Add NXP NEOISP user interface header file
` [PATCH v2 5/8] media: Documentation: Add NXP neoisp driver documentation
` [PATCH v2 6/8] media: platform: Add NXP Neoisp Image Signal Processor
` [PATCH v2 7/8] media: platform: neoisp: Add debugfs support
` [PATCH v2 8/8] arm64: dts: freescale: imx95: Add NXP neoisp device tree node

[PATCH v4 5/5] arm64: dts: imx8mq-librem5: Correct link frequency list
 2026-05-12  5:45 UTC  (2+ messages)

[PATCH v4 4/5] media: hi846: Add 6MP and 8MP modes support
 2026-05-12  5:13 UTC  (2+ messages)

[PATCH v4 3/5] media: hi846: fix modes handling for different lane cases
 2026-05-12  4:43 UTC  (2+ messages)

[PATCH v5 14/21] drm: bridge: dw_hdmi: Use generic CEC notifier helpers
 2026-05-12  4:41 UTC  (2+ messages)

[PATCH v4 2/5] media: hi846: fix link frequency handling
 2026-05-12  4:08 UTC  (2+ messages)

[PATCH v5 17/21] drm: bridge: dw_hdmi: Rework HDP and RXSENSE interrupt handling
 2026-05-12  3:51 UTC  (2+ messages)

[PATCH v5 21/21] drm: bridge: dw_hdmi: Drop call to drm_bridge_hpd_notify()
 2026-05-12  3:50 UTC  (2+ messages)

[PATCH v3 5/5] arm64: dts: imx8mq-librem5: Correct link frequency list
 2026-05-12  3:48 UTC  (2+ messages)

[PATCH v4 1/5] media: hi846: fix hi846_write_reg_16 handling
 2026-05-12  3:38 UTC  (2+ messages)

[PATCH v5 15/21] drm: bridge: dw_hdmi: Add common suspend helper
 2026-05-12  3:35 UTC  (2+ messages)

[PATCH v5 16/21] drm: bridge: dw_hdmi: Use delayed_work to debounce hotplug event
 2026-05-12  3:32 UTC  (2+ messages)

[PATCH v3 4/5] media: hi846: Add 6MP and 8MP modes support
 2026-05-12  3:22 UTC  (2+ messages)

[PATCH v1] arm: dts: imx: Add watchdog support for early boot stages
 2026-05-12  3:01 UTC  (2+ messages)

[PATCH v3 3/5] media: hi846: fix modes handling for different lane cases
 2026-05-12  2:35 UTC  (2+ messages)

[PATCH v7] drm/bridge: imx8qxp-pxl2dpi: avoid ERR_PTR with device_node cleanup
 2026-05-12  2:24 UTC  (2+ messages)

[PATCH v6 0/2] media: nxp: Add CSI Pixel Formatter support
 2026-05-12  2:15 UTC  (4+ messages)
` [PATCH v6 1/2] media: dt-bindings: Add CSI Pixel Formatter DT bindings

[PATCH v3 2/5] media: hi846: fix link frequency handling
 2026-05-12  1:56 UTC  (2+ messages)

[PATCH net-next 00/15] net: enetc: Prepare for ENETC v4 VF support
 2026-05-12  1:54 UTC  (4+ messages)
` [PATCH net-next 01/15] net: enetc: switch VF primary MAC setter to PF ops for commonization

[PATCH v6 2/2] media: nxp: Add i.MX9 CSI pixel formatter v4l2 driver
 2026-05-12  1:42 UTC  (2+ messages)

[PATCH v5 08/21] drm: bridge: dw_hdmi: Unregister CEC notifier during connector cleanup
 2026-05-12  1:41 UTC  (2+ messages)

[PATCH v3 1/5] media: hi846: fix hi846_write_reg_16 handling
 2026-05-12  1:24 UTC  (2+ messages)

[PATCH v3 4/4] arm64: dts: imx93: Cortex-A Core remoteproc device node
 2026-05-12  0:37 UTC  (2+ messages)

[PATCH v3 3/4] remoteproc: imx_rproc: add autoboot support for A-core
 2026-05-12  0:00 UTC  (2+ messages)

[PATCH v3 2/4] remoteproc: imx_rproc: add support for Cortex-A Core
 2026-05-11 23:10 UTC  (2+ messages)

[PATCH v3] arm64: dts: imx95: Increase PCIe outbound address space to 4GB
 2026-05-11 22:48 UTC  (2+ messages)

[PATCH v3 1/4] dt-bindings: remoteproc: add imx-rproc-psci
 2026-05-11 22:41 UTC  (2+ messages)

[PATCH v5 03/21] drm: bridge: dw_hdmi: Call poweron/poweroff from atomic enable/disable
 2026-05-11 22:04 UTC  (2+ messages)

[PATCH v2 1/1] pinctrl: imx1: Allow parsing DT without function nodes
 2026-05-11 19:56 UTC  (2+ messages)

[PATCH] thermal: imx: do not split quoted string across lines
 2026-05-11 17:42 UTC 

[PATCH v3 0/4] remoteproc: add Cortex-A Core remoteproc support on i.MX platforms
 2026-05-11 17:10 UTC  (3+ messages)

[PATCH] remoteproc: imx_rproc: add lost DRAM range for i.MX93
 2026-05-11 17:07 UTC  (2+ messages)

[PATCH v2 00/15] var-som-6ul: improve support for variants
 2026-05-11 15:44 UTC  (3+ messages)
` [PATCH v2 14/15] dt-bindings: display/lvds-codec: add ti,sn65lvds93

[PATCH 00/10] spi: Use FIELD_MODIFY() for bitfield operations
 2026-05-11 12:05 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