Home
last modified time | relevance | path

Searched full:sl28cpld (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dkontron,sl28cpld.yaml4 $id: http://devicetree.org/schemas/mfd/kontron,sl28cpld.yaml#
7 title: Kontron's sl28cpld board management controller
19 const: kontron,sl28cpld
42 $ref: ../gpio/kontron,sl28cpld-gpio.yaml
45 $ref: ../hwmon/kontron,sl28cpld-hwmon.yaml
48 $ref: ../interrupt-controller/kontron,sl28cpld-intc.yaml
51 $ref: ../pwm/kontron,sl28cpld-pwm.yaml
54 $ref: ../watchdog/kontron,sl28cpld-wdt.yaml
71 sl28cpld@4a {
72 compatible = "kontron,sl28cpld";
[all …]
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dkontron,sl28cpld-gpio.yaml4 $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
/openbmc/linux/Documentation/devicetree/bindings/hwmon/
H A Dkontron,sl28cpld-hwmon.yaml4 $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
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1028a-kontron-sl28.dts205 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 …]
/openbmc/linux/Documentation/devicetree/bindings/watchdog/
H A Dkontron,sl28cpld-wdt.yaml4 $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
/openbmc/linux/Documentation/devicetree/bindings/pwm/
H A Dkontron,sl28cpld-pwm.yaml4 $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
/openbmc/linux/drivers/gpio/
H A Dgpio-sl28cpld.c3 * 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 DMakefile148 obj-$(CONFIG_GPIO_SL28CPLD) += gpio-sl28cpld.o
H A DKconfig1409 tristate "Kontron sl28cpld GPIO support"
1418 called gpio-sl28cpld.
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dkontron,sl28cpld-intc.yaml4 $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
/openbmc/linux/drivers/irqchip/
H A Dirq-sl28cpld.c3 * 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 DMakefile116 obj-$(CONFIG_SL28CPLD_INTC) += irq-sl28cpld.o
H A DKconfig252 bool "Kontron sl28cpld IRQ controller"
/openbmc/linux/Documentation/hwmon/
H A Dsl28cpld.rst3 Kernel driver sl28cpld
8 * Kontron sl28cpld
10 Prefix: 'sl28cpld'
19 The sl28cpld is a board management controller which also exposes a hardware
H A Dindex.rst204 sl28cpld
/openbmc/linux/drivers/hwmon/
H A Dsl28cpld-hwmon.c3 * sl28cpld hardware monitoring driver
116 { .compatible = "kontron,sl28cpld-fan" },
124 .name = "sl28cpld-fan",
130 MODULE_DESCRIPTION("sl28cpld Hardware Monitoring Driver");
H A DMakefile190 obj-$(CONFIG_SENSORS_SL28CPLD) += sl28cpld-hwmon.o
H A DKconfig1732 tristate "Kontron sl28cpld hardware monitoring driver"
1736 sl28cpld board management controller.
1739 will be called sl28cpld-hwmon.
/openbmc/linux/drivers/watchdog/
H A Dsl28cpld_wdt.c3 * sl28cpld watchdog driver
108 .identity = "sl28cpld watchdog",
213 { .compatible = "kontron,sl28cpld-wdt" },
221 .name = "sl28cpld-wdt",
227 MODULE_DESCRIPTION("sl28cpld Watchdog Driver");
H A DKconfig361 tristate "Kontron sl28cpld Watchdog"
/openbmc/linux/drivers/pwm/
H A Dpwm-sl28cpld.c3 * sl28cpld PWM driver
251 { .compatible = "kontron,sl28cpld-pwm" },
259 .name = "sl28cpld-pwm",
265 MODULE_DESCRIPTION("sl28cpld PWM Driver");
H A DMakefile52 obj-$(CONFIG_PWM_SL28CPLD) += pwm-sl28cpld.o
H A DKconfig541 tristate "Kontron sl28cpld PWM support"
548 will be called pwm-sl28cpld.
/openbmc/linux/drivers/mfd/
H A Dsimple-mfd-i2c.c87 { .compatible = "kontron,sl28cpld" },
H A DKconfig1316 tristate "Kontron sl28cpld Board Management Controller"
1321 Say yes here to enable support for the Kontron sl28cpld board

12