devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-03 09:55:32 to 2023-03-04 12:41:00 UTC [more...]

[PATCH v7 0/7] fsi: Add IBM I2C Responder virtual FSI master
 2023-03-04 12:40 UTC  (9+ messages)
` [PATCH v7 1/7] fsi: Move fsi_slave structure definition to header
` [PATCH v7 2/7] dt-bindings: fsi: Document the IBM I2C Responder virtual FSI master
` [PATCH v7 3/7] fsi: Add "
` [PATCH v7 4/7] fsi: Add I2C Responder SCOM driver
` [PATCH v7 5/7] fsi: Add aliased device numbering
` [PATCH v7 6/7] fsi: Use of_match_table for bus matching if specified
` [PATCH v7 7/7] fsi: sbefifo: Don't check status during probe

[PATCH v3 1/2] dt-bindings: iio: Add MCP9600 thermocouple EMF converter bindings
 2023-03-04 12:36 UTC  (4+ messages)
` [PATCH v3 2/2] iio: temperature: Add MCP9600 thermocouple EMF converter driver

[PATCH 1/8] arm64: dts: qcom: sm8150-kumano: correct GPIO keys wakeup
 2023-03-04 12:33 UTC  (8+ messages)
` [PATCH 2/8] arm64: dts: qcom: msm8998-fxtec: "
` [PATCH 3/8] arm64: dts: qcom: msm8998-sony-xperia: "
` [PATCH 4/8] arm64: dts: qcom: sc7280-idp: "
` [PATCH 5/8] arm64: dts: qcom: sdm630-sony-xperia: "
` [PATCH 6/8] arm64: dts: qcom: sm6115p-lenovo-j606f: "
` [PATCH 7/8] arm64: dts: qcom: sm8250-sony-xperia: "
` [PATCH 8/8] arm64: dts: qcom: sm8250-xiaomi-elish: "

[PATCH] arm64: dts: mba6ulx: correct GPIO keys wakeup
 2023-03-04 12:33 UTC 

[PATCH] arm64: dts: mediatek: mt8173: correct GPIO keys wakeup
 2023-03-04 12:33 UTC 

[PATCH 0/2] arm64: amlogic: Add initial support for BPI-CM4 module with BPI-CM4IO baseboard
 2023-03-04 11:15 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: arm: amlogic: Document the boards with the BPI-CM4 connected
` [PATCH 2/2] arm64: dts: amlogic: Add initial support for BPI-CM4 module with BPI-CM4IO baseboard

[PATCH 0/3] of: irq: Fixes refcount issues with of_irq_parse_one()/of_irq_parse_raw()
 2023-03-04 10:34 UTC  (4+ messages)
` [PATCH 2/3] of: irq: make callers of of_irq_parse_one() release the device node

[PATCH v2 0/5] Tegra DTS improvements
 2023-03-04  8:43 UTC  (6+ messages)
` [PATCH v2 1/5] ARM: tegra: Add labels to tegra30.dtsi
` [PATCH v2 2/5] ARM: tegra: Add labels to tegra114.dtsi
` [PATCH v2 3/5] ARM: tegra: transformer: use labels for mmc in aliases
` [PATCH v2 4/5] ARM: tegra: asus-tf101: fix accelerometer mount matrix
` [PATCH v2 5/5] tegra30: peripherals: add 266.5MHz nodes

[PATCH V3 0/7] dt-bindings: usb: covert ci-hdrc-usb2/usbmisc-imx to yaml
 2023-03-04  7:37 UTC  (5+ messages)
` [PATCH V3 1/7] dt-bindings: usb: usbmisc-imx: convert to DT schema

[PATCH] dt-bindings: crypto: fsl,sec-v4.0: Convert to DT schema
 2023-03-04  7:28 UTC  (2+ messages)

[PATCH v2 0/6] Add CRG driver for Hi3798MV100 SoC
 2023-03-04  6:33 UTC  (8+ messages)
` [PATCH v2 1/6] clk: hisilicon: Rename Hi3798CV200 to Hi3798
` [PATCH v2 2/6] clk: hisilicon: Extract common functions
` [PATCH v2 3/6] dt-bindings: clk: Add Hi3798MV100 CRG driver binding
` [PATCH v2 3/6] dt-bindings: clock: "
` [PATCH v2 4/6] clk: hisilicon: Rename some symbols for Hi3798CV200
` [PATCH v2 5/6] clk: hisilicon: Add inner clocks for Hi3798MV100
` [PATCH v2 6/6] clk: hisilicon: Add CRG driver for Hi3798MV100 SoC

