On Mon, May 4, 2015 at 5:10 PM, Johan Hovold <[email protected]> wrote:
> Remove gpiod_sysfs_set_active_low (and gpio_sysfs_set_active_low) which > allowed code to change the polarity of a gpio line even after it had > been exported through sysfs. > > Drivers should not care, and generally does not know, about gpio-line > polarity which is a hardware feature that needs to be described by > firmware. > > It is currently possible to define gpio-line polarity in device-tree and > acpi firmware or using platform data. Userspace can also change the > polarity through sysfs. > > Note that drivers using the legacy gpio interface could still use > GPIOF_ACTIVE_LOW to change the polarity before exporting the gpio. > > There are no in-kernel users of this interface. > > Cc: Jonathan Corbet <[email protected]> > Cc: Harry Wei <[email protected]> > Cc: Arnd Bergmann <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Signed-off-by: Johan Hovold <[email protected]> GOOD RIDDANCE. Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

