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

2016-07-14 Thread Arnd Bergmann
On Monday, July 11, 2016 11:21:26 PM CEST Martin Blumenstingl wrote: > On Mon, Jul 11, 2016 at 12:01 AM, Arnd Bergmann wrote: > >> ath9k reads the data from the EEPROM into memory. With that property > >> disabled ath9k simply assumes that the endianness of the values in the > >>

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

2016-07-13 Thread Arnd Bergmann
On Wednesday, July 13, 2016 10:02:39 AM CEST Kalle Valo wrote: > Martin Blumenstingl writes: > > > Add documentation how devicetree can be used to configure ath9k based > > devices. > > > > Signed-off-by: Martin Blumenstingl

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

2016-07-13 Thread Kalle Valo
Martin Blumenstingl writes: > Add documentation how devicetree can be used to configure ath9k based > devices. > > Signed-off-by: Martin Blumenstingl > --- > .../devicetree/bindings/net/wireless/qca,ath9k.txt | 59 >

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

2016-07-11 Thread Martin Blumenstingl
On Mon, Jul 11, 2016 at 12:01 AM, Arnd Bergmann wrote: >> ath9k reads the data from the EEPROM into memory. With that property >> disabled ath9k simply assumes that the endianness of the values in the >> EEPROM are having the correct endianness for the host system (in other >>

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

2016-07-10 Thread Arnd Bergmann
On Sunday, July 10, 2016 10:54:50 PM CEST Martin Blumenstingl wrote: > On Sun, Jul 10, 2016 at 10:52 PM, Arnd Bergmann wrote: > > On Sunday, July 10, 2016 1:28:32 AM CEST Martin Blumenstingl wrote: > >> +- qca,check-eeprom-endianness: When enabled, the driver checks if the > >> +

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

2016-07-10 Thread Martin Blumenstingl
On Sun, Jul 10, 2016 at 10:52 PM, Arnd Bergmann wrote: > On Sunday, July 10, 2016 1:28:32 AM CEST Martin Blumenstingl wrote: >> +- qca,check-eeprom-endianness: When enabled, the driver checks if the >> + endianness of the EEPROM (based on the two >> +

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

2016-07-10 Thread Arnd Bergmann
On Sunday, July 10, 2016 1:28:32 AM CEST Martin Blumenstingl wrote: > +- qca,check-eeprom-endianness: When enabled, the driver checks if the > + endianness of the EEPROM (based on the two > + magic bytes at the start of the EEPROM) > +

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

2016-07-09 Thread Martin Blumenstingl
Add documentation how devicetree can be used to configure ath9k based devices. Signed-off-by: Martin Blumenstingl --- .../devicetree/bindings/net/wireless/qca,ath9k.txt | 59 ++ 1 file changed, 59 insertions(+) create mode 100644