Linux kernel and device drivers for NXP i.MX platforms
 help / color / mirror / Atom feed
 messages from 2026-01-13 15:44:48 to 2026-01-16 07:42:13 UTC [more...]

[PATCH v2 net-next 00/14] net: fec: improve XDP copy mode and add AF_XDP zero-copy support
 2026-01-16  7:40 UTC  (14+ messages)
` [PATCH v2 net-next 01/14] net: fec: add fec_txq_trigger_xmit() helper
` [PATCH v2 net-next 02/14] net: fec: add fec_rx_error_check() to check RX errors
` [PATCH v2 net-next 03/14] net: fec: add rx_shift to indicate the extra bytes padded in front of RX frame
` [PATCH v2 net-next 04/14] net: fec: add fec_build_skb() to build a skb
` [PATCH v2 net-next 05/14] net: fec: improve fec_enet_rx_queue()
` [PATCH v2 net-next 06/14] net: fec: add fec_enet_rx_queue_xdp() for XDP path
` [PATCH v2 net-next 07/14] net: fec: transmit XDP frames in bulk
` [PATCH v2 net-next 08/14] net: fec: remove unnecessary NULL pointer check when clearing TX BD ring
` [PATCH v2 net-next 09/14] net: fec: use switch statement to check the type of tx_buf
` [PATCH v2 net-next 10/14] net: fec: remove the size parameter from fec_enet_create_page_pool()
` [PATCH v2 net-next 11/14] net: fec: move xdp_rxq_info* APIs out of fec_enet_create_page_pool()
` [PATCH v2 net-next 12/14] net: fec: add fec_alloc_rxq_buffers_pp() to allocate buffers from page pool
` [PATCH v2 net-next 13/14] net: fec: improve fec_enet_tx_queue()

[PATCH v3 0/2] Add NXP FRDM-IMX91S board support
 2026-01-16  3:45 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: arm: fsl: Add FRDM-IMX91S board
` [PATCH v3 2/2] arm64: dts: freescale: add NXP FRDM-IMX91S board support

[PATCH 0/3] Add MT35XU01G SPI NOR flash on i.MX952-EVK board
 2026-01-15 21:07 UTC  (11+ messages)
` [PATCH 1/3] spi: dt-bindings: nxp,imx94-xspi: add nxp,imx952-xspi
` [PATCH 2/3] arm64: dts: imx952: Add xspi node
` [PATCH 3/3] arm64: dts: imx952-evk: add MT35XU01G spi nor flash

[PATCH v8 0/5] PCI: endpoint: BAR subrange mapping support
 2026-01-15 19:44 UTC  (12+ messages)
` [PATCH v8 1/5] PCI: endpoint: Add dynamic_inbound_mapping EPC feature
` [PATCH v8 2/5] PCI: endpoint: Add BAR subrange mapping support
` [PATCH v8 3/5] PCI: dwc: Advertise dynamic inbound "
` [PATCH v8 4/5] PCI: dwc: ep: Support BAR subrange inbound mapping via Address Match Mode iATU
` [PATCH v8 5/5] Documentation: PCI: endpoint: Clarify pci_epc_set_bar() usage

[PATCH] arm64: dts: imx91-11x11-frdm: fix CAN transceiver gpio
 2026-01-15 17:41 UTC 

[PATCH] arm64: dts: imx93-11x11-frdm: enable additional devices
 2026-01-15 17:11 UTC 

[PATCH v2 00/13] dmaegnine: freescale-dmas: small improvement
 2026-01-15 16:06 UTC  (14+ messages)
