devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-12 20:07:54 to 2024-01-15 07:59:39 UTC [more...]

[PATCH v2 00/15] usb: typec: qcom-pmic-typec: enable support for PMI632 PMIC
 2024-01-15  7:59 UTC  (21+ messages)
` [PATCH v2 01/15] dt-bindings: regulator: qcom,usb-vbus-regulator: add support for PMI632
` [PATCH v2 02/15] dt-bindings: usb: qcom,pmic-typec: add support for the PMI632 block
` [PATCH v2 03/15] dt-bindings: phy: qcom,msm8998-qmp-usb3-phy: split from sc8280xp PHY schema
` [PATCH v2 04/15] dt-bindings: phy: qcom,msm8998-qmp-usb3-phy: support USB-C data
` [PATCH v2 05/15] usb: typec: tcpm: fix the PD disabled case
` [PATCH v2 06/15] usb: typec: qcom-pmic-typec: fix arguments of qcom_pmic_typec_pdphy_set_roles
` [PATCH v2 07/15] usb: typec: qcom-pmic-typec: allow different implementations for the PD PHY
` [PATCH v2 08/15] usb: typec: qcom-pmic-typec: allow different implementations for the port backend
` [PATCH v2 09/15] usb: typec: qcom-pmic-typec: add support for PMI632 PMIC
` [PATCH v2 10/15] phy: qcom: qmp-usb: split USB-C PHY driver
` [PATCH v2 11/15] phy: qcom: qmp-usb: drop dual-lane handling
` [PATCH v2 12/15] phy: qcom: qmp-usbc: add support for the Type-C handling
` [PATCH v2 13/15] arm64: dts: qcom: pmi632: define USB-C related blocks
` [PATCH v2 14/15] arm64: dts: qcom: sm6115: drop pipe clock selection
` [PATCH v2 15/15] arm64: dts: qcom: qrb4210-rb2: enable USB-C port handling

[PATCH 00/16] arm64: dts: ti: Additional licensing and clarification
 2024-01-15  7:58 UTC  (11+ messages)
` [PATCH 05/16] arm64: dts: ti: k3-am64: Add MIT license along with GPL-2.0
` [PATCH 07/16] arm64: dts: ti: k3-j7200: "
` [PATCH 09/16] arm64: dts: ti: k3-j721s2: "
` [PATCH 13/16] arm64: dts: ti: beagle*: "
` [PATCH 15/16] arm64: dts: ti: phycore*: Clarify GPL-2.0 as GPL-2.0-only

[PATCH v12 0/3] Support pwm/tach driver for aspeed ast26xx
 2024-01-15  7:56 UTC  (7+ messages)
` [PATCH v12 1/3] dt-bindings: hwmon: fan: Add fan binding to schema
` [PATCH v12 2/3] dt-bindings: hwmon: Support Aspeed g6 PWM TACH Control

[PATCH v6 0/4] riscv: sophgo: add clock support for Sophgo CV1800/SG2000 SoCs
 2024-01-15  7:31 UTC  (6+ messages)
` [PATCH v6 1/4] dt-bindings: clock: sophgo: Add clock controller of SG2000 series SoC
` [PATCH v6 2/4] clk: sophgo: Add CV1800/SG2000 series clock controller driver
` [PATCH v6 3/4] riscv: dts: sophgo: add clock generator for Sophgo CV1800 series SoC
` [PATCH v6 4/4] riscv: dts: sophgo: add uart clock "

[PATCH v2 0/5] arm64: dts: add description for solidrun am642 som and hummingboard evb
 2024-01-15  7:29 UTC  (15+ messages)
` [PATCH v2 2/5] dt-bindings: rtc: abx80x: convert to yaml
` [PATCH v2 4/5] arm64: dts: add description for solidrun am642 som and evaluation board
` [PATCH v2 5/5] arm64: dts: ti: hummingboard-t: add descriptions for m.2 pci-e and usb-3

[PATCH v4 0/2] usb: host: Add ac5 to EHCI Orion
 2024-01-15  7:25 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: usb: Add Marvell ac5
` [PATCH v4 2/2] usb: host: Add ac5 to EHCI Orion

[PATCH v2 1/4] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible
 2024-01-15  7:24 UTC  (5+ messages)
` [PATCH v2 2/4] perf: imx_perf: add support for i.MX95 platform

[PATCH v2] dt-bindings: PCI: ti,j721e-pci-host: Add device-id for TI's J784S4 SoC
 2024-01-15  5:52 UTC 

[PATCH v3 0/8] Add support to configure TPDM CMB subunit
 2024-01-15  6:20 UTC  (9+ messages)
` [PATCH v3 8/8] coresight-tpdm: Add msr register support for CMB