[PATCH 1/2] dt-bindings: vendor-prefixes: add Internet Initiative Japan Inc
 2023-03-04  4:57 UTC  (8+ messages)
` [PATCH 2/2] ARM: dts: mvebu: add device tree for IIJ SA-W2 appliance

[PATCH 6/7] ARM: dts: nuvoton: gsj: Add non-mainline nodes
 2023-03-04  4:48 UTC  (2+ messages)

[PATCH v11 00/26] Drivers for gunyah hypervisor
 2023-03-04  1:06 UTC  (27+ messages)
` [PATCH v11 01/26] docs: gunyah: Introduce Gunyah Hypervisor
` [PATCH v11 02/26] dt-bindings: Add binding for gunyah hypervisor
` [PATCH v11 03/26] gunyah: Common types and error codes for Gunyah hypercalls
` [PATCH v11 04/26] virt: gunyah: Add hypercalls to identify Gunyah
` [PATCH v11 05/26] virt: gunyah: Identify hypervisor version
` [PATCH v11 06/26] virt: gunyah: msgq: Add hypercalls to send and receive messages
` [PATCH v11 07/26] mailbox: Add Gunyah message queue mailbox
` [PATCH v11 08/26] gunyah: rsc_mgr: Add resource manager RPC core
` [PATCH v11 09/26] gunyah: rsc_mgr: Add VM lifecycle RPC
` [PATCH v11 10/26] gunyah: vm_mgr: Introduce basic VM Manager
` [PATCH v11 11/26] gunyah: rsc_mgr: Add RPC for sharing memory
` [PATCH v11 12/26] gunyah: vm_mgr: Add/remove user memory regions
` [PATCH v11 13/26] gunyah: vm_mgr: Add ioctls to support basic non-proxy VM boot
` [PATCH v11 14/26] samples: Add sample userspace Gunyah VM Manager
` [PATCH v11 15/26] gunyah: rsc_mgr: Add platform ops on mem_lend/mem_reclaim
` [PATCH v11 16/26] firmware: qcom_scm: Register Gunyah platform ops
` [PATCH v11 17/26] docs: gunyah: Document Gunyah VM Manager
` [PATCH v11 18/26] virt: gunyah: Translate gh_rm_hyp_resource into gunyah_resource
` [PATCH v11 19/26] gunyah: vm_mgr: Add framework to add VM Functions
` [PATCH v11 20/26] virt: gunyah: Add resource tickets
` [PATCH v11 21/26] virt: gunyah: Add IO handlers
` [PATCH v11 22/26] virt: gunyah: Add proxy-scheduled vCPUs
` [PATCH v11 23/26] virt: gunyah: Add hypercalls for sending doorbell
` [PATCH v11 24/26] virt: gunyah: Add irqfd interface
` [PATCH v11 25/26] virt: gunyah: Add ioeventfd
` [PATCH v11 26/26] MAINTAINERS: Add Gunyah hypervisor drivers section

[PATCH v6 0/2] Add ASPEED AST2600 I2Cv2 controller driver
 2023-03-04  1:33 UTC  (12+ messages)
` [PATCH v6 1/2] dt-bindings: i2c: aspeed: support for AST2600-i2cv2

[PATCH 0/3 V4] Bluetooth: Add support for RTL8821CS
 2023-03-04  0:50 UTC  (2+ messages)

[PATCH] dt-bindings: yamllint: Require a space after a comment '#'
 2023-03-03 23:53 UTC  (4+ messages)

[PATCH V7 0/3] Generate device tree node for pci devices
 2023-03-03 23:42 UTC  (4+ messages)

[PATCH 2/7] ARM: dts: nuvoton: Add Quanta GSZ BMC Device Tree
 2023-03-03 23:30 UTC  (2+ messages)

[PATCH 00/15] SM6375 feature enablement (round one)
 2023-03-03 21:58 UTC  (16+ messages)
