devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-01 15:11:40 to 2022-09-02 08:32:25 UTC [more...]

[PATCH net-next v4 0/5] net: altera: tse: phylink conversion
 2022-09-02  8:32 UTC  (2+ messages)
` [PATCH net-next v4 1/5] dt-bindings: net: Convert Altera TSE bindings to yaml

[PATCH 1/1] arm64: dts: tqma8mpxl-ba8mpxl: Fix button GPIOs
 2022-09-02  8:20 UTC 

[PATCH] arm64: dts: qcom: sc8280xp: mark USB controllers as wakeup-sources
 2022-09-02  8:16 UTC 

[PATCH v17 00/10] Add MT8195 DisplayPort driver
 2022-09-02  8:12 UTC  (15+ messages)
` [PATCH v17 03/10] drm/mediatek: Add MT8195 Embedded "
` [PATCH v17 04/10] drm/mediatek: dp: Add multiple bridge types support
` [PATCH v17 05/10] drm/mediatek: dp: Add multiple smc commands support
` [PATCH v17 06/10] drm/mediatek: dp: Add multiple calibration data formats support
` [PATCH v17 07/10] drm/mediatek: dp: Determine device of next_bridge
` [PATCH v17 08/10] drm/mediatek: dp: Add MT8195 External DisplayPort support
` [PATCH v17 09/10] drm/mediatek: dp: Add hpd debounce

[PATCH v3 0/7] MT8195 Acer Tomato - devicetrees Part 2
 2022-09-02  8:11 UTC  (8+ messages)
` [PATCH v3 1/7] arm64: dts: mediatek: cherry: Enable the System Companion Processor
` [PATCH v3 2/7] arm64: dts: mediatek: cherry: Wire up the ChromeOS Embedded Controller
` [PATCH v3 3/7] arm64: dts: mediatek: cherry: Add Google Security Chip (GSC) TPM
` [PATCH v3 4/7] arm64: dts: mediatek: cherry: Add keyboard mapping for the top row
` [PATCH v3 5/7] arm64: dts: mediatek: cherry: Enable secondary SD/MMC controller
` [PATCH v3 6/7] arm64: dts: mediatek: cherry: Enable Elantech eKTH3000 i2c trackpad
` [PATCH v3 7/7] arm64: dts: mediatek: cherry: Enable MT6315 regulators on SPMI bus

[PATCH v5 0/2] Add a new board device tree named 'evoker' for herobrine variant
 2022-09-02  8:09 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: arm: qcom: document sc7280 and evoker board
` [PATCH v5 2/2] arm64: dts: qcom: sc7280: Add device tree for herobrine evoker

[PATCH 0/2] dt-bindings: phy: qcom,qmp: add missing power-domains properties
 2022-09-02  8:07 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: phy: qcom,qmp-usb: add missing power-domains property
` [PATCH 2/2] dt-bindings: phy: qcom,qmp-usb3-dp: "

[PATCH v6 00/10] Add support for i.MXRT1170-evk
 2022-09-02  8:06 UTC  (13+ messages)
` [PATCH v6 01/10] dt-bindings: arm: imx: Add i.MXRT compatible Documentation
` [PATCH v6 02/10] dt-bindings: timer: gpt: "
` [PATCH v6 03/10] dt-bindings: mmc: fsl-imx-esdhc: add i.MXRT1170 compatible
` [PATCH v6 04/10] dt-bindings: serial: fsl-lpuart: "
` [PATCH v6 05/10] ARM: mach-imx: Add support for i.MXRT1170
` [PATCH v6 06/10] clk: imx: Update pllv3 to support i.MXRT1170
` [PATCH v6 07/10] dt-bindings: imx: Add clock binding for i.MXRT1170
` [PATCH v6 08/10] clk: imx: Add initial support for i.MXRT1170 clock driver
` [PATCH v6 09/10] ARM: dts: imx: Add i.MXRT1170-EVK support
` [PATCH v6 10/10] ARM: imxrt_defconfig: Add i.MXRT1170

[PATCH net-next v3 0/5] net: altera: tse: phylink conversion
 2022-09-02  7:57 UTC  (4+ messages)
` [PATCH net-next v3 4/5] net: altera: tse: convert to phylink

[PATCH 0/2] Add a new board device tree named 'evoker' for herobrine variant
 2022-09-02  7:42 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: arm: qcom: document sc7280 and evoker board