[PATCH v4] arm64: dts: qcom: qcs6490-idp: Add definition for three LEDs
 2024-01-15  5:54 UTC  (5+ messages)

[PATCH 1/2] dt-bindings: media: mediatek-jpeg-encoder: change max ioomus count
 2024-01-15  3:57 UTC  (3+ messages)

Query on audio-graph-card DT binding
 2024-01-15  1:43 UTC  (19+ messages)

[PATCH 0/2] soc: qcom: rename rename PM2250 to PM4125
 2024-01-14 17:42 UTC  (3+ messages)
` [PATCH 1/2] soc: qcom: socinfo: "
` [PATCH 2/2] arm64: dts: qcom: "

[PATCH 0/4] of: Automate handling of of_node_put()
 2024-01-14 16:53 UTC  (5+ messages)
` [PATCH 1/4] of: Add cleanup.h based auto release via __free(device_node) markings
` [PATCH 2/4] of: unittest: Use __free(device_node)
` [PATCH 3/4] iio: adc: fsl-imx25-gcq: "
` [PATCH 4/4] iio: adc: rcar-gyroadc: use __free(device_node)

[RFC PATCH 0/4] of: Automate handling of of_node_put()
 2024-01-14 16:39 UTC  (5+ messages)
` [RFC PATCH 1/4] of: Add cleanup.h based autorelease via __free(device_node) markings

[PATCH v4 0/3] w1: add UART w1 bus driver
 2024-01-14 15:55 UTC  (9+ messages)
` [PATCH v4 1/3] dt-bindings: w1: UART 1-Wire bus
` [PATCH v4 2/3] dt-bindings: serial: allow onewire as child node

[PATCH 2/2] arm64: dts: rockchip: Add Hardkernel ODROID-M1S board
 2024-01-14 15:10 UTC  (3+ messages)

[PATCH v2] dt-bindings: rockchip: Add Hardkernel ODROID-M1S board
 2024-01-14 10:55 UTC  (2+ messages)

[PATCH] arm64: dts: Fix TPM schema violations
 2024-01-14 10:33 UTC  (3+ messages)

[PATCH v2 1/2] arm64: dts: qcom: ipq6018: add LDOA2 regulator
 2024-01-14  8:30 UTC  (2+ messages)

[PATCH v6 00/12] Unregister critical branch clocks + some RPM
 2024-01-14  4:53 UTC  (16+ messages)
` [PATCH v6 01/12] clk: qcom: branch: Add a helper for setting the enable bit
` [PATCH v6 02/12] clk: qcom: Use qcom_branch_set_clk_en()
` [PATCH v6 03/12] clk: qcom: gcc-sm6375: Unregister critical clocks
` [PATCH v6 04/12] clk: qcom: gpucc-sm6375: "
` [PATCH v6 05/12] clk: qcom: gpucc-sm6115: "
` [PATCH v6 06/12] clk: qcom: gpucc-sm6115: Add runtime PM
` [PATCH v6 07/12] clk: qcom: gcc-sm6115: Unregister critical clocks
` [PATCH v6 08/12] clk: qcom: gcc-qcm2290: "
` [PATCH v6 09/12] arm64: dts: qcom: sm6375: Add VDD_CX to GCC
` [PATCH v6 10/12] arm64: dts: qcom: qcm2290: "
` [PATCH v6 11/12] arm64: dts: qcom: sm6115: "
` [PATCH v6 12/12] arm64: dts: qcom: sm6115: Add VDD_CX to GPU_CC

[PATCH 1/3] dt-bindings: extcon: ptn5150: Describe the USB connector
 2024-01-13 22:06 UTC  (2+ messages)

[PATCH v2 0/4] Add missing TPM compatible strings
 2024-01-13 21:55 UTC  (8+ messages)
` [PATCH v2 1/4] dt-bindings: tpm: Add compatible string atmel,attpm20p
` [PATCH v2 2/4] tpm_tis_spi: "
` [PATCH v2 3/4] tpm_tis: Add compatible string atmel,at97sc3204
` [PATCH v2 4/4] tpm: tis_i2c: Add compatible string nuvoton,npct75x

[PATCH v2 1/3] dt-bindings: extcon: ptn5150: Describe the USB connector
 2024-01-13 21:30 UTC  (4+ messages)
` [PATCH v2 3/3] arm64: dts: imx8mp-dhcom-pdk3: Describe the USB-C connector

Account Details for When I Don't Recognize Us AnymoreDarling, your smile is the light in my darkness.Should you have a spare moment, could you please take a look at my page via this link: https://tinyurl.com/yq63z45j] I've shared some fresh photos and updates from the latest events there. It would be great to catch up and share our experiences. at infoestoque - ofertas de tecnologia
 2024-01-13 21:20 UTC 