` [PATCH 01/15] dt-bindings: thermal: qcom-tsens: Add compatible for SM6375
` [PATCH 02/15] dt-bindings: interconnect: OSM L3: Add SM6375 CPUCP compatible
` [PATCH 03/15] dt-bindings: sram: qcom,imem: document SM6375 IMEM
` [PATCH 04/15] arm64: dts: qcom: sm6375: Add RPM sleep stats
` [PATCH 05/15] arm64: dts: qcom: sm6375: Add IMEM
` [PATCH 06/15] arm64: dts: qcom: sm6375: Add RMTFS
` [PATCH 07/15] arm64: dts: qcom: sm6375: Add wifi node
` [PATCH 08/15] arm64: dts: qcom: sm6375: Add modem nodes
` [PATCH 09/15] arm64: dts: qcom: sm6375: Add CPUCP L3 node
` [PATCH 10/15] arm64: dts: qcom: sm6375: Add TSENS
` [PATCH 11/15] arm64: dts: qcom: sm6375: Configure TSENS thermal zones
` [PATCH 12/15] arm64: dts: qcom: sm6375: Introduce MPM support
` [PATCH 13/15] arm64: dts: qcom: sm6375: Bump CPU rail power collapse index
` [PATCH 14/15] arm64: dts: qcom: sm6375: Introduce C3 power state for both ARM clusters
` [PATCH 15/15] arm64: dts: qcom: sm6375-pdx225: Add volume down GPIO key

[PATCH v4] dt-bindings: mfd: qcom,tcsr: Add compatible for sm8450
 2023-03-03 22:05 UTC  (2+ messages)

[PATCH v2 0/2] Input: hideep - 2 HiDeep touchscreen patches
 2023-03-03 22:21 UTC  (3+ messages)
` [PATCH v2 1/2] Input: hideep - Silence error in SW_RESET()
` [PATCH v2 2/2] Input: hideep - Optionally reset controller work mode to native HiDeep protocol

[PATCH v1 0/4] TI TPS6594 PMIC support (Core, ESM, PFSM)
 2023-03-03 22:00 UTC  (7+ messages)
` [PATCH v1 2/4] mfd: tps6594: Add driver for TI TPS6594 PMIC
` [PATCH v1 3/4] mfd: tps6594-esm: Add driver for TI TPS6594 ESM
` [PATCH v1 4/4] mfd: tps6594-pfsm: Add driver for TI TPS6594 PFSM

[PATCH AUTOSEL 6.2 13/64] dt-bindings: usb: Add device id for Genesys Logic hub controller
 2023-03-03 21:40 UTC 

[PATCH 0/5] Add CRG driver for Hi3798MV100 SoC
 2023-03-03 20:24 UTC  (8+ messages)
` [PATCH 1/5] clk: hisilicon: Rename Hi3798CV200 to Hi3798
` [PATCH 2/5] clk: hisilicon: Extract common functions
` [PATCH 3/5] clk: hisilicon: Rename some symbols for Hi3798CV200
` [PATCH 4/5] clk: hisilicon: Add inner clocks for Hi3798MV100
` [PATCH 5/5] clk: hisilicon: Add CRG driver for Hi3798MV100 SoC

[PATCH] MAINTAINERS: i2c: include all I2C bindings in the I2C entry
 2023-03-03 20:09 UTC  (3+ messages)

[PATCHv3 0/4] Wiegand bus driver and GPIO bitbanged controller
 2023-03-03 19:32 UTC  (3+ messages)
` [PATCHv3 1/4] dt-bindings: wiegand: add Wiegand controller common properties

[PATCH v4 00/19] Basic clock, reset & device tree support for StarFive JH7110 RISC-V SoC
 2023-03-03 19:08 UTC  (2+ messages)

[PATCH v2 2/2] clk: keystone: Add support AM62 DSS clock divider
 2023-03-03 18:02 UTC  (2+ messages)

[PATCH 0/7] Add PCIe support for IPQ9574
 2023-03-03 17:40 UTC  (10+ messages)
` [PATCH 1/7] dt-bindings: PCI: qcom: Add IPQ9574 specific compatible
` [PATCH 7/7] arm64: dts: qcom: ipq9574: Add PCIe PHYs and controller nodes

[PATCH 1/4] arm64: dts: imx8mp: add HDMI power-domains
 2023-03-03 17:26 UTC  (3+ messages)
` [PATCH 3/4] arm64: dts: imx8mp: add HDMI display pipeline

[PATCH v9 00/10] phy: Add support for Lynx 10G SerDes
 2023-03-03 17:25 UTC  (5+ messages)
` [PATCH v9 04/10] clk: Add Lynx 10G SerDes PLL driver

