This series adds a new driver and DT bindings for TI DA850/OMAP-L138/AM18x pinconf (bias pullup/pulldown). The motivation for this series is LEGO MINDSTORMS EV3 support. It needs most, if not all, internal pullup/down resistors disabled in order to work correctly. David Lechner (3): devicetree: bindings: pinctrl: Add binding for ti,da850-pupd pinctrl: New driver for TI DA8XX/OMAP-L138/AM18XX pinconf ARM: dts: da850: Add node for pullup/pulldown pinconf .../devicetree/bindings/pinctrl/ti,da850-pupd.txt | 55 ++++++ arch/arm/boot/dts/da850.dtsi | 5 + drivers/pinctrl/Kconfig | 9 + drivers/pinctrl/Makefile | 1 + drivers/pinctrl/pinctrl-da850-pupd.c | 210 +++++++++++++++++++++ 5 files changed, 280 insertions(+) create mode 100644 Documentation/devicetree/bindings/pinctrl/ti,da850-pupd.txt create mode 100644 drivers/pinctrl/pinctrl-da850-pupd.c -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html