` [PATCH 2/2] arm64: dts: qcom: sc7280: Add device tree for herobrine evoker

[PATCH v5 1/9] dt-bindings: usb: Add Type-C switch binding
 2022-09-02  7:41 UTC  (11+ messages)

[PATCH v2 00/20] nvmem: core: introduce NVMEM layouts
 2022-09-02  7:27 UTC  (23+ messages)
` [PATCH v2 01/20] net: add helper eth_addr_add()
` [PATCH v2 02/20] of: base: add of_parse_phandle_with_optional_args()
` [PATCH v2 03/20] nvmem: core: add an index parameter to the cell
` [PATCH v2 04/20] nvmem: core: move struct nvmem_cell_info to nvmem-provider.h
` [PATCH v2 05/20] nvmem: core: drop the removal of the cells in nvmem_add_cells()
` [PATCH v2 06/20] nvmem: core: add nvmem_add_one_cell()
` [PATCH v2 07/20] nvmem: core: use nvmem_add_one_cell() in nvmem_add_cells_from_of()
` [PATCH v2 08/20] nvmem: core: introduce NVMEM layouts
` [PATCH v2 09/20] nvmem: core: add per-cell post processing
` [PATCH v2 10/20] nvmem: core: allow to modify a cell before adding it
` [PATCH v2 11/20] nvmem: imx-ocotp: replace global post processing with layouts
` [PATCH v2 12/20] nvmem: cell: drop global cell_post_process
` [PATCH v2 13/20] nvmem: core: drop priv pointer in post process callback
` [PATCH v2 14/20] dt-bindings: mtd: relax the nvmem compatible string
` [PATCH v2 15/20] dt-bindings: nvmem: add YAML schema for the sl28 vpd layout
` [PATCH v2 16/20] nvmem: layouts: add sl28vpd layout
` [PATCH v2 17/20] nvmem: core: export nvmem device size
` [PATCH v2 18/20] arm64: dts: ls1028a: sl28: get MAC addresses from VPD
` [RFC PATCH v2 19/20] nvmem: layouts: rewrite the u-boot-env driver as a NVMEM layout
` [RFC PATCH v2 20/20] nvmem: layouts: u-boot-env: add device node

[PATCH 0/4] firmware: Add support for Qualcomm UEFI Secure Application
 2022-09-02  7:26 UTC  (4+ messages)

[PATCH v4 1/3] dt-bindings: arm: rockchip: Document Radxa ROCK 4C+
 2022-09-02  6:50 UTC  (3+ messages)
` [PATCH v4 2/3] arm64: dts: rockchip: Add RK3399-T OPP table
` [PATCH v4 3/3] arm64: dts: rockchip: rk3399: Radxa ROCK 4C+

[PATCH v3 0/3] Enable {fcpvd,vspd} on RZ/G2L SoC
 2022-09-02  6:46 UTC  (4+ messages)
` [PATCH v3 1/3] media: dt-bindings: media: renesas,fcp: Document RZ/{G2,V2}L FCPVD bindings
` [PATCH v3 2/3] arm64: dts: renesas: r9a07g044: Add fcpvd node
` [PATCH v3 3/3] arm64: dts: renesas: r9a07g044: Add vspd node

[PATCH v5 0/2] nvmem: lan9662-otpc: add support
 2022-09-02  6:45 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: lan9662-otpc: document Lan9662 OTPC
` [PATCH v5 2/2] nvmem: lan9662-otp: add support

[PATCH 0/4] Introduce MediaTek frequency hopping driver
 2022-09-02  6:39 UTC  (6+ messages)
` [PATCH 2/4] dt-bindings: arm: mediatek: Add new bindings of MediaTek frequency hopping

[PATCH v5] ARM: dts: r9a06g032-rzn1d400-db: Enable CAN1
 2022-09-02  6:27 UTC 

[PATCH 0/3] Enable initial support for StarFive VisionFive V1 SBC
 2022-09-02  6:27 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: riscv: starfive: Add StarFive VisionFive V1 board
` [PATCH 2/3] riscv: dts: starfive: Add common DT for JH7100 based boards
` [PATCH 3/3] riscv: dts: starfive: Add StarFive VisionFive V1 device tree

[PATCH v2] ARM: dts: lan966x: add led configuration
 2022-09-02  6:24 UTC 

[PATCH v14 0/3] EDAC/nuvoton: Add NPCM memory controller driver
 2022-09-02  6:16 UTC  (4+ messages)
` [PATCH v14 2/3] dt-bindings: edac: nuvoton: Add document for NPCM memory controller

[PATCH 0/2] gpio clock-names
 2022-09-02  6:04 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: gpio: rockchip: add clock-names
` [PATCH 2/2] arm64: dts: rockchip: rk356x add 'clock-names' for gpio nodes

[PATCH v4 0/2] Add support for QSGMII mode
 2022-09-02  6:09 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: phy: ti: phy-gmii-sel: Add bindings for J7200

[PATCH v1 0/4] Add Aspeed ACRY driver for hardware acceleration
 2022-09-02  6:00 UTC  (5+ messages)
