Searched +full:gsc +full:- +full:fan (Results 1 – 6 of 6) sorted by relevance
1 .. SPDX-License-Identifier: GPL-2.03 Kernel driver gsc-hwmon6 Supported chips: Gateworks GSC7 Datasheet: http://trac.gateworks.com/wiki/gsc11 ------------14 various ADC's connected to the GSC, and optional FAN controller available19 ------------------22 on the GSC version and firmware. The values returned by the driver do not need30 ----------------------32 Temperatures are measured with 12-bit or 10-bit resolution and are scaled[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/gpio/gpio.h>7 #include <dt-bindings/input/linux-event-codes.h>8 #include <dt-bindings/leds/common.h>9 #include <dt-bindings/net/ti-dp83867.h>22 gpio-keys {23 compatible = "gpio-keys";25 key-user-pb {31 key-user-pb1x {34 interrupt-parent = <&gsc>;[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/gpio/gpio.h>7 #include <dt-bindings/input/linux-event-codes.h>8 #include <dt-bindings/leds/common.h>9 #include <dt-bindings/net/ti-dp83867.h>23 gpio-keys {24 compatible = "gpio-keys";26 key-user-pb {32 key-user-pb1x {35 interrupt-parent = <&gsc>;[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 /dts-v1/;8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/input/linux-event-codes.h>10 #include <dt-bindings/leds/common.h>11 #include <dt-bindings/phy/phy-imx8-pcie.h>12 #include <dt-bindings/net/ti-dp83867.h>18 compatible = "gateworks,imx8mp-gw74xx", "fsl,imx8mp";33 stdout-path = &uart2;42 pinctrl-names = "default";[all …]
1 // SPDX-License-Identifier: GPL-2.03 * The Gateworks System Controller (GSC) is a multi-function6 * system functions such as push-button monitoring, multiple ADC's for7 * voltage and temperature monitoring, fan controller and watchdog monitor.15 #include <linux/mfd/gsc.h>26 * The GSC suffers from an errata where occasionally during40 * -EAGAIN returned when the i2c host controller is busy in gsc_write()41 * -EIO returned when i2c device is busy in gsc_write()43 if (ret != -EAGAIN && ret != -EIO) in gsc_write()59 * -EAGAIN returned when the i2c host controller is busy in gsc_read()[all …]
1 /* SPDX-License-Identifier: MIT */3 * Copyright © 2022-2023 Intel Corporation47 #define GRAPHICS_VER(xe) ((xe)->info.graphics_verx100 / 100)48 #define MEDIA_VER(xe) ((xe)->info.media_verx100 / 100)49 #define GRAPHICS_VERx100(xe) ((xe)->info.graphics_verx100)50 #define MEDIA_VERx100(xe) ((xe)->info.media_verx100)51 #define IS_DGFX(xe) ((xe)->info.is_dgfx)62 ((_xe)->info.platform == (_platform) && \63 (_xe)->info.step.graphics >= (min_step) && \64 (_xe)->info.step.graphics < (max_step))[all …]