Linux-Devicetree Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-18 08:17:19 to 2024-04-18 14:27:11 UTC [more...]

[RFC PATCH 0/7] riscv: Add support for Ssdbltrp extension
 2024-04-18 14:26 UTC 

[PATCH v3 00/17] Add display support for the MT8365-EVK board
 2024-04-18 14:17 UTC  (18+ messages)
` [PATCH v3 01/17] dt-bindings: display: mediatek: aal: add compatible for MT8365 SoC
` [PATCH v3 02/17] dt-bindings: display: mediatek: ccorr: "
` [PATCH v3 03/17] dt-bindings: display: mediatek: color: "
` [PATCH v3 04/17] dt-bindings: display: mediatek: dither: "
` [PATCH v3 05/17] dt-bindings: display: mediatek: dsi: "
` [PATCH v3 06/17] dt-bindings: display: mediatek: dpi: add power-domains property
` [PATCH v3 07/17] dt-bindings: display: mediatek: dpi: add compatible for MT8365
` [PATCH v3 08/17] dt-bindings: display: mediatek: gamma: add compatible for MT8365 SoC
` [PATCH v3 09/17] dt-bindings: display: mediatek: ovl: "
` [PATCH v3 10/17] dt-bindings: display: mediatek: rdma: "
` [PATCH v3 11/17] dt-bindings: pwm: mediatek,pwm-disp: add compatible for mt8365 SoC
` [PATCH v3 12/17] clk: mediatek: mt8365-mm: fix DPI0 parent
` [PATCH v3 13/17] drm/mediatek: dsi: Improves the DSI lane setup robustness
` [PATCH v3 14/17] drm/mediatek: add MT8365 SoC support
` [PATCH v3 15/17] arm64: defconfig: enable display connector support
` [PATCH v3 16/17] arm64: dts: mediatek: add display blocks support for the MT8365 SoC
` [PATCH v3 17/17] arm64: dts: mediatek: add display support for mt8365-evk

[PATCH v1 0/2] Add ili2900 timing
 2024-04-18 14:17 UTC  (4+ messages)
` [PATCH v1 1/2] dt-bindings: input: i2c-hid: Introduce Ilitek ili2900
` [PATCH v1 2/2] HID: i2c-hid: elan: Add ili2900 timing

[PATCH v2 2/3] serial: sc16is7xx: Add bindings documentation for EXAR XR20M1172 UART
 2024-04-18 14:15 UTC  (2+ messages)

[PATCH v4 0/2] Enable JPEG encoding on rk3588
 2024-04-18 14:15 UTC  (3+ messages)
` [PATCH v4 1/2] media: dt-binding: Document rk3588’s VEPU121
` [PATCH v4 2/2] arm64: dts: rockchip: Add one VEPU121 to rk3588

[PATCH v1 0/2] Add kd101ne3 bindings and driver
 2024-04-18 14:11 UTC  (5+ messages)
` [PATCH v1 2/2] drm/panel: kd101ne3: add new panel driver

[PATCH v2 3/3] spi: airoha: add SPI-NAND Flash controller driver
 2024-04-18 14:10 UTC  (3+ messages)

[PATCH 0/2] Add generic panel-dsi to panel-simple
 2024-04-18 14:01 UTC  (3+ messages)
` [PATCH 1/2] drm/panel: panel-simple: Add generic panel-dsi driver
` [PATCH 2/2] dt-bindings: panel-simple-dsi: Add generic panel-dsi

[PATCH v1 0/2] Support BOE nv110wum-l60 and IVO t109nw41 MIPI-DSI panel
 2024-04-18 14:00 UTC  (6+ messages)
` [PATCH v1 2/4] drm/panel: boe-tv101wum-nl6: Support for BOE nv110wum-l60 "

[PATCH 2/3] serial: sc16is7xx: Add bindings documentation for EXAR XR20M1172 UART
 2024-04-18 13:47 UTC  (2+ messages)

[PATCH net-next v3 0/5] net: stmmac: Add support for RZN1 GMAC devices
 2024-04-18 13:53 UTC  (11+ messages)
` [PATCH net-next v3 1/5] dt-bindings: net: renesas,rzn1-gmac: Document RZ/N1 GMAC support
` [PATCH net-next v3 4/5] net: stmmac: add support for RZ/N1 GMAC
` [PATCH net-next v3 5/5] ARM: dts: r9a06g032: describe GMAC1