[PATCH v4 3/4] pinctrl: renesas: pinctrl-rzg2l: Add the missing port pins P19 to P28
 2024-01-13 20:40 UTC  (3+ messages)

[PATCH 2/3] dt-bindings: net: dp83826: add ti,cfg-dac-plus binding
 2024-01-13 19:16 UTC  (2+ messages)

[PATCH] ARM: dts: Fix TPM schema violations
 2024-01-13 17:39 UTC  (2+ messages)

[PATCH v5 0/8] iio: add new backend framework
 2024-01-13 17:22 UTC  (5+ messages)
` [PATCH v5 2/8] dt-bindings: adc: axi-adc: update bindings for "
` [PATCH v5 6/8] iio: add the IIO "

[PATCH 1/2] dt-bindings: rockchip: Add Hardkernel ODROID-M1S board
 2024-01-13 16:59 UTC  (3+ messages)

[PATCH v4 0/2] iio: adc: add new ad7380 driver
 2024-01-13 16:14 UTC  (2+ messages)

[PATCH v2 0/4] Add support for LTC6373
 2024-01-13 15:45 UTC  (8+ messages)
` [PATCH v2 1/4] dt-bindings: iio: hmc425a: add conditional GPIO array size constraints
` [PATCH v2 3/4] iio: amplifiers: hmc425a: move conversion logic
` [PATCH v2 4/4] iio: amplifiers: hmc425a: add support for LTC6373 Instrumentation Amplifier

[PATCH v5 0/2] RTQ6056: Add compatible for the same chip family
 2024-01-13 15:31 UTC  (2+ messages)

[PATCH v2 0/3] iio: light: add support for AMS AS7331
 2024-01-13 15:15 UTC  (4+ messages)
` [PATCH v2 3/3] iio: light: as73211: add support for as7331

[PATCH v11 1/2] dt-bindings: adc: add AD7173
 2024-01-13 14:59 UTC  (3+ messages)
` [PATCH v11 2/2] iio: adc: ad7173: add AD7173 driver

[PATCH 00/13] usb: typec: qcom-pmic-typec: enable support for PMI632 PMIC
 2024-01-13 14:48 UTC  (34+ messages)
` [PATCH 01/13] dt-bindings: regulator: qcom,usb-vbus-regulator: add support for PMI632
` [PATCH 02/13] dt-bindings: usb: qcom,pmic-typec: add support for the PMI632 block
` [PATCH 03/13] dt-bindings: phy: qcom,msm8998-qmp-usb3-phy: split from sc8280xp PHY schema
` [PATCH 04/13] dt-bindings: phy: qcom,msm8998-qmp-usb3-phy: support USB-C data
` [PATCH 05/13] usb: typec: qcom-pmic-typec: allow different implementations for the PD PHY
` [PATCH 06/13] usb: typec: qcom-pmic-typec: add support for PMI632 PMIC
` [PATCH 07/13] phy: qcom: qmp-usb: split USB-C PHY driver
` [PATCH 08/13] phy: qcom: qmp-usb: drop dual-lane handling
` [PATCH 09/13] phy: qcom: qmp-usbc: drop single lane handling
` [PATCH 10/13] phy: qcom: qmp-usbc: add support for the Type-C handling
` [PATCH 11/13] arm64: dts: qcom: pmi632: define USB-C related blocks
` [PATCH 12/13] arm64: dts: qcom: sm6115: drop pipe clock selection
` [PATCH 13/13] arm64: dts: qcom: qrb4210-rb2: enable USB-C port handling

[PATCH v2 0/3] clk: qcom: Add dfs support for QUPv3 RCGs on SM8150
 2024-01-13 12:16 UTC  (3+ messages)
` [PATCH v2 3/3] clk: qcom: gcc-sm8150: Add gcc video resets for sm8150

[PATCH v2 0/3] arm64: dts: ti: add verdin am62 mallow board
 2024-01-13 12:07 UTC  (5+ messages)
` [PATCH v2 3/3] "

[PATCH v4 2/4] pinctrl: renesas: rzg2l: Include pinmap in RZG2L_GPIO_PORT_PACK() macro
 2024-01-13 11:43 UTC  (2+ messages)

[PATCH v3 4/4] media: i2c: add MAX96714 driver
 2024-01-13 11:31 UTC  (2+ messages)

[PATCH v1 2/2] ARM64: dts: nuvoton: Add initial yosemitev4 device tree
 2024-01-13 10:27 UTC  (3+ messages)

[PATCH] arm64: dts: renesas: rzg3s-smarc: Add gpio keys
 2024-01-13 10:13 UTC  (5+ messages)

