[PATCH 2/2] ath9k: ar9003_mac: kill off ACCESS_ONCE()

2016-12-27 Thread Mark Rutland
@ expression E; @@ - ACCESS_ONCE(E) + READ_ONCE(E) Signed-off-by: Mark Rutland <mark.rutl...@arm.com> Cc: ath9k-de...@qca.qualcomm.com Cc: Kalle Valo <kv...@codeaurora.org> Cc: linux-wireless@vger.kernel.org Cc: ath9k-de...@lists.ath9k.org Cc: net...@vger.kernel.org --- drivers/

[PATCH 0/2] ath9k: kill of ACCESS_ONCE() in MAC drivers

2016-12-27 Thread Mark Rutland
) + READ_ONCE(E) Thanks, Mark. Mark Rutland (2): ath9k: ar9002_mac: kill off ACCESS_ONCE() ath9k: ar9003_mac: kill off ACCESS_ONCE() drivers/net/wireless/ath/ath9k/ar9002_mac.c | 64 ++-- drivers/net/wireless/ath/ath9k/ar9003_mac.c | 92 ++--- 2 files

[PATCH 1/2] ath9k: ar9002_mac: kill off ACCESS_ONCE()

2016-12-27 Thread Mark Rutland
@ expression E; @@ - ACCESS_ONCE(E) + READ_ONCE(E) Signed-off-by: Mark Rutland <mark.rutl...@arm.com> Cc: ath9k-de...@qca.qualcomm.com Cc: Kalle Valo <kv...@codeaurora.org> Cc: linux-wireless@vger.kernel.org Cc: ath9k-de...@lists.ath9k.org Cc: net...@vger.kernel.org --- drivers/

Re: [PATCH RFC v2 1/2] Documentation: dt: net: add ath9k wireless device binding

2016-06-27 Thread Mark Rutland
On Thu, Jun 23, 2016 at 08:14:29PM +0200, Martin Blumenstingl wrote: > On Thu, Jun 23, 2016 at 7:58 PM, Mark Rutland <mark.rutl...@arm.com> wrote: > > On Thu, Jun 23, 2016 at 07:45:35PM +0200, Martin Blumenstingl wrote: > >> +- qca,eeprom-name: The name of the file which

Re: [PATCH RFC v2 1/2] Documentation: dt: net: add ath9k wireless device binding

2016-06-23 Thread Mark Rutland
On Thu, Jun 23, 2016 at 07:45:35PM +0200, Martin Blumenstingl wrote: > Add documentation how devicetree can be used to configure ath9k based > devices. > > Signed-off-by: Martin Blumenstingl > --- > changes in v1 -> v2: > - use vendor prefix "qca" instead of

Re: [PATCH v2] wlcore: add basic device-tree support

2015-02-17 Thread Mark Rutland
On Tue, Feb 17, 2015 at 03:39:03PM +, Eliad Peller wrote: On Mon, Feb 16, 2015 at 12:06 PM, Arnd Bergmann a...@arndb.de wrote: On Sunday 15 February 2015 13:09:10 Eliad Peller wrote: s + +This node provides properties for controlling the wilink wireless device. The +node is

Re: [PATCH v2] wlcore: add basic device-tree support

2015-02-17 Thread Mark Rutland
[...] + wlcore: wlcore@0 { + compatible = ti,wlcore; + reg = 2; Nit: the reg and unit-address (the bit after the '@' in the node name) should match. Mark. -- To unsubscribe from this list: send the line unsubscribe linux-wireless in the body of a message to