` [PATCH v1 1/4] crypto: aspeed: Add ACRY RSA driver
` [PATCH v1 2/4] ARM: dts: aspeed: Add ACRY/AHBC device controller node
` [PATCH v1 3/4] dt-bindings: crypto: add documentation for Aspeed ACRY
` [PATCH v1 4/4] dt-bindings: bus: add documentation for Aspeed AHBC

[PATCH 00/12] riscv: Allwinner D1 platform support
 2022-09-02  5:42 UTC  (3+ messages)

[PATCH v2 0/6] arm64: dts: qcom: Fix broken regulator spec on RPMH boards
 2022-09-02  5:40 UTC  (6+ messages)

[PATCH v2 0/2] Add WoW support for WCN6750
 2022-09-02  5:25 UTC  (4+ messages)
` [PATCH v2 1/2] dt: bindings: net: add bindings to add "

[PATCH v4 0/4] Add support for Xiaomi Poco F1 EBBG variant
 2022-09-02  5:20 UTC  (4+ messages)
` [PATCH v4 1/4] dt-bindings: arm: qcom: update beryllium compatible property

[PATCH v2 0/4] soc: qcom: icc-bwmon: Add support for llcc and cpu bwmon on sc7280
 2022-09-02  4:35 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: interconnect: qcom,msm8998-bwmon: Add support for sc7280 BWMONs
` [PATCH v2 2/4] soc: qcom: icc-bwmon: add support for sc7280 LLCC BWMON
` [PATCH v2 3/4] soc: qcom: icc-bwmon: force clear counter/irq registers
` [PATCH v2 4/4] arm64: dts: qcom: sc7280: Add cpu and llcc BWMON

[PATCH 0/4] soc: qcom: icc-bwmon: Add support for llcc and cpu bwmon on sc7280
 2022-09-02  4:04 UTC  (11+ messages)
` [PATCH 1/4] dt-bindings: interconnect: qcom,msm8998-bwmon: Add support for sc7280 BWMONs
` [PATCH 2/4] soc: qcom: icc-bwmon: add support for sc7280 LLCC BWMON
` [PATCH 3/4] soc: qcom: icc-bwmon: force clear counter/irq registers
` [PATCH 4/4] arm64: dts: qcom: sc7280: Add cpu and llcc BWMON

[PATCH 1/2] dt-bindings: media: mediatek-jpeg-decoder: Add MT8188 compatible string
 2022-09-02  3:53 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: media: mediatek-jpeg-encoder: "

[PATCH net-next v5 0/7] add generic PSE support
 2022-09-02  3:22 UTC  (4+ messages)
` [PATCH net-next v5 5/7] ethtool: add interface to interact with Ethernet Power Equipment

[PATCH v8 0/4] tpm: Preserve TPM measurement log across kexec (ppc64)
 2022-09-02  3:20 UTC  (6+ messages)
` [PATCH v8 1/4] drivers: of: kexec ima: Support 32-bit platforms
` [PATCH v8 2/4] tpm: of: Make of-tree specific function commonly available
` [PATCH v8 3/4] of: kexec: Refactor IMA buffer related functions to make them reusable
` [PATCH v8 4/4] tpm/kexec: Duplicate TPM measurement log in of-tree for kexec

[PATCH v5] arm64: dts: mt7986: add built-in Wi-Fi device nodes
 2022-09-02  3:08 UTC  (3+ messages)

[PATCH] dt-bindings: pinctrl: update bindings for MT7986 SoC
 2022-09-02  2:47 UTC 

[PATCH v6 0/4] PCI EP driver support MSI doorbell from host
 2022-09-02  1:48 UTC  (6+ messages)
` [PATCH v6 4/4] pcie: endpoint: pci-epf-vntb: add endpoint MSI support
    ` [EXT] "

[PATCH v5 00/20] PCI: dwc: Add generic resources and Baikal-T1 support
 2022-09-01 23:33 UTC  (3+ messages)
` [PATCH v5 02/20] dt-bindings: visconti-pcie: Fix interrupts array max constraints

[PATCH v9 0/6] Add Xilinx RPU subsystem support
 2022-09-02  0:06 UTC  (8+ messages)
` [PATCH v9 1/6] dt-bindings: remoteproc: Add Xilinx RPU subsystem bindings
` [PATCH v9 6/6] drivers: remoteproc: Add Xilinx r5 remoteproc driver

[PATCH RESEND 1/6] arm64: dts: ti: k3-j721s2-main: Add support for USB
 2022-09-01 23:47 UTC  (4+ messages)
` [PATCH RESEND 2/6] arm64: dts: ti: k3-j721s2-main: Add SERDES and WIZ device tree node

[PATCH] ARM: dts: turris-omnia: Add mcu node
 2022-09-01 22:45 UTC  (3+ messages)

