Devicetree
 help / color / mirror / Atom feed
 messages from 2026-06-29 09:34:52 to 2026-06-29 13:41:24 UTC [more...]

[PATCH v3 0/4] Add Qualcomm JPEG V4L2 encoder for SM8250
 2026-06-29 13:41 UTC  (13+ messages)
` [PATCH v3 1/4] media: qcom: camss: populate child platform devices
` [PATCH v3 2/4] dt-bindings: media: qcom: Add JPEG encoder binding
` [PATCH v3 3/4] arm64: dts: qcom: sm8250: Add JPEG encoder node
` [PATCH v3 4/4] media: qcom: jpeg: Add Qualcomm JPEG V4L2 encoder

[PATCH v2 1/2] dt-bindings: arm: ti: Add bindings for PHYTEC AM67x based hardware
 2026-06-29 13:38 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: dts: ti: Add support for the phyCORE-AM67x
  ` [Upstream] "

[PATCH net-next v11 0/7] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2026-06-29 13:35 UTC  (9+ messages)
` [PATCH net-next v11 1/7] dt-bindings: phy: document the serdes PHY on sa8255p
` [PATCH net-next v11 2/7] phy: qcom: add the SGMII SerDes PHY driver for SCMI systems
` [PATCH net-next v11 3/7] dt-bindings: net: qcom: document the ethqos device for SCMI-based systems
` [PATCH net-next v11 4/7] net: stmmac: qcom-ethqos: set serdes mode before powerup
` [PATCH net-next v11 5/7] net: stmmac: qcom-ethqos: reuse the address of ethqos_emac_driver_data
` [PATCH net-next v11 6/7] net: stmmac: qcom-ethqos: factor out linux-level setup into a separate function
` [PATCH net-next v11 7/7] net: stmmac: qcom-ethqos: add support for sa8255p

[PATCH v2 0/4] arm64: dts: freescale: Add IMX-AUD-IO add-on board support
 2026-06-29 13:32 UTC  (3+ messages)
` [PATCH v2 1/4] dt-bindings: connector: Add fsl,aud-io-slot binding

[PATCH v6 0/8] clk: qcom: Add common clkref support and migrate Glymur and Mahua
 2026-06-29 13:32 UTC  (18+ messages)
` [PATCH v6 5/8] clk: qcom: tcsrcc-glymur: Add Mahua QREF regulator support
` [PATCH v6 6/8] arm64: dts: qcom: glymur: Add QREF regulator supplies to TCSR
` [PATCH v6 7/8] arm64: dts: qcom: mahua: "

[PATCH v5] dt-bindings: pwm: st,sti-pwm: convert to DT schema
 2026-06-29 13:31 UTC  (2+ messages)

[PATCH v4 0/4] ARM: dts: renesas: r9a06g032-rzn1d400-eb: Enable SPI and FRAM
 2026-06-29 13:24 UTC  (5+ messages)
` [PATCH v4 3/4] ARM: dts: renesas: r9a06g032: Describe SPI controllers
` [PATCH v4 4/4] ARM: dts: renesas: r9a06g032-rzn1d400-eb: Enable SPI-FRAM

[PATCH v2 0/6] clk: sun6i-rtc: Add support for Allwinner A733 SoC
 2026-06-29 13:15 UTC  (11+ messages)
` [PATCH v2 1/6] dt-bindings: rtc: sun6i: add sun60i-a733 support
` [PATCH v2 2/6] clk: sunxi-ng: sun6i-rtc: clean up DT usage
` [PATCH v2 3/6] clk: sunxi-ng: sun6i-rtc: Add feature bit for IOSC calibration
` [PATCH v2 4/6] clk: sunxi-ng: div: add read-only operation support
` [PATCH v2 5/6] clk: sunxi-ng: sun6i-rtc: split main oscillator div and gate
` [PATCH v2 6/6] clk: sunxi-ng: sun6i-rtc: add a733 support

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

[PATCH v2 0/3] Add Qualcomm JPEG V4L2 encoder for SM8250
 2026-06-29 13:06 UTC  (3+ messages)

[PATCH] arm64: dts: renesas: rzt2h-n2h-evk-common: Add memory nodes
 2026-06-29 13:03 UTC  (2+ messages)

[PATCH v2 0/6] Add support for IPQ5018 Bluetooth
 2026-06-29 13:01 UTC  (7+ messages)