` [PATCH v2 01/13] dmaengine: of_dma: Add devm_of_dma_controller_register()
` [PATCH v2 02/13] dmaengine: mxs-dma: Fix missing return value from of_dma_controller_register()
` [PATCH v2 03/13] dmaengine: mxs-dma: Use local dev variable in probe()
` [PATCH v2 04/13] dmaengine: mxs-dma: Use dev_err_probe() to simplify code
` [PATCH v2 05/13] dmaengine: mxs-dma: Use managed API devm_of_dma_controller_register()
` [PATCH v2 06/13] dmaengine: mxs-dma: Add module license and description
` [PATCH v2 07/13] dmaengine: mxs-dma: Turn MXS_DMA as tristate
` [PATCH v2 08/13] dmaengine: imx-sdma: Use devm_clk_get_prepared() to simplify code
` [PATCH v2 09/13] dmaengine: imx-sdma: Use managed API "
` [PATCH v2 10/13] dmaengine: imx-sdma: Use dev_err_probe() "
` [PATCH v2 11/13] dmaengine: fsl-edma: Use managed API dmaenginem_async_device_register()
` [PATCH v2 12/13] dmaengine: fsl-edma: Use dev_err_probe() to simplify code
` [PATCH v2 13/13] dmaengine: fsl-qdma: "

[PATCH v8 0/2] Add quirks to proceed PME handshake in DWC PM
 2026-01-15 15:35 UTC  (8+ messages)
` [PATCH v8 1/2] PCI: dwc: Don't poll L2 if QUIRK_NOL2POLL_IN_PM is existing in suspend
` [PATCH v8 2/2] PCI: dwc: Don't return error when wait for link up in dw_pcie_resume_noirq()

[PATCH v9 0/3] Add i.MX91/93 parallel display support
 2026-01-15 15:24 UTC  (4+ messages)
` [PATCH v9 1/3] dt-bindings: soc: imx93-media-blk-ctrl: Add PDFC subnode to schema and example
` [PATCH v9 2/3] drm/bridge: imx: Add i.MX93 parallel display format configuration support
` [PATCH v9 3/3] arm64: dts: imx93: Add parallel display output nodes

[PATCH 00/13] dmaegnine: freescale-dmas: small improvement
 2026-01-15 14:35 UTC  (20+ messages)
` [PATCH 01/13] dmaengine: of_dma: Add devm_of_dma_controller_register()
` [PATCH 02/13] dmaengine: mxs-dma: Use local dev variable in probe()
` [PATCH 03/13] dmaengine: mxs-dma: Fix missing return value from of_dma_controller_register()
` [PATCH 04/13] dmaengine: mxs-dma: Use dev_err_probe() simple code
` [PATCH 05/13] dmaengine: mxs-dma: Use managed API devm_of_dma_controller_register()
` [PATCH 06/13] dmaengine: mxs-dma: Add module license and description
` [PATCH 07/13] dmaengine: mxs-dma: Turn MXS_DMA as tristate
` [PATCH 08/13] dmaengine: fsl-edma: Use managed API dmaenginem_async_device_register()
` [PATCH 09/13] dmaengine: fsl-edma: Use dev_err_probe() to simplify code
` [PATCH 10/13] dmaengine: imx-sdma: Use devm_clk_get_prepared() "
` [PATCH 11/13] dmaengine: imx-sdma: Use managed API "
` [PATCH 12/13] dmaengine: imx-sdma: Use dev_err_probe() "
` [PATCH 13/13] dmaengine: fsl-qdma: "

[PATCH v8 0/3] Add i.MX91/93 parallel display support
 2026-01-15 14:11 UTC  (8+ messages)
` [PATCH v8 1/3] dt-bindings: soc: imx93-media-blk-ctrl: Add PDFC subnode to schema and example
` [PATCH v8 2/3] drm/bridge: imx: Add i.MX93 parallel display format configuration support
` [PATCH v8 3/3] arm64: dts: imx93: Add parallel display output nodes

[RESEND][PATCH v1] drm: Discard pm_runtime_put() return value
 2026-01-15 13:39 UTC  (4+ messages)

[PATCH v3 0/5] Add CCI and imx577 sensor support for Talos evk
 2026-01-15 10:12 UTC  (6+ messages)
` [PATCH v3 1/5] arm64: dts: qcom: talos: Add camss node
` [PATCH v3 2/5] dt-bindings: i2c: qcom-cci: Document sm6150 compatible
` [PATCH v3 3/5] arm64: dts: qcom: talos: Add CCI definitions
` [PATCH v3 4/5] arm64: dts: qcom: talos: Add camera MCLK pinctrl
` [PATCH v3 5/5] arm64: dts: qcom: talos-evk-camera: Add DT overlay

[PATCH 0/3] fsl,imx6q-pcie: Remove the deprecated "reset-gpio-active-high" property
 2026-01-15  9:23 UTC  (10+ messages)
` [PATCH 1/3] ARM: dts: imx6q-apalis: "
` [PATCH 2/3] ARM: dts: imx6sx-softing-vining-2000: "
` [PATCH 3/3] dt-bindings: PCI: fsl,imx6q-pcie: "

