Historical ath9k-devel archives
 help / color / mirror / Atom feed
From: Michal Kazior <michal.kazior@tieto.com>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] [PATCH v2 0/6] ath10k: pci cleanup
Date: Thu, 25 Apr 2013 09:36:58 +0200	[thread overview]
Message-ID: <5178DD1A.10908@tieto.com> (raw)
In-Reply-To: <87k3nrvzs7.fsf@kamboji.qca.qualcomm.com>

On 25/04/13 09:24, Kalle Valo wrote:
> Michal Kazior <michal.kazior@tieto.com> writes:
>
>> This gets rid of the ugly device/target resetting
>> retries. It also tries to simplify pci probing
>> logic.
>>
>> v2: fixes MSI-X and legacy interrupts
>>      adds/changes a few prints
>>
>> Michal Kazior (6):
>>    ath10k: fix pci_set_drvpriv ordering
>>    ath10k: refactor pci interrupt functions
>>    ath10k: remove pci probe retrying
>>    ath10k: remove ath10k_pci_configure()
>>    ath10k: remove ath10k_pci_probe_device()
>>    ath10k: simplify pci target reset
>
> Applying: ath10k: remove pci probe retrying
> fatal: sha1 information is lacking or useless (drivers/net/wireless/ath/ath10k/pci.c).
> Repository lacks necessary blobs to fall back on 3-way merge.
> Cannot fall back to three-way merge.
> Patch failed at 0003 ath10k: remove pci probe retrying
>
> I didn't want to start manually fixing the conflict, so can you please
> rebase? And please double check how you submit patches, git still
> complains about invalid ids. Of course it might be something on my end,
> but your patches are the only ones with which I have noticed this
> problem.

I've made sure to send the v2 with no private patches around. When 
rebasing I had to resolve the conflict on this patch myself too. It was 
in conflict with the hif_type variable removal.

I use this command:

	git send-email --annotate --cover-letter [--subject-prefix=..] 
[--in-reply-to=..] commit_id..commit_id

I also rebase against your github/master branch.



-- Pozdrawiam / Best regards, Michal Kazior.

  reply	other threads:[~2013-04-25  7:36 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-24 10:19 [ath9k-devel] [PATCH 0/6] ath10k: pci cleanup Michal Kazior
2013-04-24 10:19 ` [ath9k-devel] [PATCH 1/6] ath10k: fix pci_set_drvpriv ordering Michal Kazior
2013-04-24 10:19 ` [ath9k-devel] [PATCH 2/6] ath10k: refactor pci interrupt functions Michal Kazior
2013-04-24 10:19 ` [ath9k-devel] [PATCH 3/6] ath10k: remove pci probe retrying Michal Kazior
2013-04-24 10:19 ` [ath9k-devel] [PATCH 4/6] ath10k: remove ath10k_pci_configure() Michal Kazior
2013-04-24 10:19 ` [ath9k-devel] [PATCH 5/6] ath10k: remove ath10k_pci_probe_device() Michal Kazior
2013-04-24 10:20 ` [ath9k-devel] [PATCH 6/6] ath10k: simplify pci target reset Michal Kazior
2013-04-24 11:22 ` [ath9k-devel] [PATCH 0/6] ath10k: pci cleanup Michal Kazior
2013-04-24 12:26 ` [ath9k-devel] [PATCH v2 " Michal Kazior
2013-04-24 12:26   ` [ath9k-devel] [PATCH v2 1/6] ath10k: fix pci_set_drvpriv ordering Michal Kazior
2013-04-24 12:26   ` [ath9k-devel] [PATCH v2 2/6] ath10k: refactor pci interrupt functions Michal Kazior
2013-04-24 12:26   ` [ath9k-devel] [PATCH v2 3/6] ath10k: remove pci probe retrying Michal Kazior
2013-04-24 12:26   ` [ath9k-devel] [PATCH v2 4/6] ath10k: remove ath10k_pci_configure() Michal Kazior
2013-04-24 12:26   ` [ath9k-devel] [PATCH v2 5/6] ath10k: remove ath10k_pci_probe_device() Michal Kazior
2013-04-24 12:26   ` [ath9k-devel] [PATCH v2 6/6] ath10k: simplify pci target reset Michal Kazior
2013-04-25  7:24   ` [ath9k-devel] [PATCH v2 0/6] ath10k: pci cleanup Kalle Valo
2013-04-25  7:36     ` Michal Kazior [this message]
2013-04-25  7:56       ` Kalle Valo
2013-04-25  7:59         ` Bartosz.Markowski at tieto.com
2013-04-25  8:10         ` Michal Kazior
2013-04-25  8:16           ` Kalle Valo
2013-04-25  7:24   ` [ath9k-devel] [PATCH v3 " Michal Kazior
2013-04-25  7:24     ` [ath9k-devel] [PATCH v3 1/6] ath10k: fix pci_set_drvpriv ordering Michal Kazior
2013-04-26  6:45       ` Kalle Valo
2013-04-26  6:49         ` Michal Kazior
2013-04-25  7:24     ` [ath9k-devel] [PATCH v3 2/6] ath10k: refactor pci interrupt functions Michal Kazior
2013-04-25  7:24     ` [ath9k-devel] [PATCH v3 3/6] ath10k: remove pci probe retrying Michal Kazior
2013-04-25  7:24     ` [ath9k-devel] [PATCH v3 4/6] ath10k: remove ath10k_pci_configure() Michal Kazior
2013-04-25  7:24     ` [ath9k-devel] [PATCH v3 5/6] ath10k: remove ath10k_pci_probe_device() Michal Kazior
2013-04-25  7:24     ` [ath9k-devel] [PATCH v3 6/6] ath10k: simplify pci target reset Michal Kazior
2013-04-26  6:16     ` [ath9k-devel] [PATCH v3 0/6] ath10k: pci cleanup 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=5178DD1A.10908@tieto.com \
    --to=michal.kazior@tieto.com \
    --cc=ath9k-devel@lists.ath9k.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox