linux/drivers/pinctrl/tegra
Laxman Dewangan 1d18a3f0f0 pinctrl: tegra: avoid parked_reg and parked_bank
NVIDIA's Tegra210 support the park bit to make pinmux configuration
enable/disable. If parked bit is 1 then configuration does not apply
and if it is 0 then pinmux configuration applies. This is to support
to avoid any glitch in pinmux configurations.

The parked bit is part of mux register and mux bank and hence it is
not required to have member for the parked_reg and parked bank very
similar to other bit field of the same register.

Remove the need of the parked register and parked bank and get whether
parked function supported or not by parked_bit.

This is to make the parked bit handling same as other fields of mux
registers.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2016-05-11 13:26:30 +02:00
..
Kconfig
Makefile
pinctrl-tegra-xusb.c pinctrl: tegra-xusb: Use devm_pinctrl_register() for pinctrl registration 2016-04-21 00:03:32 +02:00
pinctrl-tegra.c pinctrl: tegra: avoid parked_reg and parked_bank 2016-05-11 13:26:30 +02:00
pinctrl-tegra.h pinctrl: tegra: avoid parked_reg and parked_bank 2016-05-11 13:26:30 +02:00
pinctrl-tegra20.c pinctrl: tegra: avoid parked_reg and parked_bank 2016-05-11 13:26:30 +02:00
pinctrl-tegra30.c pinctrl: tegra: avoid parked_reg and parked_bank 2016-05-11 13:26:30 +02:00
pinctrl-tegra114.c pinctrl: tegra: avoid parked_reg and parked_bank 2016-05-11 13:26:30 +02:00
pinctrl-tegra124.c pinctrl: tegra: avoid parked_reg and parked_bank 2016-05-11 13:26:30 +02:00
pinctrl-tegra210.c pinctrl: tegra: avoid parked_reg and parked_bank 2016-05-11 13:26:30 +02:00