devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-06 19:47:12 to 2022-04-07 08:33:10 UTC [more...]

[PATCH v3 0/2] MT8186 IOMMU SUPPORT
 2022-04-07  8:32 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: mediatek: mt8186: Add binding for MM iommu
` [PATCH v3 2/2] iommu/mediatek: Add mt8186 iommu support

[RESEND v17 3/7] soc: mediatek: add mtk-mmsys support for mt8195 vdosys0
 2022-04-07  8:30 UTC  (2+ messages)
  ` [RESEND v17 2/7] dt-bindings: arm: mediatek: mmsys: add mt8195 SoC binding

[PATCH v0 00/10] i.MX8MP HDMI support
 2022-04-07  8:30 UTC  (9+ messages)
` [PATCH v0 01/10] drm/bridge: dw-hdmi: add low-active PHY reset
` [PATCH v0 02/10] dt-bindings: display: imx: add binding for i.MX8MP HDMI TX
` [PATCH v0 04/10] dt-bindings: display: imx: add binding for i.MX8MP HDMI PVI
` [PATCH v0 06/10] dt-bindings: phy: add binding for the i.MX8MP HDMI PHY

[PATCH v3 0/2] AM62: Add support for AM62 USB wrapper driver
 2022-04-07  8:27 UTC  (10+ messages)
` [PATCH v3 1/2] dt-bindings: usb: Add documentation for AM62 USB Wrapper module
` [PATCH v3 2/2] drivers: usb: dwc3: Add AM62 USB wrapper driver

[PATCH 1/4] dt-bindings: timer: Add am6 compatible for ti-timer
 2022-04-07  8:26 UTC  (8+ messages)
` [PATCH 2/4] clocksource/drivers/timer-ti-dm: Update defines for am6 for inline functions
` [PATCH 3/4] clocksource/drivers/timer-ti-dm: Add compatible for am6
` [PATCH 4/4] clocksource/drivers/timer-ti-dm: Make timer selectable for ARCH_K3

[PATCH] ARM: dts: at91: sama7g5ek: Align the impedance of the QSPI0's HSIO and PCB lines
 2022-04-07  8:24 UTC  (4+ messages)

[PATCH V3 0/7] iio: adc: sc27xx: adjust structure and add PMIC's support
 2022-04-07  8:21 UTC  (8+ messages)
` [PATCH V3 1/7] dt-bindings:iio:adc: add sprd,ump9620-adc dt-binding
` [PATCH V3 2/7] iio: adc: sc27xx: fix read big scale voltage not right
` [PATCH V3 3/7] iio: adc: sc27xx: structure adjuststment and optimization
` [PATCH V3 4/7] iio: adc: refactor some functions for support more PMiCs
` [PATCH V3 5/7] iio: adc: sc27xx: add support for PMIC sc2720 and sc2721
` [PATCH V3 6/7] iio: adc: sc27xx: add support for PMIC sc2730
` [PATCH V3 7/7] iio: adc: sc27xx: add support for PMIC ump9620

[PATCH 0/2] dt-bindings: net: Fix ave descriptions
 2022-04-07  8:18 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: net: ave: Clean up clocks, resets, and their names using compatible string
