u-boot-brain/arch/arm/mach-bcm283x
Alexander Graf caf2233b28 bcm283x: Add pinctrl driver
The bcm283x family of SoCs have a GPIO controller that also acts as
pinctrl controller.

This patch introduces a new pinctrl driver that can actually properly mux
devices into their device tree defined pin states and is now the primary
owner of the gpio device. The previous GPIO driver gets moved into a
subdevice of the pinctrl driver, bound to the same OF node.

That way whenever a device asks for pinctrl support, it gets it
automatically from the pinctrl driver and GPIO support is still available
in the normal command line phase.

Signed-off-by: Alexander Graf <agraf@suse.de>
2018-01-28 12:27:32 -05:00
..
include/mach bcm283x: Add pinctrl driver 2018-01-28 12:27:32 -05:00
init.c RPi: Enable caches for rpi2 2016-03-27 09:12:18 -04:00
Kconfig add support for Raspberry Pi Zero W 2017-12-04 09:59:02 -05:00
lowlevel_init.S Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
Makefile arm: rpi: Add a file to handle messages 2017-05-09 20:19:32 -04:00
mbox.c ARM: bcm2835: fix 64-bit build warning in mbox 2016-03-27 09:12:20 -04:00
msg.c video: arm: rpi: Move the video settings out of the driver 2017-05-09 20:20:40 -04:00
phys2bus.c ARM: bcm283x: don't always define CONFIG_BCM2835 2016-03-27 09:12:20 -04:00
reset.c bcm2835_wdt: support for the BCM2835/2836 watchdog 2017-05-09 20:30:08 -04:00