[PATCH v2 0/3] arm64: dts: imx93: add i.Core MX93 EDIMM 2.0 board
 2024-04-18 13:39 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: arm: fsl: add Engicam i.Core MX93 EDIMM 2.0 Starter Kit
` [PATCH v2 2/3] arm64: dts: imx93: add Engicam i.Core MX93 SoM
` [PATCH v2 3/3] arm64: dts: imx93: Add Engicam i.Core MX93 EDIMM 2.0 Starter Kit

[PATCH v2 00/12] Add support for a few Zc* extensions as well as Zcmop
 2024-04-18 13:28 UTC  (18+ messages)
` [PATCH v2 01/12] dt-bindings: riscv: add Zca, Zcf, Zcd and Zcb ISA extension description
` [PATCH v2 02/12] riscv: dts: enable Zc* extensions when needed
` [PATCH v2 03/12] dt-bindings: riscv: add Zc* extension rules implied by C extension
` [PATCH v2 04/12] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
` [PATCH v2 05/12] riscv: hwprobe: export Zca, Zcf, Zcd and Zcb ISA extensions
` [PATCH v2 06/12] RISC-V: KVM: Allow Zca, Zcf, Zcd and Zcb extensions for Guest/VM
` [PATCH v2 07/12] KVM: riscv: selftests: Add some Zc* extensions to get-reg-list test
` [PATCH v2 08/12] dt-bindings: riscv: add Zcmop ISA extension description
` [PATCH v2 09/12] riscv: add ISA extension parsing for Zcmop
` [PATCH v2 10/12] riscv: hwprobe: export Zcmop ISA extension
` [PATCH v2 11/12] RISC-V: KVM: Allow Zcmop extension for Guest/VM
` [PATCH v2 12/12] KVM: riscv: selftests: Add Zcmop extension to get-reg-list test

[PATCH 00/17] HSI2, UFS & UFS phy support for Tensor GS101
 2024-04-18 13:20 UTC  (4+ messages)
` [PATCH 07/17] arm64: dts: exynos: gs101: Add ufs, ufs-phy and ufs regulator dt nodes

[PATCH v5 1/2] dt-bindings: dma: fsl-edma: remove 'clocks' from required
 2024-04-18 13:10 UTC  (3+ messages)
` [PATCH v5 2/2] dt-bindings: dma: fsl-edma: allow 'power-domains' property

[PATCH 0/2] media: Add driver for ST VD56G3 camera sensor
 2024-04-18 13:09 UTC  (5+ messages)
` [PATCH 1/2] media: dt-bindings: Add ST VD56G3 camera sensor binding
` [PATCH 2/2] media: i2c: Add driver for ST VD56G3 camera sensor

[PATCH 1/2] dt-bindings: arm: rockchip: correct the model name for Radxa ROCK 3A
 2024-04-18 13:01 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: "

[PATCH v2 00/18] Add display support for the MT8365-EVK board
 2024-04-18 13:02 UTC  (7+ messages)
` [PATCH v2 12/18] dt-bindings: pwm: mediatek,pwm-disp: add compatible for mt8365 SoC
` [PATCH v2 18/18] arm64: dts: mediatek: add display support for mt8365-evk

[PATCH v3 0/7] ipq9574: Enable PCI-Express support
 2024-04-18 13:00 UTC  (5+ messages)
` [PATCH v3 3/7] dt-bindings: PCI: qcom: Add IPQ9574 PCIe controller
` [PATCH v3 5/7] dt-bindings: phy: qcom,ipq8074-qmp-pcie: add ipq9574 gen3x2 PHY