` [PATCH 2/2] dt-bindings: net: ave: Use unevaluatedProperties

[PATCH v8 0/9] RZN1 DMA support
 2022-04-07  8:16 UTC  (3+ messages)

[PATCH v6 00/34] MT8195 IOMMU SUPPORT
 2022-04-07  7:57 UTC  (35+ messages)
` [PATCH v6 01/34] dt-bindings: mediatek: mt8195: Add binding for MM IOMMU
` [PATCH v6 02/34] dt-bindings: mediatek: mt8195: Add binding for infra IOMMU
` [PATCH v6 03/34] iommu/mediatek: Fix 2 HW sharing pgtable issue
` [PATCH v6 04/34] iommu/mediatek: Add list_del in mtk_iommu_remove
` [PATCH v6 05/34] iommu/mediatek: Remove clk_disable "
` [PATCH v6 06/34] iommu/mediatek: Add mutex for m4u_group and m4u_dom in data
` [PATCH v6 07/34] iommu/mediatek: Add mutex for data in the mtk_iommu_domain
` [PATCH v6 08/34] iommu/mediatek: Adapt sharing and non-sharing pgtable case
` [PATCH v6 09/34] iommu/mediatek: Add 12G~16G support for multi domains
` [PATCH v6 10/34] iommu/mediatek: Add a flag DCM_DISABLE
` [PATCH v6 11/34] iommu/mediatek: Add a flag NON_STD_AXI
` [PATCH v6 12/34] iommu/mediatek: Remove the granule in the tlb flush
` [PATCH v6 13/34] iommu/mediatek: Always enable output PA over 32bits in isr
` [PATCH v6 14/34] iommu/mediatek: Add SUB_COMMON_3BITS flag
` [PATCH v6 15/34] iommu/mediatek: Add IOMMU_TYPE flag
` [PATCH v6 16/34] iommu/mediatek: Contain MM IOMMU flow with the MM TYPE
` [PATCH v6 17/34] iommu/mediatek: Adjust device link when it is sub-common
` [PATCH v6 18/34] iommu/mediatek: Allow IOMMU_DOMAIN_UNMANAGED for PCIe VFIO
` [PATCH v6 19/34] iommu/mediatek: Add a PM_CLK_AO flag for infra iommu
` [PATCH v6 20/34] iommu/mediatek: Add infra iommu support
` [PATCH v6 21/34] iommu/mediatek: Add PCIe support
` [PATCH v6 22/34] iommu/mediatek: Add mt8195 support
` [PATCH v6 23/34] iommu/mediatek: Only adjust code about register base
` [PATCH v6 24/34] iommu/mediatek: Just move code position in hw_init
` [PATCH v6 25/34] iommu/mediatek: Separate mtk_iommu_data for v1 and v2
` [PATCH v6 26/34] iommu/mediatek: Remove mtk_iommu.h
` [PATCH v6 27/34] iommu/mediatek-v1: Just rename mtk_iommu to mtk_iommu_v1
` [PATCH v6 28/34] iommu/mediatek: Add mtk_iommu_bank_data structure
` [PATCH v6 29/34] iommu/mediatek: Initialise bank HW for each a bank
` [PATCH v6 30/34] iommu/mediatek: Change the domid to iova_region_id
` [PATCH v6 31/34] iommu/mediatek: Get the proper bankid for multi banks
` [PATCH v6 32/34] iommu/mediatek: Initialise/Remove for multi bank dev
` [PATCH v6 33/34] iommu/mediatek: Backup/restore regsiters for multi banks
` [PATCH v6 34/34] iommu/mediatek: mt8195: Enable multi banks for infra iommu

[PATCH v3 0/3] Add reset deassertion for Aspeed MDIO
 2022-04-07  7:57 UTC  (4+ messages)
` [PATCH RESEND v3 1/3] dt-bindings: net: add reset property for aspeed, ast2600-mdio binding
` [PATCH RESEND v3 2/3] net: mdio: add reset control for Aspeed MDIO
` [PATCH RESEND v3 3/3] ARM: dts: aspeed: add reset properties into MDIO nodes

[PATCH 00/11] Support Pensando Elba SoC
 2022-04-07  7:57 UTC  (16+ messages)
` [PATCH 01/11] dt-bindings: arm: add Pensando boards
` [PATCH 02/11] dt-bindings: Add vendor prefix for Pensando Systems
` [PATCH 03/11] dt-bindings: mmc: Add Pensando Elba SoC binding
` [PATCH 04/11] dt-bindings: spi: Add compatible for Pensando Elba SoC
` [PATCH 05/11] dt-bindings: spi: dw: Add Pensando Elba SoC SPI Controller bindings
` [PATCH 06/11] MAINTAINERS: Add entry for PENSANDO
` [PATCH 07/11] arm64: Add config for Pensando SoC platforms
` [PATCH 08/11] spi: cadence-quadspi: Add compatible for Pensando Elba SoC
` [PATCH 09/11] mmc: sdhci-cadence: Add Pensando Elba SoC support
` [PATCH 10/11] spi: dw: Add support for Pensando Elba SoC
` [PATCH 11/11] arm64: dts: Add Pensando Elba SoC support

[PATCH] dt-bindings: soc: ti: wkup_m3_ipc: convert bindings to json-schema
 2022-04-07  7:55 UTC  (2+ messages)

[next] db845c: WARNING: CPU: 5 PID: 8 at drivers/clk/clk-divider.c:139 divider_recalc_rate
 2022-04-07  7:54 UTC  (4+ messages)

[PATCH] [v2]arm64: dts: qcom: Add sc7180-gelarshie
 2022-04-07  7:54 UTC 

[PATCH v2 0/2] dt-bindings: mtd: partitions: Add binding for Sercomm parser
 2022-04-07  7:48 UTC  (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] mtd: parsers: add support for Sercomm partitions

[PATCH v2 0/4] clocksource: Add MCT support for ARTPEC-8
 2022-04-07  7:48 UTC  (8+ messages)
` [PATCH v2 3/4] clocksource/drivers/exynos_mct: Support local-timer-index property

