]> Git Repo - J-u-boot.git/commit
gpio: Add MT7621 GPIO support
authorStefan Roese <[email protected]>
Mon, 8 Oct 2018 10:38:01 +0000 (12:38 +0200)
committerDaniel Schwierzeck <[email protected]>
Sun, 18 Nov 2018 15:02:22 +0000 (16:02 +0100)
commit4751e5595ee1e8ec121178a0ddaa99c3bbfa8e80
tree5d4c20b312d7574d920b6dcd5ab2a2d6eda8f88a
parent053fce84c1505b1dac1ab75e2c4666bb36437514
gpio: Add MT7621 GPIO support

This patch adds GPIO support for the Mediatek MT7621 SoC, tested on
MT7688 (Gardena smart-gateway). The driver is loosly based on the
Linux kernel version.

Signed-off-by: Stefan Roese <[email protected]>
Cc: Daniel Schwierzeck <[email protected]>
Reviewed-by: Daniel Schwierzeck <[email protected]>
[fixed checkpatch.pl warnings: Prefer 'unsigned int' to bare use of 'unsigned']
Signed-off-by: Daniel Schwierzeck <[email protected]>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/mt7621_gpio.c [new file with mode: 0644]
This page took 0.034345 seconds and 4 git commands to generate.