/linux/Documentation/devicetree/bindings/gpio/ |
H A D | kontron,sl28cpld-gpio.yaml | 4 $id: http://devicetree.org/schemas/gpio/kontron,sl28cpld-gpio.yaml# 7 title: GPIO driver for the sl28cpld board management controller 13 This module is part of the sl28cpld multi-function device. For more 14 details see ../mfd/kontron,sl28cpld.yaml. 17 input/output with interrupt support (kontron,sl28cpld-gpio), one 25 - kontron,sl28cpld-gpio 26 - kontron,sl28cpld-gpi 27 - kontron,sl28cpld-gpo
|
/linux/arch/arm64/boot/dts/freescale/ |
H A D | fsl-ls1028a-kontron-sl28.dts | 205 sl28cpld@4a { 206 compatible = "kontron,sl28cpld"; 212 compatible = "kontron,sl28cpld-wdt"; 218 compatible = "kontron,sl28cpld-fan"; 223 compatible = "kontron,sl28cpld-pwm"; 229 compatible = "kontron,sl28cpld-pwm"; 235 compatible = "kontron,sl28cpld-gpio"; 253 compatible = "kontron,sl28cpld-gpio"; 269 compatible = "kontron,sl28cpld-gpo"; 284 compatible = "kontron,sl28cpld-gpi"; [all …]
|
/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | kontron,sl28cpld-hwmon.yaml | 4 $id: http://devicetree.org/schemas/hwmon/kontron,sl28cpld-hwmon.yaml# 7 title: Hardware monitoring driver for the sl28cpld board management controller 13 This module is part of the sl28cpld multi-function device. For more 14 details see ../mfd/kontron,sl28cpld.yaml. 19 - kontron,sl28cpld-fan
|
/linux/Documentation/devicetree/bindings/pwm/ |
H A D | kontron,sl28cpld-pwm.yaml | 4 $id: http://devicetree.org/schemas/pwm/kontron,sl28cpld-pwm.yaml# 7 title: PWM driver for the sl28cpld board management controller 13 This module is part of the sl28cpld multi-function device. For more 14 details see ../mfd/kontron,sl28cpld.yaml. 24 const: kontron,sl28cpld-pwm
|
/linux/Documentation/devicetree/bindings/watchdog/ |
H A D | kontron,sl28cpld-wdt.yaml | 4 $id: http://devicetree.org/schemas/watchdog/kontron,sl28cpld-wdt.yaml# 7 title: Watchdog driver for the sl28cpld board management controller 13 This module is part of the sl28cpld multi-function device. For more 14 details see ../mfd/kontron,sl28cpld.yaml. 21 const: kontron,sl28cpld-wdt
|
/linux/drivers/gpio/ |
H A D | gpio-sl28cpld.c | 3 * sl28cpld GPIO driver 68 irq_chip->name = "sl28cpld-gpio-irq"; in sl28cpld_gpio_irq_init() 142 { .compatible = "kontron,sl28cpld-gpio", .data = (void *)SL28CPLD_GPIO }, 143 { .compatible = "kontron,sl28cpld-gpi", .data = (void *)SL28CPLD_GPI }, 144 { .compatible = "kontron,sl28cpld-gpo", .data = (void *)SL28CPLD_GPO }, 152 .name = "sl28cpld-gpio", 158 MODULE_DESCRIPTION("sl28cpld GPIO Driver");
|
H A D | Makefile | 156 obj-$(CONFIG_GPIO_SL28CPLD) += gpio-sl28cpld.o
|
/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | kontron,sl28cpld-intc.yaml | 4 $id: http://devicetree.org/schemas/interrupt-controller/kontron,sl28cpld-intc.yaml# 7 title: Interrupt controller driver for the sl28cpld board management controller 13 This module is part of the sl28cpld multi-function device. For more 14 details see ../mfd/kontron,sl28cpld.yaml. 35 - kontron,sl28cpld-intc
|
/linux/drivers/irqchip/ |
H A D | irq-sl28cpld.c | 3 * sl28cpld interrupt controller driver 63 irqchip->chip.name = "sl28cpld-intc"; in sl28cpld_intc_probe() 79 { .compatible = "kontron,sl28cpld-intc" }, 87 .name = "sl28cpld-intc", 93 MODULE_DESCRIPTION("sl28cpld Interrupt Controller Driver");
|
H A D | Makefile | 125 obj-$(CONFIG_SL28CPLD_INTC) += irq-sl28cpld.o
|
H A D | Kconfig | 269 bool "Kontron sl28cpld IRQ controller"
|
/linux/Documentation/hwmon/ |
H A D | sl28cpld.rst | 3 Kernel driver sl28cpld 8 * Kontron sl28cpld 10 Prefix: 'sl28cpld' 19 The sl28cpld is a board management controller which also exposes a hardware
|
H A D | index.rst | 218 sl28cpld
|
/linux/drivers/watchdog/ |
H A D | sl28cpld_wdt.c | 3 * sl28cpld watchdog driver 108 .identity = "sl28cpld watchdog", 211 { .compatible = "kontron,sl28cpld-wdt" }, 219 .name = "sl28cpld-wdt", 225 MODULE_DESCRIPTION("sl28cpld Watchdog Driver");
|
H A D | Kconfig | 397 tristate "Kontron sl28cpld Watchdog"
|
/linux/drivers/pwm/ |
H A D | pwm-sl28cpld.c | 3 * sl28cpld PWM driver 247 { .compatible = "kontron,sl28cpld-pwm" }, 255 .name = "sl28cpld-pwm", 261 MODULE_DESCRIPTION("sl28cpld PWM Driver");
|
H A D | Makefile | 55 obj-$(CONFIG_PWM_SL28CPLD) += pwm-sl28cpld.o
|
H A D | Kconfig | 578 tristate "Kontron sl28cpld PWM support" 585 will be called pwm-sl28cpld.
|
/linux/drivers/mfd/ |
H A D | simple-mfd-i2c.c | 87 { .compatible = "kontron,sl28cpld" },
|
H A D | Kconfig | 1352 tristate "Kontron sl28cpld Board Management Controller" 1357 Say yes here to enable support for the Kontron sl28cpld board
|
/linux/drivers/hwmon/ |
H A D | Makefile | 200 obj-$(CONFIG_SENSORS_SL28CPLD) += sl28cpld-hwmon.o
|
H A D | Kconfig | 1836 tristate "Kontron sl28cpld hardware monitoring driver" 1840 sl28cpld board management controller. 1843 will be called sl28cpld-hwmon.
|
/linux/ |
H A D | MAINTAINERS | 21535 F: Documentation/devicetree/bindings/gpio/kontron,sl28cpld-gpio.yaml 21536 F: Documentation/devicetree/bindings/hwmon/kontron,sl28cpld-hwmon.yaml 21537 F: Documentation/devicetree/bindings/interrupt-controller/kontron,sl28cpld-intc.yaml 21538 F: Documentation/devicetree/bindings/mfd/kontron,sl28cpld.yaml 21539 F: Documentation/devicetree/bindings/pwm/kontron,sl28cpld-pwm.yaml 21540 F: Documentation/devicetree/bindings/watchdog/kontron,sl28cpld-wdt.yaml 21541 F: drivers/gpio/gpio-sl28cpld.c 21542 F: drivers/hwmon/sl28cpld-hwmon.c 21543 F: drivers/irqchip/irq-sl28cpld.c 21544 F: drivers/pwm/pwm-sl28cpld.c
|