All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomasz Nowicki <tomasz.nowicki@linaro.org>
To: Bjorn Helgaas <bhelgaas@google.com>
Cc: Arnd Bergmann <arnd@arndb.de>,
	linux-arm <linux-arm-kernel@lists.infradead.org>,
	Myron Stowe <myron.stowe@gmail.com>,
	Rafael Wysocki <rjw@rjwysocki.net>,
	Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>,
	linaro-acpi@lists.linaro.org,
	linux-pci <linux-pci@vger.kernel.org>,
	Catalin Marinas <catalin.marinas@arm.com>, x86 <x86@kernel.org>,
	Will Deacon <will.deacon@arm.com>,
	LKML <linux-kernel@vger.kernel.org>,
	"linux-acpi@vger.kernel.org" <linux-acpi@vger.kernel.org>,
	Ingo Molnar <mingo@redhat.com>,
	Hanjun Guo <hanjun.guo@linaro.org>,
	"H. Peter Anvin" <hpa@zytor.com>,
	Yijing Wang <wangyijing@huawei.com>,
	Liviu Dudau <Liviu.Dudau@arm.com>,
	Thomas Gleixner <tglx@linutronix.de>
Subject: Re: [PATCH 6/6] pci, acpi: Share ACPI PCI config space accessors.
Date: Wed, 10 Dec 2014 07:16:25 +0100	[thread overview]
Message-ID: <5487E539.3000500@linaro.org> (raw)
In-Reply-To: <CAErSpo6cUuEK41wD33Uyzb5Y5yFp+jKVVvWLrZ0dO1iuYv8GjQ@mail.gmail.com>

W dniu 09.12.2014 o 22:50, Bjorn Helgaas pisze:
> On Mon, Dec 8, 2014 at 12:13 AM, Tomasz Nowicki
> <tomasz.nowicki@linaro.org> wrote:
>
>> What would be next steps regarding this patch set? I am not sure we have
>> reached a consensus on weak vs #ifdef choice.
>
> I work through the list at
> https://patchwork.ozlabs.org/project/linux-pci/list/ in FIFO order, so
> you don't need to do anything else except poke me to move faster :)

Awesome! I guess I am good at poke people so you can count on me :)

Regards,
Tomasz




WARNING: multiple messages have this Message-ID (diff)
From: tomasz.nowicki@linaro.org (Tomasz Nowicki)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 6/6] pci, acpi: Share ACPI PCI config space accessors.
Date: Wed, 10 Dec 2014 07:16:25 +0100	[thread overview]
Message-ID: <5487E539.3000500@linaro.org> (raw)
In-Reply-To: <CAErSpo6cUuEK41wD33Uyzb5Y5yFp+jKVVvWLrZ0dO1iuYv8GjQ@mail.gmail.com>

W dniu 09.12.2014 o 22:50, Bjorn Helgaas pisze:
> On Mon, Dec 8, 2014 at 12:13 AM, Tomasz Nowicki
> <tomasz.nowicki@linaro.org> wrote:
>
>> What would be next steps regarding this patch set? I am not sure we have
>> reached a consensus on weak vs #ifdef choice.
>
> I work through the list at
> https://patchwork.ozlabs.org/project/linux-pci/list/ in FIFO order, so
> you don't need to do anything else except poke me to move faster :)

Awesome! I guess I am good at poke people so you can count on me :)

