public inbox for imx@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-01-30 01:52:38 to 2026-02-03 05:22:57 UTC [more...]

[PATCH v6 net-next 00/15] net: fec: improve XDP copy mode and add AF_XDP zero-copy support
 2026-02-03  5:23 UTC  (9+ messages)
` [PATCH v6 net-next 01/15] net: fec: add fec_txq_trigger_xmit() helper
` [PATCH v6 net-next 02/15] net: fec: add fec_rx_error_check() to check RX errors
` [PATCH v6 net-next 03/15] net: fec: add rx_shift to indicate the extra bytes padded in front of RX frame
` [PATCH v6 net-next 04/15] net: fec: add fec_build_skb() to build a skb
` [PATCH v6 net-next 05/15] net: fec: improve fec_enet_rx_queue()
` [PATCH v6 net-next 06/15] net: fec: add fec_enet_rx_queue_xdp() for XDP path
` [PATCH v6 net-next 07/15] net: fec: add tx_qid parameter to fec_enet_xdp_tx_xmit()
` [PATCH v6 net-next 08/15] net: fec: transmit XDP frames in bulk

[PATCH v2 net] net: phy: change devlink flag to AUTOREMOVE_SUPPLIER for non-SFP PHYs
 2026-02-03  5:14 UTC  (7+ messages)

[PATCH v2 1/3] arm64: dts: imx93-9x9-qsb: change usdhc tuning step for eMMC and SD
 2026-02-03  3:19 UTC  (3+ messages)

[PATCH v3 0/4] ASoC: fsl_asrc: support the i.MX952 platform
 2026-02-03  3:13 UTC  (5+ messages)
` [PATCH v3 1/4] ASoC: dt-bindings: fsl,imx-asrc: Add support for "
` [PATCH v3 2/4] ASoC: fsl_asrc_m2m: Add option to start ASRC before DMA device for M2M
` [PATCH v3 3/4] ASoC: fsl_asrc: Add support for i.MX952 platform
` [PATCH v3 4/4] ASoC: fsl_asrc_dma: allocate memory from dma device

[PATCH V4 0/4] arm64: dts: imx93: Add i.MX93 Wireless EVK and refactor common parts
 2026-02-03  2:25 UTC  (4+ messages)
` [PATCH V4 4/4] arm64: dts: imx93: Add i.MX93 Wireless EVK board support

[PATCH net 0/4] ENETC v4 hardware integration fixes
 2026-02-03  2:20 UTC  (10+ messages)
` [PATCH net 1/4] net: enetc: Remove SI/BDR cacheability AXI settings for ENETC v4
` [PATCH net 2/4] net: enetc: Remove CBDR "
` [PATCH net 3/4] net: enetc: Convert 16-bit register writes to 32-bit "
` [PATCH net 4/4] net: enetc: Convert 16-bit register reads "

[PATCH v5 net-next 06/15] net: fec: add fec_enet_rx_queue_xdp() for XDP path
 2026-02-03  2:04 UTC  (3+ messages)
` [v5,net-next,06/15] "

[PATCH V3 00/10] pci-imx6: Add support for parsing the reset property in new Root Port binding
 2026-02-03  1:56 UTC  (11+ messages)
` [PATCH V3 01/10] dt-bindings: PCI: fsl,imx6q-pcie: Add reset GPIO in Root Port node
` [PATCH V3 02/10] PCI: imx6: Add support for parsing the reset property in new Root Port binding
` [PATCH V3 03/10] arm: dts: imx6qdl: Add Root Port node and PERST property
` [PATCH V3 04/10] arm: dts: imx6sx: "
` [PATCH V3 05/10] arm: dts: imx7d: "
` [PATCH V3 06/10] arm64: dts: imx8mm: "
` [PATCH V3 07/10] arm64: dts: imx8mp: "
` [PATCH V3 08/10] arm64: dts: imx8mq: "
` [PATCH V3 09/10] arm64: dts: imx8dxl/qm/qxp: "
` [PATCH V3 10/10] arm64: dts: imx95: "