` [PATCH v2 1/6] dt-bindings: net: bluetooth: Document Qualcomm IPQ5018 Bluetooth controller
` [PATCH v2 2/6] Bluetooth: btqca: Add IPQ5018 support
` [PATCH v2 3/6] firmware: qcom: scm: Add support for setting Bluetooth power modes
` [PATCH v2 4/6] Bluetooth: Introduce Qualcomm IPQ5018 IPC based HCI driver
` [PATCH v2 5/6] arm64: dts: qcom: ipq5018: add nodes required for Bluetooth support
` [PATCH v2 6/6] MAINTAINERS: Add entry for Qualcomm IPQ5018 Bluetooth driver

[PATCH RFC 0/8] clk: sunxi-ng: Add support for Allwinner A733 CCU and PRCM
 2026-06-29 12:52 UTC  (2+ messages)

[PATCH v2 00/12] rust: driver: use pointers instead of indices for ID info
 2026-06-29 12:41 UTC  (2+ messages)

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

[PATCH v2 0/3] Add support for dual port USXGMII+SGMII
 2026-06-29 12:37 UTC  (12+ messages)
` [PATCH v2 1/3] arm64: dts: ti: Add PLL1 refclk to J784S4 SoC SERDES node
` [PATCH v2 2/3] net: ethernet: ti: am65-cpsw: Fix MAC configuration for SGMII mode
` [PATCH v2 3/3] arm64: dts: ti: k3-j784s4: Add overlay for dual port USXGMII+SGMII mode

[PATCH v8 0/3] Enable sdhc inline crypto engine for kodiak and monaco
 2026-06-29 12:32 UTC  (4+ messages)
` [PATCH v8 2/3] arm64: dts: qcom: kodiak: enable inline crypto engine for SDHC

[PATCH v3 0/3] clk: samsung: exynos990: Fix PERIS gate clock parents and add TMU_SUB
 2026-06-29 12:32 UTC  (7+ messages)
` [PATCH v3 1/3] dt-bindings: clock: exynos990: Add CLK_GOUT_PERIS_TMU_SUB_PCLK
` [PATCH v3 2/3] clk: samsung: exynos990: Add PERIS TMU_SUB_PCLK gate
` [PATCH v3 3/3] clk: samsung: exynos990: Fix PERIS gate clock parents

[PATCH] arm: dts: mediatek: mt6589: Fix timer interrupt trigger type
 2026-06-29 12:22 UTC 

[PATCH v8] arm64: dts: qcom: kodiak: Add EL2 overlay
 2026-06-29 12:22 UTC  (4+ messages)

[PATCH v2 0/3] phy: qcom: qmp-pcie: Add vdda-refgen supply support for Glymur
 2026-06-29 12:18 UTC  (4+ messages)

[PATCH v3 0/2] regulator: qcom-rpmh: Add off-on-delay support
 2026-06-29 12:13 UTC  (5+ messages)

[PATCH v20 0/3] Add OpenCores PTC PWM support
 2026-06-29  6:36 UTC  (3+ messages)
` [PATCH v20 1/3] dt-bindings: pwm: opencores: Update compatibles, examples and maintainers
` [PATCH v20 2/3] riscv: dts: starfive: Correct pwm nodes

[PATCHv2 1/2] dt-bindings: net: altr,socfpga-stmmac: add more interrupts for Agilex5
 2026-06-29 12:10 UTC  (4+ messages)
` [PATCHv2 2/2] arm64: dts: socfpga: agilex5: update channel interrupts for gmac1 and gmac2

[PATCH 1/2] Bluetooth: hci_bcm: add BCM43752
 2026-06-29 12:04 UTC  (5+ messages)
` [PATCH 2/2] dt-bindings: bluetooth: broadcom: "

[PATCH v4 0/2] arm64: dts: socfpga: Enable SMMU and add DMA coherency for XGMAC
 2026-06-29 11:59 UTC  (2+ messages)

[PATCH 0/2] arm64: dts: qcom: Add EC support for Purwa IOT EVK
 2026-06-29 11:58 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: embedded-controller: qcom,hamoa-crd-ec: Add "
` [PATCH 2/2] arm64: dts: qcom: purwa-iot-evk: Add Embedded controller node

[PATCH v2 0/3] media: i2c: Add imx576 camera sensor driver
 2026-06-29 11:56 UTC  (3+ messages)
