mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-30 22:36:58 +08:00
36 lines
1.3 KiB
Diff
36 lines
1.3 KiB
Diff
From 67f1aea2ba30aab3d8ceb0c711ab07da1469a37a Mon Sep 17 00:00:00 2001
|
|
From: Hector Martin <marcan@marcan.st>
|
|
Date: Tue, 3 May 2022 00:39:01 +0900
|
|
Subject: [PATCH 156/171] MAINTAINERS: Add entries for Apple SoC cpufreq driver
|
|
|
|
Splitting this commit, as usual, to facilitate merges via the SoC tree.
|
|
|
|
Signed-off-by: Hector Martin <marcan@marcan.st>
|
|
---
|
|
MAINTAINERS | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/MAINTAINERS b/MAINTAINERS
|
|
index 64379c699903..d8cfa30457ac 100644
|
|
--- a/MAINTAINERS
|
|
+++ b/MAINTAINERS
|
|
@@ -1833,6 +1833,7 @@ T: git https://github.com/AsahiLinux/linux.git
|
|
F: Documentation/devicetree/bindings/arm/apple.yaml
|
|
F: Documentation/devicetree/bindings/arm/apple/*
|
|
F: Documentation/devicetree/bindings/clock/apple,nco.yaml
|
|
+F: Documentation/devicetree/bindings/cpufreq/apple,soc-cpufreq.yaml
|
|
F: Documentation/devicetree/bindings/i2c/apple,i2c.yaml
|
|
F: Documentation/devicetree/bindings/interrupt-controller/apple,*
|
|
F: Documentation/devicetree/bindings/iommu/apple,dart.yaml
|
|
@@ -1846,6 +1847,7 @@ F: Documentation/devicetree/bindings/power/apple*
|
|
F: Documentation/devicetree/bindings/watchdog/apple,wdt.yaml
|
|
F: arch/arm64/boot/dts/apple/
|
|
F: drivers/clk/clk-apple-nco.c
|
|
+F: drivers/cpufreq/apple-soc-cpufreq.c
|
|
F: drivers/i2c/busses/i2c-pasemi-core.c
|
|
F: drivers/i2c/busses/i2c-pasemi-platform.c
|
|
F: drivers/iommu/apple-dart.c
|
|
--
|
|
2.34.1
|
|
|