[PATCH] staging: wilc1000: remove wilc_sdio_init

2015-12-22 Thread Glen Lee
wilc_sdio_init return always 1. It is needless, so just remove it and it's related codes also. Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_sdio.c | 12 1 file changed, 12 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_sdio.c

Re: [PATCH 44/45] iwlwifi: fix printf specifier

2015-12-22 Thread Joe Perches
On Mon, 2015-12-21 at 22:50 +0200, Emmanuel Grumbach wrote: > Smatch warned about a bad specifier being used. Fix that. I see nothing here other than a signed/unsigned issue that shouldn't need fixing.  The conversion from hex to decimal may not be useful. > Signed-off-by: Emmanuel Grumbach

Re: [PATCH 44/45] iwlwifi: fix printf specifier

2015-12-22 Thread Grumbach, Emmanuel
On 12/23/2015 06:08 AM, Joe Perches wrote: > On Mon, 2015-12-21 at 22:50 +0200, Emmanuel Grumbach wrote: >> Smatch warned about a bad specifier being used. Fix that. > I see nothing here other than a signed/unsigned > issue that shouldn't need fixing. The conversion > from hex to decimal may

[[linux-nfc] PATCH v1.0 1/1] driver: nfc: st95hf: Fix of build error

2015-12-22 Thread Shikha Singh
Modification in core.c to rename function "irq_handler" and "irq_thread_handler" to "st95hf_irq_handler" and "st95hf_irq_thread_handler" respectively. This modification was done to remove build error. Signed-off-by: Shikha Singh --- drivers/nfc/st95hf/core.c | 8 1

[[linux-nfc] PATCH v1.0 0/1] ST95HF:Fix build err

2015-12-22 Thread Shikha Singh
Modification in st95hf/core.c to resolve build error. Patch contains only delta in core.c to fix build error assuming original series of ST95HF driver is already applied on NFC-next master branch. Shikha Singh (1): driver: nfc: st95hf: Fix of build error drivers/nfc/st95hf/core.c | 8

Re: Mediatek wifi

2015-12-22 Thread Linus Walleij
On Mon, Dec 21, 2015 at 1:09 PM, Anca Emanuel wrote: > https://github.com/neurobin/MT7630E is reported to work for wifi. Yes this works because it contains a forked and bitrotting copy of the entire Mediatek code drop including a fork of rt2x00 from the v3.10 kernel.

Re: [[linux-nfc] PATCH v1.0 1/1] driver: nfc: st95hf: Fix of build error

2015-12-22 Thread Samuel Ortiz
Hi Shikha, On Tue, Dec 22, 2015 at 04:53:37AM -0500, Shikha Singh wrote: > Modification in core.c to rename function "irq_handler" > and "irq_thread_handler" to "st95hf_irq_handler" and > "st95hf_irq_thread_handler" respectively. This modification > was done to remove build error. > >

Re: [PATCH] staging: wilc1000: fix double mutex_unlock on failure path in wilc_wlan_cleanup()

2015-12-22 Thread Dan Carpenter
On Mon, Dec 21, 2015 at 12:46:51AM +0300, Alexey Khoroshilov wrote: > diff --git a/drivers/staging/wilc1000/wilc_wlan.c > b/drivers/staging/wilc1000/wilc_wlan.c > index a73e99f..4b7c8e9 100644 > --- a/drivers/staging/wilc1000/wilc_wlan.c > +++ b/drivers/staging/wilc1000/wilc_wlan.c > @@ -1459,15

Re: [PATCH v3] bcma: switch GPIO portions to use GPIOLIB_IRQCHIP

