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)
committerpopcornmix <popcornmix@gmail.com>
Mon, 13 May 2019 23:07:56 +0000 (00:07 +0100)
commiteb435bf43ebf73ef81c725f6c001a7d0dec728b7
tree4046afc541352d49ce7db6de1f9d4902520bd35a
parent841422a6515f04db88f375309036efe1bcbff8fe
mfd: Add Raspberry Pi Sense HAT core driver
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]