/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 10 - Nick Hawkins <nick.hawkins@hpe.com> 17 const: hpe,gxp-i2c 28 hpe,sysreg: 47 compatible = "hpe,gxp-i2c"; 52 hpe,sysreg = <&sysreg_system_controller>;
|
/linux/arch/arm/mach-hpe/ |
H A D | Kconfig | 2 bool "HPE SoC support" 5 This enables support for HPE ARM based BMC chips. 9 bool "HPE GXP SoC" 15 HPE GXP is the name of the HPE Soc. This SoC is used to implement many 16 BMC features at HPE. It supports ARMv7 architecture based on the Cortex
|
H A D | gxp.c | 7 "hpe,gxp", 11 DT_MACHINE_START(GXP_DT, "HPE GXP")
|
/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 10 - Nick Hawkins <nick.hawkins@hpe.com> 11 - Jean-Marie Verdun <verdun@hpe.com> 19 - hpe,gxp-dl360gen10 20 - const: 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 10 - Nick Hawkins <nick.hawkins@hpe.com> 11 - Jean-Marie Verdun <verdun@hpe.com> 15 const: hpe,gxp-timer 41 compatible = "hpe,gxp-timer";
|
/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 10 - Nick Hawkins <nick.hawkins@hpe.com> 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/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 10 - Nick Hawkins <nick.hawkins@hpe.com> 11 - Jean-Marie Verdun <verdun@hpe.com> 18 const: hpe,gxp-spifi 40 compatible = "hpe,gxp-spifi";
|
/linux/arch/arm/boot/dts/hpe/ |
H A D | hpe-bmc-dl360gen10.dts | 3 * Device Tree file for HPE DL360Gen10 6 /include/ "hpe-gxp.dtsi" 11 compatible = "hpe,gxp-dl360gen10", "hpe,gxp";
|
H A D | hpe-gxp.dtsi | 3 * Device Tree file for HPE GXP 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 | Makefile | 3 hpe-bmc-dl360gen10.dtb
|
/linux/Documentation/watchdog/ |
H A D | hpwdt.rst | 2 HPE iLO NMI Watchdog Driver 11 The HPE iLO NMI Watchdog driver is a kernel module that provides basic 22 gets into a bad state and hangs, the HPE ProLiant iLO timer register will 76 The HPE iLO NMI Watchdog Driver and documentation were originally developed
|
/linux/Documentation/hwmon/ |
H A D | gxp-fan-ctrl.rst | 8 * HPE GXP SOC 10 Author: Nick Hawkins <nick.hawkins@hpe.com> 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() 170 MODULE_AUTHOR("Nick Hawkins <nick.hawkins@hpe.com>"); 171 MODULE_AUTHOR("Jean-Marie Verdun <verdun@hpe.com>");
|
H A D | hpwdt.c | 3 * HPE WatchDog Driver 9 * Thomas Mingarelli <thomas.mingarelli@hpe.com> 205 .identity = "HPE iLO2+ HW Watchdog Timer", 256 "HPE Watchdog Timer Driver: NMI decoding initialized\n"); in hpwdt_init_nmi_decoding() 354 dev_info(&dev->dev, "HPE Watchdog Timer Driver: Version: %s\n", in hpwdt_init_one() 414 MODULE_DESCRIPTION("hpe watchdog driver");
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.c | 590 /* hpe's that were not fully initialized when dead peer update event 965 struct mlx5e_hairpin_entry *hpe; in mlx5e_hairpin_get() local 968 hash_for_each_possible(tc->hairpin_tbl, hpe, in mlx5e_hairpin_get() 970 if (hpe->peer_vhca_id == peer_vhca_id && hpe->prio == prio) { in mlx5e_hairpin_get() 971 refcount_inc(&hpe->refcnt); in mlx5e_hairpin_get() 972 return hpe; in mlx5e_hairpin_get() 980 struct mlx5e_hairpin_entry *hpe) in mlx5e_hairpin_put() argument 984 if (!refcount_dec_and_mutex_lock(&hpe->refcnt, &tc->hairpin_tbl_lock)) in mlx5e_hairpin_put() 986 hash_del(&hpe->hairpin_hlist); in mlx5e_hairpin_put() 989 if (!IS_ERR_OR_NULL(hpe->hp)) { in mlx5e_hairpin_put() [all …]
|
/linux/drivers/hwmon/ |
H A D | gxp-fan-ctrl.c | 237 { .compatible = "hpe,gxp-fan-ctrl", }, 251 MODULE_AUTHOR("Nick Hawkins <nick.hawkins@hpe.com>"); 252 MODULE_DESCRIPTION("HPE GXP fan controller");
|
/linux/drivers/scsi/megaraid/ |
H A D | megaraid_ioctl.h | 68 #define MBOX_HPE 0x01 /* ioctl has hpe mbox */ 77 #define DRVRTYPE_HPE 0x00000002 /* new hpe driver */ 251 * @drvr_type : megaraid or hpe (DRVRTYPE_MBOX or DRVRTYPE_HPE)
|
/linux/drivers/spi/ |
H A D | spi-gxp.c | 304 {.compatible = "hpe,gxp-spifi", .data = &gxp_spifi_data }, 318 MODULE_DESCRIPTION("HPE GXP SPI Flash Interface driver"); 319 MODULE_AUTHOR("Nick Hawkins <nick.hawkins@hpe.com>");
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-st | 4 Contact: shane.seymour@hpe.com
|
H A D | sysfs-firmware-sgi_uv | 3 Contact: Justin Ernst <justin.ernst@hpe.com>
|
/linux/arch/arm/boot/dts/ |
H A D | Makefile | 17 subdir-y += hpe
|
/linux/Documentation/devicetree/bindings/mfd/ |
H A D | syscon.yaml | 74 - hpe,gxp-sysreg 172 - hpe,gxp-sysreg
|
/linux/drivers/gpu/drm/ingenic/ |
H A D | ingenic-drm-drv.c | 285 unsigned int vpe, vds, vde, vt, hpe, hds, hde, ht; in ingenic_drm_crtc_update_timings() local 292 hpe = mode->crtc_hsync_end - mode->crtc_hsync_start; in ingenic_drm_crtc_update_timings() 303 hpe << JZ_LCD_HSYNC_HPE_OFFSET); in ingenic_drm_crtc_update_timings() 319 regmap_write(priv->map, JZ_REG_LCD_SPL, hpe << 16 | (hpe + 1)); in ingenic_drm_crtc_update_timings()
|
/linux/include/asm-generic/ |
H A D | qspinlock.h | 37 * Authors: Waiman Long <waiman.long@hpe.com>
|
/linux/kernel/locking/ |
H A D | lock_events.c | 13 * Authors: Waiman Long <waiman.long@hpe.com>
|