All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@qca.qualcomm.com>
To: Michal Kazior <michal.kazior@tieto.com>
Cc: linux-wireless@vger.kernel.org, ath10k@lists.infradead.org
Subject: Re: [PATCH v2 0/6] ath10k: pci related fixes 2014-10-09
Date: Thu, 23 Oct 2014 16:46:45 +0300	[thread overview]
Message-ID: <87oat2q4oq.fsf@kamboji.qca.qualcomm.com> (raw)
In-Reply-To: <1413807282-27951-1-git-send-email-michal.kazior@tieto.com> (Michal Kazior's message of "Mon, 20 Oct 2014 14:14:36 +0200")

Michal Kazior <michal.kazior@tieto.com> writes:

> First 2 patches address some irq issues.
>
> Other 4 fix and cleanup device resetting.
>
> Hopefully this will make ath10k a little more
> robust when it comes to warm reset.
>
> As a side effect of the changes ath10k now boots a
> little faster (slightly over a second instead of
> two).
>
> v2:
>  * don't remove power_up/down [Kalle]
>  * fix CE crash [Janusz]
>  * remove irq workaround in patch #2
>
>
> Michal Kazior (6):
>   ath10k: re-disable interrupts after target init
>   ath10k: mask/unmask msi fw irq
>   ath10k: split ce pipe init/alloc further

I have applied these patches.

>   ath10k: make warm reset a bit safer and faster
>   ath10k: split reset logic from power up
>   ath10k: don't reset chip on power_down

And dropped these patches per your request.

-- 
Kalle Valo

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

WARNING: multiple messages have this Message-ID (diff)
From: Kalle Valo <kvalo@qca.qualcomm.com>
To: Michal Kazior <michal.kazior@tieto.com>
Cc: <ath10k@lists.infradead.org>, <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH v2 0/6] ath10k: pci related fixes 2014-10-09
Date: Thu, 23 Oct 2014 16:46:45 +0300	[thread overview]
Message-ID: <87oat2q4oq.fsf@kamboji.qca.qualcomm.com> (raw)
In-Reply-To: <1413807282-27951-1-git-send-email-michal.kazior@tieto.com> (Michal Kazior's message of "Mon, 20 Oct 2014 14:14:36 +0200")

Michal Kazior <michal.kazior@tieto.com> writes:

> First 2 patches address some irq issues.
>
> Other 4 fix and cleanup device resetting.
>
> Hopefully this will make ath10k a little more
> robust when it comes to warm reset.
>
> As a side effect of the changes ath10k now boots a
> little faster (slightly over a second instead of
> two).
>
> v2:
>  * don't remove power_up/down [Kalle]
>  * fix CE crash [Janusz]
>  * remove irq workaround in patch #2
>
>
> Michal Kazior (6):
>   ath10k: re-disable interrupts after target init
>   ath10k: mask/unmask msi fw irq
>   ath10k: split ce pipe init/alloc further

I have applied these patches.

>   ath10k: make warm reset a bit safer and faster
>   ath10k: split reset logic from power up
>   ath10k: don't reset chip on power_down

And dropped these patches per your request.

-- 
Kalle Valo

  parent reply	other threads:[~2014-10-23 13:47 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-20 12:14 [PATCH v2 0/6] ath10k: pci related fixes 2014-10-09 Michal Kazior
2014-10-20 12:14 ` Michal Kazior
2014-10-20 12:14 ` [PATCH v2 1/6] ath10k: re-disable interrupts after target init Michal Kazior
2014-10-20 12:14   ` Michal Kazior
2014-10-20 12:14 ` [PATCH v2 2/6] ath10k: mask/unmask msi fw irq Michal Kazior
2014-10-20 12:14   ` Michal Kazior
2014-10-20 12:14 ` [PATCH v2 3/6] ath10k: split ce pipe init/alloc further Michal Kazior
2014-10-20 12:14   ` Michal Kazior
2014-10-20 12:14 ` [PATCH v2 4/6] ath10k: make warm reset a bit safer and faster Michal Kazior
2014-10-20 12:14   ` Michal Kazior
2014-10-23  8:27   ` Michal Kazior
2014-10-23  8:27     ` Michal Kazior
2014-10-23 13:14     ` Kalle Valo
2014-10-23 13:14       ` Kalle Valo
2014-10-23 13:19       ` Michal Kazior
2014-10-23 13:19         ` Michal Kazior
2014-10-20 12:14 ` [PATCH v2 5/6] ath10k: split reset logic from power up Michal Kazior
2014-10-20 12:14   ` Michal Kazior
2014-10-20 12:14 ` [PATCH v2 6/6] ath10k: don't reset chip on power_down Michal Kazior
2014-10-20 12:14   ` Michal Kazior
2014-10-23 13:46 ` Kalle Valo [this message]
2014-10-23 13:46   ` [PATCH v2 0/6] ath10k: pci related fixes 2014-10-09 Kalle Valo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87oat2q4oq.fsf@kamboji.qca.qualcomm.com \
    --to=kvalo@qca.qualcomm.com \
    --cc=ath10k@lists.infradead.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=michal.kazior@tieto.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.