From: "Ivan T. Ivanov" <iivanov@suse.de>
To: Florian Fainelli <f.fainelli@gmail.com>
Cc: linus.walleij@linaro.org, robh@kernel.org, krzk+dt@kernel.org,
conor+dt@kernel.org, florian.fainelli@broadcom.com,
wahrenst@gmx.net, andrea.porta@suse.com,
linux-gpio@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 5/7] arm64: dts: broadcom: bcm2712: Add one more GPIO node
Date: Thu, 1 Aug 2024 10:19:08 +0300 [thread overview]
Message-ID: <20240801071908.ucwxwjiids5lxuox@localhost.localdomain> (raw)
In-Reply-To: <a4fe3edd-07f9-4bfd-8a6e-c96175ddcc8d@gmail.com>
On 07-31 15:11, Florian Fainelli wrote:
> > +
> > + gio: gpio@7d508500 {
> > + compatible = "brcm,brcmstb-gpio";
> > + reg = <0x7d508500 0x40>;
> > + interrupt-parent = <&main_irq>;
> > + interrupts = <0>;
> > + gpio-controller;
> > + #gpio-cells = <2>;
> > + interrupt-controller;
> > + #interrupt-cells = <2>;
> > + brcm,gpio-bank-widths = <32 22>;
> > + brcm,gpio-direct;
>
> Undocumented and unsupported property upstream, what does it do? Other than
> that, LGTM.
Doh. Something used for banging GPIO's from user-space via "/dev/gpiomem".
I will remove it in next patch version.
Thanks,
Ivan
[1]
"...
gpio: mmio: Add DIRECT mode for shared access
The generic MMIO GPIO library uses shadow registers for efficiency,
but this breaks attempts by raspi-gpio to change other GPIOs in the
same bank. Add a DIRECT mode that makes fewer assumptions about the
existing register contents, but note that genuinely simultaneous
accesses are likely to lose updates.
... "
next prev parent reply other threads:[~2024-08-01 7:15 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-31 6:28 [PATCH 0/7] Add pin control driver for BCM2712 SoC Ivan T. Ivanov
2024-07-31 6:28 ` [PATCH 1/7] dt-bindings: pinctrl: Add support for Broadcom STB pin controller Ivan T. Ivanov
2024-08-01 8:17 ` Krzysztof Kozlowski
2024-08-01 8:38 ` Ivan T. Ivanov
2024-08-01 14:19 ` Krzysztof Kozlowski
2024-08-05 9:27 ` Ivan T. Ivanov
2024-08-02 18:09 ` Stefan Wahren
2024-08-12 16:28 ` Dave Stevenson
2024-08-22 10:54 ` Stefan Wahren
2024-07-31 6:28 ` [PATCH 2/7] pinctrl: bcm: Add STB family pin controller driver Ivan T. Ivanov
2024-08-02 10:22 ` Phil Elwell
2024-08-02 18:36 ` Stefan Wahren
2024-08-05 9:13 ` Stefan Wahren
2024-07-31 6:28 ` [PATCH 3/7] arm64: dts: broadcom: Add support for BCM2712 Ivan T. Ivanov
2024-07-31 21:57 ` Florian Fainelli
2024-08-01 6:45 ` Ivan T. Ivanov
2024-07-31 6:28 ` [PATCH 4/7] arm64: dts: broadcom: bcm2712: Add pin controller nodes Ivan T. Ivanov
2024-08-02 19:16 ` Stefan Wahren
2024-07-31 6:28 ` [PATCH 5/7] arm64: dts: broadcom: bcm2712: Add one more GPIO node Ivan T. Ivanov
2024-07-31 22:11 ` Florian Fainelli
2024-08-01 7:19 ` Ivan T. Ivanov [this message]
2024-08-02 18:49 ` Stefan Wahren
2024-08-02 19:08 ` Stefan Wahren
2024-08-05 9:37 ` Ivan T. Ivanov
2024-07-31 6:28 ` [PATCH 6/7] arm64: dts: broadcom: bcm2712: Add second SDHCI controller node Ivan T. Ivanov
2024-08-02 19:01 ` Stefan Wahren
2025-05-12 13:42 ` Ivan T. Ivanov
2024-07-31 6:28 ` [PATCH 7/7] arm64: dts: broadcom: bcm2712: Add UARTA " Ivan T. Ivanov
2024-07-31 22:13 ` Florian Fainelli
2024-08-01 7:50 ` Ivan T. Ivanov
2024-08-02 19:12 ` Stefan Wahren
2024-07-31 14:25 ` [PATCH 0/7] Add pin control driver for BCM2712 SoC Rob Herring (Arm)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240801071908.ucwxwjiids5lxuox@localhost.localdomain \
--to=iivanov@suse.de \
--cc=andrea.porta@suse.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=f.fainelli@gmail.com \
--cc=florian.fainelli@broadcom.com \
--cc=krzk+dt@kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-gpio@vger.kernel.org \
--cc=robh@kernel.org \
--cc=wahrenst@gmx.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox