On Mon, Jun 15, 2015 at 4:44 AM, Gottfried Haider <gottfried.haider@xxxxxxxxx> wrote: > Hello all, > > I am interested in implementing a sysfs way to control pull-up/down > bias for gpio pins. I believe the pinctrl subsystem offers a pin > configuration interface [1] that my driver could implement for this, > but I am not sure about cross-referencing this from the gpio subsystem > and getting sysfs access.. GPIOs have open source/open drain flags that I think can be used for what you want. The only problem is that these flags cannot be controlled from the sysfs interface. It should not be hard to add one entry to control these as well. What do you need to do exactly? Do you just want to set a pin as pull-up or pull-down? If so, using pinctrl seems more appropriate. My suggestion only applies if you need to control the GPIO's value after setting the open-source/open-drain property. -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in