devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Cc: mark.rutland@arm.com, devicetree@vger.kernel.org,
	arend.vanspriel@broadcom.com, mcgrof@do-not-panic.com,
	julian.calaby@gmail.com, linux-wireless@vger.kernel.org,
	ath9k-devel@qca.qualcomm.com, robh+dt@kernel.org,
	ath9k-devel@lists.ath9k.org, bjorn@mork.no,
	chunkeey@googlemail.com, kvalo@codeaurora.org
Subject: Re: [PATCH v5 1/3] Documentation: dt: net: add ath9k wireless device binding
Date: Mon, 29 Aug 2016 14:12:23 +0200	[thread overview]
Message-ID: <201608291412.23530.arnd@arndb.de> (raw)
In-Reply-To: <CAFBinCAj0gFnKkqBrmUxCwXjsv6NY4KuWGRA4_mnXjq_boYx8w@mail.gmail.com>

On Sunday 28 August 2016, Martin Blumenstingl wrote:
> On Mon, Aug 22, 2016 at 11:08 AM, Arnd Bergmann <arnd@arndb.de> wrote:
> > On Sunday, August 21, 2016 4:31:03 PM CEST Martin Blumenstingl wrote:
> >> +               ath9k@0,0 {
> >
> > According to the PCI binding, the name should be the same as the
> > compatible string here, or match the class code in the table.
> The original example was from an actual system (where an ath9k is
> connected to the PCIe bug). Unfortunately the PCIe driver contains
> some hacks, so I'm not sure if these values serve as a good example.
> Thus I took an example from a device where the ath9k chip is connected
> via PCI (no "express" - found in sysfs at:
> /sys/bus/pci/devices/0000:00:0e.0):
> &pci0 {
>     ath9k@168c,002d {
>         compatible = "pci168c,002d";
>         reg = <0x7000 0 0 0 0>;
>         qca,disable-5ghz;
>     };
> };

Ok, that would be a better example.


> >> +                       compatible = "pci168c,0030";
> >> +                       reg = <0 0 0 0 0>;
> >
> > Are the device/fn numbers all zero on your system? This is a bit
> > confusing, as it's not immediately clear what the reg properties
> > refers to. Also, I think the length should reflect the actual length
> > of the config space, either 0x100 or 0x1000.
> The first issue is solved with the updated example (see above).
> Where would the size go (is it the second-last or last value)?

The last one.

	Arnd

  reply	other threads:[~2016-08-29 12:12 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20160624123430.4097-1-martin.blumenstingl@googlemail.com>
     [not found] ` <20160624123430.4097-1-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2016-07-09 23:28   ` [PATCH v4 0/3] add devicetree support to ath9k Martin Blumenstingl
     [not found]     ` <20160709232834.31654-1-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2016-07-09 23:28       ` [PATCH v4 1/3] Documentation: dt: net: add ath9k wireless device binding Martin Blumenstingl
     [not found]         ` <20160709232834.31654-2-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2016-07-10 20:52           ` Arnd Bergmann
2016-07-10 20:54             ` Martin Blumenstingl
     [not found]               ` <CAFBinCBbzMM0Pz8s444YE+NSN+035+o8PtNBoUn4v8yPMzG9Mw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-07-10 22:01                 ` Arnd Bergmann
2016-07-11 21:21                   ` Martin Blumenstingl
     [not found]                     ` <CAFBinCBYmpBVph9vmWcPT512o2ObgmYn4naS2cTrpL61q6u1xw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-07-14 12:33                       ` Arnd Bergmann
2016-07-13  7:02         ` Kalle Valo
2016-07-13  7:47           ` Arnd Bergmann
2016-07-09 23:28       ` [PATCH v4 2/3] ath9k: add a helper to get the string representation of ath_bus_type Martin Blumenstingl
2016-07-09 23:28       ` [PATCH v4 3/3] ath9k: parse the device configuration from an OF node Martin Blumenstingl
     [not found]         ` <20160709232834.31654-4-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2016-07-10  0:19           ` Bjørn Mork
     [not found]             ` <87inwe9wfb.fsf-3F4PFWf5pNjpjLOzFPqGjWGXanvQGlWp@public.gmane.org>
2016-07-10  9:28               ` Oleksij Rempel
2016-07-10 20:56               ` Martin Blumenstingl
2016-08-21 14:31       ` [PATCH v5 0/3] add devicetree support to ath9k Martin Blumenstingl
     [not found]         ` <20160821143105.27487-1-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2016-08-21 14:31           ` [PATCH v5 1/3] Documentation: dt: net: add ath9k wireless device binding Martin Blumenstingl
2016-08-22  9:08             ` Arnd Bergmann
2016-08-28 20:51               ` Martin Blumenstingl
2016-08-29 12:12                 ` Arnd Bergmann [this message]
2016-08-21 14:31           ` [PATCH v5 2/3] ath9k: add a helper to get the string representation of ath_bus_type Martin Blumenstingl
2016-08-21 14:31           ` [PATCH v5 3/3] ath9k: parse the device configuration from an OF node Martin Blumenstingl
2016-09-06 21:46           ` [PATCH v6 0/3] add devicetree support to ath9k Martin Blumenstingl
     [not found]             ` <20160906214623.20424-1-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2016-09-06 21:46               ` [PATCH v6 1/3] Documentation: dt: net: add ath9k wireless device binding Martin Blumenstingl
2016-09-09  7:48                 ` Oleksij Rempel
     [not found]                   ` <3b93ec95-ec7c-863a-06b7-fab4f2688855-YEK0n+YFykbzxQdaRaTXBw@public.gmane.org>
2016-09-09 20:57                     ` Martin Blumenstingl
2016-09-13  7:28                       ` Oleksij Rempel
     [not found]                       ` <CAFBinCAOQmk3KY1b+D1iKAOEBfasYyei681cae4PbD+201mzbQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-09-16 12:45                         ` Rob Herring
2016-09-18 21:51                           ` Martin Blumenstingl
     [not found]                 ` <20160906214623.20424-2-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2016-09-16 12:37                   ` Rob Herring
2016-09-06 21:46               ` [PATCH v6 2/3] ath9k: add a helper to get the string representation of ath_bus_type Martin Blumenstingl
2016-09-06 21:46               ` [PATCH v6 3/3] ath9k: parse the device configuration from an OF node Martin Blumenstingl
2016-10-02 21:47               ` [PATCH v7 0/3] add devicetree support to ath9k Martin Blumenstingl
     [not found]                 ` <20161002214743.2263-1-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2016-10-02 21:47                   ` [PATCH v7 1/3] Documentation: dt: net: add ath9k wireless device binding Martin Blumenstingl
     [not found]                     ` <20161002214743.2263-2-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2016-10-07 12:17                       ` [v7, " Kalle Valo
2016-10-09  1:28                       ` [PATCH v7 " Rob Herring
2016-10-09  9:54                         ` Martin Blumenstingl
2016-10-07 12:17                     ` [v7, " Kalle Valo
2016-10-07 12:17                     ` Kalle Valo
2016-10-02 21:47                   ` [PATCH v7 2/3] ath9k: add a helper to get the string representation of ath_bus_type Martin Blumenstingl
2016-10-02 21:47                   ` [PATCH v7 3/3] ath9k: parse the device configuration from an OF node Martin Blumenstingl
2016-10-16 20:59                   ` [PATCH v8 0/3] add devicetree support to ath9k Martin Blumenstingl
     [not found]                     ` <20161016205907.19927-1-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2016-10-16 20:59                       ` [PATCH v8 1/3] Documentation: dt: net: add ath9k wireless device binding Martin Blumenstingl
     [not found]                         ` <20161016205907.19927-2-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2016-10-18 15:31                           ` Rob Herring
2016-11-15 14:56                           ` [v8, " Kalle Valo
2016-10-16 20:59                       ` [PATCH v8 2/3] ath9k: add a helper to get the string representation of ath_bus_type Martin Blumenstingl
2016-10-16 20:59                       ` [PATCH v8 3/3] ath9k: parse the device configuration from an OF node Martin Blumenstingl

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=201608291412.23530.arnd@arndb.de \
    --to=arnd@arndb.de \
    --cc=arend.vanspriel@broadcom.com \
    --cc=ath9k-devel@lists.ath9k.org \
    --cc=ath9k-devel@qca.qualcomm.com \
    --cc=bjorn@mork.no \
    --cc=chunkeey@googlemail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=julian.calaby@gmail.com \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=mcgrof@do-not-panic.com \
    --cc=robh+dt@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).