From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Valo Date: Mon, 27 Jun 2016 12:49:43 +0300 Subject: [ath9k-devel] [PATCH RFC v3 1/3] Documentation: dt: net: add ath9k wireless device binding In-Reply-To: <20160624123430.4097-2-martin.blumenstingl@googlemail.com> (Martin Blumenstingl's message of "Fri, 24 Jun 2016 14:34:28 +0200") References: <20160624123430.4097-1-martin.blumenstingl@googlemail.com> <20160624123430.4097-2-martin.blumenstingl@googlemail.com> Message-ID: <874m8fhsg8.fsf@purkki.adurom.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org Martin Blumenstingl writes: > Add documentation how devicetree can be used to configure ath9k based > devices. > > Signed-off-by: Martin Blumenstingl > --- > changes in v2 -> v3: > - improved wording of the qca,disable-2ghz and qca,disable-5ghz properties > - replaced qca,eeprom-name with qca,no-eeprom (the eeprom name is now > built automatically within ath9k). The naming was chosen to stay > consistent with other drivers (such as davicom-dm9000 and via-velocity) > - added reference to the mac-address and local-mac-address properties > - removed invalid device_type property from the example > > .../devicetree/bindings/net/wireless/qca,ath9k.txt | 46 ++++++++++++++++++++++ > 1 file changed, 46 insertions(+) > create mode 100644 Documentation/devicetree/bindings/net/wireless/qca,ath9k.txt For device tree bindings document changes you should CC the device tree list: $ scripts/get_maintainer.pl -f Documentation/devicetree/bindings/net/wireless/ Kalle Valo (maintainer:NETWORKING DRIVERS (WIRELESS)) Rob Herring (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) Mark Rutland (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) linux-wireless at vger.kernel.org (open list:NETWORKING DRIVERS (WIRELESS)) netdev at vger.kernel.org (open list:NETWORKING DRIVERS) devicetree at vger.kernel.org (open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) linux-kernel at vger.kernel.org (open list) -- Kalle Valo