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


Groups > linux.kernel > #1281393

Re: [PATCH 10/10] ARM: dts: Fix dm814x pinctrl address and mask

Path csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod
From Matthijs van Duin <matthijsvanduin@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH 10/10] ARM: dts: Fix dm814x pinctrl address and mask
Date Wed, 02 Dec 2015 02:30:02 +0100
Message-ID <qB4p3-ui-9@gated-at.bofh.it> (permalink)
References <qB2GC-7Ot-3@gated-at.bofh.it> <qB2GC-7Ot-5@gated-at.bofh.it> <qB3t0-8kJ-15@gated-at.bofh.it> <qB3Ml-8rf-1@gated-at.bofh.it>
X-Original-To Tony Lindgren <tony@atomide.com>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=jP7VHQZRXBCHJmAzLv/7vU3ICyPqKtwW4sZHikBeI44=; b=EEAtMW1akNBQpFYp/lw4az2dsSZgTrjDH7kQgL4TeGNhXCxF2v/xTW2GF8Ub7hhDt9 wdbmghPyozu1WnvG6ibpIE7a3uTyk71fTpKsRvZ8MIt8pZZuQp+wqtXWi5z5DuVZUHF7 LLvWXhXx+HizCJEhrg0GbdsD+xioHiaED50OWRXRz4qenXoPbM1JVrL/4Kyo3sO+wWtK 9fthX5yQGMICIMzSSznoVlWRmiWcWE5RL9cPA164+fEXsd4cuevEQ6K2HW/oyDUfC6Lz oefVqDlJAERMn5Ir+CTWHvtCb+7YQs5hZ4o56KA1t6xrODDIJdVK2QH0sKdKLnmYPii+ El9Q==
X-Received by 10.194.79.201 with SMTP id l9mr736619wjx.151.1449019339069; Tue, 01 Dec 2015 17:22:19 -0800 (PST)
MIME-Version 1.0
Content-Type text/plain; charset=UTF-8
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 20
Organization linux.* mail to news gateway
X-Original-Cc lkml <linux-kernel@vger.kernel.org>, "linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>, "linux-arm-kernel@lists.infradead.org" <linux-arm-kernel@lists.infradead.org>, Brian Hutchinson <b.hutchman@gmail.com>, Delio Brignoli <dbrignoli@audioscience.com>, Neil Armstrong <narmstrong@baylibre.com>, Philipp Rosenberger <ilu@linutronix.de>
X-Original-Date Wed, 2 Dec 2015 02:21:59 +0100
X-Original-Message-ID <CAALWOA_=k=Z4m=1fC4jXJf9-a33OQuhHoEYJ7B8dXR9e4eF9fA@mail.gmail.com>
X-Original-References <1449013103-23238-1-git-send-email-tony@atomide.com> <1449013103-23238-11-git-send-email-tony@atomide.com> <CAALWOA9LtWxFmKB_My7cv4KODBEmyPm=dUb=tPuap79fm7FkxA@mail.gmail.com> <20151202004623.GX23396@atomide.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1281393

Show key headers only | View raw


On 2 December 2015 at 01:46, Tony Lindgren <tony@atomide.com> wrote:
> We should probably have separate PIN_INPUT_3V3 and PIN_OUTPUT_3V3
> dts macros that ensure that?

I'm in general no fan of such macros: it feels really awkward to have
to make that distinction in dts when doing pin config.

Note that if you're feeling really enthausiastic about putting in
effort to allow inputs to be disabled while staying clear of the
erratum, I think you can detect at runtime which I/O supplies are 3.3V
by inspecting this register:

#define CTRL_CQDETECT_STATUS    0x48140e00

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

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


Thread

[PATCH 10/10] ARM: dts: Fix dm814x pinctrl address and mask Tony Lindgren <tony@atomide.com> - 2015-12-02 00:40 +0100
  Re: [PATCH 10/10] ARM: dts: Fix dm814x pinctrl address and mask Matthijs van Duin <matthijsvanduin@gmail.com> - 2015-12-02 01:30 +0100
    Re: [PATCH 10/10] ARM: dts: Fix dm814x pinctrl address and mask Tony Lindgren <tony@atomide.com> - 2015-12-02 01:50 +0100
      Re: [PATCH 10/10] ARM: dts: Fix dm814x pinctrl address and mask Matthijs van Duin <matthijsvanduin@gmail.com> - 2015-12-02 02:20 +0100
        Re: [PATCH 10/10] ARM: dts: Fix dm814x pinctrl address and mask Tony Lindgren <tony@atomide.com> - 2015-12-02 02:30 +0100
          Re: [PATCH 10/10] ARM: dts: Fix dm814x pinctrl address and mask Tony Lindgren <tony@atomide.com> - 2015-12-02 17:20 +0100
      Re: [PATCH 10/10] ARM: dts: Fix dm814x pinctrl address and mask Matthijs van Duin <matthijsvanduin@gmail.com> - 2015-12-02 02:30 +0100
        Re: [PATCH 10/10] ARM: dts: Fix dm814x pinctrl address and mask Tony Lindgren <tony@atomide.com> - 2015-12-02 17:20 +0100

csiph-web