[PATCH] dt-bindings: interrrupt-controller: uniphier-aidet: Use unevaluatedProperties
 2022-04-07  7:47 UTC 

[PATCH] dt-bindings: watchdog: uniphier: Use unevaluatedProperties
 2022-04-07  7:46 UTC 

[PATCH] dt-bindings: thermal: uniphier: Use unevaluatedProperties and common bindings
 2022-04-07  7:45 UTC 

[PATCH v3 0/4] clocksource: Add MCT support for ARTPEC-8
 2022-04-07  7:44 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: timer: exynos4210-mct: Add ARTPEC-8 MCT support
` [PATCH v3 2/4] clocksource/drivers/exynos_mct: Support frc-shared property
` [PATCH v3 3/4] clocksource/drivers/exynos_mct: Support local-timers property
` [PATCH v3 4/4] clocksource/drivers/exynos_mct: Enable building on ARTPEC

[PATCH] dt-bindings: dma: uniphier: Use unevaluatedProperties
 2022-04-07  7:44 UTC 

[PATCH v8 0/3 RESEND] Multicolor PWM LED support
 2022-04-07  7:32 UTC  (4+ messages)
` [PATCH v8 1/3 RESEND] dt-bindings: leds: Optional multi-led unit address
` [PATCH v8 2/3 RESEND] dt-bindings: leds: Add multicolor PWM LED bindings
` [PATCH v8 3/3 RESEND] leds: Add PWM multicolor driver

[PATCH 0/7] RZN1 RTC support
 2022-04-07  7:37 UTC  (3+ messages)
` [PATCH 1/7] dt-bindings: rtc: rzn1: Describe the RZN1 RTC

[PATCH 2/3] dt-bindings: dmaengine: qcom: gpi: add compatible for sm8350/sm8350
 2022-04-07  7:32 UTC  (2+ messages)

[PATCH v2 00/10] power: reset: at91-reset: add support for sama7g5
 2022-04-07  7:17 UTC  (11+ messages)
` [PATCH v2 01/10] ARM: dts: at91: use generic name for reset controller
` [PATCH v2 02/10] dt-bindings: reset: convert Atmel/Microchip reset controller to YAML
` [PATCH v2 03/10] dt-bindings: reset: atmel,at91sam9260-reset: add sama7g5 bindings
` [PATCH v2 04/10] dt-bindings: reset: add sama7g5 definitions
` [PATCH v2 05/10] power: reset: at91-reset: document structures and enums
` [PATCH v2 06/10] power: reset: at91-reset: add at91_reset_data
` [PATCH v2 07/10] power: reset: at91-reset: add reset_controller_dev support
` [PATCH v2 08/10] power: reset: at91-reset: add support for SAMA7G5
` [PATCH v2 09/10] ARM: dts: at91: sama7g5: add reset-controller node
` [PATCH v2 10/10] ARM: configs: sama7: enable CONFIG_RESET_CONTROLLER

[PATCH v2] dt-bindings: qcom: update maintainers (drop Akash and Mukesh)
 2022-04-07  6:50 UTC  (3+ messages)

[PATCH 0/3] Correct disp_aal dt-binding
 2022-04-07  6:49 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: display: mediatek: Correct disp_aal binding for MT8183
` [PATCH 3/3] dt-bindings: display: mediatek: Correct disp_aal binding for MT8192

[PATCH] dt-bindings: memory: renesas,rpc-if: Document R-Car H3/M3/E3 support
 2022-04-07  6:36 UTC  (2+ messages)

[RESEND PATCH] arm: dts: at91: Fix boolean properties with values
 2022-04-07  6:36 UTC  (2+ messages)

[PATCH v3 0/3] Add reset deassertion for Aspeed MDIO
 2022-04-07  6:29 UTC  (4+ messages)
` [PATCH v3 2/3] net: mdio: add reset control "

[Patch v3 0/9] CBB driver for Tegra194, Tegra234 & Tegra-Grace
 2022-04-07  6:24 UTC  (8+ messages)
` [Patch v3 3/9] dt-bindings: arm: tegra: Add NVIDIA Tegra194 axi2apb binding

[PATCH v11] arm64: dts: qcom: sc7280: Add WPSS remoteproc node
 2022-04-07  6:11 UTC  (3+ messages)

[PATCH v2 0/2] AM62: Add support for AM62 USB wrapper driver
 2022-04-07  5:32 UTC  (2+ messages)

