Devicetree
 help / color / mirror / Atom feed
 messages from 2026-06-18 13:45:06 to 2026-06-18 19:18:11 UTC [more...]

[PATCH v2 00/10] Add support for structured tags and v18 dtb version
 2026-06-18 19:17 UTC  (6+ messages)
` [PATCH v2 02/10] libfdt: Don't assume that a FDT_BEGIN_NODE tag is available at offset 0
` [PATCH v2 03/10] tests: asm: Introduce treehdr_vers macro

[PATCH V2 0/3] dmaengine: zynqmp_dma: Add per-channel reset support
 2026-06-18 19:15 UTC  (5+ messages)
` [PATCH V2 2/3] "
` [PATCH V2 3/3] dmaengine: zynqmp_dma: Guard IRQ handler against spurious interrupts

[PATCH v2 0/2] iio: magnetometer: add support for Melexis MLX90393
 2026-06-18 18:59 UTC  (7+ messages)
` [PATCH v2 1/2] dt-bindings: iio: magnetometer: add "
` [PATCH v2 2/2] iio: magnetometer: add support for "

[PATCH RFC v4 00/12] ZTE zx297520v3 clock bindings and driver
 2026-06-18 18:59 UTC  (4+ messages)
` [PATCH RFC v4 01/12] dt-bindings: clk: zte: Add zx297520v3 top clock and reset bindings

[PATCH v4 0/2] clk: amlogic: Add A9 AO clock controller
 2026-06-18 18:56 UTC  (3+ messages)
` [PATCH v4 2/2] clk: amlogic: Add A9 AO clock controller driver

[PATCH v10 0/4] media: nxp: Add CSI Pixel Formatter support
 2026-06-18 18:45 UTC  (7+ messages)
` [PATCH v10 1/4] dt-bindings: clock: imx95-blk-ctl: Use single quotes consistently
` [PATCH v10 2/4] media: dt-bindings: Add CSI Pixel Formatter DT bindings
` [PATCH v10 3/4] dt-bindings: clock: imx95-blk-ctl: Define formatter child node schema

[PATCH 0/8] Add PCIe M.2 Key E connector support for NXP i.MX boards
 2026-06-18 18:37 UTC  (7+ messages)
` [PATCH 1/8] PCI: imx6: Add skip_pwrctrl_off flag support
` [PATCH 2/8] power: sequencing: pcie-m2: Add PCI ID for NXP 88W9098 and AW693 Bluetooth
` [PATCH 3/8] Bluetooth: btnxpuart: Add M.2 Bluetooth device support using pwrseq

[PATCH v2 1/2] of: property: Fix of_fwnode_get_reference_args() with negative index
 2026-06-18 18:35 UTC  (5+ messages)
` [PATCH v2 2/2] software node: Fix software_node_get_reference_args() with index -1

[PATCH v4 0/5] Add PLL3 and LCDC_CLKD support for RZ/T2H and RZ/N2H
 2026-06-18 18:34 UTC  (9+ messages)
` [PATCH v4 1/5] clk: renesas: rzv2h-cpg: Use per-SoC PLL reference frequency for calculations
` [PATCH v4 2/5] clk: renesas: cpg-mssr: Implement dedicated MSTP delay logic for RZ/T2H LCDC and RTC
` [PATCH v4 3/5] dt-bindings: clock: renesas,r9a09g077/87: Add LCDC_CLKD clock ID
` [PATCH v4 4/5] clk: renesas: Extract RZ/V2H PLL calculation helpers into shared library
` [PATCH v4 5/5] clk: renesas: r9a09g077: Add LCDC and PLL3 clock support for RZ/T2H display pipeline

[PATCH 00/11] pmdomain: st: ux500: Implement ux500 power domains
 2026-06-18 18:23 UTC  (5+ messages)
` [PATCH 01/11] dt-bindings: power: Convert Ux500 PM domains to schema
` [PATCH 08/11] dmaengine: ste_dma40: Use power domain for LCLA SRAM

[PATCH v6 00/16] AD9910 Direct Digital Synthesizer
 2026-06-18 18:14 UTC  (9+ messages)
` [PATCH v6 05/16] iio: core: support 64-bit register through debugfs
` [PATCH v6 06/16] iio: core: create local __iio_chan_prefix_emit() for reuse
` [PATCH v6 14/16] iio: frequency: ad9910: show channel priority in debugfs

[PATCH v3] spi: dt-bindings: octeon: Convert to DT schema
 2026-06-18 18:09 UTC  (2+ messages)

[PATCH v2 0/7] ASoC: codecs: ES8389: Modify the ES8389 driver
 2026-06-18 18:03 UTC  (3+ messages)
` [PATCH v2 1/7] ASoC: dt-bindings: ES8389: Add members about HPF and clock

[PATCH 0/5] clk: qcom: Introduce initial clock controllers for Maili SoC
 2026-06-18 17:28 UTC  (7+ messages)