[PATCH 1/7] ARM: dts: nuvoton: Add Quanta GIS BMC Device Tree
 2023-03-03 17:11 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: phy: add binding for the i.MX8MP HDMI PHY
 2023-03-03 17:11 UTC  (3+ messages)
` [PATCH v2 2/2] phy: freescale: add Samsung "

[PATCH 1/4] dt-bindings: display: imx: add binding for i.MX8MP HDMI TX
 2023-03-03 17:07 UTC  (7+ messages)
` [PATCH 2/4] drm/imx: add bridge wrapper driver for i.MX8MP DWC HDMI
` [PATCH 3/4] dt-bindings: display: imx: add binding for i.MX8MP HDMI PVI
` [PATCH 4/4] drm/imx: add driver for HDMI TX Parallel Video Interface

[PATCH v5 00/12] Add Ethernet driver for StarFive JH7110 SoC
 2023-03-03 16:50 UTC  (8+ messages)
` [PATCH v5 05/12] riscv: dts: starfive: jh7110: Add ethernet device nodes
` [PATCH v5 06/12] net: stmmac: Add glue layer for StarFive JH7110 SoC
` [PATCH v5 08/12] net: stmmac: starfive_dmac: Add phy interface settings

[PATCH 0/2] iio: ad74413r: allow setting sink current for digital input
 2023-03-03 15:14 UTC  (3+ messages)
` [PATCH 2/2] iio: ad74413r: wire up support for drive-strength-microamp property

[PATCH 0/8] clk: Add kunit tests for fixed rate and parent data
 2023-03-03 14:38 UTC  (5+ messages)
` [PATCH 3/8] kunit: Add test managed platform_device/driver APIs

[PATCH 1/2] dt-bindings: arm: Add DH electronics i.MX8M Plus DHCOM on PDK3
 2023-03-03 14:53 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: imx8mp: Add support for DH electronics i.MX8M Plus DHCOM and PDK3

[PATCH v13 00/10] Register Type-C mode-switch in DP bridge endpoints
 2023-03-03 14:33 UTC  (11+ messages)
` [PATCH v13 01/10] device property: Add remote endpoint to devcon matcher
` [PATCH v13 02/10] platform/chrome: cros_ec_typec: Purge blocking switch devlinks
` [PATCH v13 03/10] drm/display: Add Type-C switch helpers
` [PATCH v13 04/10] dt-bindings: display: bridge: anx7625: Add mode-switch support
` [PATCH v13 05/10] drm/bridge: anx7625: Check for Type-C during panel registration
` [PATCH v13 06/10] drm/bridge: Remove redundant i2c_client in anx7625/it6505
` [PATCH v13 07/10] drm/bridge: anx7625: Register Type C mode switches
` [PATCH v13 08/10] dt-bindings: display: bridge: it6505: Add mode-switch support
` [PATCH v13 09/10] drm/bridge: it6505: Fix Kconfig indentation
` [PATCH v13 10/10] drm/bridge: it6505: Register Type C mode switches

[PATCH 00/20] pinctrl: ralink: fix ABI, improve driver, move to mediatek, improve dt-bindings
 2023-03-03 14:17 UTC  (7+ messages)
` [PATCH 05/20] pinctrl: ralink: move to mediatek as mtmips

[PATCH 0/3] media: rc: meson-s4: support RC_DRIVER_SCANCODE driver
 2023-03-03 13:37 UTC  (5+ messages)
` [PATCH 1/3] media: rc: meson-ir: support rc driver type RC_DRIVER_SCANCODE
` [PATCH 2/3] dt-bindings: media: Add compatible for Meson-S4 IR Controller

[PATCH v7] dt-bindings: leds: Document commonly used LED triggers
 2023-03-03 13:33 UTC  (2+ messages)

[PATCH v4 0/5] Add MAX77541/MAX77540 PMIC Support
 2023-03-03 13:29 UTC  (3+ messages)
` [PATCH v4 5/5] drivers: mfd: Add ADI "

[PATCH V8 0/7] Add minimal boot support for IPQ9574
 2023-03-03 13:27 UTC  (4+ messages)
` [PATCH V8 1/7] dt-bindings: clock: Add ipq9574 clock and reset definitions

