Linux kernel and device drivers for NXP i.MX platforms
 help / color / mirror / Atom feed
 messages from 2026-06-03 12:14:21 to 2026-06-06 03:40:26 UTC [more...]

[PATCH v3 0/5] remoteproc: cleanup shared carveout and resource-table helpers
 2026-06-06  3:43 UTC  (3+ messages)

[PATCH v3 net-next 0/9] net: dsa: netc: add bridge mode support
 2026-06-06  1:46 UTC  (12+ messages)
` [PATCH v3 net-next 1/9] net: enetc: add interfaces to manage dynamic FDB entries
` [PATCH v3 net-next 2/9] net: enetc: add "Update" and "Delete" operations to VLAN filter table
` [PATCH v3 net-next 3/9] net: enetc: add interfaces to manage egress treatment table
` [PATCH v3 net-next 4/9] net: enetc: add "Update" operation to the egress count table
` [PATCH v3 net-next 5/9] net: dsa: netc: initialize the group bitmap of ETT and ECT
` [PATCH v3 net-next 6/9] net: enetc: add helpers to set/clear table bitmap
` [PATCH v3 net-next 7/9] net: dsa: netc: add VLAN filter table and egress treatment management
` [PATCH v3 net-next 8/9] net: dsa: netc: add bridge mode support
` [PATCH v3 net-next 9/9] net: dsa: netc: implement dynamic FDB entry ageing

[PATCH v5 0/5] Add support for AAEON SRG-IMX8P MCU
 2026-06-05 18:42 UTC  (4+ messages)
` [PATCH v5 5/5] watchdog: aaeon: Add watchdog driver for "

[PATCH RFT 0/5] dmaengine: dw-edma: support dynamtic add link entry during dma engine running
 2026-06-05 18:34 UTC  (3+ messages)

[PATCH v4 1/4] dt-bindings: arm: fsl: add TQMa8MPxS board
 2026-06-05 16:49 UTC  (10+ messages)
` [PATCH v4 2/4] arm64: dts: freescale: add initial device tree for TQMa8MPQS with i.MX8MP
` [PATCH v4 4/4] arm64: dts: freescale: Add dual-channel LVDS overlay for TQMa8MPxS

[PATCH v4 0/3] Reserve eDMA channels 0-1 for V2X
 2026-06-05 15:32 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: dma: fsl-edma: add dma-channel-mask property description

[PATCH v4 0/5] phy: fsl-imx8mq-usb: few improvements
 2026-06-05 15:30 UTC  (13+ messages)
` [PATCH v4 1/5] phy: fsl-imx8mq-usb: fix typec switch leak on probe error path
` [PATCH v4 2/5] phy: fsl-imx8mq-usb: set usb phy to be wakeup capable
` [PATCH v4 3/5] phy: fsl-imx8mq-usb: add runtime PM support
` [PATCH v4 4/5] phy: fsl-imx8mq-usb: add control register regmap
` [PATCH v4 5/5] phy: fsl-imx8mq-usb: keep PHY power domain runtime always-on for i.MX8MP

[PATCH v2 0/4] Add RPROC support for the MX95-15x15-FRDM board
 2026-06-05 15:11 UTC  (6+ messages)
` [PATCH v2 1/4] dt-bindings: remoteproc: imx_rproc: document optional "memory-region-names"
` [PATCH v2 2/4] remoteproc: imx_rpoc: fix carveout name parsing
` [PATCH v2 3/4] arm64: dts: freescale: imx95-15x15-frdm: remove some rmem regions
` [PATCH v2 4/4] arm64: dts: freescale: add DT overlay for MX95-15x15-FRDM RPMSG usage

[PATCH v2] phy: freescale: phy-fsl-imx8qm-lvds-phy: Fix missing pm_runtime_disable() on probe error path
 2026-06-05 15:04 UTC  (3+ messages)

[PATCH 00/23] driver core: count references of the platform device's fwnode, not OF node
 2026-06-05 14:54 UTC  (22+ messages)
` [PATCH 07/23] driver core: platform: provide platform_device_set_fwnode()
` [PATCH 08/23] driver core: platform: provide platform_device_set_of_node_from_dev()
` [PATCH 11/23] i2c: pxa-pci: use platform_device_set_of_node()
` [PATCH 20/23] usb: chipidea: use platform_device_set_of_node_from_dev()
` [PATCH 22/23] reset: rzg2l: "

