Pin control fixes for v4.12:

- Make a few Intel Chromebooks with Cherryview DMI firmware
  work smoothly.

- A fix for some bogus allocations in the generic group
  management code.

- Some GPIO descriptor lookup table stubs. Merged through
  the pin control tree for administrative reasons.

- Revert the "bi-directional" and "output-enable" generic
  properties: we need more discussions around this. It seems
  other SoCs are using input/output gate enablement and these
  terms are not correct.

- Fix mux and drive strength atomically in the MXS driver.

- Fix the SPDIF function on sunxi A83T.

- OF table terminators and other small fixes.
pinctrl: sunxi: Fix SPDIF function name for A83T

We use well known standard names for functions that have name, such as
I2C, SPI, SPDIF, etc..

Fix the function name of SPDIF, which was named OWA (One Wire Audio)
based on Allwinner datasheets.

Fixes: 4730f33f0d82 ("pinctrl: sunxi: add allwinner A83T PIO controller
		      support")
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 file changed