` [PATCH v2 3/3] arm64: dts: qcom: sm7225-fairphone-fp4: Add Sony IMX576 front camera support

[PATCH v11 0/6] Enable ICE clock scaling
 2026-06-29 11:51 UTC  (11+ messages)
` [PATCH v11 1/6] soc: qcom: ice: Add OPP-based clock scaling support for ICE
` [PATCH v11 5/6] arm64: dts: qcom: monaco: Add OPP-table for ICE UFS and ICE eMMC nodes

[RFC 00/12] RFC: Devicetree-ACPI hybrid mode
 2026-06-29 11:48 UTC  (10+ messages)
` [RFC 09/12] pinctrl: qcom: Add support for WoA ACPI tables virtual TLMM pin numbers
` [RFC 12/12] arm64: dts: qcom: x1e78100-thinkpad-t14s: Move keyb and touchpad to ACPI enumeration

[PATCH 0/5] Shikra: Add DT support for ice, rng and qce
 2026-06-29 11:40 UTC  (5+ messages)
` [PATCH 5/5] arm64: dts: qcom: shikra: Add ICE, TRNG and QCE nodes

[PATCH 0/5] arm64: qcom: dts: Add display support for Shikra
 2026-06-29 11:39 UTC  (12+ messages)
` [PATCH 2/5] arm64: dts: qcom: shikra-cqm-evk: Enable display and add ili7807s panel
` [PATCH 4/5] arm64: dts: qcom: shikra-cqs-evk: "

[PATCH v17 00/10] arm64/riscv: Add support for crashkernel CMA reservation
 2026-06-29 11:33 UTC  (19+ messages)
` [PATCH v17 01/10] riscv: kexec_file: Fix crashk_low_res not exclude bug
` [PATCH v17 02/10] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v17 03/10] crash: Add crash_prepare_headers() to exclude crash kernel memory
` [PATCH v17 04/10] arm64: kexec_file: Use crash_prepare_headers() helper to simplify code
` [PATCH v17 05/10] x86/crash: "
` [PATCH v17 06/10] riscv: kexec_file: "
` [PATCH v17 07/10] LoongArch: "
` [PATCH v17 08/10] powerpc/kexec_file: Use crash_exclude_core_ranges() helper
` [PATCH v17 09/10] arm64: kexec_file: Add support for crashkernel CMA reservation
` [PATCH v17 10/10] riscv: "

[PATCH v1 0/2] Add Lenovo ThinkEdge SE70 carrier board support
 2026-06-29 11:23 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: arm: tegra: Add lenovo,thinkedge-se70 compatible string
` [PATCH 2/2] arm64: tegra: Add Lenovo ThinkEdge SE70 device tree

[PATCH v2 00/16] arm64: mediatek: Add M.2 E-key slot on Chromebooks
 2026-06-29 11:14 UTC  (6+ messages)
` [PATCH v2 07/16] usb: hub: Power on connected M.2 E-key connectors

[PATCH v4 00/13] clk: qcom: Add DISPCC and GPUCC support for the Qualcomm Shikra SoC
 2026-06-29 11:11 UTC  (6+ messages)
` [PATCH v4 13/13] arm64: dts: qcom: shikra: Add support for DISPCC/GPUCC nodes

[PATCH v3 0/7] dt-bindings: Orientation defines
 2026-06-29 11:09 UTC  (5+ messages)
` [PATCH v3 3/7] dt-bindings: media: i2c: Utilise video-interface-devices enums
` [PATCH v3 7/7] arm64: dts: rockchip: Convert to new media orientation definitions

[PATCH v2 0/5] media: i2c: vd55g1: Add vd55g4 support and various fixes
 2026-06-29 11:08 UTC  (9+ messages)
` [PATCH v2 1/5] media: i2c: vd55g1: Fix media bus code initialization
` [PATCH v2 2/5] media: i2c: vd55g1: Remove spurious pad format update on init_state()
` [PATCH v2 3/5] media: i2c: vd55g1: Fix manual digital gain on color variant
` [PATCH v2 4/5] media: dt-bindings: vd55g1: Add vd55g4 compatible
` [PATCH v2 5/5] media: i2c: vd55g1: Add support for vd55g4

[PATCH v2 0/3] drm/imagination: Maintainer updates
 2026-06-29 10:53 UTC  (3+ messages)

[PATCH v14 0/7] Provide support for Trigger Generation Unit
 2026-06-29 10:44 UTC  (6+ messages)

[PATCH v2 0/4] phy: nuvoton: extend MA35D1 USB2 PHY driver for dual-port OTG support
 2026-06-29 10:40 UTC  (7+ messages)
` [PATCH v2 1/4] dt-bindings: reset: nuvoton,ma35d1-reset: add simple-mfd and child node support
` [PATCH v2 2/4] dt-bindings: phy: nuvoton,ma35d1-usb2-phy: extend for dual-port OTG support

[PATCH 0/2] arm64: dts: rockchip: fix Li-Po overcharge on Powkiddy RGB10 Max 3 / X55
 2026-06-29 10:32 UTC 

(no subject)
 2026-06-29 10:25 UTC 

[PATCH v4 0/4] arm64: dts: qcom: Add IMDT QCS8550 SBC
 2026-06-29 10:25 UTC  (4+ messages)
` [PATCH v4 4/4] "