[PATCH] arm64: dts: imx93-11x11-frdm: enable additional devices
 2026-06-05 11:36 UTC  (3+ messages)

[PATCH 00/39] Add i.MX95 DPU/DSI/LVDS support
 2026-06-05 12:11 UTC  (2+ messages)

Re: [PATCH 2/5] dt-bindings: connector: Add fsl,io-connector binding
 2026-06-05  9:11 UTC  (12+ messages)
`  "

[PATCH net-next 00/15] net: enetc: SR-IOV improvements and ENETC v4 VF support
 2026-06-05  6:55 UTC  (16+ messages)
` [PATCH net-next 01/15] net: enetc: add trusted "
` [PATCH net-next 02/15] net: enetc: move msg_task and msg_int_name to struct enetc_si
` [PATCH net-next 03/15] net: enetc: add link status message support to PF driver
` [PATCH net-next 04/15] net: enetc: add link speed "
` [PATCH net-next 05/15] net: enetc: use enetc_set_si_hw_addr() to set VF MAC address
` [PATCH net-next 06/15] net: enetc: relocate enetc_pf_set_vf_mac() for common PF support
` [PATCH net-next 07/15] net: enetc: add .ndo_set_vf_mac() to the enetc v4 driver
` [PATCH net-next 08/15] net: enetc: move mac_filter from struct enetc_pf to struct enetc_si
` [PATCH net-next 09/15] net: enetc: add MAC address filtering support for VFs of ENETC v4
` [PATCH net-next 10/15] net: enetc: simplify and rename PSIIER enable/disable helpers
` [PATCH net-next 11/15] net: enetc: restore VF MAC promiscuous mode after FLR for ENETC v4
` [PATCH net-next 12/15] net: enetc: add VF support for i.MX94 and i.MX95
` [PATCH net-next 13/15] net: enetc: implement ndo_set_rx_mode_async for ENETC v4 VF
` [PATCH net-next 14/15] net: enetc: add PSI-to-VSI link status notification support for VF
` [PATCH net-next 15/15] net: enetc: add ndo_get_vf_config() support

[PATCH v2 0/4] snvs_pwrkey - code improvements and add report event
 2026-06-05  6:59 UTC  (8+ messages)
` [PATCH v2 1/4] Input: snvs_pwrkey - make use of dev_err_probe()
` [PATCH v2 2/4] Input: snvs_pwrkey - replace hardcoding -EINVAL with original error code
` [PATCH v2 3/4] Input: snvs_pwrkey - use local device pointer to simple code
` [PATCH v2 4/4] Input: snvs_pwrkey - report press event in interrupt handler

[PATCH v3] clk: imx: Add audio PLL debugfs for K-divider control
 2026-06-05  6:59 UTC  (3+ messages)

[PATCH 00/76] drm/bridge: Convert all reset users to create_state
 2026-06-05  6:26 UTC  (6+ messages)
` [PATCH 12/76] drm/bridge: imx8mp-hdmi-pvi: Switch to atomic_create_state
` [PATCH 13/76] drm/bridge: imx8qm-ldb: "

[PATCH] phy: freescale: imx8qm-lvds-phy: Fix missing pm_runtime_disable() on probe error path
 2026-06-05  3:44 UTC  (2+ messages)

[net-next v24 6/7] net: mtip: Extend the L2 switch driver with management operations
 2026-06-05  2:18 UTC  (2+ messages)

[net-next v24 5/7] net: mtip: Add mtip_switch_{rx|tx} functions to the L2 switch driver
 2026-06-05  2:18 UTC  (2+ messages)

[net-next v24 4/7] net: mtip: Add net_device_ops functions to the L2 switch driver
 2026-06-05  2:18 UTC  (2+ messages)

[net-next v24 3/7] net: mtip: Add buffers management functions to the L2 switch driver
 2026-06-05  2:18 UTC  (2+ messages)

[net-next v24 2/7] net: mtip: The L2 switch driver for imx287
 2026-06-05  2:18 UTC  (2+ messages)

[PATCH v2] media: v4l2-fwnode: Fix subdev owner overwritten in v4l2_async_register_subdev_sensor()
 2026-06-04 22:09 UTC  (2+ messages)

