On Thu, Apr 7, 2016 at 4:17 PM, Octavian Purdila <octavian.purdila@xxxxxxxxx> wrote: > On Wed, Apr 6, 2016 at 1:49 PM, Graeme Gregory <gg@xxxxxxxxxxxxxxx> wrote: >> Why has there been no attempt in ASWG to make these sort of features a >> 1st class citizen of ACPI so they can interact correctly with the other >> features? > > IMO having an ASWG pinctrl specification and using _DSD for Linux are > orthogonal approaches. The latter is very specific to Linux and we > want it so that we can support the Linux pinctrl model as best as > possible and I doubt it is a common denominator for all OSes that ACPI > supports. Sob, I tried so hard to implement pin control referring to generic concepts that everyone should be able to reuse. E.g. stressing SI units to be used all over the place, neutral scientific terms for all config options and what not. The multiplexing with groups and functions is a simple (aehm, OK, super-complicated) matter of mapping disjunct sets onto each other, so that comes from logic. Not even the GPIO ranges that map GPIOs to pin ranges are very Linux-specific: it is a property of the hardware that sometimes GPIO is "behind" the pin, in a distinct hardware unit. (See pinctrl.txt for the GPIO pitfalls.) If I was to rewrite pin control and GPIO from scratch I would make it one subsystem instead of two. This is more of an architectural choice. GPIO would still be a stand-alone part of it. Yours, Linus Walleij -- 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