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


Groups > linux.kernel > #1428944

Re: [PATCH 2/2] pinctrl: as3722: convert PINCTRL_AS3722 from bool to tristate

From Linus Walleij <linus.walleij@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH 2/2] pinctrl: as3722: convert PINCTRL_AS3722 from bool to tristate
Date 2016-06-22 18:10 +0200
Message-ID <rMST0-5Fj-51@gated-at.bofh.it> (permalink)
References <rJHr3-3m2-15@gated-at.bofh.it> <rJHr4-3m2-27@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, Jun 13, 2016 at 11:10 PM, Paul Gortmaker
<paul.gortmaker@windriver.com> wrote:

> The Kconfig currently controlling compilation of this code is:
>
> config PINCTRL_AS3722
>         bool "Pinctrl and GPIO driver for ams AS3722 PMIC"
>
> ...meaning that it currently is not being built as a module by anyone.
>
> During an audit for non-modular drivers using modular infrastructure
> this driver showed up.
>
> But rather than demodularize it, Laxman indicated that it would be
> prefereable to instead convert the driver option to tristate.
>
> This does that, and confirms that it will compile and modpost as
> such.  However, since I do not have the hardware to confirm that
> no new runtime issues exist when modular, that remains untested.
>
> Cc: Laxman Dewangan <ldewangan@nvidia.com>
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Cc: linux-gpio@vger.kernel.org
> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>

Patch applied.

Yours,
Linus Walleij

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


Thread

[PATCH 0/2] pinctrl: convert palmas and as3722 to tristate Paul Gortmaker <paul.gortmaker@windriver.com> - 2016-06-13 23:20 +0200
  [PATCH 1/2] pinctrl: palmas: convert PINCTRL_PALMAS from bool to tristate Paul Gortmaker <paul.gortmaker@windriver.com> - 2016-06-13 23:20 +0200
    Re: [PATCH 1/2] pinctrl: palmas: convert PINCTRL_PALMAS from bool to tristate Linus Walleij <linus.walleij@linaro.org> - 2016-06-22 18:10 +0200
  [PATCH 2/2] pinctrl: as3722: convert PINCTRL_AS3722 from bool to tristate Paul Gortmaker <paul.gortmaker@windriver.com> - 2016-06-13 23:20 +0200
    Re: [PATCH 2/2] pinctrl: as3722: convert PINCTRL_AS3722 from bool to tristate Linus Walleij <linus.walleij@linaro.org> - 2016-06-22 18:10 +0200

csiph-web