]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
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)
committerKhalid Elmously <khalid.elmously@canonical.com>
Fri, 16 Feb 2018 22:08:39 +0000 (17:08 -0500)
commit1376b716236efdb033805c38af51a102f43e1b2c
treeed13a5b361337169cbbf5125b23ca7a49574da46
parent510692788d98aaec2c06ce3ff38dfae56af5e2ea
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]