/linux/Documentation/devicetree/bindings/arm/ |
H A D | hpe,gxp.yaml | 4 $id: http://devicetree.org/schemas/arm/hpe,gxp.yaml# 7 title: HPE BMC GXP platforms 16 - description: GXP Based Boards 19 - hpe,gxp-dl360gen10 20 - const: hpe,gxp
|
/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | hpe,gxp-fan-ctrl.yaml | 4 $id: http://devicetree.org/schemas/hwmon/hpe,gxp-fan-ctrl.yaml# 7 title: HPE GXP Fan Controller 13 The HPE GXP fan controller controls the fans through an external CPLD 18 const: hpe,gxp-fan-ctrl 42 compatible = "hpe,gxp-fan-ctrl";
|
/linux/arch/arm/boot/dts/hpe/ |
H A D | hpe-gxp.dtsi | 3 * Device Tree file for HPE GXP 8 model = "Hewlett Packard Enterprise GXP BMC"; 9 compatible = "hpe,gxp"; 104 compatible = "hpe,gxp-ehci", "generic-ehci"; 111 compatible = "hpe,gxp-timer"; 120 compatible = "hpe,gxp-ohci", "generic-ohci";
|
H A D | hpe-bmc-dl360gen10.dts | 6 /include/ "hpe-gxp.dtsi" 11 compatible = "hpe,gxp-dl360gen10", "hpe,gxp";
|
/linux/Documentation/devicetree/bindings/timer/ |
H A D | hpe,gxp-timer.yaml | 4 $id: http://devicetree.org/schemas/timer/hpe,gxp-timer.yaml# 7 title: HPE GXP Timer 15 const: hpe,gxp-timer 41 compatible = "hpe,gxp-timer";
|
/linux/Documentation/devicetree/bindings/spi/ |
H A D | hpe,gxp-spifi.yaml | 4 $id: http://devicetree.org/schemas/spi/hpe,gxp-spifi.yaml# 7 title: HPE GXP spi controller flash interface 18 const: hpe,gxp-spifi 40 compatible = "hpe,gxp-spifi";
|
/linux/Documentation/devicetree/bindings/i2c/ |
H A D | hpe,gxp-i2c.yaml | 4 $id: http://devicetree.org/schemas/i2c/hpe,gxp-i2c.yaml# 7 title: HPE GXP SoC I2C Controller 17 const: hpe,gxp-i2c 47 compatible = "hpe,gxp-i2c";
|
/linux/Documentation/hwmon/ |
H A D | gxp-fan-ctrl.rst | 3 Kernel driver gxp-fan-ctrl 8 * HPE GXP SOC 16 gxp-fan-ctrl is a driver which provides fan control for the hpe gxp soc.
|
/linux/drivers/watchdog/ |
H A D | gxp-wdt.c | 110 .identity = "HPE GXP Watchdog timer", 157 dev_info(dev, "HPE GXP watchdog timer"); in gxp_wdt_probe() 165 .name = "gxp-wdt", 172 MODULE_DESCRIPTION("Driver for GXP watchdog timer");
|
H A D | Makefile | 98 obj-$(CONFIG_GXP_WATCHDOG) += gxp-wdt.o
|
H A D | Kconfig | 1947 tristate "HPE GXP watchdog support" 1952 in HPE GXP SoCs. 1955 The module will be called gxp-wdt.
|
/linux/arch/arm/mach-hpe/ |
H A D | gxp.c | 7 "hpe,gxp", 11 DT_MACHINE_START(GXP_DT, "HPE GXP")
|
H A D | Kconfig | 9 bool "HPE GXP SoC" 15 HPE GXP is the name of the HPE Soc. This SoC is used to implement many
|
H A D | Makefile | 1 obj-$(CONFIG_ARCH_HPE_GXP) += gxp.o
|
/linux/drivers/hwmon/ |
H A D | gxp-fan-ctrl.c | 237 { .compatible = "hpe,gxp-fan-ctrl", }, 245 .name = "gxp-fan-ctrl", 252 MODULE_DESCRIPTION("HPE GXP fan controller");
|
/linux/drivers/spi/ |
H A D | spi-gxp.c | 304 {.compatible = "hpe,gxp-spifi", .data = &gxp_spifi_data }, 312 .name = "gxp-spifi", 318 MODULE_DESCRIPTION("HPE GXP SPI Flash Interface driver");
|
/linux/drivers/i2c/busses/ |
H A D | Makefile | 130 obj-$(CONFIG_I2C_GXP) += i2c-gxp.o
|
H A D | Kconfig | 696 tristate "GXP I2C Interface" 699 This enables support for GXP I2C interface. The I2C engines can be
|
/linux/ |
H A D | MAINTAINERS | 2522 ARM/HPE GXP ARCHITECTURE 2526 F: Documentation/devicetree/bindings/arm/hpe,gxp.yaml 2527 F: Documentation/devicetree/bindings/hwmon/hpe,gxp-fan-ctrl.yaml 2528 F: Documentation/devicetree/bindings/i2c/hpe,gxp-i2c.yaml 2529 F: Documentation/devicetree/bindings/spi/hpe,gxp-spifi.yaml 2530 F: Documentation/devicetree/bindings/timer/hpe,gxp-timer.yaml 2531 F: Documentation/hwmon/gxp-fan-ctrl.rst 2534 F: drivers/clocksource/timer-gxp.c 2535 F: drivers/hwmon/gxp-fan-ctrl.c 2536 F: drivers/i2c/busses/i2c-gxp.c [all …]
|