/linux-6.14.4/Documentation/devicetree/bindings/mfd/ |
D | zii,rave-sp.yaml | 4 $id: http://devicetree.org/schemas/mfd/zii,rave-sp.yaml# 7 title: Zodiac Inflight Innovations RAVE Supervisory Processor 13 RAVE Supervisory Processor communicates with SoC over UART. It is 20 - zii,rave-sp-niu 21 - zii,rave-sp-mezz 22 - zii,rave-sp-esb 23 - zii,rave-sp-rdu1 24 - zii,rave-sp-rdu2 33 $ref: /schemas/watchdog/zii,rave-sp-wdt.yaml 36 $ref: /schemas/leds/backlight/zii,rave-sp-backlight.yaml [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/watchdog/ |
D | zii,rave-sp-wdt.yaml | 4 $id: http://devicetree.org/schemas/watchdog/zii,rave-sp-wdt.yaml# 7 title: Zodiac Inflight Innovations RAVE Supervisory Processor Watchdog 13 RAVE SP watchdog device is a "MFD cell" device corresponding to 14 watchdog functionality of RAVE Supervisory Processor. It is expected 16 corresponding to the parent RAVE SP device (as documented in 17 Documentation/devicetree/bindings/mfd/zii,rave-sp.yaml) 22 - zii,rave-sp-watchdog 23 - zii,rave-sp-watchdog-legacy 43 compatible = "zii,rave-sp-watchdog";
|
D | zii,rave-wdt.yaml | 4 $id: http://devicetree.org/schemas/watchdog/zii,rave-wdt.yaml# 7 title: Zodiac RAVE Watchdog Timer 16 const: zii,rave-wdt 43 compatible = "zii,rave-wdt";
|
/linux-6.14.4/Documentation/devicetree/bindings/leds/backlight/ |
D | zii,rave-sp-backlight.yaml | 4 $id: http://devicetree.org/schemas/leds/backlight/zii,rave-sp-backlight.yaml# 7 title: Zodiac Inflight Innovations RAVE Supervisory Processor Backlight 13 RAVE SP backlight device is a "MFD cell" device corresponding to 14 backlight functionality of RAVE Supervisory Processor. It is expected 16 corresponding to the parent RAVE SP device (as documented in 17 Documentation/devicetree/bindings/mfd/zii,rave-sp.yaml) 21 const: zii,rave-sp-backlight 34 compatible = "zii,rave-sp-backlight";
|
/linux-6.14.4/Documentation/devicetree/bindings/input/ |
D | zii,rave-sp-pwrbutton.yaml | 4 $id: http://devicetree.org/schemas/input/zii,rave-sp-pwrbutton.yaml# 7 title: Zodiac Inflight Innovations RAVE Supervisory Processor Power Button 13 RAVE SP input device is a "MFD cell" device corresponding to power 14 button functionality of RAVE Supervisory Processor. It is expected 16 corresponding to the parent RAVE SP device (as documented in 17 Documentation/devicetree/bindings/mfd/zii,rave-sp.yaml) 21 const: zii,rave-sp-pwrbutton 34 compatible = "zii,rave-sp-pwrbutton";
|
/linux-6.14.4/Documentation/devicetree/bindings/nvmem/ |
D | zii,rave-sp-eeprom.yaml | 4 $id: http://devicetree.org/schemas/nvmem/zii,rave-sp-eeprom.yaml# 7 title: Zodiac Inflight Innovations RAVE EEPROM 13 RAVE SP EEPROM device is a "MFD cell" device exposing physical EEPROM 14 attached to RAVE Supervisory Processor. It is expected that its Device 16 parent RAVE SP device (as documented in 17 Documentation/devicetree/bindings/mfd/zii,rave-sp.yaml) 21 const: zii,rave-sp-eeprom 44 compatible = "zii,rave-sp-eeprom";
|
/linux-6.14.4/drivers/watchdog/ |
D | rave-sp-wdt.c | 4 * Driver for watchdog aspect of for Zodiac Inflight Innovations RAVE 13 #include <linux/mfd/rave-sp.h> 29 * struct rave_sp_wdt_variant - RAVE SP watchdog variant 46 * struct rave_sp_wdt - RAVE SP watchdog 49 * @sp: Pointer to parent RAVE SP device 215 .identity = "RAVE SP Watchdog", 243 .compatible = "zii,rave-sp-watchdog-legacy", 247 .compatible = "zii,rave-sp-watchdog", 335 MODULE_DESCRIPTION("RAVE SP Watchdog driver"); 336 MODULE_ALIAS("platform:rave-sp-watchdog");
|
D | ziirave_wdt.c | 421 .identity = "RAVE Switch Watchdog", 718 { "rave-wdt" }, 724 { .compatible = "zii,rave-wdt", }, 742 MODULE_DESCRIPTION("Zodiac Aerospace RAVE Switch Watchdog Processor Driver");
|
/linux-6.14.4/drivers/mfd/ |
D | rave-sp.c | 4 * Multifunction core driver for Zodiac Inflight Innovations RAVE 18 #include <linux/mfd/rave-sp.h> 93 * struct rave_sp_reply - Reply as per RAVE device protocol 161 * struct rave_sp_variant - RAVE supervisory processor core variant 173 * struct rave_sp - RAVE supervisory processor core 305 print_hex_dump_debug("rave-sp tx: ", DUMP_PREFIX_NONE, in rave_sp_write() 452 print_hex_dump_debug("rave-sp rx: ", DUMP_PREFIX_NONE, in rave_sp_receive_frame() 624 * "MESSAGE TYPES" of Rave PIC24 ICD. in rave_sp_default_cmd_translate() 755 { .compatible = "zii,rave-sp-niu", .data = &rave_sp_legacy }, 756 { .compatible = "zii,rave-sp-mezz", .data = &rave_sp_legacy }, [all …]
|
/linux-6.14.4/drivers/input/misc/ |
D | rave-sp-pwrbutton.c | 3 // Power Button driver for RAVE SP 12 #include <linux/mfd/rave-sp.h> 76 { .compatible = "zii,rave-sp-pwrbutton" }, 94 MODULE_DESCRIPTION("RAVE SP Power Button driver");
|
D | Kconfig | 783 Say Y here if you have system with IMS Rave Passenger Control Unit. 933 tristate "RAVE SP Power button Driver" 936 Say Y here if you want to enable power key reporting from RAVE SP 939 module will be called rave-sp-pwrbutton.
|
/linux-6.14.4/drivers/video/backlight/ |
D | rave-sp-backlight.c | 4 * LCD Backlight driver for RAVE SP 13 #include <linux/mfd/rave-sp.h> 70 { .compatible = "zii,rave-sp-backlight" }, 88 MODULE_DESCRIPTION("RAVE SP Backlight driver");
|
D | Makefile | 61 obj-$(CONFIG_BACKLIGHT_RAVE_SP) += rave-sp-backlight.o
|
D | Kconfig | 481 tristate "RAVE SP Backlight driver" 484 Support for backlight control on RAVE SP device.
|
/linux-6.14.4/drivers/nvmem/ |
D | rave-sp-eeprom.c | 4 * EEPROM driver for RAVE SP 10 #include <linux/mfd/rave-sp.h> 43 * struct rave_sp_eeprom_page - RAVE SP EEPROM page 49 * Note this structure corresponds to RSP_*_EEPROM payload from RAVE 59 * struct rave_sp_eeprom - RAVE SP EEPROM device 61 * @sp: Pointer to parent RAVE SP device 344 { .compatible = "zii,rave-sp-eeprom" }, 362 MODULE_DESCRIPTION("RAVE SP EEPROM driver");
|
D | Makefile | 53 obj-$(CONFIG_NVMEM_RAVE_SP_EEPROM) += nvmem-rave-sp-eeprom.o 54 nvmem-rave-sp-eeprom-y := rave-sp-eeprom.o
|
/linux-6.14.4/arch/arm/boot/dts/nxp/vf/ |
D | vf610-zii-spb4.dts | 218 compatible = "zii,rave-wdt"; 245 compatible = "zii,rave-sp-rdu2"; 251 compatible = "zii,rave-sp-watchdog"; 255 compatible = "zii,rave-sp-eeprom";
|
D | vf610-zii-ssmb-spu3.dts | 237 compatible = "zii,rave-wdt"; 258 compatible = "zii,rave-sp-rdu2"; 264 compatible = "zii,rave-sp-watchdog"; 268 compatible = "zii,rave-sp-eeprom";
|
/linux-6.14.4/arch/arm/boot/dts/nxp/imx/ |
D | imx51-zii-rdu1.dts | 560 compatible = "zii,rave-sp-rdu1"; 566 compatible = "zii,rave-sp-watchdog"; 570 compatible = "zii,rave-sp-backlight"; 574 compatible = "zii,rave-sp-pwrbutton"; 578 compatible = "zii,rave-sp-eeprom"; 586 compatible = "zii,rave-sp-eeprom"; 594 compatible = "zii,rave-sp-eeprom";
|
D | imx7d-zii-rmu2.dts | 208 compatible = "zii,rave-sp-rdu2"; 214 compatible = "zii,rave-sp-watchdog"; 218 compatible = "zii,rave-sp-eeprom";
|
D | imx6qdl-zii-rdu2.dtsi | 281 compatible = "zii,rave-sp-rdu2"; 287 compatible = "zii,rave-sp-watchdog"; 291 compatible = "zii,rave-sp-backlight"; 295 compatible = "zii,rave-sp-pwrbutton"; 299 compatible = "zii,rave-sp-eeprom"; 307 compatible = "zii,rave-sp-eeprom"; 528 compatible = "zii,rave-wdt";
|
D | imx51-zii-scu2-mezz.dts | 315 compatible = "zii,rave-sp-mezz"; 321 compatible = "zii,rave-sp-watchdog-legacy"; 325 compatible = "zii,rave-sp-eeprom";
|
D | imx51-zii-scu3-esb.dts | 322 compatible = "zii,rave-sp-esb"; 328 compatible = "zii,rave-sp-watchdog-legacy"; 332 compatible = "zii,rave-sp-eeprom";
|
/linux-6.14.4/arch/arm64/boot/dts/freescale/ |
D | imx8mq-zii-ultra.dtsi | 454 compatible = "zii,rave-wdt"; 494 compatible = "zii,rave-sp-rdu2"; 500 compatible = "zii,rave-sp-watchdog"; 504 compatible = "zii,rave-sp-backlight"; 508 compatible = "zii,rave-sp-pwrbutton"; 512 compatible = "zii,rave-sp-eeprom"; 518 compatible = "zii,rave-sp-eeprom";
|
/linux-6.14.4/include/linux/mfd/ |
D | rave-sp.h | 4 * Core definitions for RAVE SP MFD driver.
|