Home
last modified time | relevance | path

Searched +full:bcm2711 +full:- +full:thermal (Results 1 – 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/thermal/
Dbrcm,avs-ro-thermal.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/thermal/brcm,avs-ro-thermal.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Broadcom AVS ring oscillator thermal
10 - Stefan Wahren <wahrenst@gmx.net>
13 The thermal node should be the child of a syscon node with the
16 - compatible: Should be one of the following:
17 "brcm,bcm2711-avs-monitor", "syscon", "simple-mfd"
24 const: brcm,bcm2711-thermal
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/thermal/
Dbrcm,avs-ro-thermal.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/thermal/brcm,avs-ro-thermal.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Broadcom AVS ring oscillator thermal
10 - Stefan Wahren <wahrenst@gmx.net>
13 The thermal node should be the child of a syscon node with the
16 - compatible: Should be one of the following:
17 "brcm,bcm2711-avs-monitor", "syscon", "simple-mfd"
24 const: brcm,bcm2711-thermal
[all …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dbcm2711.dtsi1 // SPDX-License-Identifier: GPL-2.0
4 #include <dt-bindings/interrupt-controller/arm-gic.h>
5 #include <dt-bindings/soc/bcm2835-pm.h>
8 compatible = "brcm,bcm2711";
10 #address-cells = <2>;
11 #size-cells = <1>;
13 interrupt-parent = <&gicv2>;
16 compatible = "brcm,bcm2711-vc5";
20 clk_27MHz: clk-27M {
21 #clock-cells = <0>;
[all …]
/kernel/linux/linux-6.6/arch/arm/boot/dts/broadcom/
Dbcm2711.dtsi1 // SPDX-License-Identifier: GPL-2.0
4 #include <dt-bindings/interrupt-controller/arm-gic.h>
5 #include <dt-bindings/soc/bcm2835-pm.h>
8 compatible = "brcm,bcm2711";
10 #address-cells = <2>;
11 #size-cells = <1>;
13 interrupt-parent = <&gicv2>;
16 compatible = "brcm,bcm2711-vc5";
20 clk_27MHz: clk-27M {
21 #clock-cells = <0>;
[all …]
/kernel/linux/linux-6.6/drivers/thermal/broadcom/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "Broadcom AVS RO thermal sensor driver"
7 Support for thermal sensors on Broadcom BCM2711 SoCs.
10 tristate "Thermal sensors on bcm2835 SoC"
15 Support for thermal sensors on Broadcom bcm2835 SoCs.
18 tristate "Broadcom STB AVS TMON thermal driver"
22 thermal framework support.
25 tristate "Northstar thermal driver"
31 Management Unit) block with a thermal sensor that allows checking CPU
35 tristate "Stingray thermal driver"
[all …]
Dbcm2711_thermal.c1 // SPDX-License-Identifier: GPL-2.0+
3 * Broadcom AVS RO thermal sensor driver
21 #include <linux/thermal.h>
31 struct thermal_zone_device *thermal; member
42 ret = regmap_read(priv->regmap, AVS_RO_TEMP_STATUS, &val); in bcm2711_get_temp()
47 return -EIO; in bcm2711_get_temp()
62 { .compatible = "brcm,bcm2711-thermal" },
69 struct thermal_zone_device *thermal; in bcm2711_thermal_probe() local
71 struct device *dev = &pdev->dev; in bcm2711_thermal_probe()
78 return -ENOMEM; in bcm2711_thermal_probe()
[all …]
/kernel/linux/linux-5.10/drivers/thermal/broadcom/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "Broadcom AVS RO thermal sensor driver"
7 Support for thermal sensors on Broadcom BCM2711 SoCs.
10 tristate "Thermal sensors on bcm2835 SoC"
15 Support for thermal sensors on Broadcom bcm2835 SoCs.
18 tristate "Broadcom STB AVS TMON thermal driver"
22 thermal framework support.
25 tristate "Northstar thermal driver"
31 Management Unit) block with a thermal sensor that allows checking CPU
35 tristate "Stingray thermal driver"
[all …]
Dbcm2711_thermal.c1 // SPDX-License-Identifier: GPL-2.0+
3 * Broadcom AVS RO thermal sensor driver
21 #include <linux/thermal.h>
31 struct thermal_zone_device *thermal; member
37 int slope = thermal_zone_get_slope(priv->thermal); in bcm2711_get_temp()
38 int offset = thermal_zone_get_offset(priv->thermal); in bcm2711_get_temp()
42 ret = regmap_read(priv->regmap, AVS_RO_TEMP_STATUS, &val); in bcm2711_get_temp()
47 return -EIO; in bcm2711_get_temp()
62 { .compatible = "brcm,bcm2711-thermal" },
69 struct thermal_zone_device *thermal; in bcm2711_thermal_probe() local
[all …]
/kernel/linux/linux-5.10/arch/arm/mach-bcm/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
57 select THERMAL
65 Ethernet PHYs, DDR3 memory, PCIE Gen-2, USB 2.0 and USB 3.0, serial and
149 can be disabled for an SMP-enabled kernel.
168 This enables support for the Broadcom BCM2711 and BCM283x SoCs.
177 BCM53573 series is set of SoCs using ARM Cortex-A7 CPUs with wireless
200 It currently supports the 'BCM63XX' ARM-based family, which includes
219 Say Y if you intend to run the kernel on a Broadcom ARM-based STB
222 This enables support for Broadcom ARM-based set-top box chipsets,
/kernel/linux/linux-5.10/
DMAINTAINERS9 -------------------------
30 ``diff -u`` to make the patch easy to merge. Be prepared to get your
40 See Documentation/process/coding-style.rst for guidance here.
46 See Documentation/process/submitting-patches.rst for details.
57 include a Signed-off-by: line. The current version of this
59 Documentation/process/submitting-patches.rst.
70 that the bug would present a short-term risk to other users if it
76 Documentation/admin-guide/security-bugs.rst for details.
81 ---------------------------------------------------
97 W: *Web-page* with status/info
[all …]
/kernel/linux/linux-6.6/
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 …]