[PATCH 0/6] Add Apple Mac System Management Controller GPIOs
 2022-09-01 22:33 UTC  (17+ messages)
` [PATCH 1/6] dt-bindings: mfd: add binding for Apple Mac System Management Controller
` [PATCH 2/6] dt-bindings: gpio: add binding for the GPIO block for Apple Mac SMC

[PATCH v6 00/17] Support AMD Pensando Elba SoC
 2022-09-01 20:37 UTC  (6+ messages)
` [PATCH v6 06/17] dt-bindings: mfd: amd,pensando-elbasr: Add AMD Pensando Elba System Resource chip

[PATCH v2 4/5] drivers: iio: adc: LTC2499 support
 2022-09-01 20:10 UTC  (3+ messages)

[PATCH v3 00/19] Variety of fixes and new features for mr75203 driver
 2022-09-01 20:08 UTC  (27+ messages)
` [PATCH v3 02/19] hwmon: (mr75203) fix VM sensor allocation when "intel,vm-map" not defined
    ` [PATCH v3 02/19] hwmon: (mr75203) fix VM sensor allocation when "intel, vm-map" "
` [PATCH v3 12/19] hwmon: (mr75203) fix voltage equation for negative source input
` [PATCH v3 18/19] hwmon: (mr75203) add debugfs to read and write temperature coefficients
` [PATCH v3 19/19] hwmon: (mr75203) fix coding style space errors

[PATCH v1 00/14] nvmem: core: introduce NVMEM layouts
 2022-09-01 19:54 UTC  (5+ messages)
` [PATCH v1 01/14] net: add helper eth_addr_add()

[PATCH 0/2] TI-Nspire cleanups
 2022-09-01 19:38 UTC  (3+ messages)

[PATCH 1/1] dt-bindings: pwm: rockchip: Add description for rk3588
 2022-09-01 19:14 UTC  (3+ messages)

[PATCH] arm64: dts: imx8mp-verdin: board regulators: add always-on
 2022-09-01 18:44 UTC  (3+ messages)

[PATCH v6 0/6] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / ISP Driver
 2022-09-01 18:17 UTC  (13+ messages)
` [PATCH v6 1/6] dt-bindings: media: Add Allwinner A31 ISP bindings documentation
` [PATCH v6 5/6] media: sun6i-csi: Detect the availability of the ISP
` [PATCH v6 6/6] media: sun6i-csi: Add support for hooking to the isp devices

[PATCH 1/2] arm64: dts: imx8mp-verdin: add dsi to hdmi functionality
 2022-09-01 18:10 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: imx8mp-verdin: add dsi to lvds functionality

[PATCH v4] ARM: dts: r9a06g032-rzn1d400-db: Enable CAN2
 2022-09-01 17:56 UTC  (3+ messages)

[PATCH v2] arm64: dts: qcom: sc7180: Configure USB as wakeup source
 2022-09-01 17:29 UTC 

[PATCH] arm64: dts: qcom: sc7180: Configure USB as wakeup source
 2022-09-01 17:25 UTC  (2+ messages)

[PATCH] dt-bindings: rng: omap_rng: Drop requirement for clocks
 2022-09-01 17:10 UTC 

[PATCH v3 0/3] Add RZ/N1 CAN support
 2022-09-01 17:06 UTC  (5+ messages)
` [PATCH v3 3/3] ARM: dts: r9a06g032-rzn1d400-db: Enable CAN{0,1}

[PATCH v2] dt-binding: gpio: publish binding IDs under dual license
 2022-09-01 16:36 UTC 

[PATCH 00/14] Add support for sm6115,4250 and OnePlus Nord N100
 2022-09-01 16:20 UTC  (24+ messages)
` [PATCH 01/14] arm64: dts: qcom: sm6115: Add basic soc dtsi
` [PATCH 03/14] arm64: dts: qcom: sm6115: Add GCC node
` [PATCH 05/14] arm64: dts: qcom: sm6115: Add apps smmu node
` [PATCH 06/14] arm64: dts: qcom: sm6115: Add usb and related phy nodes
` [PATCH 07/14] arm64: dts: qcom: sm6115: Add sdhci nodes and related pinctrl
` [PATCH 08/14] dt-bindings: ufs: qcom: Add sm6115 binding
` [PATCH 09/14] arm64: dts: qcom: sm6115: Add UFS nodes
` [PATCH 10/14] arm64: dts: qcom: sm6115: Add SPMI bus node
` [PATCH 11/14] dt-bindings: arm: cpus: Add kryo240 compatible
` [PATCH 13/14] dt-bindings: arm: qcom: Add compatible for oneplus,billie2 phone
` [PATCH 14/14] arm64: dts: qcom: sm4250: Add support for oneplus-billie2


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