From: Kalle Valo <kvalo@codeaurora.org>
To: Icenowy Zheng <icenowy@aosc.io>
Cc: Rob Herring <robh+dt@kernel.org>,
Maxime Ripard <maxime.ripard@free-electrons.com>,
Chen-Yu Tsai <wens@csie.org>,
linux-wireless@vger.kernel.org, netdev@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-sunxi@googlegroups.com
Subject: Re: [PATCH v3 1/2] dt-bindings: add device tree binding for Allwinner XR819 SDIO Wi-Fi
Date: Wed, 04 Oct 2017 12:02:17 +0300 [thread overview]
Message-ID: <871smjxp46.fsf@kamboji.qca.qualcomm.com> (raw)
In-Reply-To: <20171003165944.13056-2-icenowy@aosc.io> (Icenowy Zheng's message of "Wed, 4 Oct 2017 00:59:43 +0800")
Icenowy Zheng <icenowy@aosc.io> writes:
> Allwinner XR819 is a SDIO Wi-Fi chip, which has the functionality to use
> an out-of-band interrupt pin instead of SDIO in-band interrupt.
>
> Add the device tree binding of this chip, in order to make it possible
> to add this interrupt pin to device trees.
>
> Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
> Acked-by: Rob Herring <robh@kernel.org>
> ---
> Changes in v3:
> - Renames the node name.
> - Adds ACK from Rob.
> Changes in v2:
> - Removed status property in example.
> - Added required property reg.
>
> .../bindings/net/wireless/allwinner,xr819.txt | 38 ++++++++++++++++++++++
> 1 file changed, 38 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/net/wireless/allwinner,xr819.txt
Like I asked already last time, AFAICS there is no upstream xr819
wireless driver in drivers/net/wireless directory. Do we still accept
bindings like this for out-of-tree drivers?
--
Kalle Valo
WARNING: multiple messages have this Message-ID (diff)
From: kvalo@codeaurora.org (Kalle Valo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 1/2] dt-bindings: add device tree binding for Allwinner XR819 SDIO Wi-Fi
Date: Wed, 04 Oct 2017 12:02:17 +0300 [thread overview]
Message-ID: <871smjxp46.fsf@kamboji.qca.qualcomm.com> (raw)
In-Reply-To: <20171003165944.13056-2-icenowy@aosc.io> (Icenowy Zheng's message of "Wed, 4 Oct 2017 00:59:43 +0800")
Icenowy Zheng <icenowy@aosc.io> writes:
> Allwinner XR819 is a SDIO Wi-Fi chip, which has the functionality to use
> an out-of-band interrupt pin instead of SDIO in-band interrupt.
>
> Add the device tree binding of this chip, in order to make it possible
> to add this interrupt pin to device trees.
>
> Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
> Acked-by: Rob Herring <robh@kernel.org>
> ---
> Changes in v3:
> - Renames the node name.
> - Adds ACK from Rob.
> Changes in v2:
> - Removed status property in example.
> - Added required property reg.
>
> .../bindings/net/wireless/allwinner,xr819.txt | 38 ++++++++++++++++++++++
> 1 file changed, 38 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/net/wireless/allwinner,xr819.txt
Like I asked already last time, AFAICS there is no upstream xr819
wireless driver in drivers/net/wireless directory. Do we still accept
bindings like this for out-of-tree drivers?
--
Kalle Valo
WARNING: multiple messages have this Message-ID (diff)
From: Kalle Valo <kvalo-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
To: Icenowy Zheng <icenowy-h8G6r0blFSE@public.gmane.org>
Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Maxime Ripard
<maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>,
linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Subject: Re: [PATCH v3 1/2] dt-bindings: add device tree binding for Allwinner XR819 SDIO Wi-Fi
Date: Wed, 04 Oct 2017 12:02:17 +0300 [thread overview]
Message-ID: <871smjxp46.fsf@kamboji.qca.qualcomm.com> (raw)
In-Reply-To: <20171003165944.13056-2-icenowy-h8G6r0blFSE@public.gmane.org> (Icenowy Zheng's message of "Wed, 4 Oct 2017 00:59:43 +0800")
Icenowy Zheng <icenowy-h8G6r0blFSE@public.gmane.org> writes:
> Allwinner XR819 is a SDIO Wi-Fi chip, which has the functionality to use
> an out-of-band interrupt pin instead of SDIO in-band interrupt.
>
> Add the device tree binding of this chip, in order to make it possible
> to add this interrupt pin to device trees.
>
> Signed-off-by: Icenowy Zheng <icenowy-h8G6r0blFSE@public.gmane.org>
> Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
> ---
> Changes in v3:
> - Renames the node name.
> - Adds ACK from Rob.
> Changes in v2:
> - Removed status property in example.
> - Added required property reg.
>
> .../bindings/net/wireless/allwinner,xr819.txt | 38 ++++++++++++++++++++++
> 1 file changed, 38 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/net/wireless/allwinner,xr819.txt
Like I asked already last time, AFAICS there is no upstream xr819
wireless driver in drivers/net/wireless directory. Do we still accept
bindings like this for out-of-tree drivers?
--
Kalle Valo
next prev parent reply other threads:[~2017-10-04 9:02 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-03 16:59 [PATCH v3 0/2] Allwinner XR819 SDIO Wi-Fi DT binding and OPi Zero XR819 IRQ Icenowy Zheng
2017-10-03 16:59 ` Icenowy Zheng
2017-10-03 16:59 ` Icenowy Zheng
2017-10-03 16:59 ` [PATCH v3 1/2] dt-bindings: add device tree binding for Allwinner XR819 SDIO Wi-Fi Icenowy Zheng
2017-10-03 16:59 ` Icenowy Zheng
2017-10-03 16:59 ` Icenowy Zheng
2017-10-04 9:02 ` Kalle Valo [this message]
2017-10-04 9:02 ` Kalle Valo
2017-10-04 9:02 ` Kalle Valo
2017-10-04 9:03 ` Icenowy Zheng
2017-10-04 9:03 ` Icenowy Zheng
2017-10-04 9:03 ` Icenowy Zheng
2017-10-04 9:03 ` Icenowy Zheng
2017-10-04 10:02 ` Arend van Spriel
2017-10-04 10:02 ` 'Arend van Spriel' via linux-sunxi
2017-10-04 10:02 ` Arend van Spriel
2017-10-04 10:11 ` Maxime Ripard
2017-10-04 10:11 ` Maxime Ripard
2017-10-04 10:11 ` Maxime Ripard
2017-10-04 10:15 ` Icenowy Zheng
2017-10-04 10:15 ` Icenowy Zheng
2017-10-04 10:15 ` Icenowy Zheng
2017-10-04 10:15 ` Icenowy Zheng
2017-10-05 6:58 ` Kalle Valo
2017-10-05 6:58 ` Kalle Valo
2017-10-05 6:58 ` Kalle Valo
2017-10-05 6:58 ` Kalle Valo
2017-10-07 12:31 ` Icenowy Zheng
2017-10-07 12:31 ` Icenowy Zheng
2017-10-07 12:31 ` Icenowy Zheng
2017-10-07 12:31 ` Icenowy Zheng
2017-10-07 13:01 ` icenowy
2017-10-07 13:01 ` icenowy-h8G6r0blFSE
2017-10-07 13:01 ` icenowy at aosc.io
2017-10-14 12:00 ` icenowy
2017-10-14 12:00 ` icenowy-h8G6r0blFSE
2017-10-14 12:00 ` icenowy at aosc.io
2017-10-16 12:58 ` Kalle Valo
2017-10-16 12:58 ` Kalle Valo
2017-10-16 12:58 ` Kalle Valo
2017-10-03 16:59 ` [PATCH v3 2/2] ARM: sun8i: h2+: specify wifi interrupts for Orange Pi Zero Icenowy Zheng
2017-10-03 16:59 ` Icenowy Zheng
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=871smjxp46.fsf@kamboji.qca.qualcomm.com \
--to=kvalo@codeaurora.org \
--cc=devicetree@vger.kernel.org \
--cc=icenowy@aosc.io \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sunxi@googlegroups.com \
--cc=linux-wireless@vger.kernel.org \
--cc=maxime.ripard@free-electrons.com \
--cc=netdev@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=wens@csie.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.