Skip to content

Commit 2184dbc

Browse files
committed
Merge tag 'soc-drivers-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Pull ARM SoC driver updates from Arnd Bergmann: "This is the usual mix of updates for drivers that are used on (mostly ARM) SoCs with no other top-level subsystem tree, including: - The SCMI firmware subsystem gains support for version 3.2 of the specification and updates to the notification code - Feature updates for Tegra and Qualcomm platforms for added hardware support - A number of platforms get soc_device additions for identifying newly added chips from Renesas, Qualcomm, Mediatek and Google - Trivial improvements for firmware and memory drivers amongst others, in particular 'const' annotations throughout multiple subsystems" * tag 'soc-drivers-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (96 commits) tee: make tee_bus_type const soc: qcom: aoss: add missing kerneldoc for qmp members soc: qcom: geni-se: drop unused kerneldoc struct geni_wrapper param soc: qcom: spm: fix building with CONFIG_REGULATOR=n bus: ti-sysc: constify the struct device_type usage memory: stm32-fmc2-ebi: keep power domain on memory: stm32-fmc2-ebi: add MP25 RIF support memory: stm32-fmc2-ebi: add MP25 support memory: stm32-fmc2-ebi: check regmap_read return value dt-bindings: memory-controller: st,stm32: add MP25 support dt-bindings: bus: imx-weim: convert to YAML watchdog: s3c2410_wdt: use exynos_get_pmu_regmap_by_phandle() for PMU regs soc: samsung: exynos-pmu: Add regmap support for SoCs that protect PMU regs MAINTAINERS: Update SCMI entry with HWMON driver MAINTAINERS: samsung: gs101: match patches touching Google Tensor SoC memory: tegra: Fix indentation memory: tegra: Add BPMP and ICC info for DLA clients memory: tegra: Correct DLA client names dt-bindings: memory: renesas,rpc-if: Document R-Car V4M support firmware: arm_scmi: Update the supported clock protocol version ...
2 parents 306bee6 + 049238d commit 2184dbc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+3169
-539
lines changed

Documentation/devicetree/bindings/arm/msm/qcom,saw2.txt

Lines changed: 0 additions & 58 deletions
This file was deleted.

Documentation/devicetree/bindings/bus/imx-weim.txt

Lines changed: 0 additions & 117 deletions
This file was deleted.

Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ properties:
3333
- const: samsung,exynos7-hsi2c
3434
- items:
3535
- enum:
36+
- google,gs101-hsi2c
3637
- samsung,exynos850-hsi2c
3738
- const: samsung,exynosautov9-hsi2c
3839
- const: samsung,exynos5-hsi2c # Exynos5250 and Exynos5420
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/memory-controllers/fsl/fsl,imx-weim-peripherals.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: i.MX WEIM Bus Peripheral Nodes
8+
9+
maintainers:
10+
- Shawn Guo <[email protected]>
11+
- Sascha Hauer <[email protected]>
12+
13+
description:
14+
This binding is meant for the child nodes of the WEIM node. The node
15+
represents any device connected to the WEIM bus. It may be a Flash chip,
16+
RAM chip or Ethernet controller, etc. These properties are meant for
17+
configuring the WEIM settings/timings and will accompany the bindings
18+
supported by the respective device.
19+
20+
properties:
21+
reg: true
22+
23+
fsl,weim-cs-timing:
24+
$ref: /schemas/types.yaml#/definitions/uint32-array
25+
description:
26+
Timing values for the child node.
27+
minItems: 2
28+
maxItems: 6
29+
30+
# the WEIM child will have its own native properties
31+
additionalProperties: true

0 commit comments

Comments
 (0)