On Thu, Apr 16, 2020 at 1:36 AM Drew Fustini <drew@xxxxxxxx> wrote: > Is there no way for gpio-omap to call into the pinctrl-single backend to > set the bias bits (PULLUDEN and PULLTYPESEL) in pad control registers? Mostly a Tony question I think, but the single pinconf_ops call pcs_pinconf_set() which is pretty straight-forward. Have you tried modifying omap_gpio_set_config() so that it accepts these configs and just calls down to gpiochip_generic_config() for anything that is not debounce? Yours, Linus Walleij