[PATCH v4 00/12] add support for WCN6750
 2022-04-07  5:21 UTC  (4+ messages)
` [PATCH v4 01/12] dt: bindings: net: add bindings of WCN6750 for ath11k

[PATCH V9 0/6] Add Qualcomm Technologies, Inc. PM8008 regulator driver
 2022-04-07  5:12 UTC  (12+ messages)
` [PATCH V9 4/6] regulator: Add a regulator driver for the PM8008 PMIC

[PATCH 0/3] Add initial support for MA35D1 SoC
 2022-04-07  4:17 UTC  (10+ messages)
` [PATCH 3/3] arm64: dts: nuvoton: Add initial support for MA35D1

[PATCH 0/3] devfreq: mediatek: introduce MTK cci devfreq
 2022-04-07  3:20 UTC  (3+ messages)
  ` [PATCH 2/3] devfreq: mediatek: add mt8183 cci devfreq driver

[PATCH v5 0/2] phy: mediatek: Add PCIe PHY driver
 2022-04-07  2:27 UTC  (4+ messages)

[PATCH v5 00/11] Intro to Hardware timestamping engine
 2022-04-07  1:40 UTC  (6+ messages)
` [PATCH v5 04/11] dt-bindings: Add HTE bindings

[PATCH v2 0/3] dt-bindings: PCI: uniphier: Fix endpoint descriptions
 2022-04-07  1:22 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: PCI: designware-ep: Increase maxItems of reg and reg-names
` [PATCH v2 2/3] dt-bindings: PCI: uniphier-ep: Clean up reg, clocks, resets, and their names using compatible string
` [PATCH v2 3/3] ARM: dts: uniphier: Remove compatible "snps,dw-pcie-ep" from Pro5 pcie-ep node

[v9 0/4] ASoC: mediatek: mt8192: support rt1015p_rt5682s
 2022-04-07  0:56 UTC  (3+ messages)
` [v9 2/4] ASoC: mediatek: mt8192: refactor for I2S3 DAI link of speaker

[PATCH 0/3] dt-bindings: PCI: uniphier: Fix endpoint descriptions
 2022-04-07  0:51 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: PCI: designware-ep: Increase maxItems of reg and reg-names
` [PATCH 2/3] dt-bindings: PCI: uniphier-ep: Clean up reg, clocks, resets, and their names using compatible string

[PATCH v2 00/15] rk3399: Clean up and enable DDR DVFS
 2022-04-07  0:18 UTC  (5+ messages)
` [PATCH v2 12/15] arm64: dts: rockchip: Enable dmc and dfi nodes on gru

[PATCH v4 00/11] consolidated i.MX8MP HSIO/MEDIA/HDMI blk-ctrl series
 2022-04-06 23:56 UTC  (5+ messages)
` [PATCH v4 02/11] soc: imx: add i.MX8MP HSIO blk-ctrl
` [PATCH v4 07/11] soc: imx: add i.MX8MP HDMI blk-ctrl

[PATCH v3 0/4] arm64: mvebu: Support for Marvell 98DX2530 (and variants)
 2022-04-06 23:29 UTC  (10+ messages)
` [PATCH v3 1/4] dt-bindings: pinctrl: mvebu: Document bindings for AC5
` [PATCH v3 2/4] pinctrl: mvebu: pinctrl driver for 98DX2530 SoC
` [PATCH v3 3/4] arm64: dts: marvell: Add Armada 98DX2530 SoC and RD-AC5X board

[PATCH] dt-bindings: i2c: convert i2c-mt65xx to json-schema
 2022-04-06 23:24 UTC  (2+ messages)

[PATCH v2 0/4] drm/ssd130x: Add support for SINO WEALTH SH1106
 2022-04-06 21:54 UTC  (6+ messages)
` [PATCH v2 1/4] dt-bindings: vendor-prefixes: Add prefix for SINO WEALTH Eletronics Ltd
` [PATCH v2 2/4] dt-bindings: display: ssd1307fb: Add entry for SINO WEALTH SH1106
` [PATCH v2 3/4] drm/ssd130x: Support page addressing mode
` [PATCH v2 4/4] drm/ssd130x: Add support for SINO WEALTH SH1106

[PATCH 0/3] Update dt-bindings for sc7280 platform
 2022-04-06 21:43 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 109f6d10ec17302c4666f7df3dfa0e31d8589d41
 2022-04-06 20:58 UTC 

[PATCH v6 0/3] Add soundcard support for sc7280 based platforms
 2022-04-06 20:45 UTC  (3+ messages)
` [PATCH v6 3/3] arm64: dts: qcom: sc7280: Add dt nodes for sound card