[PATCH v4 0/2] dmaengine: fsl-edma: Scatter/gather improvements
 2026-06-04 22:01 UTC  (3+ messages)
` [PATCH v4 2/2] dmaengine: fsl-edma: Support dynamic scatter/gather chaining

[PATCH v2 1/1] dt-bindings: net: dsa: Convert lan9303.txt to yaml format
 2026-06-04 21:09 UTC  (2+ messages)

[PATCH v2 0/2] PCI: imx6: Fix i.MX95 PCIe PHY initialization sequence
 2026-06-04 19:34 UTC  (3+ messages)
` [PATCH v2 2/2] PCI: imx6: Assert ref_clk_en after reference clock stabilizes on i.MX95

[PATCH v3] i2c: imx-lpi2c: reset controller in probe stage
 2026-06-04 18:58 UTC  (2+ messages)

[PACTH v2] i2c: imx-lpi2c: mark I2C adapter when hardware is powered down
 2026-06-04 18:54 UTC  (2+ messages)

[GIT PULL] i.MX ARM device tree changes for v7.2
 2026-06-04 17:02 UTC 

[GIT PULL] i.MX SoC driver updates for v7.2
 2026-06-04 16:45 UTC 

[PATCH v2] arm64: dts: imx94: Add Root Port node and PERST property
 2026-06-04  6:49 UTC  (2+ messages)

[PATCH v1] arm64: dts: imx94: Add Root Port node and PERST property
 2026-06-04  3:32 UTC  (3+ messages)

[PATCH v1 1/2] arm64: dts: imx94: Correct PCIe outbound address space configuration
 2026-06-04  2:48 UTC  (3+ messages)
` [PATCH v1 2/2] arm64: dts: imx943: "

[PATCH v3 0/5] phy: fsl-imx8mq-usb: few improvements
 2026-06-04  2:34 UTC  (12+ messages)
` [PATCH v3 1/5] phy: fsl-imx8mq-usb: fix typec switch leak on probe error path
` [PATCH v3 2/5] phy: fsl-imx8mq-usb: set usb phy to be wakeup capable
` [PATCH v3 3/5] phy: fsl-imx8mq-usb: add runtime PM support
` [PATCH v3 4/5] phy: fsl-imx8mq-usb: add control register regmap

[PATCH v1 0/2] arm64: dts: imx8mm-var-som-symphony: minor board updates
 2026-06-03 22:59 UTC  (4+ messages)
` [PATCH v1 1/2] arm64: dts: imx8mm-var-som-symphony: add wakeup sources
` [PATCH v1 2/2] arm64: dts: imx8mm-var-som-symphony: keep RGB_SEL low

[PATCH v2 2/2] MAINTAINERS: update PTP maintainer entries after directory split
 2026-06-03 22:55 UTC  (14+ messages)

[PATCH 00/83] ASoC: use .auto_selectable_formats
 2026-06-03 22:30 UTC  (6+ messages)
` [PATCH 02/83] ASoC: codecs: framer-codec: don't use array if single pattarn
` [PATCH 04/83] ASoC: codecs: peb2466: "

[PATCH v1 0/6] power: Use named initializers for platform_device_id arrays
 2026-06-03 20:46 UTC  (2+ messages)
` (subset) "

[PATCHv2] i2c: mxs: add missing kernel-doc for struct mxs_i2c_dev members
 2026-06-03 18:51 UTC  (2+ messages)

[PATCH 0/3] serial: mxs-auart: devm conversion, clock rework, and IRQ ordering fixes
 2026-06-03 18:48 UTC  (5+ messages)
` [PATCH 1/3] serial: mxs-auart: rework clock handling in mxs_get_clks and probe
` [PATCH 2/3] serial: mxs-auart: use devm resources for iomem and GPIO IRQs

[PATCH v3 0/5] arm64: dts: imx93-var-som-symphony: align DTS with hardware revision
 2026-06-03 18:39 UTC  (3+ messages)

[PATCH v3] arm64: dts: imx{91,93}-phyboard-segin: Add peb-av-18 overlays
 2026-06-03 18:39 UTC  (2+ messages)

[PATCH v1 1/1] arm64: dts: imx91-var-som-symphony: fix RGB_SEL handling
 2026-06-03 18:03 UTC  (2+ messages)

