Re: [PATCH v3 2/3] wlcore/wl12xx: spi: add device tree support

2015-12-29 Thread Rob Herring
; remove redundant #ifdef CONFIG_OF > v2 -> v3: Add MODULE_DEVICE_TABLE. > Remove #ifdef CONFIG_OF. > Make the Kconfig symbol to depend on OF. > Replace irqd_get_trigger_type() with irq_get_trigger_type(). > > .../bindings/net/wireless/ti,wlc

Re: [PATCH 4/4] dt: binding: Add Qualcomm wcn36xx WiFi binding

2015-12-29 Thread Rob Herring
On Sun, Dec 27, 2015 at 05:34:27PM -0800, Bjorn Andersson wrote: > Add binding representing the Qualcomm wcn3620/60/80 WiFi block. > Signed-off-by: Bjorn Andersson > --- > .../bindings/net/wireless/qcom,wcn36xx-wifi.txt| 76 > ++ > 1 file

Re: [PATCH 4/4] dt: binding: Add Qualcomm wcn36xx WiFi binding

2015-12-29 Thread Rob Herring
On Tue, Dec 29, 2015 at 11:03:57AM -0800, Bjorn Andersson wrote: > On Tue 29 Dec 10:34 PST 2015, Rob Herring wrote: > > > On Sun, Dec 27, 2015 at 05:34:27PM -0800, Bjorn Andersson wrote: > > > Add binding representing the Qualcomm wcn3620/60/80 WiFi block. > > >

Re: [PATCH] dt: bindings: add bindings for ipq4019 wifi block

2015-12-30 Thread Rob Herring
On Wed, Dec 23, 2015 at 11:05:15AM +0530, Raja Mani wrote: > Add device tree binding documentation details for wifi block present > in Qualcomm IPQ4019 SoC into qcom,ath10k.txt. > > Signed-off-by: Raja Mani > --- > .../bindings/net/wireless/qcom,ath10k.txt | 87

Re: [PATCH 2/3] wlcore/wl12xx: spi: add device tree support

2015-12-30 Thread Rob Herring
> > --- > .../bindings/net/wireless/ti,wlcore,spi.txt| 35 +++++++ For the binding: Acked-by: Rob Herring <r...@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majord...@vger.kernel.org More

Re: [PATCHv3] wlcore: spi: add wl18xx support

2016-06-21 Thread Rob Herring
On Tue, Jun 21, 2016 at 12:02:06PM +, Reizer, Eyal wrote: > Add support for using with both wl12xx and wl18xx. > > - all wilink family needs special init command for entering wspi mode. > extra clock cycles should be sent after the spi init command while the > cs pin is high. > - Use

Re: [PATCH v3 2/3] mwifiex: parse chip specific gpio from device tree

