public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-12 08:06:13 to 2024-02-12 13:51:47 UTC [more...]

[PATCH v4 00/20] Support more Amlogic SoC families in crypto driver
 2024-02-12 13:51 UTC  (15+ messages)
` [PATCH v4 01/20] drivers: crypto: meson: don't hardcode IRQ count
` [PATCH v4 02/20] drviers: crypto: meson: add platform data
` [PATCH v4 03/20] drivers: crypto: meson: make CLK controller optional
` [PATCH v4 04/20] drivers: crypto: meson: add MMIO helpers
` [PATCH v4 05/20] drivers: crypto: meson: move get_engine_number()
` [PATCH v4 06/20] drivers: crypto: meson: drop status field from meson_flow
` [PATCH v4 07/20] drivers: crypto: meson: move algs definition and cipher API to cipher.c
` [PATCH v4 08/20] drivers: crypto: meson: cleanup defines
` [PATCH v4 09/20] drivers: crypto: meson: process more than MAXDESCS descriptors
` [PATCH v4 10/20] drivers: crypto: meson: avoid kzalloc in engine thread
` [PATCH v4 11/20] drivers: crypto: meson: introduce hasher
` [PATCH v4 12/20] drivers: crypto: meson: add support for AES-CTR
` [PATCH v4 13/20] drivers: crypto: meson: use fallback for 192-bit keys
` [PATCH v4 14/20] drivers: crypto: meson: add support for G12-series

[PATCH v3 00/10] Improvments for tc358775 with support for tc358765
 2024-02-12 13:51 UTC  (8+ messages)
` [PATCH v3 03/10] dt-bindings: display: bridge: tc358775: Add "
` [PATCH v3 10/10] drm/bridge: tc358775: Configure hs_rate and lp_rate

[RFC PATCH 0/2] arm64: dts: renesas: ulcb-kf: adapt regulators to schematics
 2024-02-12 13:44 UTC  (7+ messages)
` [RFC PATCH 1/2] arm64: dts: renesas: ulcb-kf: adapt 1.8V HDMI regulator "
` [RFC PATCH 2/2] arm64: dts: renesas: ulcb-kf: adapt sound 5v "

[PATCH v6 00/13] Add support for Mobileye EyeQ5 system controller
 2024-02-12 13:44 UTC  (14+ messages)
` [PATCH v6 01/13] clk: fixed-factor: add optional accuracy support
` [PATCH v6 02/13] clk: fixed-factor: add fwname-based constructor functions
` [PATCH v6 03/13] dt-bindings: clock: mobileye,eyeq5-clk: add bindings
` [PATCH v6 04/13] dt-bindings: reset: mobileye,eyeq5-reset: "
` [PATCH v6 05/13] dt-bindings: pinctrl: mobileye,eyeq5-pinctrl: "
` [PATCH v6 06/13] dt-bindings: soc: mobileye: add EyeQ5 OLB system controller
` [PATCH v6 07/13] clk: eyeq5: add platform driver, and init routine at of_clk_init()
` [PATCH v6 08/13] reset: eyeq5: add platform driver
` [PATCH v6 09/13] pinctrl: "
` [PATCH v6 10/13] MIPS: mobileye: eyeq5: add OLB syscon node
` [PATCH v6 11/13] MIPS: mobileye: eyeq5: use OLB clocks controller node
` [PATCH v6 12/13] MIPS: mobileye: eyeq5: add OLB reset "
` [PATCH v6 13/13] MIPS: mobileye: eyeq5: add pinctrl node & pinmux function nodes

[PATCH 1/3] dt-bindings: auxdisplay: hit,hd44780: drop redundant GPIO node
 2024-02-12 13:43 UTC  (11+ messages)
` [PATCH 2/3] dt-bindings: auxdisplay: adjust example indentation and use generic node names
` [PATCH 3/3] dt-bindings: auxdisplay: hit,hd44780: use defines for GPIO flags
    ` [PATCH 1/3] dt-bindings: auxdisplay: hit, hd44780: drop redundant GPIO node

[PATCH 0/7] Xperia 1 V support
 2024-02-12 13:42 UTC  (14+ messages)
