]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
x86: gpio: add pinctrl support from the device tree
authorGabriel Huau <contact@huau-gabriel.fr>
Tue, 26 May 2015 05:27:37 +0000 (22:27 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:48:16 +0000 (22:48 +0200)
commit88a0739d9d909f72fce1037ed0be95f4b62fe448
tree79a4a8e998544b8cc434d758a5b39ce63add3b62
parent58d3e6364e8a28145822fd4eb0aacbe9662555ca
x86: gpio: add pinctrl support from the device tree

Every pin can be configured now from the device tree. A dt-bindings
has been added to describe the different property available.

Change-Id: I1668886062655f83700d0e7bbbe3ad09b19ee975
Signed-off-by: Gabriel Huau <contact@huau-gabriel.fr>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/dts/minnowmax.dts
arch/x86/include/asm/gpio.h
doc/device-tree-bindings/gpio/intel,x86-pinctrl.txt [new file with mode: 0644]
drivers/gpio/intel_ich6_gpio.c
include/dt-bindings/gpio/x86-gpio.h [new file with mode: 0644]
include/fdtdec.h
lib/fdtdec.c