[PATCH net-next v4 00/12] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2024-04-18 12:56 UTC  (13+ messages)
` [PATCH net-next v4 01/12] Documentation: networking: add OPEN Alliance 10BASE-T1x MAC-PHY serial interface
` [PATCH net-next v4 02/12] net: ethernet: oa_tc6: implement register write operation
` [PATCH net-next v4 03/12] net: ethernet: oa_tc6: implement register read operation
` [PATCH net-next v4 04/12] net: ethernet: oa_tc6: implement software reset
` [PATCH net-next v4 05/12] net: ethernet: oa_tc6: implement error interrupts unmasking
` [PATCH net-next v4 06/12] net: ethernet: oa_tc6: implement internal PHY initialization
` [PATCH net-next v4 07/12] net: ethernet: oa_tc6: enable open alliance tc6 data communication
` [PATCH net-next v4 08/12] net: ethernet: oa_tc6: implement transmit path to transfer tx ethernet frames
` [PATCH net-next v4 09/12] net: ethernet: oa_tc6: implement receive path to receive rx "
` [PATCH net-next v4 10/12] net: ethernet: oa_tc6: implement mac-phy interrupt
` [PATCH net-next v4 11/12] microchip: lan865x: add driver support for Microchip's LAN865X MAC-PHY
` [PATCH net-next v4 12/12] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY

[PATCH v4 0/2] Add driver for Raydium RM69380-based DSI panels
 2024-04-18 12:49 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: display: panel: Add Raydium RM69380

[PATCH 0/4] Add support for multi-port output on the funnel
 2024-04-18 12:38 UTC  (14+ messages)
` [PATCH 2/4] coresight: Add support for multiple output ports "

[PATCH v2 0/5] arm64: dts: remove tx-sched-sp property in snps,dwmac
 2024-04-18 12:28 UTC  (6+ messages)
` [PATCH v2 1/5] arm64: dts: freescale: imx8mp-beacon: remove tx-sched-sp property
` [PATCH v2 2/5] arm64: dts: freescale: imx8mp-evk: "
` [PATCH v2 3/5] arm64: dts: freescale: imx8mp-verdin: "
` [PATCH v2 4/5] arm64: dts: qcom: sa8540p-ride: "
` [PATCH v2 5/5] arm64: dts: qcom: sa8775p-ride: "

[PATCH v7 0/3] virt: vmgenid: add devicetree bindings support
 2024-04-18 12:12 UTC  (4+ messages)
` [PATCH v7 1/3] virt: vmgenid: change implementation to use a platform driver
` [PATCH v7 2/3] dt-bindings: rng: Add vmgenid support
` [PATCH v7 3/3] virt: vmgenid: add support for devicetree bindings

[PATCH v6 00/11] Turris Omnia MCU driver
 2024-04-18 12:11 UTC  (4+ messages)
` [PATCH v6 01/11] dt-bindings: arm: add cznic,turris-omnia-mcu binding
` [PATCH v6 10/11] ARM: dts: turris-omnia: Add MCU system-controller node
` [PATCH v6 11/11] ARM: dts: turris-omnia: Add GPIO key node for front button

[PATCH v5 0/5] pwm: meson: dt-bindings fixup
 2024-04-18 11:57 UTC  (4+ messages)
` [PATCH v5 5/5] pwm: meson: add generic compatible for meson8 to sm1

[PATCH 0/2] Add adm1281 support
 2024-04-18 11:55 UTC  (6+ messages)
` [PATCH 2/2] hwmon: pmbus: adm1275: add "

[PATCH v2 0/7] Add SMEM-based speedbin matching
 2024-04-18 11:48 UTC  (15+ messages)
` [PATCH v2 2/7] soc: qcom: smem: Add a feature code getter
` [PATCH v2 3/7] drm/msm/adreno: Implement SMEM-based speed bin
` [PATCH v2 6/7] drm/msm/adreno: Redo the speedbin assignment

[PATCH V2 RESEND 0/6] Add support for videocc and camcc on SM8650
 2024-04-18 11:17 UTC  (13+ messages)
` [PATCH V2 RESEND 6/6] arm64: dts: qcom: sm8650: Add video and camera clock controllers

[PATCH v4 0/8] cpufreq: sun50i: Add Allwinner H616 support
 2024-04-18 11:16 UTC  (4+ messages)

[PATCH v6 0/2] Add hantro g1 video decoder support for RK3588
 2024-04-18 11:10 UTC  (3+ messages)
