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


Groups > linux.kernel > #1236218 > unrolled thread

[PATCH 2/2] pinctrl: pinconf-generic: add "input-schmitt" DT property

Started byMasahiro Yamada <yamada.masahiro@socionext.com>
First post2015-09-30 14:10 +0200
Last post2015-10-03 00:10 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 2/2] pinctrl: pinconf-generic: add "input-schmitt" DT property Masahiro Yamada <yamada.masahiro@socionext.com> - 2015-09-30 14:10 +0200
    Re: [PATCH 2/2] pinctrl: pinconf-generic: add "input-schmitt" DT property Linus Walleij <linus.walleij@linaro.org> - 2015-10-03 00:10 +0200

#1236218 — [PATCH 2/2] pinctrl: pinconf-generic: add "input-schmitt" DT property

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2015-09-30 14:10 +0200
Subject[PATCH 2/2] pinctrl: pinconf-generic: add "input-schmitt" DT property
Message-ID<qeomS-4wT-5@gated-at.bofh.it>
PIN_CONFIG_INPUT_SCHMITT is defined in enum_pin_config_param,
but the corresponding DT property is missing.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 drivers/pinctrl/pinconf-generic.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/pinctrl/pinconf-generic.c b/drivers/pinctrl/pinconf-generic.c
index a88a559..099a344 100644
--- a/drivers/pinctrl/pinconf-generic.c
+++ b/drivers/pinctrl/pinconf-generic.c
@@ -163,6 +163,7 @@ static const struct pinconf_generic_params dt_params[] = {
 	{ "input-debounce", PIN_CONFIG_INPUT_DEBOUNCE, 0 },
 	{ "input-disable", PIN_CONFIG_INPUT_ENABLE, 0 },
 	{ "input-enable", PIN_CONFIG_INPUT_ENABLE, 1 },
+	{ "input-schmitt", PIN_CONFIG_INPUT_SCHMITT, 0 },
 	{ "input-schmitt-disable", PIN_CONFIG_INPUT_SCHMITT_ENABLE, 0 },
 	{ "input-schmitt-enable", PIN_CONFIG_INPUT_SCHMITT_ENABLE, 1 },
 	{ "low-power-disable", PIN_CONFIG_LOW_POWER_MODE, 0 },
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1238646

FromLinus Walleij <linus.walleij@linaro.org>
Date2015-10-03 00:10 +0200
Message-ID<qfgGB-7W4-5@gated-at.bofh.it>
In reply to#1236218
On Wed, Sep 30, 2015 at 5:07 AM, Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:

> PIN_CONFIG_INPUT_SCHMITT is defined in enum_pin_config_param,
> but the corresponding DT property is missing.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Patch applied.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web