Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1398962

Re: [PATCH 1/1] pinctrl: tegra: avoid parked_reg and parked_bank

From Linus Walleij <linus.walleij@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH 1/1] pinctrl: tegra: avoid parked_reg and parked_bank
Date 2016-05-11 13:30 +0200
Message-ID <rxAv0-7hb-11@gated-at.bofh.it> (permalink)
References <runkC-58W-19@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, May 2, 2016 at 4:28 PM, Laxman Dewangan <ldewangan@nvidia.com> wrote:

> 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>

Patch applied with Stephen's ACK.

Yours,
Linus Walleij

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 1/1] pinctrl: tegra: avoid parked_reg and parked_bank Laxman Dewangan <ldewangan@nvidia.com> - 2016-05-02 16:50 +0200
  Re: [PATCH 1/1] pinctrl: tegra: avoid parked_reg and parked_bank Rhyland Klein <rklein@nvidia.com> - 2016-05-02 17:10 +0200
    Re: [PATCH 1/1] pinctrl: tegra: avoid parked_reg and parked_bank Laxman Dewangan <ldewangan@nvidia.com> - 2016-05-02 20:20 +0200
  Re: [PATCH 1/1] pinctrl: tegra: avoid parked_reg and parked_bank Linus Walleij <linus.walleij@linaro.org> - 2016-05-11 13:30 +0200

csiph-web