[PATCH v3] arm64: dts: qcom: glymur-crd: Move common board nodes to shared DTSI
 2026-06-29 10:22 UTC 

[PATCH v2] ARM: dts: exynos: Add bluetooth support to manta
 2026-06-29 10:22 UTC  (3+ messages)

[PATCH 0/2] arm64: dts: rockchip: fix Li-Po overcharge on Powkiddy RGB10 Max 3 / X55
 2026-06-29 10:20 UTC 

[PATCH v3 0/4] Add support for AD3532R/AD3532
 2026-06-29 10:15 UTC  (9+ messages)
` [PATCH v3 1/4] iio: dac: ad3530r: Refactor setup to table-driven register bank approach
` [PATCH v3 2/4] iio: ABI: add DAC 10kohm_to_gnd powerdown mode
` [PATCH v3 3/4] dt-bindings: iio: dac: add support for AD3532R/AD3532
` [PATCH v3 4/4] iio: dac: ad3530r: Add "

[PATCH 0/3] drm/imagination: Maintainer updates
 2026-06-29 10:15 UTC  (2+ messages)

[PATCH v2 0/4] drm/ssd130x: Add support for the Solomon SSD1351 OLED controller
 2026-06-29 10:13 UTC  (3+ messages)
` [PATCH v2 2/4] drm/ssd130x: Add RGB565 support to SSD133X family

[PATCH v3 2/2] arm64: dts: exynosautov920: Add hsi0 syscon node for PCIe PHY
 2026-06-29 10:09 UTC  (2+ messages)
` (subset) "

[PATCH v3 1/2] dt-bindings: soc: samsung: exynos-sysreg: Add hsi0 for ExynosAutov920
 2026-06-29 10:09 UTC  (2+ messages)
` (subset) "

[PATCH] arm64: dts: apple: t8122: Fix I2C resources
 2026-06-29 10:01 UTC 

[PATCH v3 0/5] clock: versal-clk: Fix Versal NET clock binding and switch to CCF
 2026-06-29  9:59 UTC  (2+ messages)

[PATCH v3 0/8] x1e80100: Enable PDC wake GPIOs and deepest idle state
 2026-06-29  9:56 UTC  (7+ messages)
` [PATCH v3 2/8] irqchip/qcom-pdc: Move all statics to struct pdc_desc

[PATCH v3 0/2] drm/panel: add support for Ilitek ILI7807S DSI panels
 2026-06-29  9:51 UTC  (4+ messages)
` [PATCH v3 2/2] drm/panel: add Ilitek ILI7807S panel driver

[PATCH v2 0/3] X2 Elite HP EliteBook X G2q support
 2026-06-29  9:47 UTC  (7+ messages)
` [PATCH v2 2/3] arm64: dts: qcom: Add HP EliteBook X G2q 14 AI

[PATCH 0/8] Enable USB host functions on Jetson AGX Thor
 2026-06-29  9:47 UTC  (11+ messages)
` [PATCH 3/8] arm64: tegra: Enable XUSB host function "
` [PATCH 4/8] phy: tegra: xusb: Use devm_clk_get_optional to fetch USB2 tracking clock
` [PATCH 5/8] phy: tegra: xusb: Increase timeout for USB2_TRK_COMPLETED polling
` [PATCH 6/8] phy: tegra: xusb: Add Tegra264 support
` [PATCH 7/8] usb: host: xhci-tegra: Skip MBOX MSG_ENABLED on Tegra264
` [PATCH 8/8] usb: host: xhci-tegra: Add Tegra264 XHCI support

[PATCH v7 0/4] Add Cix Sky1 AUDSS clock and reset support
 2026-06-29  9:46 UTC  (3+ messages)
` [PATCH v7 3/4] reset: cix: add sky1 audss auxiliary reset driver

[PATCH 0/7] riscv: eswin: eic7700: Add support for clocks, resets, pinctrl, HSP power domain, I2C and watchdog
 2026-06-29  9:40 UTC  (8+ messages)
` [PATCH 3/7] riscv: dts: eswin: eic7700: add pinctrl support
    `  "
        `  "
            `  "


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