Add /dev/gpiomem device for rootless user GPIO access
authorLuke Wren <luke@raspberrypi.org>
Fri, 21 Aug 2015 22:14:48 +0000 (23:14 +0100)
committerpopcornmix <popcornmix@gmail.com>
Mon, 13 May 2019 23:07:54 +0000 (00:07 +0100)
commit06c3f6fcc502d18b66831c68d6aae6eec4d3ad0b
tree977c858dbd322af709246593aeff5b2ab326ed83
parent26e7fd6d20349dd82bddeb759fbc86bfccaeaa38
Add /dev/gpiomem device for rootless user GPIO access

Signed-off-by: Luke Wren <luke@raspberrypi.org>
bcm2835-gpiomem: Fix for ARCH_BCM2835 builds

Build on ARCH_BCM2835, and fail to probe if no IO resource.

See: https://github.com/raspberrypi/linux/issues/1154
drivers/char/broadcom/Kconfig
drivers/char/broadcom/Makefile
drivers/char/broadcom/bcm2835-gpiomem.c [new file with mode: 0644]