` [PATCH 1/7] dt-bindings: ASoC: cs35l45: Add interrupts
` [PATCH 2/7] dt-bindings: arm: qcom: Add Xperia 1 V
` [PATCH 3/7] arm64: dts: qcom: sm8550: Mark QUPs and GPI dma-coherent
` [PATCH 4/7] arm64: dts: qcom: sm8550: Mark APPS SMMU as dma-coherent
` [PATCH 5/7] arm64: dts: qcom: sm8550: Add missing DWC3 quirks
` [PATCH 6/7] arm64: dts: qcom: sm8550: Mark DWC3 as dma-coherent
` [PATCH 7/7] arm64: dts: qcom: Add SM8550 Xperia 1 V

[PATCH v1 00/14] UNI-T UTi260B support
 2024-02-12 13:41 UTC  (5+ messages)
` [PATCH v1 02/14] dt-bindings: bus: imx-weim: convert to YAML
` [PATCH v1 03/14] dt-bindings: sound: fsl,imx-asrc: "

[PATCH] arm64: dts: renesas: ulcb-kf: add regulators for PCIe ch1
 2024-02-12 13:38 UTC  (4+ messages)

[PATCH 0/4] Add support for AF8133J magnetometer
 2024-02-12 13:38 UTC  (8+ messages)
` [PATCH 2/4] dt-bindings: iio: magnetometer: Add DT binding for Voltafield AF8133J
` [PATCH 4/4] iio: magnetometer: add a driver for Voltafield AF8133J magnetometer

[PATCH] arm64: dts: qcom: sm6115p-j606f: Add some peripherals
 2024-02-12 13:37 UTC 

[PATCH 0/5] drm/msm: Add support for the A750 GPU found on the SM8650 platform
 2024-02-12 13:36 UTC  (12+ messages)
` [PATCH 1/5] dt-bindings: display/msm/gmu: Document Adreno 750 GMU
` [PATCH 2/5] dt-bindings: arm-smmu: Document SM8650 GPU SMMU
` [PATCH 3/5] drm: msm: add support for A750 GPU
` [PATCH 4/5] arm64: dts: qcom: sm8650: add GPU nodes
` [PATCH 5/5] arm64: dts: qcom: sm8650-qrd: enable GPU

[PATCH v2 0/6] Pinephone video out fixes (flipping between two frames)
 2024-02-12 13:29 UTC  (5+ messages)
` [PATCH v2 5/6] drm/panel: st7703: Drive XBD599 panel at higher clock rate

[PATCH 0/2] add display and panel on qcm6490 idp
 2024-02-12 13:27 UTC  (9+ messages)
` [PATCH 2/2] arm64: dts: qcom: qcm6490-idp: add display and panel

[PATCH] arm64: dts: qcom: qcs6490-rb3gen2: Add PCIe nodes
 2024-02-12 13:26 UTC  (11+ messages)

[PATCH RFC 0/4] wifi: ath10k: support board-specific firmware overrides
 2024-02-12 13:23 UTC  (8+ messages)
` [PATCH RFC 2/4] "
` [PATCH RFC 3/4] arm64: dts: qcom: qrb2210-rb1: add firmware-name qualifier to WiFi node
` [PATCH RFC 4/4] arm64: dts: qcom: qrb4210-rb1: "

[RFC 0/7] firmware: arm_scmi: Qualcomm Vendor Protocol
 2024-02-12 13:22 UTC  (24+ messages)
` [RFC 3/7] firmware: arm_scmi: Add QCOM vendor protocol
` [RFC 4/7] soc: qcom: Utilize qcom scmi vendor protocol for bus dvfs
` [RFC 6/7] arm64: dts: qcom: x1e80100: Enable cpufreq
` [RFC 7/7] arm64: dts: qcom: x1e80100: Enable LLCC/DDR dvfs

[PATCH] arm64: dts: exynos: gs101: add stable i2c aliases for gs101-oriole
 2024-02-12 13:22 UTC  (11+ messages)

[PATCH 0/5] Add support for videocc and camcc on SM8650
 2024-02-12 13:18 UTC  (14+ messages)
` [PATCH 1/5] dt-bindings: clock: qcom: Add video clock bindings for SM8650
` [PATCH 2/5] clk: qcom: videocc-sm8550: Add support for SM8650 videocc
` [PATCH 4/5] clk: qcom: camcc-sm8650: Add camera clock controller driver for SM8650

[PATCH 0/9] Add Chameleon v3 video support
 2024-02-12 13:13 UTC  (10+ messages)