2015-12-22 Thread Linus Walleij
On Fri, Dec 18, 2015 at 7:01 PM, Hauke Mehrtens wrote: > On 12/18/2015 07:27 AM, Rafał Miłecki wrote: >> I'm afraid it wasn't tested on BCM47XX (MIPS) :( > > Yes, you are probably right. > >> On 14 August 2015 at 00:21, Hauke Mehrtens wrote: >>> @@ -218,9

Re: [PATCH] ath6kl: Use vmalloc to allocate ar->fw for api1 method

2015-12-22 Thread Souptick Joarder
Hi Brent, On Tue, Dec 22, 2015 at 3:23 AM, Brent Taylor wrote: > On Mon, Dec 21, 2015 at 1:23 PM, Souptick Joarder > wrote: >> Hi Brent, >> >> On Tue, Dec 1, 2015 at 11:11 AM, Brent Taylor wrote: >>> Since commit

Re: [PATCH] ath6kl: Use vmalloc to allocate ar->fw for api1 method

2015-12-22 Thread Kalle Valo
Souptick Joarder writes: > Hi Brent, > > On Tue, Dec 22, 2015 at 3:23 AM, Brent Taylor wrote: >> On Mon, Dec 21, 2015 at 1:23 PM, Souptick Joarder >> wrote: >>> Hi Brent, >>> >>> On Tue, Dec 1, 2015 at 11:11 AM, Brent Taylor

Re: [PATCH v3] bcma: switch GPIO portions to use GPIOLIB_IRQCHIP

2015-12-22 Thread Hauke Mehrtens
On 12/22/2015 10:01 AM, Linus Walleij wrote: > On Fri, Dec 18, 2015 at 7:01 PM, Hauke Mehrtens wrote: >> On 12/18/2015 07:27 AM, Rafał Miłecki wrote: >>> I'm afraid it wasn't tested on BCM47XX (MIPS) :( >> >> Yes, you are probably right. >> >>> On 14 August 2015 at 00:21, Hauke

Re: [PATCH v3] bcma: switch GPIO portions to use GPIOLIB_IRQCHIP

2015-12-22 Thread Linus Walleij
On Tue, Dec 22, 2015 at 1:09 PM, Hauke Mehrtens wrote: > On 12/22/2015 10:01 AM, Linus Walleij wrote: >> On Fri, Dec 18, 2015 at 7:01 PM, Hauke Mehrtens wrote: >>> On 12/18/2015 07:27 AM, Rafał Miłecki wrote: I'm afraid it wasn't tested on BCM47XX (MIPS)

[PATCH] wlcore/wl18xx: fw logger over sdio

2015-12-22 Thread Guy Mishol
From: Shahar Patury Enable the FW Logger to work over the SDIO interface in addition to over UART interface. In the new design we use fw internal memory instead of packet ram that was used in older (wl12xx) design. This change reduces the impact on TP and stability. A new event

[PATCH 2/3] NFC: trf7970a: use to_spi_device

2015-12-22 Thread Geliang Tang
Use to_spi_device() instead of open-coding it. Signed-off-by: Geliang Tang --- drivers/nfc/trf7970a.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/nfc/trf7970a.c b/drivers/nfc/trf7970a.c index f857feb..10842b7 100644 ---

[PATCH v3] staging: wilc1000: fix double mutex_unlock on failure path in wilc_wlan_cleanup()

2015-12-22 Thread Alexey Khoroshilov
If hif_read_reg() or hif_write_reg() fail in wilc_wlan_cleanup(), it calls release_bus() and continues execution. But it leads to double release_bus() call that means double unlock of g_linux_wlan->hif_cs mutex. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey

Re: [PATCH 2/3] NFC: trf7970a: use to_spi_device

2015-12-22 Thread Samuel Ortiz
Hi Tang, On Wed, Dec 23, 2015 at 12:18:42AM +0800, Geliang Tang wrote: > Use to_spi_device() instead of open-coding it. > > Signed-off-by: Geliang Tang > --- > drivers/nfc/trf7970a.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) Applied and pushed,

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

2015-12-22 Thread Raja Mani
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 -- 1 file changed, 82 insertions(+), 5