Re: [PATCH] iwlwifi: pcie: align licensing to dual GPL/BSD

2018-10-24 Thread Rajat Jain
ki > - Joonwoo Park > - Kirtika Ruchandani > - Rajat Jain > - Stanislaw Gruszka > remaining in the code today. > > Note that > - I myself was working for Intel and for any possibly code >that might be before my employment there give permission > - Wizery emp

Re: [PATCH v6] mwifiex: parse device tree node for PCIe

2016-10-31 Thread Rajat Jain
On Sun, Oct 30, 2016 at 1:41 PM, Rob Herring <r...@kernel.org> wrote: > On Fri, Oct 21, 2016 at 02:21:09PM -0700, Rajat Jain wrote: >> From: Xinming Hu <h...@marvell.com> >> >> This patch derives device tree node from pcie bus layer framework, and >> fixes a

Re: [PATCH v6] mwifiex: parse device tree node for PCIe

2016-10-26 Thread Rajat Jain
On Wed, Oct 26, 2016 at 2:08 PM, Brian Norris <briannor...@chromium.org> wrote: > On Wed, Oct 26, 2016 at 02:06:48PM -0700, Dmitry Torokhov wrote: >> On Wed, Oct 26, 2016 at 01:56:34PM -0700, Brian Norris wrote: >> > On Wed, Oct 26, 2016 at 01:51:48PM -0700, Rajat Jain wrot

[PATCH 2/3] mwifiex: Introduce mwifiex_probe_of() to parse common properties

2016-10-24 Thread Rajat Jain
. The function mwifiex_probe_of()nodetself is currently only a place holder with the next patch adding content to it. Signed-off-by: Rajat Jain <raja...@google.com> --- drivers/net/wireless/marvell/mwifiex/main.c| 15 ++- drivers/net/wireless/marvell/mwifiex/main.h| 2 +- d

[PATCH 3/3] mwifiex: Enable WoWLAN for both sdio and pcie

2016-10-24 Thread Rajat Jain
Commit ce4f6f0c353b ("mwifiex: add platform specific wakeup interrupt support") added WoWLAN feature only for sdio. This patch moves that code to the common module so that all the interface drivers can use it for free. It enables pcie and sdio for its use currently. Signed-off-by:

[PATCH 1/3] mwifiex: Allow mwifiex early access to device structure

2016-10-24 Thread Rajat Jain
ion if needed. This is needed for subsequent patches in this patchset that intend to unify and consolidate some of the code that would otherwise have to be duplicated among the interface drivers (sdio, pcie, usb). Signed-off-by: Rajat Jain <raja...@google.com> --- drivers/net/wireless/marvel

[PATCH 0/3] mwifiex: Make WoWLAN a common feature

2016-10-24 Thread Rajat Jain
2 patches applied: https://patchwork.kernel.org/patch/9362275/ https://patchwork.kernel.org/patch/9390225/ Rajat Jain (3): mwifiex: Allow mwifiex early access to device structure mwifiex: Introduce mwifiex_probe_of() to parse common properties mwifiex: Enable WoWLAN for both sdio and pcie driv

[PATCH v6] mwifiex: parse device tree node for PCIe

2016-10-21 Thread Rajat Jain
. Signed-off-by: Xinming Hu <h...@marvell.com> Signed-off-by: Amitkumar Karwar <akar...@marvell.com> Signed-off-by: Rajat Jain <raja...@google.com> Reviewed-by: Brian Norris <briannor...@chromium.org> --- v2: Included vendor and product IDs in compatible strings for PCI

[PATCH v4] mwifiex: parse device tree node for PCIe

2016-10-20 Thread Rajat Jain
ar Karwar <akar...@marvell.com> Signed-off-by: Rajat Jain <raja...@google.com> --- Since I need this patch and haven't seen updates, I thought I'll take a stab. v2: Included vendor and product IDs in compatible strings for PCIe chipsets(Rob Herring) v3: Patch is created using -M

Re: [v2] mwifiex: report wakeup for wowlan

2016-10-03 Thread Rajat Jain
Hello Kalie, On Mon, Oct 3, 2016 at 6:04 AM, Kalle Valo <kv...@codeaurora.org> wrote: > Rajat Jain <raja...@google.com> wrote: >> Enable notifying wakeup source to the PM core in case of >> a wake on wireless LAN event. >> >> Signed-off-by: Wei-Ning H

Re: [PATCH RESEND v3] mwifiex: parse device tree node for PCIe

2016-09-29 Thread Rajat Jain
[+brian] On Thu, Sep 29, 2016 at 9:39 AM, Amitkumar Karwar wrote: > From: Xinming Hu > > This patch derives device tree node from pcie bus layer framework. > Device tree bindings file has been renamed(marvell-sd8xxx.txt -> > marvell-8xxx.txt) to accomodate

[PATCH v2] mwifiex: report wakeup for wowlan

2016-09-27 Thread Rajat Jain
Enable notifying wakeup source to the PM core in case of a wake on wireless LAN event. Signed-off-by: Wei-Ning Huang <wnhu...@google.com> Signed-off-by: Rajat Jain <raja...@google.com> Tested-by: Wei-Ning Huang <wnhu...@chromium.org> Reviewed-by: Eric Caruso <ejcar...@chro

[PATCH] mwifiex: report wakeup for wowlan

2016-09-27 Thread Rajat Jain
Enable notifying wakeup source to the PM core. This allow darkresume to correctly track wakeup source and mark mwifiex_plt as 'automatic' wakeup source. Signed-off-by: Wei-Ning Huang <wnhu...@google.com> Signed-off-by: Rajat Jain <raja...@google.com> Tested-by: Wei-Ning

Re:

2016-09-27 Thread Rajat Jain
Please ignore, not sure why this landed without a subject. On Tue, Sep 27, 2016 at 9:50 AM, Rajat Jain <raja...@google.com> wrote: > From: Wei-Ning Huang <wnhu...@google.com> > > Date: Thu, 17 Mar 2016 11:43:16 +0800 > Subject: [PATCH] mwifiex: report wakeup for wowlan >

[no subject]

2016-09-27 Thread Rajat Jain
ed-off-by: Wei-Ning Huang <wnhu...@google.com> Signed-off-by: Rajat Jain <raja...@google.com> Tested-by: Wei-Ning Huang <wnhu...@chromium.org> Reviewed-by: Eric Caruso <ejcar...@chromium.org> --- drivers/net/wireless/marvell/mwifiex/sdio.c | 8 drivers/net/wireless/m

[PATCH] mwifiex: report wakeup for wowlan

2016-09-27 Thread Rajat Jain
Enable notifying wakeup source to the PM core. This allow darkresume to correctly track wakeup source and mark mwifiex_plt as 'automatic' wakeup source. Signed-off-by: Wei-Ning Huang <wnhu...@google.com> Signed-off-by: Rajat Jain <raja...@google.com> Tested-by: Wei-Ning