` [PATCH 1/9] media: v4l2-subdev: Add a pad variant of .query_dv_timings()
` [PATCH 2/9] media: Add Chameleon v3 framebuffer driver
` [PATCH 3/9] drm/dp_mst: Move DRM-independent structures to separate header
` [PATCH 4/9] lib: Move DisplayPort CRC functions to common lib
` [PATCH 5/9] drm/display: Add mask definitions for DP_PAYLOAD_ALLOCATE_* registers
` [PATCH 6/9] media: intel: Add Displayport RX IP driver
` [PATCH 7/9] media: dt-bindings: Add Chameleon v3 framebuffer
` [PATCH 8/9] media: dt-bindings: Add Intel Displayport RX IP
` [PATCH 9/9] ARM: dts: chameleonv3: Add video device nodes

[PATCH v1] arm64: dts: ti: k3-am62-main: disable usb lpm
 2024-02-12 12:54 UTC  (3+ messages)

[PATCH] arm64: dts: mediatek: mt7622: add missing "device_type" to memory nodes
 2024-02-12 12:42 UTC  (2+ messages)

[PATCH REBASED 1/2] arm64: dts: mediatek: mt7986: reorder properties
 2024-02-12 12:38 UTC  (3+ messages)
` [PATCH REBASED 2/2] arm64: dts: mediatek: mt7986: reorder nodes

[PATCH v2 0/2] riscv: pwm: sophgo: add pwm support for CV1800
 2024-02-12 12:17 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: pwm: sophgo: add pwm for Sophgo CV1800 series SoC
` [PATCH v2 2/2] pwm: sophgo: add pwm support for Sophgo CV1800 SoC

[PATCH v2 0/2] fix DT overlays when device links are released
 2024-02-12 12:10 UTC  (3+ messages)
` [PATCH v2 2/2] of: dynamic: flush devlinks workqueue before destroying the changeset

[PATCH 0/4] arm64: dts: ti: Enable camera for SK-AM62P
 2024-02-12 12:07 UTC  (9+ messages)
` [PATCH 1/4] arm64: dts: ti: k3-am62p: Fix memory ranges for DMSS
` [PATCH 2/4] arm64: dts: ti: k3-am62p: Add DMASS1 for CSI
` [PATCH 3/4] arm64: dts: ti: k3-am62p: Add nodes for CSI-RX
` [PATCH 4/4] arm64: dts: ti: Enable overlays for SK-AM62P

[PATCH 00/12] spi: s3c64xx: remove OF alias ID dependency
 2024-02-12 12:01 UTC  (8+ messages)
` [PATCH 01/12] spi: dt-bindings: introduce the ``fifo-depth`` property

[resend, PATCH v1 00/15] auxdisplay: linedisp: Clean up and add new driver
 2024-02-12 11:50 UTC  (8+ messages)
` [PATCH v1 10/15] auxdisplay: linedisp: Provide a small buffer in the struct linedisp
` [PATCH v1 14/15] dt-bindings: auxdisplay: Add Maxim MAX6958/6959

[PATCH 0/2] arm64: dts: qcom: Add dma-coherent property on
 2024-02-12 11:48 UTC  (8+ messages)
` [PATCH 2/2] arm64: dts: qcom: sm8650: Add dma-coherent property

[PATCH net-next v13 0/2] Ethernet common fault IRQ support
 2024-02-12 11:40 UTC  (2+ messages)

[PATCH v7 00/10] Add support to configure TPDM CMB subunit
 2024-02-12 11:25 UTC  (2+ messages)

[PATCH] dt-bindings: usb: typec: anx7688: start a binding document
 2024-02-12 11:16 UTC  (4+ messages)

[PATCH v3] ARM: dts: qcom: msm8974: correct qfprom node size
 2024-02-12 11:09 UTC  (2+ messages)

[PATCH v2] dt-bindings: misc: qcom,fastrpc: Compute callbacks can be DMA coherent
 2024-02-12 11:09 UTC  (2+ messages)

[PATCH 00/17] clk: renesas: rzg2l: Add support for power domains
 2024-02-12 11:08 UTC  (12+ messages)