[PATCH v7 0/6] PCI: endpoint: BAR subrange mapping support
 2026-01-15  8:48 UTC  (23+ messages)
` [PATCH v7 1/6] PCI: endpoint: Add dynamic_inbound_mapping EPC feature
` [PATCH v7 2/6] PCI: endpoint: Add BAR subrange mapping support
` [PATCH v7 3/6] PCI: dwc: Allow glue drivers to return mutable EPC features
` [PATCH v7 4/6] PCI: dwc: Advertise dynamic inbound mapping support
` [PATCH v7 5/6] PCI: dwc: ep: Support BAR subrange inbound mapping via Address Match Mode iATU
` [PATCH v7 6/6] Documentation: PCI: endpoint: Clarify pci_epc_set_bar() usage

[PATCH net-next 00/11] net: fec: improve XDP copy mode and add AF_XDP zero-copy support
 2026-01-15  2:27 UTC  (20+ messages)
` [PATCH net-next 01/11] net: fec: add fec_txq_trigger_xmit() helper
` [PATCH net-next 02/11] net: fec: add fec_rx_error_check() to check RX errors
` [PATCH net-next 03/11] net: fec: add rx_shift to indicate the extra bytes padded in front of RX frame
` [PATCH net-next 04/11] net: fec: add fec_build_skb() to build a skb
` [PATCH net-next 05/11] net: fec: add fec_enet_rx_queue_xdp() for XDP path
` [PATCH net-next 06/11] net: fec: transmit XDP frames in bulk
` [PATCH net-next 07/11] net: fec: use switch statement to check the type of tx_buf

[PATCH] phy: freescale: imx8qm-hsio: fix NULL pointer dereference
 2026-01-15  1:52 UTC  (2+ messages)

[PATCH v3] arm64: dts: imx93-11x11-frdm: Add MQS audio support
 2026-01-14 18:11 UTC  (2+ messages)

[PATCH 0/6] dmaengine: Add common dma_slave_config and split it into src and dst parts
 2026-01-14 17:12 UTC  (7+ messages)
` [PATCH 1/6] dmaengine: Move struct dma_chan after struct dma_slave_config
` [PATCH 2/6] dmaengine: Add common slave configuration to dma_chan
` [PATCH 3/6] dmaengine: fsl-edma: use dma_chan common config
` [PATCH 4/6] dmaengine: imx-sdma: use common config at dma_chan
` [PATCH 5/6] dmaengine: Add union and dma_slave_get_config() helper for dma_slave_config
` [PATCH 6/6] dmaengine: fsl-edma: use common dma_slave_get_cfg()

[PATCH v6 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-01-14 17:09 UTC  (2+ messages)

[PATCH] phy: freescale: imx8m-pcie: assert phy reset during power on
 2026-01-14 16:51 UTC  (2+ messages)

[PATCH v6 0/4] backlight: add new max25014 backlight driver
 2026-01-14 16:29 UTC  (7+ messages)
` [PATCH v6 2/4] backlight: add max25014atg backlight

[PATCH v2] phy: fsl-imx8mq-usb: enable RxTermination_override_sel
 2026-01-14 16:09 UTC  (2+ messages)

[PATCH 1/2] watchdog: imx2_wdt: Allow to continue in low power mode
 2026-01-14 15:58 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: watchdog: fsl-imx: document "

[PATCH V1] i2c: imx: Fix SMBus block read hang on zero length
 2026-01-14 15:52 UTC  (4+ messages)

[PATCH RESEND net-next v6 0/7] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2026-01-14 15:51 UTC  (6+ messages)
` [PATCH RESEND net-next v6 2/7] net: stmmac: qcom-ethqos: use generic device properties

[PATCH v2 0/4] spi: Make SPI core to take care of fwnode assignment
 2026-01-14 15:21 UTC  (3+ messages)
` [PATCH v2 2/4] spi: Drop duplicate of_node assignment

[PATCH v2 1/1] i3c: drop i3c_priv_xfer and i3c_device_do_priv_xfers()
 2026-01-14 15:02 UTC  (2+ messages)

[PATCH 1/1] i3c: master: svc: Initialize 'dev' to NULL in svc_i3c_master_ibi_isr()
 2026-01-14 15:02 UTC  (2+ messages)