[PATCH V2 0/6] Add regulator support for IPQ9574 SoC
 2023-03-03 13:27 UTC  (6+ messages)
` [PATCH V2 4/6] regulator: qcom_smd: Add support to define the bootup voltage

[PATCH 1/2] dt-bindings: ath10k: Add vdd-smps supply
 2023-03-03 12:56 UTC  (4+ messages)

[PATCH 00/16] Refactor Exynos PCIe driver to make it generic
 2023-03-03 12:38 UTC  (19+ messages)
    ` [PATCH 08/16] PCI: samsung: Rename exynos_pcie to samsung_pcie
    ` [PATCH 01/16] dt-bindings: PCI: Rename Exynos PCIe binding to Samsung PCIe
    ` [PATCH 02/16] PCI: exynos: Rename Exynos PCIe driver "
    ` [PATCH 06/16] arm64: dts: exynos: Rename the term elbi to appl

[PATCH v6] dt-bindings: leds: Document commonly used LED triggers
 2023-03-03 12:30 UTC  (4+ messages)

[PATCH v5] dt-bindings: leds: Document commonly used LED triggers
 2023-03-03 12:15 UTC  (2+ messages)

[PATCH 00/12] Enable networking support for StarFive JH7100 SoC
 2023-03-03 11:52 UTC  (3+ messages)
` [PATCH 06/12] dt-bindings: mfd: syscon: Add StarFive JH7100 sysmain compatible

[PATCH v2] arm64: dts: mediatek: Add cpufreq nodes for MT8192
 2023-03-03 11:36 UTC  (3+ messages)

[PATCH v3 0/7] Add and update some driver nodes for MT8186 SoC
 2023-03-03 11:35 UTC  (11+ messages)
` [PATCH v3 1/7] arm64: dts: mediatek: mt8186: Add MTU3 nodes
` [PATCH v3 3/7] arm64: dts: mediatek: mt8186: Add SPMI node
` [PATCH v3 4/7] arm64: dts: mediatek: mt8186: Add ADSP node
` [PATCH v3 6/7] arm64: dts: mediatek: mt8186: Add GCE node
` [PATCH v3 7/7] arm64: dts: mediatek: mt8186: Add display nodes

[PATCH v2 0/3] Add "mclk" support for maxim,max9867
 2023-03-03 10:19 UTC  (7+ messages)
` [PATCH v2 1/3] ASoC: dt-bindings: maxim,max9867: convert txt bindings to yaml
` [PATCH v2 2/3] ASoC: dt-bindings: maxim,max9867: add clocks property
` [PATCH v2 3/3] ASoC: maxim,max9867: add "mclk" support

[PATCH V3 0/5] Enable crashdump collection support for IPQ9574
 2023-03-03 10:12 UTC  (3+ messages)
` [PATCH V3 5/5] dt-bindings: mfd: Add the tcsr compatible "

[PATCH 0/9] dt-bindings: crypto: convert fsl-sec4 to DT schema
 2023-03-03 10:03 UTC  (15+ messages)
` [PATCH 3/9] dt-bindings: crypto: fsl-sec4: support sec5.4/0 and i.MX6UL
` [PATCH 4/9] dt-bindings: crypto: add fsl-sec4-snvs DT schema
` [PATCH 5/9] dt-bindings: crypto: fsl-sec4-snvs: add simple-mfd compatible
` [PATCH 6/9] dt-bindings: crypto: fsl-sec4-snvs: add fsl sec 5.x compatible
` [PATCH 7/9] dt-bindings: crypto: drop fsl-sec4 txt binding
` [PATCH 8/9] dt-bindings: crypto: fsl-sec4-snvs: add snvs-lpgpr support
` [PATCH 9/9] dt-bindings: crypto: fsl-sec4-snvs: add poweroff support

[PATCH] dt-bindings: mfd: qcom,spmi-pmic: Allow RRADC as adc@ subnode
 2023-03-03 10:01 UTC  (2+ messages)

[PATCH 0/3] Add "mclk" support for maxim,max9867
 2023-03-03 10:00 UTC  (6+ messages)
` [PATCH 3/3] ASoC: maxim,max9867: add "mclk" support

[PATCH v5 0/2] leds: lp55xx: configure internal charge pump
 2023-03-03  9:58 UTC  (3+ messages)
` [PATCH v5 2/2] "


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).