[PATCH 00/10] ARM: dts: cleanup some CHECK_DTB warings
 2026-02-03  1:52 UTC  (12+ messages)
` [PATCH 01/10] ARM: dts: imx35: rename emi to emi-bus to fix CHECK_DTBS warning
` [PATCH 02/10] ARM: dts: imx35: rename i2c clock-names to ipg
` [PATCH 03/10] ARM: dts: imx35: remove simple-bus 'usbphy'
` [PATCH 04/10] ARM: dts: imx51-ts4800: rename fpga@0 to fpga@0,0
` [PATCH 05/10] ARM: dts: imx51-babbage: rename at45db321d@1 to flash@1
` [PATCH 06/10] ARM: dts: imx53: drop fallback compatible "dlg,da9052"
` [PATCH 07/10] ARM: dts: imx6qdl-sr-som-ti: use fixed-clock instead of clock-frequency
` [PATCH 08/10] ARM: dts: imx7ulp: remove #clock-cells from clock-controller@40410000
` [PATCH 09/10] ARM: dts: imx53-smd: Add power supply node for fsl,sgtl5000
` [PATCH 10/10] ARM: dts: imx7s-warp: Remove data-lanes and clock-lanes for ov2680

[net-next v22 0/7] net: mtip: Add support for MTIP imx287 L2 switch driver
 2026-02-03  1:44 UTC  (11+ messages)
` [net-next v22 1/7] dt-bindings: net: Add MTIP L2 switch description
` [net-next v22 2/7] net: mtip: The L2 switch driver for imx287
  ` [net-next,v22,2/7] "
` [net-next v22 3/7] net: mtip: Add buffers management functions to the L2 switch driver
` [net-next v22 4/7] net: mtip: Add net_device_ops "
  ` [net-next,v22,4/7] "
` [net-next v22 5/7] net: mtip: Add mtip_switch_{rx|tx} "
` [net-next v22 6/7] net: mtip: Extend the L2 switch driver with management operations
` [net-next v22 7/7] net: mtip: Extend the L2 switch driver for imx287 with bridge operations
  ` [net-next,v22,7/7] "

[PATCH 0/3] add DWC3 i.MX driver based on flatten devicetree
 2026-02-03  1:38 UTC  (10+ messages)
` [PATCH 1/3] dt-bindings: usb: introduce fsl,imx-dwc3
` [PATCH 2/3] usb: dwc3: add may_lose_power flag
` [PATCH 3/3] usb: dwc3: introduce flatten model driver of i.MX Soc

[PATCH v8 00/18] Apply drm_bridge_connector and panel_bridge helper for the Analogix DP driver
 2026-02-03  1:31 UTC  (23+ messages)
` [PATCH v8 02/18] drm/bridge: analogix_dp: Formalize the struct analogix_dp_device
` [PATCH v8 03/18] drm/bridge: analogix_dp: Move &drm_bridge_funcs.mode_set to &drm_bridge_funcs.atomic_enable
` [PATCH v8 04/18] drm/bridge: analogix_dp: Add &analogix_dp_plat_data.next_bridge
` [PATCH v8 05/18] drm/bridge: Move legacy bridge driver out of imx directory for multi-platform use
` [PATCH v8 06/18] drm/exynos: exynos_dp: Remove &exynos_dp_device.ptn_bridge
` [PATCH v8 07/18] drm/exynos: exynos_dp: Remove unused &exynos_dp_device.connector
` [PATCH v8 14/18] drm/rockchip: analogix_dp: Apply analogix_dp_finish_probe()
  ` [PATCH v8 16/18] drm/bridge: analogix_dp: Attach the next bridge in analogix_dp_bridge_attach()

[PATCH v3 0/3] media: imx-jpeg: Add v1 hardware encoder support for i.MX952
 2026-02-03  1:30 UTC  (8+ messages)
` [PATCH v3 1/3] media: imx-jpeg: Simplify descriptor initialization with memset
` [PATCH v3 2/3] media: mxc-jpeg: Add encoder ops layer for hardware abstraction
` [PATCH v3 3/3] media: mxc-jpeg: Add support for encoder v1 descriptor configuration