[PATCH v3] i2c: imx-lpi2c: change to PIO mode in system-wide suspend/resume progress
 2026-01-14 11:59 UTC  (2+ messages)

[PATCH v2] drm/imx/tve: fix probe device leak
 2026-01-14 10:58 UTC  (3+ messages)

[PATCH v3] phy: fsl-imx8mq-usb: add debugfs to access control register
 2026-01-14  9:39 UTC  (3+ messages)

[PATCH 0/8] Add support for AAEON SRG-IMX8PL MCU
 2026-01-14  8:59 UTC  (4+ messages)
` [PATCH 5/8] mfd: aaeon: Add SRG-IMX8PL MCU driver

[PATCH v23 0/7] firmware: imx: driver for NXP secure-enclave
 2026-01-14  8:38 UTC  (2+ messages)

[PATCH v9 0/1] Add quirks to proceed PME handshake in DWC PM
 2026-01-14  8:33 UTC  (2+ messages)
` [PATCH v9] PCI: dwc: Don't poll L2 if skip_l23_wait is true

[PATCH] soc: imx8m: Fix error handling for clk_prepare_enable()
 2026-01-14  8:07 UTC  (3+ messages)

[PATCH 0/4] power: supply: add battery driver for netronix ec
 2026-01-14  0:55 UTC  (3+ messages)
` [PATCH 3/4] "

[PATCH v2] usb: chipidea: ci_hdrc_imx: use "wakeup" suffix for wakeup interrupt name
 2026-01-14  0:50 UTC  (2+ messages)

[PATCH v3 0/2] Add more PLL frequencies to i.MX FRACN GPLL
 2026-01-13 20:33 UTC  (7+ messages)
` [PATCH v3 1/2] clk: imx: fracn-gppll: Add 332.60 MHz Support
` [PATCH v3 2/2] clk: imx: fracn-gppll: Add 241.90 "

[PATCH] dmaengine: fsl-edma: don't explicitly disable clocks in .remove()
 2026-01-13 20:09 UTC  (2+ messages)

[PATCH v3] arm64: dts: imx93-phyboard-segin: Add peb-av-02 overlay
 2026-01-13 19:06 UTC 

[PATCH v2] arm64: dts: imx93-phyboard-segin: Add peb-av-02 overlay
 2026-01-13 19:03 UTC  (2+ messages)

[PATCH v2 0/6] drm/bridge: convert users of of_drm_find_bridge(), part 3
 2026-01-13 17:30 UTC  (4+ messages)
` [PATCH v2 2/6] drm/meson/dw-hdmi: convert to of_drm_find_and_get_bridge()

[PATCH v6 0/6] remoteproc: imx_rproc: Support i.MX95
 2026-01-13 17:07 UTC  (2+ messages)

[PATCH v3] drm/bridge: fsl-ldb: Parse register offsets from DT
 2026-01-13 16:39 UTC  (2+ messages)

[PATCH v6 0/5] PCI: endpoint: BAR subrange mapping support
 2026-01-13 16:07 UTC  (4+ messages)
` [PATCH v6 1/5] PCI: endpoint: Add "

[PATCH 0/3] ARM: dts: imx: wire up the TPS65185 for various ereaders
 2026-01-13 15:31 UTC  (4+ messages)
` [PATCH 1/3] ARM: dts: imx: tolino-shine2: add tps65185
` [PATCH 2/3] ARM: dts: imx50-kobo-aura: add epd pmic description
` [PATCH 3/3] ARM: dts: imx: e60k02: add tps65185

[PATCH v2 6/6] drm: rcar-du: lvds: convert to of_drm_find_and_get_bridge()
 2026-01-13 15:45 UTC  (2+ messages)

[PATCH v2 5/6] drm/exynos: hdmi: convert to of_drm_find_and_get_bridge()
 2026-01-13 15:45 UTC  (2+ messages)

[PATCH v2 3/6] drm/imx/dw-hdmi: convert to of_drm_find_and_get_bridge()
 2026-01-13 15:45 UTC  (2+ messages)

[PATCH v2 0/4] Some fix patches for uvc gadget function
 2026-01-13 15:44 UTC  (3+ messages)
` [PATCH v2 4/4] usb: gadget: uvc: retry vb2_reqbufs() with vb_vmalloc_memops if use_sg fail


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