` [PATCH v6 1/2] dt-bindings: media: rockchip-vpu: Add rk3588 vdpu121 compatible string
` [PATCH v6 2/2] arm64: dts: rockchip: Add Hantro G1 VPU support for RK3588

[PATCH v4 0/9] Support Zve32[xf] and Zve64[xfd] Vector subextensions
 2024-04-18 11:02 UTC  (13+ messages)
` [PATCH v4 1/9] riscv: vector: add a comment when calling riscv_setup_vsize()
` [PATCH v4 2/9] riscv: smp: fail booting up smp if inconsistent vlen is detected
` [PATCH v4 3/9] riscv: cpufeature: call match_isa_ext() for single-letter extensions
` [PATCH v4 4/9] riscv: cpufeature: add zve32[xf] and zve64[xfd] isa detection
` [PATCH v4 5/9] dt-bindings: riscv: add Zve32[xf] Zve64[xfd] ISA extension description
` [PATCH v4 7/9] riscv: vector: adjust minimum Vector requirement to ZVE32X

[PATCH v1] arm64: dts: k3-am625-verdin: enable nau8822 pll
 2024-04-18 10:57 UTC 

[PATCH v4 1/2] dt-bindings: arm64: mediatek: add Kontron 3.5"-SBC-i1200
 2024-04-18 10:53 UTC  (2+ messages)

[PATCH v5 0/2] Add initial ARM MHUv3 mailbox support
 2024-04-18 10:52 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: mailbox: arm,mhuv3: Add bindings
` [PATCH v5 2/2] mailbox: arm_mhuv3: Add driver

[PATCH v2 0/2] arm64: dts: allwinner: Add Tanix TX1 support
 2024-04-18 10:49 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: arm: sunxi: document Tanix TX1 name
` [PATCH v2 2/2] arm64: dts: allwinner: Add Tanix TX1 support

[PATCH 0/3] arm64: dts: qcom: x1e80100: Fix the data-lanes and link-frequencies
 2024-04-18 10:41 UTC  (7+ messages)
` [PATCH 1/3] arm64: dts: qcom: x1e80100: Drop the link-frequencies from mdss_dp3_in
` [PATCH 2/3] arm64: dts: qcom: x1e80100-crd: Add data-lanes and link-frequencies to DP3
` [PATCH 3/3] arm64: dts: qcom: x1e80100-qcp: "

[PATCH v2 0/1] dt-bindings: net: snps,dwmac: remove tx-sched-sp
 2024-04-18 10:25 UTC  (3+ messages)
` [PATCH v2 1/1] dt-bindings: net: snps,dwmac: remove tx-sched-sp property

[PATCH net-next v9 00/14] net: Add support for Power over Ethernet (PoE)
 2024-04-18 10:07 UTC  (4+ messages)
` [PATCH net-next v9 08/14] dt-bindings: net: pse-pd: Add another way of describing several PSE PIs

[PATCH] dt-bindings: firmware: arm,scmi: Update examples for protocol@13
 2024-04-18 10:04 UTC  (2+ messages)

[PATCH 0/2] Enable vibrator on PMI632 + Fairphone 3
 2024-04-18 10:03 UTC  (4+ messages)
` [PATCH 1/2] arm64: dts: qcom: pmi632: Add vibrator

[PATCH v2 0/3] arm64: dts: qcom: msm8996: enable fastrpc and glink-edge
 2024-04-18 10:02 UTC  (3+ messages)
` [PATCH v2 3/3] arm64: dts: msm8996: add fastrpc nodes

[PATCH v4 0/7] MediaTek DVFSRC Bus Bandwidth and Regulator knobs
 2024-04-18  9:41 UTC  (8+ messages)
` [PATCH v4 1/7] dt-bindings: regulator: Add bindings for MediaTek DVFSRC Regulators
` [PATCH v4 2/7] dt-bindings: interconnect: Add MediaTek EMI Interconnect bindings
` [PATCH v4 3/7] dt-bindings: soc: mediatek: Add DVFSRC bindings for MT8183 and MT8195
` [PATCH v4 4/7] soc: mediatek: Add MediaTek DVFS Resource Collector (DVFSRC) driver
` [PATCH v4 5/7] regulator: Remove mtk-dvfsrc-regulator.c
` [PATCH v4 6/7] regulator: Add refactored mtk-dvfsrc-regulator driver
` [PATCH v4 7/7] interconnect: mediatek: Add MediaTek MT8183/8195 EMI Interconnect driver

