Home
last modified time | relevance | path

Searched +full:mt8365 +full:- +full:apu (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/devicetree/bindings/clock/
H A Dmediatek,mt8365-clock.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/mediatek,mt8365-clock.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: MediaTek Functional Clock Controller for MT8365
10 - Markus Schneider-Pargmann <msp@baylibre.com>
15 - enum:
16 - mediatek,mt8365-apu
17 - mediatek,mt8365-imgsys
18 - mediatek,mt8365-mfgcfg
[all …]
/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8365.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
10 #include <dt-bindings/clock/mediatek,mt8365-clk.h>
11 #include <dt-bindings/interrupt-controller/arm-gic.h>
12 #include <dt-bindings/interrupt-controller/irq.h>
13 #include <dt-bindings/phy/phy.h>
14 #include <dt-bindings/power/mediatek,mt8365-power.h>
17 compatible = "mediatek,mt8365";
18 interrupt-parent = <&sysirq>;
19 #address-cells = <2>;
20 #size-cells = <2>;
[all …]
/linux/drivers/clk/mediatek/
H A Dclk-mt8365-apu.c1 // SPDX-License-Identifier: GPL-2.0
6 #include <dt-bindings/clock/mediatek,mt8365-clk.h>
7 #include <linux/clk-provider.h>
10 #include "clk-gate.h"
11 #include "clk-mtk.h"
39 .compatible = "mediatek,mt8365-apu",
51 .name = "clk-mt8365-apu",
57 MODULE_DESCRIPTION("MediaTek MT8365 AI Processing Unit clocks driver");
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
397 to PCI-E and USB.
427 to PCI-E and USB.
1006 tristate "Clock driver for MediaTek MT8365"
1011 This driver supports MediaTek MT8365 basic clocks.
1014 tristate "Clock driver for MediaTek MT8365 apu"
1018 This driver supports MediaTek MT8365 apu clocks.
1021 tristate "Clock driver for MediaTek MT8365 cam"
1025 This driver supports MediaTek MT8365 cam clocks.
1028 tristate "Clock driver for MediaTek MT8365 mfg"
[all …]
H A DMakefile1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_COMMON_CLK_MEDIATEK) += clk-mtk.o clk-pll.o clk-gate.o clk-apmixed.o clk-cpumux.o rese…
3 obj-$(CONFIG_COMMON_CLK_MEDIATEK_FHCTL) += clk-fhctl.o clk-pllfh.o
5 obj-$(CONFIG_COMMON_CLK_MT6735) += clk-mt6735-apmixedsys.o clk-mt6735-infracfg.o clk-mt6735-pericfg…
6 obj-$(CONFIG_COMMON_CLK_MT6735_IMGSYS) += clk-mt6735-imgsys.o
7 obj-$(CONFIG_COMMON_CLK_MT6735_MFGCFG) += clk-mt6735-mfgcfg.o
8 obj-$(CONFIG_COMMON_CLK_MT6735_VDECSYS) += clk-mt6735-vdecsys.o
9 obj-$(CONFIG_COMMON_CLK_MT6735_VENCSYS) += clk-mt6735-vencsys.o
10 obj-$(CONFIG_COMMON_CLK_MT6765) += clk-mt6765.o
11 obj-$(CONFIG_COMMON_CLK_MT6765_AUDIOSYS) += clk-mt6765-audio.o
[all …]
/linux/drivers/pmdomain/mediatek/
H A Dmt8365-pm-domains.h1 /* SPDX-License-Identifier: GPL-2.0-only */
6 #include "mtk-pm-domains.h"
7 #include <dt-bindings/power/mediatek,mt8365-power.h>
10 * MT8365 power domain support
160 .name = "apu",
/linux/
H A DMAINTAINERS5 ---------------------------------------------------
21 W: *Web-page* with status/info
23 B: URI for where to file *bugs*. A web-page with detailed bug
28 patches to the given subsystem. This is either an in-tree file,
29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst
46 N: [^a-z]tegra all files whose path contains tegra
64 ----------------
83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
85 L: linux-scsi@vger.kernel.org
88 F: drivers/scsi/3w-*
[all …]