Regards,
Tomasz

  reply	other threads:[~2014-12-10  6:16 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-19 16:04 [PATCH 0/6] PCI: MMCONFIG clean up Tomasz Nowicki
2014-11-19 16:04 ` Tomasz Nowicki
2014-11-19 16:04 ` [PATCH 1/6] x86, acpi, pci: Reorder logic of pci_mmconfig_insert() function Tomasz Nowicki
2014-11-19 16:04   ` Tomasz Nowicki
2014-11-19 16:04   ` Tomasz Nowicki
2014-11-19 16:04 ` [PATCH 2/6] x86, acpi, pci: Move arch-agnostic MMCFG code out of arch/x86/ directory Tomasz Nowicki
2014-11-19 16:04   ` Tomasz Nowicki
2014-12-10 23:35   ` Bjorn Helgaas
2014-12-10 23:35     ` Bjorn Helgaas
2014-12-10 23:55   ` Bjorn Helgaas
2014-12-10 23:55     ` Bjorn Helgaas
2014-12-12 14:55     ` [Linaro-acpi] " Arnd Bergmann
2014-12-12 14:55       ` Arnd Bergmann
2014-11-19 16:04 ` [PATCH 3/6] x86, acpi, pci: Move PCI config space accessors Tomasz Nowicki
2014-11-19 16:04   ` Tomasz Nowicki
2014-12-10 23:17   ` Bjorn Helgaas
2014-12-10 23:17     ` Bjorn Helgaas
2015-02-03  9:30     ` Tomasz Nowicki
2015-02-03  9:30       ` Tomasz Nowicki
2015-02-17 13:03     ` Tomasz Nowicki
2015-02-17 13:03       ` Tomasz Nowicki
2015-02-18 18:27       ` Bjorn Helgaas
2015-02-18 18:27         ` Bjorn Helgaas
2015-02-18 19:02         ` Rob Herring
2015-02-18 19:02           ` Rob Herring
2014-11-19 16:04 ` [PATCH 4/6] x86, acpi, pci: mmconfig_{32,64}.c code refactoring - remove code duplication Tomasz Nowicki
2014-11-19 16:04   ` [PATCH 4/6] x86, acpi, pci: mmconfig_{32, 64}.c " Tomasz Nowicki
2014-11-19 16:04 ` [PATCH 5/6] x86, acpi, pci: mmconfig_64.c becomes default implementation for arch agnostic low-level direct PCI config space accessors via MMCONFIG Tomasz Nowicki
2014-11-19 16:04   ` Tomasz Nowicki
2014-11-19 16:04 ` [PATCH 6/6] pci, acpi: Share ACPI PCI config space accessors Tomasz Nowicki
2014-11-19 16:04   ` Tomasz Nowicki
2014-11-19 16:19   ` Arnd Bergmann
2014-11-19 16:19     ` Arnd Bergmann
2014-11-19 16:24     ` Tomasz Nowicki
2014-11-19 16:24       ` Tomasz Nowicki
2014-11-20 22:26     ` Bjorn Helgaas
2014-11-20 22:26       ` Bjorn Helgaas
2014-11-21  4:00       ` Myron Stowe
2014-11-21  4:00         ` Myron Stowe
2014-11-21 12:24         ` Arnd Bergmann
2014-11-21 12:24           ` Arnd Bergmann
2014-11-21 18:08           ` Bjorn Helgaas
2014-11-21 18:08             ` Bjorn Helgaas
2014-11-24 10:41             ` Arnd Bergmann
2014-11-24 10:41               ` Arnd Bergmann
2014-12-08  7:13               ` Tomasz Nowicki
2014-12-08  7:13                 ` Tomasz Nowicki
2014-12-09 21:50                 ` Bjorn Helgaas
2014-12-09 21:50                   ` Bjorn Helgaas
2014-12-10  6:16                   ` Tomasz Nowicki [this message]
2014-12-10  6:16                     ` Tomasz Nowicki
2015-02-02 20:42 ` [PATCH 0/6] PCI: MMCONFIG clean up Bjorn Helgaas
2015-02-02 20:42   ` Bjorn Helgaas
2015-02-03  7:42   ` Tomasz Nowicki
2015-02-03  7:42     ` Tomasz Nowicki

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=5487E539.3000500@linaro.org \
    --to=tomasz.nowicki@linaro.org \
    --cc=Liviu.Dudau@arm.com \
    --cc=arnd@arndb.de \
    --cc=bhelgaas@google.com \
    --cc=catalin.marinas@arm.com \
    --cc=hanjun.guo@linaro.org \
    --cc=hpa@zytor.com \
    --cc=linaro-acpi@lists.linaro.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=mingo@redhat.com \
    --cc=myron.stowe@gmail.com \
    --cc=rjw@rjwysocki.net \
    --cc=tglx@linutronix.de \
    --cc=wangyijing@huawei.com \
    --cc=will.deacon@arm.com \
    --cc=x86@kernel.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 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.