/linux/Documentation/devicetree/bindings/thermal/ |
H A D | rcar-thermal.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 4 --- 5 $id: http://devicetree.org/schemas/thermal/rcar-thermal.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Renesas R-Car Thermal 11 - Niklas Söderlund <niklas.soderlund@ragnatech.se> 16 - items: 17 - enum: 18 - renesas,thermal-r8a73a4 # R-Mobile APE6 19 - renesas,thermal-r8a7779 # R-Car H1 [all …]
|
H A D | rcar-gen3-thermal.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 4 --- 5 $id: http://devicetree.org/schemas/thermal/rcar-gen3-thermal.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Renesas R-Car Gen3 Thermal Sensor 11 On most R-Car Gen3 and later SoCs, the thermal sensor controllers (TSC) 12 control the thermal sensors (THS) which are the analog circuits for 16 - Niklas Söderlund <niklas.soderlund@ragnatech.se> 18 $ref: thermal-sensor.yaml# 23 - renesas,r8a774a1-thermal # RZ/G2M [all …]
|
/linux/arch/arm64/boot/dts/renesas/ |
H A D | r8a779f0.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 3 * Device Tree Source for the R-Car S4-8 (R8A779F0) SoC 8 #include <dt-bindings/clock/r8a779f0-cpg-mssr.h> 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 10 #include <dt-bindings/power/r8a779f0-sysc.h> 14 #address-cells = <2>; 15 #size-cells = <2>; 17 cluster01_opp: opp-table-0 { 18 compatible = "operating-points-v2"; 19 opp-shared; [all …]
|
H A D | r8a77995.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree Source for the R-Car D3 (R8A77995) SoC 9 #include <dt-bindings/clock/r8a77995-cpg-mssr.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/power/r8a77995-sysc.h> 15 #address-cells = <2>; 16 #size-cells = <2>; 24 compatible = "fixed-clock"; 25 #clock-cells = <0>; 26 clock-frequency = <0>; [all …]
|
/linux/arch/arm/boot/dts/renesas/ |
H A D | r8a7793.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree Source for the R-Car M2-N (R8A77930) SoC 5 * Copyright (C) 2014-2015 Renesas Electronics Corporation 8 #include <dt-bindings/clock/r8a7793-cpg-mssr.h> 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 10 #include <dt-bindings/interrupt-controller/irq.h> 11 #include <dt-bindings/power/r8a7793-sysc.h> 15 #address-cells = <2>; 16 #size-cells = <2>; 37 compatible = "fixed-clock"; [all …]
|
H A D | r8a7791.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree Source for the R-Car M2-W (R8A77910) SoC 5 * Copyright (C) 2013-2015 Renesas Electronics Corporation 6 * Copyright (C) 2013-2014 Renesas Solutions Corp. 10 #include <dt-bindings/clock/r8a7791-cpg-mssr.h> 11 #include <dt-bindings/interrupt-controller/arm-gic.h> 12 #include <dt-bindings/interrupt-controller/irq.h> 13 #include <dt-bindings/power/r8a7791-sysc.h> 17 #address-cells = <2>; 18 #size-cells = <2>; [all …]
|
H A D | r8a7790.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree Source for the R-Car H2 (R8A77900) SoC 6 * Copyright (C) 2013-2014 Renesas Solutions Corp. 10 #include <dt-bindings/clock/r8a7790-cpg-mssr.h> 11 #include <dt-bindings/interrupt-controller/arm-gic.h> 12 #include <dt-bindings/interrupt-controller/irq.h> 13 #include <dt-bindings/power/r8a7790-sysc.h> 17 #address-cells = <2>; 18 #size-cells = <2>; 46 compatible = "fixed-clock"; [all …]
|
/linux/drivers/thermal/renesas/ |
H A D | rcar_thermal.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * R-Car THS/TSC thermal sensor driver 20 #include <linux/thermal.h> 101 list_for_each_entry(pos, &common->head, list) 104 #define rcar_priv_to_dev(priv) ((priv)->common->dev) 105 #define rcar_has_irq_support(priv) ((priv)->common->base) 106 #define rcar_id_to_shift(priv) ((priv)->id * 8) 110 .compatible = "renesas,rcar-thermal", 114 .compatible = "renesas,rcar-gen2-thermal", 118 .compatible = "renesas,thermal-r8a774c0", [all …]
|
/linux/drivers/clk/renesas/ |
H A D | r8a7792-cpg-mssr.c | 1 // SPDX-License-Identifier: GPL-2.0 7 * Based on clk-rcar-gen2.c 15 #include <linux/soc/renesas/rcar-rst.h> 17 #include <dt-bindings/clock/r8a7792-cpg-mssr.h> 19 #include "renesas-cpg-mssr.h" 20 #include "rcar-gen2-cpg.h" 84 DEF_MOD("2d-dmac", 115, R8A7792_CLK_ZS), 93 DEF_MOD("sys-dmac1", 218, R8A7792_CLK_ZS), 94 DEF_MOD("sys-dmac0", 219, R8A7792_CLK_ZS), 100 DEF_MOD("intc-sys", 408, R8A7792_CLK_ZS), [all …]
|
H A D | r8a7791-cpg-mssr.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2015-2017 Glider bvba 7 * Based on clk-rcar-gen2.c 16 #include <linux/soc/renesas/rcar-rst.h> 18 #include <dt-bindings/clock/r8a7791-cpg-mssr.h> 20 #include "renesas-cpg-mssr.h" 21 #include "rcar-gen2-cpg.h" 96 DEF_MOD("2d-dmac", 115, R8A7791_CLK_ZS), 97 DEF_MOD("fdp1-1", 118, R8A7791_CLK_ZS), 98 DEF_MOD("fdp1-0", 119, R8A7791_CLK_ZS), [all …]
|
H A D | r8a7790-cpg-mssr.c | 1 // SPDX-License-Identifier: GPL-2.0 7 * Based on clk-rcar-gen2.c 15 #include <linux/soc/renesas/rcar-rst.h> 17 #include <dt-bindings/clock/r8a7790-cpg-mssr.h> 19 #include "renesas-cpg-mssr.h" 20 #include "rcar-gen2-cpg.h" 101 DEF_MOD("2d-dmac", 115, R8A7790_CLK_ZS), 102 DEF_MOD("fdp1-2", 117, R8A7790_CLK_ZS), 103 DEF_MOD("fdp1-1", 118, R8A7790_CLK_ZS), 104 DEF_MOD("fdp1-0", 119, R8A7790_CLK_ZS), [all …]
|
H A D | r8a77995-cpg-mssr.c | 1 // SPDX-License-Identifier: GPL-2.0 7 * Based on r8a7795-cpg-mssr.c 16 #include <linux/soc/renesas/rcar-rst.h> 18 #include <dt-bindings/clock/r8a77995-cpg-mssr.h> 20 #include "renesas-cpg-mssr.h" 21 #include "rcar-gen3-cpg.h" 136 DEF_MOD("sys-dmac2", 217, R8A77995_CLK_S3D1), 137 DEF_MOD("sys-dmac1", 218, R8A77995_CLK_S3D1), 138 DEF_MOD("sys-dmac0", 219, R8A77995_CLK_S3D1), 139 DEF_MOD("sceg-pub", 229, R8A77995_CLK_CR), [all …]
|
H A D | r8a77980-cpg-mssr.c | 1 // SPDX-License-Identifier: GPL-2.0 8 * Based on r8a7795-cpg-mssr.c 16 #include <linux/soc/renesas/rcar-rst.h> 19 #include <dt-bindings/clock/r8a77980-cpg-mssr.h> 21 #include "renesas-cpg-mssr.h" 22 #include "rcar-gen3-cpg.h" 129 DEF_MOD("sys-dmac2", 217, R8A77980_CLK_S0D3), 130 DEF_MOD("sys-dmac1", 218, R8A77980_CLK_S0D3), 139 DEF_MOD("intc-ex", 407, R8A77980_CLK_CP), 140 DEF_MOD("intc-ap", 408, R8A77980_CLK_S0D3), [all …]
|
H A D | r8a774c0-cpg-mssr.c | 1 // SPDX-License-Identifier: GPL-2.0 7 * Based on r8a77990-cpg-mssr.c 16 #include <linux/soc/renesas/rcar-rst.h> 18 #include <dt-bindings/clock/r8a774c0-cpg-mssr.h> 20 #include "renesas-cpg-mssr.h" 21 #include "rcar-gen3-cpg.h" 149 DEF_MOD("sys-dmac2", 217, R8A774C0_CLK_S3D1), 150 DEF_MOD("sys-dmac1", 218, R8A774C0_CLK_S3D1), 151 DEF_MOD("sys-dmac0", 219, R8A774C0_CLK_S3D1), 162 DEF_MOD("usb3-if0", 328, R8A774C0_CLK_S3D1), [all …]
|
H A D | r8a7742-cpg-mssr.c | 1 // SPDX-License-Identifier: GPL-2.0 11 #include <linux/soc/renesas/rcar-rst.h> 13 #include <dt-bindings/clock/r8a7742-cpg-mssr.h> 15 #include "renesas-cpg-mssr.h" 16 #include "rcar-gen2-cpg.h" 90 DEF_MOD("2d-dmac", 115, R8A7742_CLK_ZS), 91 DEF_MOD("fdp1-2", 117, R8A7742_CLK_ZS), 92 DEF_MOD("fdp1-1", 118, R8A7742_CLK_ZS), 93 DEF_MOD("fdp1-0", 119, R8A7742_CLK_ZS), 111 DEF_MOD("sys-dmac1", 218, R8A7742_CLK_ZS), [all …]
|
H A D | r8a7743-cpg-mssr.c | 1 // SPDX-License-Identifier: GPL-2.0 12 #include <linux/soc/renesas/rcar-rst.h> 14 #include <dt-bindings/clock/r8a7743-cpg-mssr.h> 16 #include "renesas-cpg-mssr.h" 17 #include "rcar-gen2-cpg.h" 86 DEF_MOD("2d-dmac", 115, R8A7743_CLK_ZS), 87 DEF_MOD("fdp1-1", 118, R8A7743_CLK_ZS), 88 DEF_MOD("fdp1-0", 119, R8A7743_CLK_ZS), 104 DEF_MOD("sys-dmac1", 218, R8A7743_CLK_ZS), 105 DEF_MOD("sys-dmac0", 219, R8A7743_CLK_ZS), [all …]
|
H A D | r8a7795-cpg-mssr.c | 1 // SPDX-License-Identifier: GPL-2.0 6 * Copyright (C) 2018-2019 Renesas Electronics Corp. 8 * Based on clk-rcar-gen3.c 16 #include <linux/soc/renesas/rcar-rst.h> 19 #include <dt-bindings/clock/r8a7795-cpg-mssr.h> 21 #include "renesas-cpg-mssr.h" 22 #include "rcar-gen3-cpg.h" 133 DEF_MOD("fdp1-1", 118, R8A7795_CLK_S0D1), 134 DEF_MOD("fdp1-0", 119, R8A7795_CLK_S0D1), 149 DEF_MOD("sys-dmac2", 217, R8A7795_CLK_S3D1), [all …]
|
H A D | r8a77990-cpg-mssr.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2018-2019 Renesas Electronics Corp. 7 * Based on r8a7795-cpg-mssr.c 16 #include <linux/soc/renesas/rcar-rst.h> 18 #include <dt-bindings/clock/r8a77990-cpg-mssr.h> 20 #include "renesas-cpg-mssr.h" 21 #include "rcar-gen3-cpg.h" 150 DEF_MOD("sys-dmac2", 217, R8A77990_CLK_S3D1), 151 DEF_MOD("sys-dmac1", 218, R8A77990_CLK_S3D1), 152 DEF_MOD("sys-dmac0", 219, R8A77990_CLK_S3D1), [all …]
|
H A D | r8a774b1-cpg-mssr.c | 1 // SPDX-License-Identifier: GPL-2.0 7 * Based on r8a7796-cpg-mssr.c 15 #include <linux/soc/renesas/rcar-rst.h> 17 #include <dt-bindings/clock/r8a774b1-cpg-mssr.h> 19 #include "renesas-cpg-mssr.h" 20 #include "rcar-gen3-cpg.h" 130 DEF_MOD("fdp1-0", 119, R8A774B1_CLK_S0D1), 140 DEF_MOD("sys-dmac2", 217, R8A774B1_CLK_S3D1), 141 DEF_MOD("sys-dmac1", 218, R8A774B1_CLK_S3D1), 142 DEF_MOD("sys-dmac0", 219, R8A774B1_CLK_S0D3), [all …]
|
H A D | r8a774e1-cpg-mssr.c | 1 // SPDX-License-Identifier: GPL-2.0 7 * Based on r8a7795-cpg-mssr.c 15 #include <linux/soc/renesas/rcar-rst.h> 17 #include <dt-bindings/clock/r8a774e1-cpg-mssr.h> 19 #include "renesas-cpg-mssr.h" 20 #include "rcar-gen3-cpg.h" 129 DEF_MOD("fdp1-1", 118, R8A774E1_CLK_S0D1), 130 DEF_MOD("fdp1-0", 119, R8A774E1_CLK_S0D1), 147 DEF_MOD("sys-dmac2", 217, R8A774E1_CLK_S3D1), 148 DEF_MOD("sys-dmac1", 218, R8A774E1_CLK_S3D1), [all …]
|
H A D | r8a774a1-cpg-mssr.c | 1 // SPDX-License-Identifier: GPL-2.0 7 * Based on r8a7796-cpg-mssr.c 15 #include <linux/soc/renesas/rcar-rst.h> 17 #include <dt-bindings/clock/r8a774a1-cpg-mssr.h> 19 #include "renesas-cpg-mssr.h" 20 #include "rcar-gen3-cpg.h" 133 DEF_MOD("fdp1-0", 119, R8A774A1_CLK_S0D1), 143 DEF_MOD("sys-dmac2", 217, R8A774A1_CLK_S3D1), 144 DEF_MOD("sys-dmac1", 218, R8A774A1_CLK_S3D1), 145 DEF_MOD("sys-dmac0", 219, R8A774A1_CLK_S0D3), [all …]
|
H A D | r8a77965-cpg-mssr.c | 1 // SPDX-License-Identifier: GPL-2.0 8 * Based on r8a7795-cpg-mssr.c 17 #include <linux/soc/renesas/rcar-rst.h> 19 #include <dt-bindings/clock/r8a77965-cpg-mssr.h> 21 #include "renesas-cpg-mssr.h" 22 #include "rcar-gen3-cpg.h" 130 DEF_MOD("fdp1-0", 119, R8A77965_CLK_S0D1), 145 DEF_MOD("sys-dmac2", 217, R8A77965_CLK_S3D1), 146 DEF_MOD("sys-dmac1", 218, R8A77965_CLK_S3D1), 147 DEF_MOD("sys-dmac0", 219, R8A77965_CLK_S0D3), [all …]
|
H A D | r8a7796-cpg-mssr.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * r8a7796 (R-Car M3-W/W+) Clock Pulse Generator / Module Standby and Software 6 * Copyright (C) 2016-2019 Glider bvba 7 * Copyright (C) 2018-2019 Renesas Electronics Corp. 9 * Based on r8a7795-cpg-mssr.c 19 #include <linux/soc/renesas/rcar-rst.h> 21 #include <dt-bindings/clock/r8a7796-cpg-mssr.h> 23 #include "renesas-cpg-mssr.h" 24 #include "rcar-gen3-cpg.h" 135 DEF_MOD("fdp1-0", 119, R8A7796_CLK_S0D1), [all …]
|
/linux/Documentation/devicetree/bindings/soc/renesas/ |
H A D | renesas-soc.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/soc/renesas/renesas-soc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Geert Uytterhoeven <geert+renesas@glider.be> 11 - Niklas Söderlund <niklas.soderlund@ragnatech.se> 16 renesas,SoC-IP 19 renesas,r8a77965-csi2 28 pattern: "^renesas,.+-.+$" 30 - compatible [all …]
|
/linux/ |
H A D | MAINTAINERS | 5 --------------------------------------------------- 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 …]
|