messages from 2026-07-09 06:49:26 to 2026-07-10 19:36:32 UTC [more...]
[PATCH v2 00/23] mfd: Use named initializers for arrays of *_device_data
2026-07-10 19:36 UTC (5+ messages)
` [PATCH v2 21/23] mfd: Unify style of of_device_id arrays
[PATCH 00/42] of: reserved_mem: Introduce devres helpers and convert drivers
2026-07-10 17:45 UTC (5+ messages)
` [PATCH 10/42] drm: pl111: Use devm_of_reserved_mem_device_init()
` [PATCH 23/42] mmc: sdhci-of-bst: Use devm_of_reserved_mem_device_init_by_idx()
[PATCH v6 00/10] dmaengine: dw-edma: flatten desc structions and simplify code
2026-07-10 17:28 UTC (23+ messages)
` [PATCH v6 01/10] dmaengine: dw-edma: Move control field update of DMA link to the last step
` [PATCH v6 02/10] dmaengine: dw-edma: Add xfer_sz field to struct dw_edma_chunk
` [PATCH v6 03/10] dmaengine: dw-edma: Move ll_region from struct dw_edma_chunk to struct dw_edma_chan
` [PATCH v6 04/10] dmaengine: dw-edma: Pass down dw_edma_chan to reduce one level of indirection
` [PATCH v6 05/10] dmaengine: dw-edma: Add helper dw_(edma|hdma)_v0_core_ch_enable()
` [PATCH v6 06/10] dmaengine: dw-edma: Add callbacks to fill link list entries
` [PATCH v6 07/10] dmaengine: dw-edma: Add non_ll_start() callback
` [PATCH v6 08/10] dmaengine: dw-edma: Use common dw_edma_core_start() for both eDMA and HDMA
` [PATCH v6 09/10] dmaengine: dw-edma: Use burst array instead of linked list
` [PATCH v6 10/10] dmaengine: dw-edma: Remove struct dw_edma_chunk
[PATCH v3 00/23] mfd: Use named initializers for arrays of *_device_data
2026-07-10 16:54 UTC (9+ messages)
` [PATCH v3 13/23] mfd: Use named initializers for arrays of i2c_device_id
` [PATCH v3 21/23] mfd: Unify style of of_device_id arrays
[PATCH v5 00/10] dmaengine: dw-edma: flatten desc structions and simplify code
2026-07-10 16:50 UTC (23+ messages)
` [PATCH v5 01/10] dmaengine: dw-edma: Move control field update of DMA link to the last step
` [PATCH v5 02/10] dmaengine: dw-edma: Add xfer_sz field to struct dw_edma_chunk
` [PATCH v5 03/10] dmaengine: dw-edma: Move ll_region from struct dw_edma_chunk to struct dw_edma_chan
` [PATCH v5 04/10] dmaengine: dw-edma: Pass down dw_edma_chan to reduce one level of indirection
` [PATCH v5 05/10] dmaengine: dw-edma: Add helper dw_(edma|hdma)_v0_core_ch_enable()
` [PATCH v5 06/10] dmaengine: dw-edma: Add callbacks to fill link list entries
` [PATCH v5 07/10] dmaengine: dw-edma: Add non_ll_start() callback
` [PATCH v5 08/10] dmaengine: dw-edma: Use common dw_edma_core_start() for both eDMA and HDMA
` [PATCH v5 09/10] dmaengine: dw-edma: Use burst array instead of linked list
` [PATCH v5 10/10] dmaengine: dw-edma: Remove struct dw_edma_chunk
[PATCH v3 0/2] thermal: imx: Add calibration offset support
2026-07-10 16:43 UTC (6+ messages)
` [PATCH v3 1/2] dt-bindings: thermal: imx: Document calibration offset property
` [PATCH v3 2/2] thermal/drivers/imx: Add calibration offset support
[PATCH v2 0/3] Add audio support on i.MX91 9x9 QSB
2026-07-10 15:50 UTC (5+ messages)
` [PATCH v2 1/3] arm64: dts: imx91-9x9-qsb: Add audio-related board muxes
` [PATCH v2 2/3] arm64: dts: imx91-9x9-qsb: Add WM8524 sound card support
` [PATCH v2 3/3] arm64: dts: imx91-9x9-qsb: Add PDM microphone "
[PATCH 0/5] Import optee node from u-boot device trees
2026-07-10 15:39 UTC (7+ messages)
` [PATCH 1/5] arm64: dts: freescale: "
` [PATCH 2/5] arm: dts: st: "
` [PATCH 3/5] arm64: dts: hisilicon: hi3798cv200-poplar: Import optee node from u-boot device tree
` [PATCH 4/5] arm64: dts: nuvoton: npcm845-evb: "
` [PATCH 5/5] arm64: dts: freescale: imx93-frdm: Add OP-TEE device tree node
[PATCH] usb: chipidea: imx: fix missing ret assignment for dev_err_probe
2026-07-10 15:37 UTC (2+ messages)
[PATCH v4 0/2] thermal: imx: Add calibration offset support
2026-07-10 15:35 UTC (7+ messages)
` [PATCH v4 1/2] dt-bindings: thermal: imx: Document calibration offset property
` [PATCH v4 2/2] thermal/drivers/imx: Add calibration offset support
[PATCH v6 0/2] dmaengine: fsl-edma: Scatter/gather improvements
2026-07-10 15:22 UTC (7+ messages)
` [PATCH v6 1/2] dmaengine: fsl-edma: Implement device_prep_peripheral_dma_vec
` [PATCH v6 2/2] dmaengine: fsl-edma: Support dynamic scatter/gather chaining
[PATCHv3 0/6] serial: mxs-auart: devm conversion, clock rework, and IRQ ordering fixes
2026-07-10 15:14 UTC (10+ messages)
` [PATCHv3 1/6] serial: mxs-auart: fix cast type for of_device_get_match_data
` [PATCHv3 3/6] serial: mxs-auart: use devm resources for iomem and GPIO IRQs
` [PATCHv3 5/6] serial: mxs-auart: clamp RX DMA count to buffer size
` [PATCHv3 6/6] serial: mxs-auart: terminate DMA before releasing channels in exit
[PATCH v3 00/20] driver core: count references of the platform device's fwnode, not OF node
2026-07-10 14:09 UTC (2+ messages)
[PATCH v5 0/8] mmc: sdhci-esdhc-imx: fix SDIO suspend/resume issues
2026-07-10 13:19 UTC (2+ messages)
[PATCH net V2] net: phy: motorcomm: read EEE abilities in yt8521_get_features()
2026-07-10 13:12 UTC (3+ messages)
[PATCH] usb: gadget: f_uac1_legacy: fix inverted NULL check after kstrndup()
2026-07-10 12:58 UTC (8+ messages)
[PATCH 0/3] char: Remove redundant error messages on IRQ request failure
2026-07-10 11:07 UTC (3+ messages)
` [PATCH 1/3] hwrng: drivers - Remove redundant dev_err()/dev_err_probe()
[PATCH] arm64: dts: imx91-9x9-qsb: add CAN support overlay file
2026-07-10 10:52 UTC (3+ messages)
[PATCH] arm64: dts: imx8mq: Add dcss node
2026-07-10 9:52 UTC (2+ messages)
[PATCH V5 0/4] Add PCIe M.2 Key E connector support for NXP i.MX boards
2026-07-10 9:36 UTC (13+ messages)
` [PATCH V5 1/4] PCI: imx6: Move pci_pwrctrl_create_devices() to imx_pcie_probe()
` [PATCH V5 2/4] PCI: imx6: Add skip_pwrctrl_off flag support
` [PATCH V5 3/4] Bluetooth: btnxpuart: Add M.2 Bluetooth device support using pwrseq
` [PATCH V5 4/4] arm64: dts: imx95-19x19-evk: Describe the PCIe M.2 Key E connector
[PATCH 0/9] drm: replace simple display pipe users with atomic helpers
2026-07-10 9:26 UTC (7+ messages)
` [PATCH 6/9] drm/gm12u320: replace struct drm_simple_display_pipe with regular "
[PATCH v3 0/2] drm/bridge: ti-sn65dsi83: Add reverse lvds lanes support
2026-07-10 9:10 UTC (6+ messages)
` [PATCH v3 1/2] drm/bridge: ti-sn65dsi83: Add reversed "
` [PATCH v3 2/2] dt-bindings: display: sn65dsi83: Add output data-lanes
[RFC PATCH] firmware: scmi: Make SCMI arch independent
2026-07-10 8:59 UTC (15+ messages)
[PATCH v3 0/7] dt-bindings: Orientation defines
2026-07-10 8:18 UTC (5+ messages)
` [PATCH v3 1/7] dt-bindings: media: Add macros for video interface devices
` [PATCH v3 2/7] media: dt-bindings: video-interface-devices: add video-interface-devices.h references
[PATCH v1 0/5] pwm: Unify arrays of various *_device_id
2026-07-10 8:03 UTC (2+ messages)
[PATCH] ASoC: fsl: imx-card: Skip sysclk reset for active DAIs in shutdown
2026-07-10 3:13 UTC
[PATCH 1/1] dt-bindings: usb: cdns3: allow iommus property
2026-07-09 20:53 UTC
[PATCH v2 0/4] arm64: dts: imx8qm: collect some small update and fixes
2026-07-09 20:41 UTC (6+ messages)
` [PATCH v2 1/4] arm64: dts: imx8qm-ss-dma: add lpuart4 node
` [PATCH v2 2/4] arm64: dts: imx8qm-ss-audio: add spdif1 node
` [PATCH v2 3/4] arm64: dts: imx8qm-ss-lsio: add lsio mu8 and mu8b
` [PATCH v2 4/4] arm64: dts: imx8-ss-audio: Fix LPCG clock indices for ASRC0
[PATCH v7 3/9] PCI: endpoint: pci-epf-test: Use dmaenigne_prep_config_single() to simplify code
2026-07-09 19:52 UTC (2+ messages)
[PATCH v2 0/2] thermal: imx: Add calibration offset support
2026-07-09 17:47 UTC (6+ messages)
` [PATCH v2 1/2] dt-bindings: thermal: imx: Document calibration offset property
` [PATCH v2 2/2] thermal/drivers/imx: Add calibration offset support
[PATCH v2 0/2] firmware: arm_scmi: Ensure automatic module loading
2026-07-09 15:54 UTC (12+ messages)
[PATCH v2] PCI: imx6: Add runtime PM support for i.MX95
2026-07-09 15:08 UTC (5+ messages)
` [PATCH v2] PCI: imx6: Update MPLLB bandwidth to improve i.MX95 Gen3 PCIe stability
[PATCH 0/3] ARM: dts: imx: cleanup st,stmpe touch screen related CHECK_DTB warings
2026-07-09 15:01 UTC (4+ messages)
` [PATCH 1/3] dt-bindings: mfd: st,stmpe: add deprecated properties
[PATCH 00/26] dmaengine: Remove redundant error messages on IRQ request failure
2026-07-09 14:33 UTC (5+ messages)
` [PATCH 01/26] dmaengine: fsl-edma-main: Remove redundant dev_err()/dev_err_probe()
[PATCH 0/6] Add audio support on i.MX91 9x9 QSB
2026-07-08 17:08 UTC (2+ messages)
` (subset) "
[PATCH 00/60] drm/plane: Convert all drivers to atomic_create_state and remove reset
2026-07-09 11:51 UTC (6+ messages)
` [PATCH 17/60] drm/imx/dc: Convert to atomic_create_state
` [PATCH 18/60] drm/imx/dcss: "
` [PATCH 25/60] drm/lcdif: "
` [PATCH 26/60] drm/mxsfb: "
` [PATCH 45/60] drm/imx/ipuv3: "
[PATCH v4 00/10] dmaengine: dw-edma: flatten desc structions and simple code
2026-07-09 11:33 UTC (2+ messages)
[PATCH v6 0/5] i3c: Improve CCC reliability with actual_len, validation, and Direct GET retry
2026-07-09 11:32 UTC (3+ messages)
` [PATCH v6 5/5] i3c: master: Add optional_bytes for variable-length GET CCC validation
[PATCH 00/18] thermal/drivers: Remove redundant error messages on IRQ request failure
2026-07-09 7:24 UTC (3+ 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