[PATCH v3 00/14] arm64: dts: imx8mp-var-som-symphony: align DTS with hardware revision
 2026-06-03 17:33 UTC  (21+ messages)
` [PATCH v3 01/14] arm64: dts: imx8mp-var-som-symphony: add input keys
` [PATCH v3 02/14] arm64: dts: imx8mp-var-som-symphony: enable USB support
` [PATCH v3 03/14] arm64: dts: imx8mp-var-som-symphony: add TPM support
` [PATCH v3 04/14] arm64: dts: imx8mp-var-som-symphony: add external RTC
` [PATCH v3 05/14] arm64: dts: imx8mp-var-som-symphony: enable header UARTs
` [PATCH v3 06/14] arm64: dts: imx8mp-var-som-symphony: enable PCIe
` [PATCH v3 07/14] arm64: dts: imx8mp-var-som-symphony: add HDMI support
` [PATCH v3 08/14] arm64: dts: imx8mp-var-som-symphony: add capacitive touchscreen
` [PATCH v3 09/14] arm64: dts: imx8mp-var-som-symphony: enable ECSPI2
` [PATCH v3 10/14] arm64: dts: imx8mp-var-som-symphony: keep RGB_SEL low
` [PATCH v3 11/14] arm64: dts: imx8mp-var-som-symphony: enable PWM1
` [PATCH v3 12/14] arm64: dts: imx8mp-var-som-symphony: enable CAN
` [PATCH v3 13/14] arm64: dts: imx8mp-var-som-symphony: add second Ethernet port
` [PATCH v3 14/14] arm64: dts: freescale: imx8mp-var-som: add I2C1 bus recovery GPIOs

[PATCH v2 0/9] mailbox: imx: Use threaded handler to avoid kworker in imx's remoteproc
 2026-06-03 15:26 UTC  (27+ messages)
` [PATCH v2 1/9] mailbox: imx: Add a channel shutdown field
` [PATCH v2 2/9] mailbox: imx: Use devm_pm_runtime_enable()
` [PATCH v2 3/9] mailbox: imx: use devm_of_platform_populate()
` [PATCH v2 4/9] mailbox: imx: Use channel index instead of zero in imx_mu_specific_rx()
` [PATCH v2 5/9] mailbox: imx: Start splitting the IRQ handler in primary and threaded handler
` [PATCH v2 6/9] mailbox: imx: Move the RX part of the mailbox into the "
` [PATCH v2 7/9] mailbox: imx: Move the RXDB "
` [PATCH v2 8/9] mailbox: imx: Don't force-thread the primary handler
` [PATCH v2 9/9] remoteproc: imx_rproc: Invoke the callback directly

[PATCH v2 00/12] arm64: dts: imx8mp-var-som-symphony: align DTS with hardware revision
 2026-06-03 13:23 UTC  (14+ messages)
` [PATCH v2 01/12] arm64: dts: imx8mp-var-som-symphony: add input keys
` [PATCH v2 02/12] arm64: dts: imx8mp-var-som-symphony: enable USB support
` [PATCH v2 03/12] arm64: dts: imx8mp-var-som-symphony: add TPM support
` [PATCH v2 04/12] arm64: dts: imx8mp-var-som-symphony: add external RTC
` [PATCH v2 05/12] arm64: dts: imx8mp-var-som-symphony: enable header UARTs
` [PATCH v2 06/12] arm64: dts: imx8mp-var-som-symphony: enable PCIe
` [PATCH v2 07/12] arm64: dts: imx8mp-var-som-symphony: add HDMI support
` [PATCH v2 08/12] arm64: dts: imx8mp-var-som-symphony: add capacitive touchscreen
` [PATCH v2 09/12] arm64: dts: imx8mp-var-som-symphony: enable ECSPI2
` [PATCH v2 10/12] arm64: dts: imx8mp-var-som-symphony: keep RGB_SEL low
` [PATCH v2 11/12] arm64: dts: imx8mp-var-som-symphony: enable PWM1
` [PATCH v2 12/12] arm64: dts: freescale: imx8mp-var-som: add I2C1 bus recovery GPIOs

[PATCH v1 06/12] arm64: dts: imx8mp-var-som-symphony: enable PCIe
 2026-06-03 12:14 UTC  (2+ messages)

[PATCH v1 02/12] arm64: dts: imx8mp-var-som-symphony: enable USB support
 2026-06-03 12:14 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