[PATCH v4 0/2] Improve VM CPUfreq and task placement behavior
 2024-01-13  9:37 UTC  (9+ messages)
` [PATCH v4 1/2] dt-bindings: cpufreq: add virtual cpufreq device

[PATCH 1/3] dt-bindings: net: dp83826: add ti,cfg-dac-minus binding
 2024-01-13  6:10 UTC  (2+ messages)

[PATCH v3 3/5] crypto: tegra: Add Tegra Security Engine driver
 2024-01-13  4:53 UTC  (2+ messages)

[PATCH 3/3] net: phy: dp83826: add support for voltage tuning of logical levels
 2024-01-13  3:26 UTC  (2+ messages)

[PATCH 1/2] docs: dt: submitting-patches: drop outdated points to TXT format
 2024-01-13  1:59 UTC  (4+ messages)
` [PATCH 2/2] docs: dt: submitting-patches: add commit subject prefix in reversed format

[PATCH RESEND v10 0/3] Support pwm/tach driver for aspeed ast26xx
 2024-01-13  1:53 UTC  (7+ messages)
` [PATCH RESEND v10 2/3] dt-bindings: hwmon: Support Aspeed g6 PWM TACH Control

[RFC PATCH] dt-bindings: PCI: ti,j721e-pci-host: Add device-id for TI's J784S4 SoC
 2024-01-13  1:45 UTC  (2+ messages)

[net-next PATCH v9 0/5] net: phy: generic polarity + LED support for qca808x
 2024-01-13  1:29 UTC  (5+ messages)
` [net-next PATCH v9 1/5] dt-bindings: net: phy: Make LED active-low property common
` [net-next PATCH v9 2/5] dt-bindings: net: phy: Document LED inactive high impedance mode

[PATCH v4 0/7] dma-buf: heaps: Add restricted heap
 2024-01-13  1:23 UTC  (7+ messages)
` [PATCH v4 3/7] dma-buf: heaps: restricted_heap: Add private heap ops

[PATCH v7 0/4] riscv: sophgo: add clock support for sg2042
 2024-01-13  1:15 UTC  (9+ messages)
` [PATCH v7 2/4] dt-bindings: clock: sophgo: support SG2042

[PATCH v7 00/16] Support Andes PMU extension
 2024-01-13  0:31 UTC  (15+ messages)
` [PATCH v7 02/16] irqchip/riscv-intc: Allow large non-standard interrupt number
` [PATCH v7 03/16] irqchip/riscv-intc: Introduce Andes hart-level interrupt controller
` [PATCH v7 04/16] dt-bindings: riscv: Add Andes interrupt controller compatible string
` [PATCH v7 06/16] perf: RISC-V: Eliminate redundant interrupt enable/disable operations
` [PATCH v7 16/16] riscv: andes: Support specifying symbolic firmware and hardware raw events

[GIT PULL] Devicetree updates for v6.8
 2024-01-12 23:25 UTC  (2+ messages)

[PATCH v6 0/7]Coresight for Kernel panic and watchdog reset
 2024-01-12 23:09 UTC  (7+ messages)
` [PATCH v6 1/7] dt-bindings: arm: coresight-tmc: Add "memory-region" property
    ` [EXT] "
` [PATCH v6 2/7] coresight: tmc-etr: Add support to use reserved trace memory
    ` [EXT] "

[PATCH v6 0/6] PCI: qcom: Add support for OPP
 2024-01-12 22:44 UTC  (8+ messages)
` [PATCH v6 3/6] PCI: qcom: Add missing icc bandwidth vote for cpu to PCIe path
` [PATCH v6 6/6] PCI: qcom: Add OPP support to scale performance state of power domain

[PATCH v2] arm64: dts: mt8183: jacuzzi: Remove CrosEC base detection node
 2024-01-12 22:40 UTC  (2+ messages)

[PATCH 0/2] ARM: stm32: add clock for pwrcfg syscon
 2024-01-12 22:00 UTC  (4+ messages)
` [PATCH 1/2] clk: stm32: initialize syscon after clocks are registered

[PATCH 00/13] spi: axi-spi-engine: add offload support
 2024-01-12 20:09 UTC  (6+ messages)
` [PATCH 01/13] spi: add core support for controllers with offload capabilities

[PATCH 0/6] of: populate of_root node if bootloader doesn't
 2024-01-12 20:07 UTC  (4+ messages)
` [PATCH 4/6] of: Create of_root if no dtb provided by firmware
` [PATCH 5/6] of: unittest: treat missing of_root as error instead of fixing up
` [PATCH 6/6] of: Add KUnit test to confirm DTB is loaded


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 NNTP newsgroup(s).