Searched +full:ast2600 +full:- +full:peci (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/peci/peci-aspeed.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Aspeed PECI Bus10 - Iwona Winiarska <iwona.winiarska@intel.com>11 - Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com>14 - $ref: peci-controller.yaml#19 - aspeed,ast2400-peci20 - aspeed,ast2500-peci[all …]
1 # SPDX-License-Identifier: GPL-2.0-only4 tristate "ASPEED PECI support"10 This option enables PECI controller driver for ASPEED AST2400,11 AST2500 and AST2600 SoCs. It allows BMC to discover devices12 connected to it, and communicate with them using PECI protocol.18 be called peci-aspeed.
1 // SPDX-License-Identifier: GPL-2.0-only2 // Copyright (c) 2012-2017 ASPEED Technology Inc.3 // Copyright (c) 2018-2021 Intel Corporation10 #include <linux/clk-provider.h>19 #include <linux/peci.h>23 /* ASPEED PECI Registers */144 u32 val = readl(priv->base + ASPEED_PECI_CTRL); in aspeed_peci_controller_enable()149 writel(val, priv->base + ASPEED_PECI_CTRL); in aspeed_peci_controller_enable()157 writel(ASPEED_PECI_INT_MASK, priv->base + ASPEED_PECI_INT_STS); in aspeed_peci_init_regs()162 writel(val, priv->base + ASPEED_PECI_INT_CTRL); in aspeed_peci_init_regs()[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later4 #include <dt-bindings/interrupt-controller/arm-gic.h>5 #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h>6 #include <dt-bindings/clock/ast2600-clock.h>10 compatible = "aspeed,ast2600";11 #address-cells = <1>;12 #size-cells = <1>;13 interrupt-parent = <&gic>;43 #address-cells = <1>;44 #size-cells = <0>;[all …]
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 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 this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]