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

2016-12-28 Thread Rafał Miłecki
On 28 December 2016 at 14:28, Rafał Miłecki wrote: > On 28 December 2016 at 11:43, Martin Blumenstingl > wrote: >> should we describe the center freq in Hz or MHz (cfg80211's >> ieee80211_channel uses the latter)? > > Is there any case that

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

2016-12-28 Thread Rafał Miłecki
On 28 December 2016 at 11:43, Martin Blumenstingl wrote: > On Wed, Dec 28, 2016 at 11:08 AM, Rafał Miłecki wrote: >> On 3 October 2016 at 15:29, Kalle Valo wrote: >>> Arnd Bergmann writes: >>> On

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

2016-12-28 Thread Martin Blumenstingl
On Wed, Dec 28, 2016 at 11:08 AM, Rafał Miłecki wrote: > On 3 October 2016 at 15:29, Kalle Valo wrote: >> Arnd Bergmann writes: >> >>> On Friday 30 September 2016, Felix Fietkau wrote: >> >> >> + device_type = "pci";

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

2016-12-28 Thread Rafał Miłecki
On 3 October 2016 at 15:29, Kalle Valo wrote: > Arnd Bergmann writes: > >> On Friday 30 September 2016, Felix Fietkau wrote: >>> >> >> >> + device_type = "pci"; >>> >> >> >> + mediatek,mtd-eeprom = < 0x8000>; >>> >> >> >> +

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

2016-10-03 Thread Kalle Valo
Arnd Bergmann writes: > On Friday 30 September 2016, Felix Fietkau wrote: >> >> >> >> + device_type = "pci"; >> >> >> >> + mediatek,mtd-eeprom = < 0x8000>; >> >> >> >> + mediatek,2ghz = <0>; >> >> > >> >> > It's not clear what the

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

2016-09-30 Thread Arnd Bergmann
On Friday 30 September 2016, Felix Fietkau wrote: > >> >> >> + device_type = "pci"; > >> >> >> + mediatek,mtd-eeprom = < 0x8000>; > >> >> >> + mediatek,2ghz = <0>; > >> > > >> > It's not clear what the possible values for the 2ghz property are, > >>

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

2016-09-30 Thread Felix Fietkau
On 2016-09-30 16:36, Arnd Bergmann wrote: > On Friday 30 September 2016, Felix Fietkau wrote: >> >> >> + pcie0 { >> >> >> + mt76@0,0 { >> >> >> + reg = <0x 0 0 0 0>; >> > >> > Maybe have an examplep of a real register address other than zero? >> This is a real example

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

2016-09-30 Thread Arnd Bergmann
On Friday 30 September 2016, Felix Fietkau wrote: > >> >> + pcie0 { > >> >> + mt76@0,0 { > >> >> + reg = <0x 0 0 0 0>; > > > > Maybe have an examplep of a real register address other than zero? > This is a real example referring to the first device on a PCI bus. > I

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

2016-09-30 Thread Felix Fietkau
On 2016-09-30 00:41, Arnd Bergmann wrote: > On Thursday 29 September 2016, Felix Fietkau wrote: >> On 2016-09-08 12:54, Kalle Valo wrote: >> > Felix Fietkau writes: >> > >> >> Signed-off-by: Felix Fietkau >> >> --- >> >> .../bindings/net/wireless/mediatek,mt76.txt

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

2016-09-29 Thread Arnd Bergmann
On Thursday 29 September 2016, Felix Fietkau wrote: > On 2016-09-08 12:54, Kalle Valo wrote: > > Felix Fietkau writes: > > > >> Signed-off-by: Felix Fietkau > >> --- > >> .../bindings/net/wireless/mediatek,mt76.txt| 26 > >> ++ > >> 1

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

2016-09-29 Thread Felix Fietkau
On 2016-09-08 12:54, Kalle Valo wrote: > Felix Fietkau writes: > >> Signed-off-by: Felix Fietkau >> --- >> .../bindings/net/wireless/mediatek,mt76.txt| 26 >> ++ >> 1 file changed, 26 insertions(+) >> create mode 100644 >>

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

2016-09-08 Thread Kalle Valo
Felix Fietkau writes: > Signed-off-by: Felix Fietkau > --- > .../bindings/net/wireless/mediatek,mt76.txt| 26 > ++ > 1 file changed, 26 insertions(+) > create mode 100644 >

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

2016-09-05 Thread Felix Fietkau
Signed-off-by: Felix Fietkau --- .../bindings/net/wireless/mediatek,mt76.txt| 26 ++ 1 file changed, 26 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/wireless/mediatek,mt76.txt diff --git