` [PATCH 1/5] dt-bindings: clock: qcom-rpmhcc: Add RPMH clock controller for Maili
` [PATCH 2/5] dt-bindings: clock: qcom: Add Maili TCSR clock controller
` [PATCH 3/5] dt-bindings: clock: qcom: Add Maili global "
` [PATCH 4/5] clk: qcom: gcc-hawi: Add support for global clock controller on Maili
` [PATCH 5/5] dt-bindings: mailbox: qcom: Document Maili CPUCP mailbox controller

[PATCH 0/2] media: i2c: Add OmniVision OG0VA1B camera sensor driver
 2026-06-18 17:27 UTC  (7+ messages)
` [PATCH 2/2] media: i2c: og0va1b: Add OmniVision OG0VA1B camera sensor

[PATCH 00/10] rust: driver: use pointers instead of indices for ID info
 2026-06-18 17:03 UTC  (11+ messages)
` [PATCH 01/10] rust: driver: remove `IdTable::id`
` [PATCH 02/10] rust: driver: simplify `IdArray::new_without_index`
` [PATCH 03/10] rust: pci: use `Option<&IdInfo>` for device ID info
` [PATCH 04/10] rust: net/phy: remove expansion from doc
` [PATCH 05/10] rust: driver: centralize device ID handling
` [PATCH 06/10] rust: driver: remove `$module_table_name` from `module_device_table`
` [PATCH 07/10] rust: driver: store pointers in `DeviceId`
` [PATCH 08/10] rust: driver: remove open-coded matching logic
` [PATCH 09/10] rust: driver: remove duplicate ID table
` [PATCH 10/10] RFC: rust: driver: support map-like syntax for "

[PATCH v7 0/2] drm: panel: support the R63419 based dual-DSI video mode Display Panels
 2026-06-18 17:00 UTC  (3+ messages)
` [PATCH v7 2/2] drm: panel: add support for the Renesas "

[PATCH v6 00/10] ACPI: APEI: share GHES CPER helpers and add DT FFH provider
 2026-06-18 16:48 UTC  (2+ messages)

[PATCH v4 0/3] riscv: support effective hardware PTE A/D updates
 2026-06-18 16:37 UTC  (3+ messages)
` [PATCH v4 1/3] dt-bindings: riscv: describe Svadu as disabled at boot

[PATCH v4 00/16] spi: cadence-quadspi: add PHY tuning support
 2026-06-18 16:36 UTC  (3+ messages)
` [PATCH v4 01/16] spi: dt-bindings: add spi-max-post-config-frequency property

[PATCH 1/3] arm64: dts: imx94-xspi: add the DMA channels
 2026-06-18 15:54 UTC  (3+ messages)
` [PATCH 3/3] dt-bindings: spi: nxp,imx94-xspi: add DMA properties

[PATCH v4 0/3] perf: marvell: LLC-TAD PMU MPAM filtering support
 2026-06-18 15:50 UTC  (5+ messages)
` [PATCH v4 1/3] perf: marvell: Add MPAM partid filtering to CN10K TAD PMU
` [PATCH v4 2/3] perf: marvell: Add CN20K LLC-TAD PMU support
` [PATCH v4 3/3] dt-bindings: perf: marvell: add CN20K TAD "

[PATCH 0/6] Add DRM driver for Solomon SSD16xx e-paper display controllers
 2026-06-18 15:41 UTC  (6+ messages)
` [PATCH 3/6] drm/tiny: "

[PATCH RFC] dt-bindings: sound: Convert cirrus,cs35l36 to DT schema
 2026-06-18 15:22 UTC  (3+ messages)

[PATCH] dma-iommu: Introduce API to reserve IOVA regions for dynamically created devices
 2026-06-18 15:17 UTC  (3+ messages)

[PATCH v5 1/2] dt-bindings: arm: xen: Convert to DT schema
 2026-06-18 15:11 UTC  (2+ messages)
` [PATCH v5 2/2] arm/xen: Update DT binding documentation reference

[PATCH v2 0/3] 88PM886 Vbus regulator support
 2026-06-18 14:46 UTC  (2+ messages)
` (subset) "

[PATCH 0/4] mfd: Add support for the MCU in the UGREEN DH2300 NAS
 2026-06-18 14:39 UTC  (4+ messages)
` [PATCH 3/4] mfd: Add support for UGREEN NASync DH2300 MCU

[PATCH v8 0/6] arm64: dts: qcom: Support AYN QCS8550 Devices
 2026-06-18 14:02 UTC  (3+ messages)
` (subset) "

[PATCH 1/3] dt-bindings: display: panel: himax,hx83121a: add optional bl supply
 2026-06-18 14:01 UTC  (2+ messages)

[PATCH v6 0/2] drm/panel: Add support for the FocusLCDs E35GH-I-MW800CB
 2026-06-18 14:01 UTC  (2+ messages)

[PATCH v4 0/2] drm/panel: Add panel driver for Chipone ICNA35XX based panels
 2026-06-18 14:01 UTC  (2+ messages)

[PATCH V7 0/6] Add Anbernic RG Vita-Pro
 2026-06-18 14:01 UTC  (2+ messages)
` (subset) "


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