]> dgit.raspbian.org Git - linux-4.9.git/commit
bcm2835-gpio-exp: Driver for GPIO expander via mailbox service
authorDave Stevenson <dave.stevenson@raspberrypi.org>
Mon, 20 Feb 2017 17:01:21 +0000 (17:01 +0000)
committerRaspbian kernel package updater <root@raspbian.org>
Sun, 23 Jul 2017 02:23:21 +0000 (02:23 +0000)
commit7cfadb219ccc045b0ed25f9fcfc439cf1601ad91
tree5a12d48b4b437e2597d5cfcda9f9cd97e6a9656d
parentc8fffe62e3e87b85453c2f372111eed1c0f61d19
bcm2835-gpio-exp: Driver for GPIO expander via mailbox service

Pi3 and Compute Module 3 have a GPIO expander that the
VPU communicates with.
There is a mailbox service that now allows control of this
expander, so add a kernel driver that can make use of it.

Pwr_led node added to device-tree for Pi3.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
arch/arm/boot/dts/bcm2710-rpi-3-b.dts
arch/arm/boot/dts/bcm2710-rpi-cm3.dts
arch/arm/configs/bcm2709_defconfig
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio-bcm-exp.c [new file with mode: 0644]
include/soc/bcm2835/raspberrypi-firmware.h