Re: [PATCH v4 1/2] bcma: register bcma as device tree driver

2014-09-22 Thread Arnd Bergmann
On Monday 22 September 2014 00:38:27 Hauke Mehrtens wrote: + +- reg : iomem address range of chipcommon core + +The cores on the AXI bus are automatically detected by bcma with the +memory ranges they are using and they get registered afterwards. +Automatic detection of the IRQ number is not

Re: 3.17-rc1: leds blink workqueue causes sleeping BUGs

2014-09-22 Thread Samuel Thibault
Kari Suvanto, le Mon 22 Sep 2014 10:30:32 +0300, a écrit : Ew. I'll have a look. Any update on this one? I have already sent it, yes, on Tue, 26 Aug 2014 11:17:25 +0200, here it is again. Samuel Subject: [PATCHv2][input-led] Defer input led work to workqueue When the kbd changes its led

Re: 3.17-rc1: leds blink workqueue causes sleeping BUGs

2014-09-22 Thread Kari Suvanto
Ok I missed that and it did not show up with my searches. I also tested your patch on top of next-20140922 and it seems to work. -Kari -- To unsubscribe from this list: send the line unsubscribe linux-wireless in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH 6/9] ath10k: deduplicate wmi service ready logic

2014-09-22 Thread Kalle Valo
Michal Kazior michal.kaz...@tieto.com writes: On 19 September 2014 10:37, Kalle Valo kv...@qca.qualcomm.com wrote: Michal Kazior michal.kaz...@tieto.com writes: + if (test_bit(ATH10K_FW_FEATURE_WMI_10X, ar-fw_features)) { + ret = ath10k_wmi_10x_pull_svc_rdy_ev(skb, arg); +

Re: [PATCH] brcmfmac: Fix off by one bug in brcmf_count_20mhz_channels()

2014-09-22 Thread Arend van Spriel
On 09/21/14 00:58, Emil Goode wrote: In the brcmf_count_20mhz_channels function we are looping through a list of channels received from firmware. Since the index of the first channel is 0 the condition leads to an off by one bug. This is causing us to hit the WARN_ON_ONCE(1) calls in the

Re: [PATCH 6/9] ath10k: deduplicate wmi service ready logic

2014-09-22 Thread Michal Kazior
On 22 September 2014 11:46, Kalle Valo kv...@qca.qualcomm.com wrote: Michal Kazior michal.kaz...@tieto.com writes: [...] Like discussed in IRC, you don't need to resent the whole patchset just because of this. I have now folded the patch below onto your patch in ath-next-test, please review:

Re: [PATCH v3 1/2] iw: Allow user to provide freq during mesh join

2014-09-22 Thread Bob Copeland
On Sat, Sep 20, 2014 at 02:40:43PM +0800, Chun-Yeow Yeoh via Devel wrote: + /* freq */ + if (argc 1 strcmp(argv[0], freq) == 0) { + argv++; + argc--; [snip] -COMMAND(mesh, join, mesh ID [mcast-rate rate in Mbps] +COMMAND(mesh, join, mesh ID [freq in MHz]

Re: [PATCH 2/3] ath10k: dump hex bytes with dev string prefix

2014-09-22 Thread Michal Kazior
On 22 September 2014 12:52, Kalle Valo kv...@qca.qualcomm.com wrote: Michal Kazior michal.kaz...@tieto.com writes: This makes it easier to debug hex dumps on systems with more than a single ath10k device. Signed-off-by: Michal Kazior michal.kaz...@tieto.com [...] -

Re: [PATCH 2/3] ath10k: dump hex bytes with dev string prefix

2014-09-22 Thread Kalle Valo
Michal Kazior michal.kaz...@tieto.com writes: On 22 September 2014 12:52, Kalle Valo kv...@qca.qualcomm.com wrote: Michal Kazior michal.kaz...@tieto.com writes: - print_hex_dump_bytes(prefix, DUMP_PREFIX_OFFSET, buf, len); + for (ptr = buf; (ptr - buf) len; ptr +=

[PATCH] wil6210: ethtool ops

2014-09-22 Thread Vladimir Kondratiev
Provide ethtool support; with support for interrupt coalescing through get_coalesce/set_coalesce. Placeholders for begin/complete will be used by runtime PM to make sure target is powered up while performing ethtool operations Signed-off-by: Vladimir Kondratiev qca_vkond...@qca.qualcomm.com ---

Re: [PATCH v3 1/2] iw: Allow user to provide freq during mesh join

2014-09-22 Thread Yeoh Chun-Yeow
On Mon, Sep 22, 2014 at 7:00 PM, Bob Copeland m...@bobcopeland.com wrote: On Sat, Sep 20, 2014 at 02:40:43PM +0800, Chun-Yeow Yeoh via Devel wrote: + /* freq */ + if (argc 1 strcmp(argv[0], freq) == 0) { + argv++; + argc--; [snip] -COMMAND(mesh, join,

Re: compile Failed in openwrt for [PATCH] “add support for ack timeout estimation in ath9k driver ”

2014-09-22 Thread Lorenzo Bianconi
Hi, all, Hi, I have read the http://www.spinics.net/lists/linux-wireless/msg124980.html for patching the ath9k driver in compat-wireless-2014-05-22 in openwrt trunk, but when I patch, for example, “the [PATCH 01/10] ath9k: export methods related to ack timeout estimation”, it failed.

[PATCH 04/11 NEXT] rtlwifi: Modify core.c for new drivers

2014-09-22 Thread Larry Finger
Each of the routines in the rtlwifi common driver needs to be modified for the coming changes. This patch prepares core.c, but also touches other files. Signed-off-by: Larry Finger larry.fin...@lwfinger.net --- drivers/net/wireless/rtlwifi/base.c | 8 +- drivers/net/wireless/rtlwifi/base.h |

[PATCH 03/11 NEXT] rtlwifi: rtl_pci: Start modification for new drivers

2014-09-22 Thread Larry Finger
Future patches will move the drivers for RTL8192EE and RTL8821AE from staging to the regular wireless tree. Here, the necessary features are added to the PCI driver. Other files are touched due to changes in the various data structs. Signed-off-by: Larry Finger larry.fin...@lwfinger.net ---

[PATCH 00/11 NEXT] Modify rtlwifi, rtl_pci, rtl8188ee, and rtl8821ae for merge with Realtek code repo

2014-09-22 Thread Larry Finger
These patches accomplish the following: 1. Update existing drivers to the level of the latest Realtek drivers from 06/28/2014 2. Move the updated rtl8821ae driver into the regular wireless tree. Removal of the staging version will be sent to GregKH once these patches are in place. 3. Make all

[PATCH 08/11 NEXT] rtlwifi: Finish modifying core routines for new drivers

2014-09-22 Thread Larry Finger
Addition of the new drivers and the update to a new version for the others lead to changes in all the core routines. Signed-off-by: Larry Finger larry.fin...@lwfinger.net --- drivers/net/wireless/rtlwifi/debug.c | 10 +--- drivers/net/wireless/rtlwifi/debug.h | 10 +---

[PATCH 06/11 NEXT] rtlwifi: Modify cam.{c,h} and efuse.{c,h} for new drivers

2014-09-22 Thread Larry Finger
Signed-off-by: Larry Finger larry.fin...@lwfinger.net --- drivers/net/wireless/rtlwifi/cam.c | 61 +- drivers/net/wireless/rtlwifi/cam.h | 10 +- drivers/net/wireless/rtlwifi/efuse.c | 224 ++- drivers/net/wireless/rtlwifi/efuse.h | 17 ++- 4 files

RE: [PATCH 13/17] iwlwifi: 8000: fix fw name to account for revision

2014-09-22 Thread Grumbach, Emmanuel
Emmanuel Grumbach egrumb...@gmail.com writes: diff --git a/drivers/net/wireless/iwlwifi/iwl-8000.c b/drivers/net/wireless/iwlwifi/iwl-8000.c index 4ae8ba6..e435148 100644 --- a/drivers/net/wireless/iwlwifi/iwl-8000.c +++ b/drivers/net/wireless/iwlwifi/iwl-8000.c @@ -81,7 +81,7 @@

Re: WL1271 SDIO timeouts after device reset

2014-09-22 Thread Arend van Spriel
On 09/22/14 17:19, Bruno De Paoli wrote: Hi, We have a custom iMX53 based platform running Android Gingerbread, Linux kernel 2.6.35 with a TiWi-BLE Wlan/Bluetooth device using the SDIO interface for WLAN. This uses a TI WL1271 WLAN device. We are using a Freescale BSP and the Wl12xx NLCP

Dusseldorf: LPC special session on ath10k

2014-09-22 Thread Kathy Giori
Hey there ath10k enthusiasts, The afternoon prior to the Linux wireless summit that John Linville and Johannes Berg are hosting: http://www.linuxplumbersconf.org/2014/ocw/events/LPC2014/tracks/339 we've reserved a conference room to focus on ath10k topics of interest. If you have specific items

Re: [GIT] [3.17] NFC fixes

2014-09-22 Thread John W. Linville
On Mon, Sep 22, 2014 at 09:55:54PM +0200, Samuel Ortiz wrote: Hi John, Hopefully not too late for a handful of NFC fixes: - 2 potential build failures for ST21NFCA and ST21NFCB, triggered by a depmod dependenyc cycle. - One potential buffer overflow in the microread driver. The

[PATCH 2/2] staging: vt6655: device_get_options remove unused variable devname

2014-09-22 Thread Malcolm Priestley
Signed-off-by: Malcolm Priestley tvbox...@gmail.com --- drivers/staging/vt6655/device_main.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/staging/vt6655/device_main.c b/drivers/staging/vt6655/device_main.c index 1a1440f..76d5454 100644 ---

[PATCH 1/2] staging: vt6655: pr_err remove string to net device name

2014-09-22 Thread Malcolm Priestley
Just print driver name with dev_err removing the string formatting. Signed-off-by: Malcolm Priestley tvbox...@gmail.com --- drivers/staging/vt6655/device_main.c | 34 +++--- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git

[PATCH 1/2] ath10k: make firmware text debug messages more verbose.

2014-09-22 Thread greearb
From: Ben Greear gree...@candelatech.com There are not many of these messages producted by the firmware, but they are generally fairly useful, so print them at info level. Signed-off-by: Ben Greear gree...@candelatech.com --- drivers/net/wireless/ath/ath10k/wmi.c | 2 +- 1 file changed, 1

[PATCH v4 2/2] iw: Allow basic rates to be configured when joining mesh

2014-09-22 Thread Chun-Yeow Yeoh
This patch adds option to configure basic rates during mesh join. Signed-off-by: Ashok Nagarajan ashok.dra...@gmail.com Signed-off-by: Chun-Yeow Yeoh yeohchuny...@gmail.com v2: minor change for upstream v3: fix typo error (Colleen) --- mesh.c | 40 ++-- 1

Re: [PATCH] ath: change logging functions to return void

2014-09-22 Thread Kalle Valo
Joe Perches j...@perches.com writes: The return values are not used by callers of these functions so change the functions to return void. Other miscellanea: o add __printf verification to wil6210 logging functions No format/argument mismatches found Signed-off-by: Joe Perches