rpi3: gpio: Simplify GPIO setupThere is really no reason to use and pass around a struct when its onlymember is the (fixed) base address.Remove the struct and just use the base address on its ow
rpi3: gpio: Simplify GPIO setupThere is really no reason to use and pass around a struct when its onlymember is the (fixed) base address.Remove the struct and just use the base address on its own inside theGPIO driver. Then set the base address automatically.This simplifies GPIO setup for users, which now don't need to deal withzeroing a struct and setting the base address anymore.Change-Id: I3060f7859e3f8ef9a24cc8fb38307b5da943f127Signed-off-by: Andre Przywara <andre.przywara@arm.com>
show more ...
rpi3: Add GPIO driverThis commit adds GPIO driver for RaspberryPi3. The GPIO driver for RPi3also provides the way to do pinmux selections.Signed-off-by: Ying-Chun Liu (PaulLiu) <paulliu@debian.o
rpi3: Add GPIO driverThis commit adds GPIO driver for RaspberryPi3. The GPIO driver for RPi3also provides the way to do pinmux selections.Signed-off-by: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>