/Linux-v5.10/drivers/mfd/ |
D | khadas-mcu.c | 3 * Driver for Khadas System control Microcontroller 12 #include <linux/mfd/khadas-mcu.h> 80 { .name = "khadas-mcu-fan-ctrl", }, 84 { .name = "khadas-mcu-user-mem", }, 127 { .compatible = "khadas,mcu", }, 135 .name = "khadas-mcu-core", 142 MODULE_DESCRIPTION("Khadas MCU core driver");
|
/Linux-v5.10/Documentation/devicetree/bindings/mfd/ |
D | khadas,mcu.yaml | 4 $id: http://devicetree.org/schemas/mfd/khadas,mcu.yaml# 7 title: Khadas on-board Microcontroller Device Tree Bindings 13 Khadas embeds a microcontroller on their VIM and Edge boards adding some 20 - khadas,mcu # MCU revision is discoverable 40 compatible = "khadas,mcu";
|
/Linux-v5.10/drivers/thermal/ |
D | khadas_mcu_fan.c | 3 * Khadas MCU Controlled FAN driver 12 #include <linux/mfd/khadas-mcu.h> 94 dev->parent->of_node, "khadas-mcu-fan", ctx, in khadas_mcu_fan_probe() 98 dev_err(dev, "Failed to register khadas-mcu-fan as cooling device: %d\n", in khadas_mcu_fan_probe() 143 { .name = "khadas-mcu-fan-ctrl", }, 152 .name = "khadas-mcu-fan-ctrl", 161 MODULE_DESCRIPTION("Khadas MCU FAN driver");
|
D | Kconfig | 504 tristate "Khadas MCU controller FAN cooling support" 511 by the Microcontroller found on the Khadas VIM boards.
|
/Linux-v5.10/arch/arm64/boot/dts/rockchip/ |
D | rk3399-khadas-edge.dts | 4 * (https://www.khadas.com) 8 #include "rk3399-khadas-edge.dtsi" 11 model = "Khadas Edge"; 12 compatible = "khadas,edge", "rockchip,rk3399";
|
D | rk3399-khadas-edge-v.dts | 4 * (https://www.khadas.com) 8 #include "rk3399-khadas-edge.dtsi" 11 model = "Khadas Edge-V"; 12 compatible = "khadas,edge-v", "rockchip,rk3399";
|
D | rk3399-khadas-edge-captain.dts | 4 * (https://www.khadas.com) 8 #include "rk3399-khadas-edge.dtsi" 11 model = "Khadas Edge-Captain"; 12 compatible = "khadas,edge-captain", "rockchip,rk3399";
|
D | Makefile | 26 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-khadas-edge.dtb 27 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-khadas-edge-captain.dtb 28 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-khadas-edge-v.dtb
|
D | rk3399-khadas-edge.dtsi | 4 * (https://www.khadas.com) 144 linux,rc-map-name = "rc-khadas";
|
/Linux-v5.10/drivers/media/rc/keymaps/ |
D | rc-khadas.c | 6 * Keytable for the Khadas VIM/EDGE SBC remote control 12 static struct rc_map_table khadas[] = { variable 33 .scan = khadas, 34 .size = ARRAY_SIZE(khadas),
|
D | Makefile | 62 rc-khadas.o \
|
/Linux-v5.10/arch/arm64/boot/dts/amlogic/ |
D | Makefile | 8 dtb-$(CONFIG_ARCH_MESON) += meson-g12b-a311d-khadas-vim3.dtb 9 dtb-$(CONFIG_ARCH_MESON) += meson-g12b-s922x-khadas-vim3.dtb 26 dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905x-khadas-vim.dtb 39 dtb-$(CONFIG_ARCH_MESON) += meson-gxm-khadas-vim2.dtb 48 dtb-$(CONFIG_ARCH_MESON) += meson-sm1-khadas-vim3l.dtb
|
D | meson-g12b-a311d-khadas-vim3.dts | 11 #include "meson-khadas-vim3.dtsi" 12 #include "meson-g12b-khadas-vim3.dtsi" 15 compatible = "khadas,vim3", "amlogic,a311d", "amlogic,g12b";
|
D | meson-g12b-s922x-khadas-vim3.dts | 11 #include "meson-khadas-vim3.dtsi" 12 #include "meson-g12b-khadas-vim3.dtsi" 15 compatible = "khadas,vim3", "amlogic,s922x", "amlogic,g12b";
|
D | meson-sm1-khadas-vim3l.dts | 10 #include "meson-khadas-vim3.dtsi" 14 compatible = "khadas,vim3l", "amlogic,sm1"; 15 model = "Khadas VIM3L";
|
D | meson-gxl-s905x-khadas-vim.dts | 13 compatible = "khadas,vim", "amlogic,s905x", "amlogic,meson-gxl"; 14 model = "Khadas VIM"; 111 linux,rc-map-name = "rc-khadas";
|
D | meson-gxm-khadas-vim2.dts | 15 compatible = "khadas,vim2", "amlogic,s912", "amlogic,meson-gxm"; 16 model = "Khadas VIM2"; 245 linux,rc-map-name = "rc-khadas";
|
D | meson-khadas-vim3.dtsi | 168 model = "G12B-KHADAS-VIM3"; 320 compatible = "khadas,mcu"; 344 linux,rc-map-name = "rc-khadas";
|
D | meson-g12b-khadas-vim3.dtsi | 9 model = "Khadas VIM3";
|
D | meson-g12b-ugoos-am6.dts | 126 linux,rc-map-name = "rc-khadas";
|
/Linux-v5.10/Documentation/devicetree/bindings/arm/ |
D | amlogic.yaml | 97 - khadas,vim 120 - khadas,vim2 147 - khadas,vim3 158 - khadas,vim3 167 - khadas,vim3l
|
D | rockchip.yaml | 376 - description: Khadas Edge series boards 379 - khadas,edge 380 - khadas,edge-captain 381 - khadas,edge-v
|
/Linux-v5.10/include/linux/mfd/ |
D | khadas-mcu.h | 3 * Khadas System control Microcontroller Register map 82 * struct khadas_mcu - Khadas MCU structure
|
/Linux-v5.10/Documentation/devicetree/bindings/media/ |
D | rc.yaml | 85 - rc-khadas
|
/Linux-v5.10/include/media/ |
D | rc-map.h | 265 #define RC_MAP_KHADAS "rc-khadas"
|