[PATCH v3 0/7] MediaTek DVFSRC Bus Bandwidth and Regulator knobs
 2024-04-18  9:37 UTC  (10+ messages)
` [PATCH v3 1/7] dt-bindings: regulator: Add bindings for MediaTek DVFSRC Regulators
` [PATCH v3 2/7] dt-bindings: interconnect: Add MediaTek EMI Interconnect bindings
` [PATCH v3 3/7] dt-bindings: soc: mediatek: Add DVFSRC bindings for MT8183 and MT8195
` [PATCH v3 4/7] soc: mediatek: Add MediaTek DVFS Resource Collector (DVFSRC) driver
` [PATCH v3 5/7] regulator: Remove mtk-dvfsrc-regulator.c
` [PATCH v3 6/7] regulator: Add refactored mtk-dvfsrc-regulator driver
` [PATCH v3 7/7] interconnect: mediatek: Add MediaTek MT8183/8195 EMI Interconnect driver

[PATCH v9 0/6] Add interconnect driver for IPQ9574 SoC
 2024-04-18  9:23 UTC  (7+ messages)
` [PATCH v9 1/6] interconnect: icc-clk: Allow user to specify master/slave ids
` [PATCH v9 2/6] dt-bindings: interconnect: Add Qualcomm IPQ9574 support
` [PATCH v9 3/6] interconnect: icc-clk: Add devm_icc_clk_register
` [PATCH v9 4/6] clk: qcom: common: Add interconnect clocks support
` [PATCH v9 5/6] clk: qcom: ipq9574: Use icc-clk for enabling NoC related clocks
` [PATCH v9 6/6] arm64: dts: qcom: ipq9574: Add icc provider ability to gcc

[PATCH v5 2/2] dt-bindings: media: rockchip-vpu: Add rk3588 vdpu121 compatible string
 2024-04-18  9:19 UTC  (3+ messages)
`  "

[PATCH] arm64: dts: mediatek: mt8395-genio-1200-evk: add u3port1 for xhci1
 2024-04-18  9:11 UTC  (4+ messages)

[PATCH v4 0/5] Add Arm Mali-C55 Image Signal Processor Driver
 2024-04-18  9:08 UTC  (6+ messages)
` [PATCH v4 1/5] media: uapi: Add MEDIA_BUS_FMT_RGB202020_1X60 format code
` [PATCH v4 2/5] dt-bindings: media: Add bindings for ARM mali-c55
` [PATCH v4 3/5] media: mali-c55: Add Mali-C55 ISP driver
` [PATCH v4 4/5] media: Documentation: Add Mali-C55 ISP Documentation
` [PATCH v4 5/5] MAINTAINERS: Add entry for mali-c55 driver

[PATCH v7 0/4] LVDS Controller Support for SAM9X75 SoC
 2024-04-18  8:57 UTC  (5+ messages)
` [PATCH v7 1/4] dt-bindings: display: bridge: add sam9x75-lvds binding
` [PATCH v7 2/4] drm/bridge: add lvds controller support for sam9x7
` [PATCH v7 3/4] MAINTAINERS: add SAM9X7 SoC's LVDS controller
` [PATCH v7 4/4] ARM: configs: at91: Enable LVDS serializer support

[PATCH 2/2] arm64: dts: rockchip: Add Radxa ROCK3 Model C
 2024-04-18  8:36 UTC  (9+ messages)

[PATCH v2 0/2] Add Cadence I2S-MC controller driver
 2024-04-18  6:54 UTC  (8+ messages)
` [PATCH v2 2/2] ASoC: cdns: Add drivers of Cadence Multi-Channel I2S Controller
    ` 回复: "

[PATCH v5 0/2] Add JH7110 MIPI DPHY TX support
 2024-04-18  3:50 UTC 

[PATCH 00/11] Series to deliver Ethernets for STM32MP13
 2024-04-18  8:17 UTC  (3+ messages)
` [PATCH 03/11] net: ethernet: stmmac: rework glue to simplify management for next stm32


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).