2016-02-08 Thread Rob Herring
On Mon, Feb 08, 2016 at 01:11:03PM +0100, Arnd Bergmann wrote: > On Monday 08 February 2016 02:15:27 Amitkumar Karwar wrote: > > if (adapter->dt_node) { > > + if (of_property_read_u32(adapter->dt_node, > > +

Re: [PATCH] dt: bindings: add new dt entry for pre calibration in qcom,ath10k.txt

2016-03-18 Thread Rob Herring
l data download sequence > > .../bindings/net/wireless/qcom,ath10k.txt | 23 > +++++++--- > 1 file changed, 16 insertions(+), 7 deletions(-) Acked-by: Rob Herring <r...@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe lin

Re: [PATCH v5 1/2] dt: bindings: add MARVELL's sd8xxx wireless device

2016-03-19 Thread Rob Herring
ed-off-by: Amitkumar Karwar <akar...@marvell.com> > --- > Listing changelist for both 1/2 and 2/2 patches > v3: Don't update adapter->dt_node if mwifiex_plt_dev is NULL > > v4: a)Corrected the 'name' and 'compatible' property names.(Arnd Bergmann and > Rob > Herring) >

Re: [PATCH v6 1/2] dt: bindings: add MARVELL's sd8xxx wireless device

2016-03-30 Thread Rob Herring
t; > Signed-off-by: Amitkumar Karwar <akar...@marvell.com> > --- > Listing changelist for both 1/2 and 2/2 patches > v3: Don't update adapter->dt_node if mwifiex_plt_dev is NULL > > v4: a)Corrected the 'name' and 'compatible' property names.(Arnd Bergmann and > Rob

Re: [PATCH v7 1/2] dt: bindings: add MARVELL's sd8xxx wireless device

2016-04-21 Thread Rob Herring
ed-off-by: Amitkumar Karwar <akar...@marvell.com> > --- > Listing changelist for both 1/2 and 2/2 patches > v3: Don't update adapter->dt_node if mwifiex_plt_dev is NULL > > v4: a)Corrected the 'name' and 'compatible' property names.(Arnd Bergmann and > Rob > Herring) >

Re: [linux-sunxi] Re: [PATCH 1/4] brcmfmac: Add brcm,nvram_file_name dt property

2016-07-17 Thread Rob Herring
On Thu, Jul 07, 2016 at 10:46:28AM +0200, Arnd Bergmann wrote: > On Wednesday, July 6, 2016 9:19:41 PM CEST Arend Van Spriel wrote: > > On 6-7-2016 15:42, Arnd Bergmann wrote: > > > On Wednesday, July 6, 2016 10:08:55 AM CEST Arend Van Spriel wrote: > > >> On Tue, Jul 5, 2016 at 3:43 PM, Arnd

Re: [PATCH v5] wlcore: spi: add wl18xx support

2016-07-16 Thread Rob Herring
On Sun, Jul 10, 2016 at 08:32:40AM +, Reizer, Eyal wrote: > Add support for using with both wl12xx and wl18xx. > > - all wilink family needs special init command for entering wspi mode. > extra clock cycles should be sent after the spi init command while the > cs pin is high. > - Use

Re: [PATCH v4] wlcore: spi: add wl18xx support

2016-06-28 Thread Rob Herring
./bindings/net/wireless/ti,wlcore,spi.txt| 41 +-- Acked-by: Rob Herring <r...@kernel.org> > drivers/net/wireless/ti/wlcore/spi.c | 124 > + > 2 files changed, 137 insertions(+), 28 deletions(-) -- To unsubscribe from this

Re: [PATCH 1/4] brcmfmac: Add brcm,nvram_file_name dt property

2016-07-04 Thread Rob Herring
On Fri, Jul 01, 2016 at 10:17:37AM +0200, Arend Van Spriel wrote: > > > On 1-7-2016 4:08, Rob Herring wrote: > > On Wed, Jun 29, 2016 at 04:04:31PM +0200, Hans de Goede wrote: > >> Add a brcm,nvram_file_name dt property to allow overruling the default > >>

Re: [PATCH 1/4] brcmfmac: Add brcm,nvram_file_name dt property

2016-06-30 Thread Rob Herring
On Wed, Jun 29, 2016 at 04:04:31PM +0200, Hans de Goede wrote: > Add a brcm,nvram_file_name dt property to allow overruling the default > nvram filename for sdio devices. The idea is that we can specify a > board specific nvram file, e.g. brcmfmac43362-ap6210.txt for boards > with an ap6210 wifi

Re: [PATCH v4 1/3] Documentation: dt: net: add mt76 wireless device binding

2017-02-07 Thread Rob Herring
On Thu, Feb 02, 2017 at 12:52:06PM +0100, Felix Fietkau wrote: > Signed-off-by: Felix Fietkau > --- > .../bindings/net/wireless/mediatek,mt76.txt| 25 > ++ > 1 file changed, 25 insertions(+) > create mode 100644 >

[PATCH] NFC: remove TI nfcwilink driver

2017-01-25 Thread Rob Herring
t; Cc: Lauro Ramos Venancio <lauro.venan...@openbossa.org> Cc: Aloisio Almeida Jr <aloisio.alme...@openbossa.org> Cc: linux-wireless@vger.kernel.org Signed-off-by: Rob Herring <r...@kernel.org> --- drivers/nfc/Kconfig | 11 - drivers/nfc/Makefile|

Re: [PATCH] NFC: remove TI nfcwilink driver

2017-02-24 Thread Rob Herring
On Wed, Jan 25, 2017 at 11:54 PM, Marcel Holtmann wrote: > Hi Rob, > >> It appears that TI WiLink devices including NFC (WL185x/WL189x) never >> shipped. The only information I found were announcements in Feb >> 2012 about the parts. There's been no activity on this driver

Re: [PATCH] Make EN2 pin optional in the TRF7970A driver

2017-02-21 Thread Rob Herring
On Sun, Feb 19, 2017 at 11:19 PM, Heiko Schocher <h...@denx.de> wrote: > Hello all, > > Am 13.02.2017 um 22:31 schrieb Rob Herring: >> >> On Mon, Feb 13, 2017 at 12:38 AM, Heiko Schocher <h...@denx.de> wrote: >>> >>> Hello Rob, >

Re: [PATCH] Make EN2 pin optional in the TRF7970A driver

2017-02-13 Thread Rob Herring
On Mon, Feb 13, 2017 at 12:38 AM, Heiko Schocher <h...@denx.de> wrote: > Hello Rob, > > > Am 10.02.2017 um 16:51 schrieb Rob Herring: >> >> On Tue, Feb 07, 2017 at 06:22:04AM +0100, Heiko Schocher wrote: >>> >>> From: Guan Ben <ben.g

Re: [PATCH] Make EN2 pin optional in the TRF7970A driver

2017-02-10 Thread Rob Herring
On Tue, Feb 07, 2017 at 06:22:04AM +0100, Heiko Schocher wrote: > From: Guan Ben > > Make the EN2 pin optional. This is useful for boards, > which have this pin fix wired, for example to ground. > > Signed-off-by: Guan Ben > Signed-off-by: Mark

Re: [PATCH v5 1/3] Documentation: dt: net: add mt76 wireless device binding

2017-02-15 Thread Rob Herring
On Tue, Feb 07, 2017 at 09:20:33PM +0100, Felix Fietkau wrote: > Signed-off-by: Felix Fietkau Commit msg? Also, use "dt-bindings: net: " for the subject prefix. > --- > .../bindings/net/wireless/mediatek,mt76.txt| 24 > ++ > 1 file changed, 24

Re: [PATCH v2 1/2] devicetree: document vmmc-supply and mmc-pwrseq options

2017-01-18 Thread Rob Herring
1 deletion(-) Acked-by: Rob Herring <r...@kernel.org>

Re: [PATCH v3 1/2] devicetree: document new marvell-8xxx and pwrseq-sd8787 options

2017-01-18 Thread Rob Herring
On Thu, Jan 12, 2017 at 09:29:36PM -0800, Matt Ranostay wrote: Changelog? > Cc: devicet...@vger.kernel.org > Signed-off-by: Matt Ranostay > --- > .../devicetree/bindings/mmc/mmc-pwrseq-sd8787.txt | 14 > ++ >

Re: [PATCH RESEND v3] mwifiex: parse device tree node for PCIe

2016-10-04 Thread Rob Herring
accomodate PCIe changes. > > Signed-off-by: Xinming Hu <h...@marvell.com> > Signed-off-by: Amitkumar Karwar <akar...@marvell.com> > --- > v2: Included vendor and product IDs in compatible strings for PCIe > chipsets(Rob Herring) > v3: Patch is created using -M option so

Re: [PATCH v7 1/3] Documentation: dt: net: add ath9k wireless device binding

2016-10-08 Thread Rob Herring
On Sun, Oct 02, 2016 at 11:47:41PM +0200, Martin Blumenstingl wrote: > Add documentation how devicetree can be used to configure ath9k based > devices. > > Signed-off-by: Martin Blumenstingl > --- > .../devicetree/bindings/net/wireless/qca,ath9k.txt | 30 >

Re: [RFC 0/3] of: add common bindings to (de)activate IEEE 802.11 bands

2016-10-05 Thread Rob Herring
On Wed, Oct 5, 2016 at 1:36 PM, Felix Fietkau <n...@nbd.name> wrote: > On 2016-10-05 20:25, Martin Blumenstingl wrote: >> On Mon, Oct 3, 2016 at 5:22 PM, Rob Herring <robh...@kernel.org> wrote: >>> On Sun, Oct 2, 2016 at 5:50 PM, Martin Blumenstingl >>> <

Re: [PATCH v6 1/3] Documentation: dt: net: add ath9k wireless device binding

2016-09-16 Thread Rob Herring
On Fri, Sep 09, 2016 at 10:57:06PM +0200, Martin Blumenstingl wrote: > On Fri, Sep 9, 2016 at 9:48 AM, Oleksij Rempel wrote: > >> +Optional properties: > >> +- reg: Address and length of the register set for the device. > >> +- qca,clk-25mhz: Defines that a 25MHz clock is

Re: [PATCH v6 1/3] Documentation: dt: net: add ath9k wireless device binding

2016-09-16 Thread Rob Herring
On Tue, Sep 06, 2016 at 11:46:21PM +0200, Martin Blumenstingl wrote: > Add documentation how devicetree can be used to configure ath9k based > devices. > > Signed-off-by: Martin Blumenstingl > --- > .../devicetree/bindings/net/wireless/qca,ath9k.txt | 39 >

Re: [PATCH] mwifiex: parse device tree node for PCIe

2016-09-19 Thread Rob Herring
On Fri, Sep 09, 2016 at 08:47:34PM +0530, Amitkumar Karwar wrote: > From: Xinming Hu > > This patch derives device tree node from pcie bus layer framework. > Device tree bindings file has been renamed(marvell-sd8xxx.txt -> > marvell-8xxx.txt) to accomodate PCIe changes. > >

Re: [RFC 0/3] of: add common bindings to (de)activate IEEE 802.11 bands

2016-10-03 Thread Rob Herring
On Sun, Oct 2, 2016 at 5:50 PM, Martin Blumenstingl wrote: > There are at least two drivers (ath9k and mt76) out there, where > devicetree authors need to override the enabled bands. > > For ath9k there is only one use-case: disabling a band which has been >

Re: [PATCH 1/2] Documentation: devicetree: Add bindings info for rfkill-regulator

2016-11-09 Thread Rob Herring
On Tue, Nov 01, 2016 at 11:58:39AM +0100, Paul Cercueil wrote: > This document gives information about how to write a devicetree > node that corresponds to the rfkill-regulator driver. > > Signed-off-by: Paul Cercueil > --- >

Re: [PATCH] mmc: pwrseq: add support for Marvell SD8787 chip

2016-11-28 Thread Rob Herring
On Thu, Nov 17, 2016 at 05:55:09PM -0800, Matt Ranostay wrote: > Allow power sequencing for the Marvell SD8787 Wifi/BT chip. > This can be abstracted to other chipsets if needed in the future. I don't like the MMC pwrseq bindings, so I won't be acking any. Look at the USB pwrseq for why. > Cc:

Re: [PATCHv2 3/4] dt: bindings: add new dt entry for BTCOEX feature in qcom,ath10k.txt

2016-11-18 Thread Rob Herring
On Thu, Nov 17, 2016 at 05:14:23PM +0530, c_tr...@qti.qualcomm.com wrote: > From: Tamizh chelvam > > There two things done in this patch. > > 1) 'btcoex_support' flag for BTCOEX feature support by the hardware. > 2) 'wlan_btcoex_gpio' is used to fill wlan priority

Re: [PATCH v8] mwifiex: parse device tree node for PCIe

2016-11-18 Thread Rob Herring
On Fri, Nov 18, 2016 at 06:21:41PM +0200, Kalle Valo wrote: > Amitkumar Karwar writes: > > > From: Xinming Hu > > > > This patch derives device tree node from pcie bus layer framework. > > Device tree bindings file has been renamed(marvell-sd8xxx.txt -> >

Re: [PATCH v6] mwifiex: parse device tree node for PCIe

2016-10-30 Thread Rob Herring
orris <briannor...@chromium.org> > --- > v2: Included vendor and product IDs in compatible strings for PCIe > chipsets(Rob Herring) > v3: Patch is created using -M option so that it will only include diff of > original and renamed files(Rob Herring) > Resend v3: Resending the

Re: [PATCH] mmc: pwrseq: add support for Marvell SD8787 chip

2016-11-29 Thread Rob Herring
On Mon, Nov 28, 2016 at 9:54 AM, Ulf Hansson wrote: > [...] > >>> + >>> +Example: >>> + >>> + wifi_pwrseq: wifi_pwrseq { >>> + compatible = "mmc-pwrseq-sd8787"; >>> + pwrdn-gpio = <_gpio 0 GPIO_ACTIVE_LOW>; >>> + reset-gpio = <_gpio

Re: [PATCH V5 4/3] brcmfmac: use wiphy_read_of_freq_limits to respect extra limits

2017-01-04 Thread Rob Herring
On Tue, Jan 03, 2017 at 11:57:15PM +0100, Rafał Miłecki wrote: > From: Rafał Miłecki > > There are some devices (e.g. Netgear R8000 home router) with one chipset > model used for different radios, some of them limited to subbands. NVRAM > entries don't contain any extra info on

Re: [PATCH V4 1/2] dt-bindings: document common IEEE 802.11 frequency limit property

2017-01-03 Thread Rob Herring
On Tue, Jan 03, 2017 at 12:03:38PM +0100, Rafał Miłecki wrote: > From: Rafał Miłecki > > This new file should be used for properties that apply to all wireless > devices. The commit msg should answer the questions I asked on v1. > Signed-off-by: Rafał Miłecki

Re: [PATCH V6 1/3] dt-bindings: document common IEEE 802.11 frequency limit property

2017-01-05 Thread Rob Herring
On Thu, Jan 5, 2017 at 5:51 AM, Johannes Berg <johan...@sipsolutions.net> wrote: > >> Acked-by: Rob Herring <r...@kernel.org> > > Do I take that to mean that we'll merge it through the subsystem tree, > and not go through some common DT tree? Yes, that's ge

Re: [PATCH V6 1/3] dt-bindings: document common IEEE 802.11 frequency limit property

2017-01-04 Thread Rob Herring
+ > 1 file changed, 24 insertions(+) > create mode 100644 > Documentation/devicetree/bindings/net/wireless/ieee80211.txt Acked-by: Rob Herring <r...@kernel.org>

Re: [PATCH 1/2] dt-bindings: document common IEEE 802.11 frequency properties

2017-01-03 Thread Rob Herring
On Wed, Dec 28, 2016 at 04:59:54PM +0100, Rafał Miłecki wrote: > From: Rafał Miłecki > > This new file should be used for properties handled at higher level and > so usable with all drivers. Why is this needed? Where would this data normally come from? > Signed-off-by: Rafał

Re: [PATCH 1/3] NFC: trf7970a: add device tree option for 27MHz clock

2016-12-22 Thread Rob Herring
On Mon, Dec 19, 2016 at 5:23 PM, Geoff Lansberry wrote: > I can make that change, however, I worry that it may be a bit > misleading, since there are only two supported clock frequencies, but > a number like that to me implies that it could be set to any number > you want. I'm

Re: [PATCH v3 1/3] NFC: trf7970a: add device tree option for 27MHz clock

2016-12-22 Thread Rob Herring
.56MHz clock or the optional 27.12MHz clock. > > Signed-off-by: Geoff Lansberry <ge...@kuvee.com> > --- > .../devicetree/bindings/net/nfc/trf7970a.txt | 2 + Acked-by: Rob Herring <r...@kernel.org> > drivers/nfc/trf7970a.c | 50 > +++

Re: [PATCH 1/3] NFC: trf7970a: add device tree option for 27MHz clock

2016-12-19 Thread Rob Herring
On Thu, Dec 15, 2016 at 05:30:42PM -0500, Geoff Lansberry wrote: > From: Geoff Lansberry > > --- > .../devicetree/bindings/net/nfc/trf7970a.txt | 3 ++ > drivers/nfc/trf7970a.c | 42 > -- > 2 files changed, 34

Re: [PATCH 2/3] NFC: trf7970a: Add device tree option of 1.8 Volt IO voltage

2016-12-19 Thread Rob Herring
On Thu, Dec 15, 2016 at 05:30:43PM -0500, Geoff Lansberry wrote: > From: Geoff Lansberry > > --- > Documentation/devicetree/bindings/net/nfc/trf7970a.txt | 2 ++ > drivers/nfc/trf7970a.c | 13 - > 2 files changed, 14 insertions(+), 1

Re: [PATCH v3 2/3] NFC: trf7970a: Add device tree option of 1.8 Volt IO voltage

2016-12-22 Thread Rob Herring
the hardware configuration. If no option is supplied it defaults to > 3.3 volt configuration. > > Signed-off-by: Geoff Lansberry <ge...@kuvee.com> > --- > .../devicetree/bindings/net/nfc/trf7970a.txt | 2 ++ Acked-by: Rob Herring <r...@ke

Re: [PATCH 1/7] Documentation: dt: net: Update the ath9k binding for SoC devices

2017-03-20 Thread Rob Herring
indings/net/wireless/qca,ath9k.txt | 41 > -- > 1 file changed, 38 insertions(+), 3 deletions(-) For the subject, "dt-bindings: net: ..." and one nit below, otherwise: Acked-by: Rob Herring <r...@kernel.org> > > diff --git a/Documentation/devicetree/bindings/net/wireles

Re: [PATCH 1/2] dt: bindings: add new dt entry for ath10k calibration variant

2017-03-21 Thread Rob Herring
On Mon, Mar 20, 2017 at 11:28 AM, Sven Eckelmann <sven.eckelm...@openmesh.com> wrote: > On Montag, 20. März 2017 10:07:33 CET Rob Herring wrote: >> On Fri, Mar 10, 2017 at 09:06:14AM +0100, Sven Eckelmann wrote: >> > The bus + bmi-chip-id + bmi-board-id is not enough

Re: [PATCH 1/2] dt: bindings: add new dt entry for ath10k calibration variant

2017-03-20 Thread Rob Herring
On Fri, Mar 10, 2017 at 09:06:14AM +0100, Sven Eckelmann wrote: > The bus + bmi-chip-id + bmi-board-id is not enough to identify the correct > board data file on QCA4019 based devices. Multiple different boards share > the same values. Only the original reference designs can currently be >

Re: [PATCH 1/2] dt: bindings: add new dt entry for ath10k calibration variant

2017-03-21 Thread Rob Herring
On Tue, Mar 21, 2017 at 9:33 AM, Sven Eckelmann <sven.eckelm...@openmesh.com> wrote: > On Dienstag, 21. März 2017 08:00:34 CET Rob Herring wrote: > [...] >> > It would then up with something like this as compatibility string: >> > >> > * qcom,ipq4019-wifi-

Re: [PATCH] dt-bindings: add device tree binding for Allwinner XR819 SDIO Wi-Fi

2017-07-24 Thread Rob Herring
On Tue, Jul 18, 2017 at 03:29:40PM +0800, Icenowy Zheng wrote: > 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

Re: [PATCH v5 6/9] NFC: trf7970a: Remove support for 'vin-voltage-override' DT property

2017-04-28 Thread Rob Herring
| 11 +-- > 2 files changed, 1 insertion(+), 12 deletions(-) Acked-by: Rob Herring <r...@kernel.org>

Re: [PATCHv2 0/4] Motorola Droid 4: Add WL1285C support

2017-05-03 Thread Rob Herring
add wl1285 compatible > ARM: dts: omap4-droid4: Use wl1285 for wifi compatible > Bluetooth: hci_ll: Add compatible values for more WL chips > ARM: dts: omap4-droid4: Add bluetooth For the series, Reviewed-by: Rob Herring <r...@kernel.org>

Re: [PATCH 1/1] dt-binding: net: wireless: fix node name in the BCM43xx example

2017-05-18 Thread Rob Herring
On Mon, May 15, 2017 at 10:13:56PM +0200, Martin Blumenstingl wrote: > The example in the BCM43xx documentation uses "brcmf" as node name. > However, wireless devices should be named "wifi" instead. Fix this to > make sure that .dts authors can simply use the documentation as > reference (or

Re: [PATCHv4] wlcore: add wl1285 compatible

2017-05-22 Thread Rob Herring
lic let's add explicit binding for wl1285 >> >>> instead of relying on wl1283 being very similar. >> >>> >> >>> Reviewed-by: Rob Herring <r...@kernel.org> >> >>> Acked-by: Kalle Valo <kv...@codeaurora.org> >> >>> Acke

Re: [PATCHv4] wlcore: add wl1285 compatible

2017-05-22 Thread Rob Herring
On Mon, May 22, 2017 at 11:21 AM, Sebastian Reichel <sebastian.reic...@collabora.co.uk> wrote: > Hi, > > On Mon, May 22, 2017 at 11:11:49AM -0500, Rob Herring wrote: >> On Mon, May 22, 2017 at 10:21 AM, Sebastian Reichel >> <sebastian.reic...@collabora.co.uk> wrot

Re: [PATCH v6 1/3] dt-bindings: net: add mt76 wireless device binding

2017-10-13 Thread Rob Herring
On Fri, Oct 06, 2017 at 01:02:47PM +0200, Felix Fietkau wrote: > Add documentation describing how device tree can be used to configure > wireless chips supported by the mt76 driver. > > Signed-off-by: Felix Fietkau > --- > .../bindings/net/wireless/mediatek,mt76.txt| 24

Re: [PATCH] Documentation: dt-binding: net: wireless: add bcm43430-fmac

2017-09-01 Thread Rob Herring
On Wed, Aug 30, 2017 at 02:02:18PM +0200, Antony Antony wrote: > hi, > > On Wed, Aug 30, 2017 at 10:28:20AM +0800, Chen-Yu Tsai wrote: > > On Wed, Aug 30, 2017 at 5:43 AM, Antony Antony wrote: > > > > a/Documentation/devicetree/bindings/net/wireless/brcm,bcm43xx-fmac.txt > >

Re: [PATCH] Documentation: dt-binding: net: wireless: add bcm43430-fmac

2017-09-01 Thread Rob Herring
On Fri, Sep 1, 2017 at 2:10 PM, Arend van Spriel <arend.vanspr...@broadcom.com> wrote: > On 01-09-17 18:49, Rob Herring wrote: >> >> On Wed, Aug 30, 2017 at 02:02:18PM +0200, Antony Antony wrote: >>> >>> hi, >>> >>> On Wed, Aug 30, 2017

Re: [PATCH v6 1/3] dt-bindings: net: add mt76 wireless device binding

2017-10-17 Thread Rob Herring
On Sat, Oct 14, 2017 at 10:43 AM, Christian Lamparter <chunk...@gmail.com> wrote: > On Saturday, October 14, 2017 9:20:46 AM CEST Felix Fietkau wrote: >> On 2017-10-13 21:07, Rob Herring wrote: >> > On Fri, Oct 06, 2017 at 01:02:47PM +0200, Felix Fietkau wrote: >> &

Re: [PATCH] dt-bindings: net: wireless: Add sg parameters dts parsing

2017-12-15 Thread Rob Herring
On Mon, Dec 11, 2017 at 10:55:18AM +0100, Arend van Spriel wrote: > On 12/11/2017 9:11 AM, Chi-Hsien Lin wrote: > > broken_sg_support, sd_head_align, and sd_sgentry_align are used in > > brcmfmac code but not configurable in dts file. Add the parsing logic. > > Now they can be configured like

Re: [PATCH v2 1/2] dt: bindings: add new dt entry for ath10k calibration variant

2017-12-12 Thread Rob Herring
correct board data for a design which was modified by an ODM. > > Signed-off-by: Sven Eckelmann <sven.eckelm...@openmesh.com> > --- > Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt | 3 +++ > 1 file changed, 3 insertions(+) Reviewed-by: Rob Herring <r...@kernel.org>

Re: [PATCH v7 1/3] dt-bindings: net: add mt76 wireless device binding

2017-11-20 Thread Rob Herring
tek,mt76.txt| 32 > ++ > 1 file changed, 32 insertions(+) > create mode 100644 > Documentation/devicetree/bindings/net/wireless/mediatek,mt76.txt Acked-by: Rob Herring <r...@kernel.org>

Re: [PATCH v4 2/2] drivers: remove force dma flag from buses

2018-05-01 Thread Rob Herring
; include/linux/device.h| 4 > include/linux/of_device.h | 8 ++-- > 10 files changed, 17 insertions(+), 19 deletions(-) Reviewed-by: Rob Herring <r...@kernel.org>

Re: [PATCH v2] dt: bindings: add bindings for wcn3990 wifi block

2018-02-19 Thread Rob Herring
On Fri, Feb 16, 2018 at 10:13:48AM +0530, Govind Singh wrote: > Add device tree binding documentation details for wcn3990 > wifi block present in Qualcomm SDM845/APQ8098 SoC into > "qcom,ath10k.txt". > > Signed-off-by: Govind Singh > --- >

Re: [PATCH v2 13/13] dt: bindings: add bindings for wcn3990 wifi block

2018-04-13 Thread Rob Herring
> .../bindings/net/wireless/qcom,ath10k.txt | 31 > ++ > 1 file changed, 31 insertions(+) One nit, otherwise: Reviewed-by: Rob Herring <r...@kernel.org> > > diff --git a/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt

Re: [PATCH v3 2/2] drivers: remove force dma flag from buses

2018-04-09 Thread Rob Herring
/gpu/host1x/bus.c | 5 ++--- > drivers/of/device.c | 6 -- > drivers/of/of_reserved_mem.c | 2 +- > drivers/pci/pci-driver.c | 3 +-- > include/linux/device.h| 4 > include/linux/of_device.h | 8 ++-- > 10 files changed, 17 insertions(+), 19 deletions(-) Reviewed-by: Rob Herring <r...@kernel.org>