[PATCH 00/21] ata: ahci: Add DWC/Baikal-T1 AHCI SATA support
 2022-04-06 20:42 UTC  (12+ messages)
` [PATCH 03/21] ata: libahci_platform: Explicitly set rc on devres_alloc failure
` [PATCH 04/21] ata: libahci_platform: Convert to using handy devm-ioremap methods

[PATCH v2 00/12] ARM: suniv: dts: update Allwinner F1C100
 2022-04-06 20:33 UTC  (2+ messages)

[PATCH v2 0/4] arm: qcom: qcom-apq8064: add separate device node for tsens
 2022-04-06 19:57 UTC  (3+ messages)

[PATCH v8, 00/15] media: mtk-vcodec: support for M8192 decoder
 2022-04-06 19:23 UTC  (3+ messages)
` [PATCH v8, 16/17] media: mediatek: vcodec: support stateless VP9 decoding

[RESEND PATCH] arm64: dts: imx: Fix imx8*-var-som touchscreen property sizes
 2022-04-06 19:14 UTC 

[RESEND PATCH] arm/arm64: dts: qcom: Fix boolean properties with values
 2022-04-06 19:16 UTC 

[RESEND PATCH] arm64: dts: tegra: Fix boolean properties with values
 2022-04-06 19:17 UTC 

[RESEND PATCH] arm: dts: imx: Fix boolean properties with values
 2022-04-06 19:13 UTC 

[RFC 00/13] PRUSS Remoteproc, Platform APIS, and Ethernet Driver
 2022-04-06 18:54 UTC  (5+ messages)
` [RFC 12/13] dt-bindings: net: Add ICSSG Ethernet Driver bindings
` [RFC 13/13] net: ti: icssg-prueth: Add ICSSG ethernet driver

[Patch v4 0/4] Tegra234 cpufreq driver support
 2022-04-06 18:51 UTC  (3+ messages)
` [Patch v4 1/4] dt-bindings: Document Tegra CCPLEX Cluster

[v7 0/3] Add support for Maxim MAX735x/MAX736x variants
 2022-04-06 18:43 UTC  (4+ messages)
` [v7 1/3] dt-bindings: i2c: Add "

[PATCH 0/8] power: reset: at91-reset: add support for sama7g5
 2022-04-06 18:34 UTC  (5+ messages)
` [PATCH 2/8] dt-bindings: reset: convert Atmel/Microchip reset controller to YAML
` [PATCH 3/8] dt-bindings: reset: atmel,at91sam9260-reset: add sama7g5 bindings

[PATCH 0/2] dt-bindings: regulator: Fix uniphier descriptions
 2022-04-06 18:17 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: regulator: uniphier: Clean up clocks, resets, and their names using compatible string
` [PATCH 2/2] dt-bindings: regulator: uniphier: Use unevaluatedProperties

[PATCH v4] arm64: dts: qcom: sc7280: Add WCN6750 WiFi node
 2022-04-06 18:02 UTC  (2+ messages)

[PATCH 1/5] ARM: dts: BCM5301X: Fix DTC warning for NAND node
 2022-04-06 18:16 UTC  (5+ messages)
` [PATCH 5/5] ARM: dts: BCM5301X: Disable unused gmac0 and gmac2 on Asus RT-AC88U

[PATCH v3 1/2] spi: dt-bindings: qcom,spi-geni-qcom: convert to dtschema
 2022-04-06 17:44 UTC  (2+ messages)

[PATCH v5 0/8] arm64: dts: Add i.MX8DXL initial support
 2022-04-06 18:04 UTC  (3+ messages)
` [PATCH v5 8/8] dt-bindings: net: dwmac-imx: Document clk_csr property

[PATCH v4 0/9] dt-bindings: qcom: convert entire GSBI (QUP I2C/SPI/UART) to DT schema
 2022-04-06 18:09 UTC  (3+ messages)
` [PATCH v4 7/9] dt-bindings: serial: qcom,msm-uartdm: convert to dtschema

[PATCH] dt-bindings: display: panel: mipi-dbi-spi: Make width-mm/height-mm mandatory
 2022-04-06 18:06 UTC  (2+ messages)

[PATCH v4 0/8] Add settings for precharge and internal resistor
 2022-04-06 17:15 UTC  (3+ messages)
` [PATCH v4 6/8] iio: sx9324: Add Setting for internal compensation resistor


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