[PATCH RFC net-next] net: stmmac: provide flag to disable EEE
 2026-02-03  0:17 UTC  (4+ messages)

[PATCH 1/1] ASoC: dt-bindings: ti,tlv320aic3x: Add compatible string ti,tlv320aic23
 2026-02-02 20:57 UTC 

[PATCH v2] PCI: s32g: Fix ports parsing
 2026-02-02 19:46 UTC  (4+ messages)

[PATCH 1/2] dt-bindings: arm: fsl: Add Gateworks GW7906 board
 2026-02-02 19:16 UTC  (3+ messages)
` [PATCH 2/2] arm64: dts: imx: Add i.mx8mm Gateworks GW7906 dts support

[PATCH] arm64: dts: imx8mq: Restore VPU G2 clock to 600MHz for 4K60fps decoding
 2026-02-02 19:12 UTC  (8+ messages)

[PATCH v3] remoteproc: imx: Fix invalid loaded resource table detection
 2026-02-02 16:16 UTC  (4+ messages)

[PATCH v2 0/2] clk: imx: imx6q: Fix device node reference leaks
 2026-02-02 14:17 UTC  (7+ messages)
` [PATCH v2 1/2] clk: imx: imx6q: Fix device node reference leak in pll6_bypassed()
` [PATCH v2 2/2] clk: imx: imx6q: Fix device node reference leak in of_assigned_ldb_sels()

[PATCH] PCI: s32g: Fix ports parsing
 2026-02-02 13:37 UTC  (5+ messages)

[PATCH v2] pwm: imx-tpm: keep channel state instead of counting
 2026-02-02 10:47 UTC 

[PATCH] pwm: imx-tpm: keep channel state instead of counting
 2026-02-02 10:46 UTC  (5+ messages)

[PATCH v2 0/4] ASoC: fsl_asrc: support the i.MX952 platform
 2026-02-02  9:44 UTC  (10+ messages)
` [PATCH v2 1/4] ASoC: dt-bindings: fsl,imx-asrc: Add support for "
` [PATCH v2 2/4] ASoC: fsl_asrc: "
` [PATCH v2 3/4] ASoC: fsl_asrc_m2m: Start ASRC before DMA device for M2M
` [PATCH v2 4/4] ASoC: fsl_asrc_dma: allocate memory from dma device

[PATCH] gpu: ipu-v3: clean up kernel-doc warnings
 2026-02-02  8:10 UTC  (2+ messages)

[PATCH] phy: fsl-imx8mq-usb: set usb phy to be wakeup capable
 2026-02-02  8:02 UTC 

[PATCH 1/2] pmdomain: imx8mp-blk-ctrl: set awake path for power_dev if attached device needs wakeup
 2026-02-02  7:47 UTC  (2+ messages)
` [PATCH 2/2] pmdomain: imx: gpcv2: keep usb phy power domain on for wakeup

[PATCH V2 00/10] pci-imx6: Add support for parsing the reset property in new Root Port binding
 2026-02-02  7:45 UTC  (4+ messages)