` [PATCH 01/17] dt-bindings: clock: r9a07g043-cpg: Add power domain IDs

[PATCH 0/2] arm64: dts: qcom: sc8280xp: Make pmic thermal-zones report temperature
 2024-02-12 11:08 UTC  (5+ messages)
` [PATCH 1/2] arm64: dts: qcom: sc8280xp-crd: Add PMIC die-temp vadc channels
` [PATCH 2/2] arm64: dts: qcom: sc8280xp-pmics: Define adc for temp-alarms

[PATCH] misc: qcom,fastrpc: Compute callbacks can be DMA coherent
 2024-02-12 11:08 UTC  (2+ messages)

MXSFB error: -ENODEV: Cannot connect bridge
 2024-02-12 11:07 UTC  (2+ messages)

[PATCH] ARM: dts: qcom: ipq4019: add QCA8075 PHY Package nodes
 2024-02-12 11:05 UTC  (2+ messages)

[PATCH v2] dt-bindings: media: Add sram-size Property for Wave5
 2024-02-12 10:57 UTC  (11+ messages)

[PATCH net-next] dt-bindings: net: qca,ar9331: convert to DT schema
 2024-02-12 10:54 UTC 

[PATCH v3 0/2] arm64: dts: allwinner: h618: Add Sipeed Longan SoM 3H and Pi 3H board
 2024-02-12 10:34 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: arm: sunxi: Add Sipeed Longan Module 3H and Longan Pi 3H

[RESEND PATCH v2 0/4] arm64: dts: ti: Modify pinmux for wkup_uart0 and mcu_uart0
 2024-02-12 10:44 UTC  (5+ messages)
` [RESEND PATCH v2 1/4] arm64: dts: ti: k3-j7200-common-proc-board: Modify Pinmux "
` [RESEND PATCH v2 2/4] arm64: dts: ti: k3-j7200-common-proc-board: Remove clock-frequency from mcu_uart0
` [RESEND PATCH v2 3/4] arm64: dts: ti: k3-j721s2-common-proc-board: Remove Pinmux for CTS and RTS in wkup_uart0
` [RESEND PATCH v2 4/4] arm64: dts: ti: k3-j784s4-evm: "

[PATCH 0/4] arm64: dts: ti: Modify pinmux for wkup_uart0 and mcu_uart0
 2024-02-12 10:35 UTC  (6+ messages)
` [PATCH 1/4] arm64: dts: ti: k3-j7200-common-proc-board: Modify Pinmux "
` [PATCH 2/4] arm64: dts: ti: k3-j7200-common-proc-board: Remove clock-frequency from mcu_uart0
` [PATCH 3/4] arm64: dts: ti: k3-j721s2-common-proc-board: Remove Pinmux for CTS and RTS in wkup_uart0
` [PATCH 4/4] arm64: dts: ti: k3-j784s4-evm: "

[PATCH v4] dt-bindings: net: wireless: mt76: add interrupts description for MT7986
 2024-02-12 10:24 UTC  (4+ messages)

[linux][PATCH v6 0/3] Convert Microchip's HLCDC Text based DT bindings to JSON schema
 2024-02-12 10:23 UTC  (4+ messages)
` [linux][PATCH v6 3/3] dt-bindings: mfd: atmel,hlcdc: Convert to DT schema format
  ` (subset) "

[PATCH v2 1/2] dt-bindings: usb: mtu3: Add MT8195 MTU3 ip-sleep support
 2024-02-12 10:15 UTC  (4+ messages)
` [PATCH v2 2/2] usb: mtu3: Add MT8195 MTU3 ip-sleep wakeup support

[PATCH 6/8] media: dt-bindings: Add bindings for Raspberry Pi PiSP Back End
 2024-02-12  9:05 UTC  (5+ messages)
    `  "

[PATCH 0/3] arm64: ti: k3-am62a: Add display support
 2024-02-12  8:52 UTC  (2+ messages)

[PATCH V2] dt-bindings: thermal: mediatek,thermal: document AUXADC 32k clock
 2024-02-12  8:53 UTC  (4+ messages)

[PATCH v2 0/3] arm64: dts: ti: Introduce J722S SoC and EVM
 2024-02-12  8:44 UTC  (2+ messages)

[PATCH v5 00/13] Add support for Mobileye EyeQ5 system controller
 2024-02-12  8:18 UTC  (7+ messages)
` [PATCH v5 03/13] dt-bindings: clock: mobileye,eyeq5-clk: add bindings
` [PATCH v5 04/13] dt-bindings: reset: mobileye,eyeq5-reset: "
` [PATCH v5 06/13] dt-bindings: soc: mobileye: add EyeQ5 OLB system controller

[PATCH v7 0/8] riscv: sophgo: add clock support for Sophgo CV1800/SG2000 SoCs
 2024-02-12  8:12 UTC  (5+ messages)
` [PATCH v7 3/8] clk: sophgo: implement clk_ops for CV1800 series clock controller driver
` [PATCH v7 4/8] clk: sophgo: Add clock support for CV1800 SoC

[PATCH v3 0/3] Add AM64x ICSSG Ethernet support
 2024-02-12  8:06 UTC  (4+ messages)
` [PATCH v3 3/3] arm64: dts: ti: k3-am642-evm: add overlay for icssg1 2nd port


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