The dwapb driver always uses dynamic (pseudo-random) gpio numbers selected in blocks *descending* from the arch's maximum gpio value. Maybe this was meant for some theoretical hot pluggable gpio controller, but normal SoC devices have their gpio numbering set in stone. This series extends the driver to accept a base number from the device tree and add the correct base numbers into the dts for the Altera socfpga. Richard Cochran (2): gpio: dwapb: Use human understandable gpio numbering. arm: dts: socfpga: Provide the gpio numbers in the controller nodes. Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt | 2 ++ arch/arm/boot/dts/socfpga.dtsi | 3 +++ drivers/gpio/gpio-dwapb.c | 8 +++++++- 3 files changed, 12 insertions(+), 1 deletion(-) -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html