` [PATCH V2 02/10] PCI: imx6: "

[PATCH v2] media: imx-jpeg: Add support for encoder v1 descriptor configuration
 2026-02-02  5:59 UTC  (3+ messages)

[PATCH v3 0/2] Reserve eDMA channels 0-1 for V2X
 2026-02-02  3:22 UTC  (4+ messages)
` [PATCH v3 1/2] arm64: dts: imx95: "
` [PATCH v3 2/2] arm64: dts: imx95-evk: update the dma-channel-mask property

[PATCH v4 0/4] clk: vf610: Add clocks to support MTIP L2 switch
 2026-02-02  1:56 UTC  (2+ messages)

[PATCH 1/1] dt-bindings: interrupt-controller: Add compatiblie string fsl,imx3(1|5)-avic
 2026-02-01  1:21 UTC 

[PATCH 1/1] dt-bindings: soc: imx: add fsl,aips and fsl,emi compatible strings
 2026-02-01  1:19 UTC 

[PATCH v4 0/4] drm/bridge: add of_drm_find_and_get_bridge() and a managed *next_bridge, deprecate of_drm_find_bridge()
 2026-01-31 17:43 UTC  (9+ messages)
` [PATCH v4 4/4] drm/bridge: imx8qxp-pixel-link: get/put the next bridge

[net-next v21 7/7] net: mtip: Extend the L2 switch driver for imx287 with bridge operations
 2026-01-31  1:54 UTC  (2+ messages)
` [net-next,v21,7/7] "

[net-next v21 6/7] net: mtip: Extend the L2 switch driver with management operations
 2026-01-31  1:54 UTC  (2+ messages)
` [net-next,v21,6/7] "

[net-next v21 3/7] net: mtip: Add buffers management functions to the L2 switch driver
 2026-01-31  1:54 UTC  (2+ messages)
` [net-next,v21,3/7] "

[net-next v21 2/7] net: mtip: The L2 switch driver for imx287
 2026-01-31  1:54 UTC  (2+ messages)
` [net-next,v21,2/7] "

[PATCH net-next] net: stmmac: spelling corrections
 2026-01-31  1:50 UTC  (2+ messages)

[PATCH v3 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-01-30 19:19 UTC  (3+ messages)

[PATCH] clk: imx: imx6q: Fix device node reference leak in pll6_bypassed()
 2026-01-30 18:00 UTC  (3+ messages)

[PATCH] mtd: spi-nor: core: correct the op.dummy.nbytes when check read operations
 2026-01-30 16:43 UTC  (3+ messages)

[PATCH 0/2] dmaengine: add helper macro dmaengine_prep_submit()
 2026-01-30 15:21 UTC  (3+ messages)
` [PATCH 1/2] dmaengine: Add "
` [PATCH 2/2] i2c: imx-lpi2c: use dmaengine_prep_submit() to simple code

[PATCH v6 0/3] s32g: Use a syscon for GPR
 2026-01-30 13:19 UTC  (4+ messages)
` [PATCH v6 1/3] net: stmmac: s32: use a syscon for S32_PHY_INTF_SEL_RGMII
` [PATCH v6 2/3] dt-bindings: net: nxp,s32-dwmac: Use the GPR syscon
` [PATCH v6 3/3] dts: s32g: Add GPR syscon region

[PATCH] pmdomain: imx8m-blk-ctrl: fix out-of-range access of bc->domains
 2026-01-30 11:28 UTC  (3+ messages)

[PATCH net] net: phy: add device link between MAC device and MDIO device
 2026-01-30 10:09 UTC  (8+ messages)

[PATCH v2] drm/bridge: imx8mp-hdmi-pai: enable PM runtime
 2026-01-30  8:40 UTC  (2+ messages)

[PATCH] drm/bridge: imx: imx8mp-hdmi-pai: enable pm runtime
 2026-01-30  7:45 UTC  (5+ messages)

[PATCH] iio: adc: vf610: Add missing check for device_property_read_u32_array
 2026-01-30  5:25 UTC  (4+ messages)

[PATCH 1/1] dmaengine: add Frank Li as reviewer
 2026-01-30  4:20 UTC 

[RFC PATCH] net: phy: integrate reset-after-clock quirk into phy_init_hw
 2026-01-30  2:25 UTC  (2+ messages)

[PATCH 0/3] ASoC: fsl_asrc: support the i.MX952 platform
 2026-01-30  1:52 UTC  (4+ messages)
` [PATCH 3/3] ASoC: fsl_asrc_dma: allocate memory from dma device


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