mfd: Add Raspberry Pi Sense HAT core driver
authorPhil Elwell <pelwell@users.noreply.github.com>
Tue, 14 Jul 2015 13:32:47 +0000 (14:32 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:31:36 +0000 (11:31 +0000)
commit73e0ed1543e40ddb32e15b7acb9a986426064de5
tree664ecc475a40560c8fd0ce9d5feaa9a34d4af93b
parent9a68393a3198cbdbc528351a80875ba727c077ab
mfd: Add Raspberry Pi Sense HAT core driver

mfd: Add rpi_sense_core of compatible string
12 files changed:
drivers/input/joystick/Kconfig
drivers/input/joystick/Makefile
drivers/input/joystick/rpisense-js.c [new file with mode: 0644]
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/rpisense-core.c [new file with mode: 0644]
drivers/video/fbdev/Kconfig
drivers/video/fbdev/Makefile
drivers/video/fbdev/rpisense-fb.c [new file with mode: 0644]
include/linux/mfd/rpisense/core.h [new file with mode: 0644]
include/linux/mfd/rpisense/framebuffer.h [new file with mode: 0644]
include/linux/mfd/rpisense/joystick.h [new file with mode: 0644]