From: Bjorn Helgaas <bhelgaas@google.com>
To: Simon Horman <horms@verge.net.au>
Cc: Magnus Damm <magnus.damm@gmail.com>,
linux-pci@vger.kernel.org, linux-sh@vger.kernel.org,
linux-kernel@vger.kernel.org,
valentine.barshak@cogentembedded.com, ben.dooks@codethink.co.uk,
geert@linux-m68k.org
Subject: Re: [PATCH 00/08] PCI: rcar: Recent driver patches from Ben Dooks and me
Date: Fri, 14 Feb 2014 11:34:30 -0700 [thread overview]
Message-ID: <20140214183430.GD31093@google.com> (raw)
In-Reply-To: <20140213043951.GA22116@verge.net.au>
On Thu, Feb 13, 2014 at 01:39:54PM +0900, Simon Horman wrote:
> On Thu, Feb 13, 2014 at 12:03:02PM +0900, Magnus Damm wrote:
> > PCI: rcar: Recent driver patches from Ben Dooks and me
> >
> > [PATCH 01/08] PCI: rcar: check platform_get_irq() return code
> > [PATCH v2 02/08] PCI: rcar: add error interrupt handling
> > [PATCH 03/08] PCI: rcar: fix bridge logic configuration accesses
> > [PATCH v2 04/08] PCI: rcar: Register each instance independently
> > [PATCH v2 05/08] PCI: rcar: Break out window size handling
> > [PATCH v2 06/08] PCI: rcar: Add DMABOUNCE support
> > [PATCH 07/08] PCI: rcar: Enable BOUNCE in case of HIGHMEM
> > [PATCH 08/08] PCI: rcar: Make the Kconfig dependencies more generic
> >
> > These patches update the pci-rcar-gen2.c driver with patches from
> > Ben Dooks and me. The first 3 are written by Ben (thanks!) and are
> > included here to show what I would like to have merged and what I
> > rebased my patches on. The following 4 are updated versions of
> >
> > [PATCH 00/04] PCI: rcar: Driver model and physical address space update
> >
> > The final patch is a new one that fixes up the Kconfig dependencies.
> >
> > Patch 1-3:
> > Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
> >
> > Patch 4-8:
> > Signed-off-by: Magnus Damm <damm@opensource.se>
> > ---
> >
> > Written against renesas.git tag renesas-devel-v3.14-rc1-20140207
> >
> > drivers/pci/host/Kconfig | 5
> > drivers/pci/host/pci-rcar-gen2.c | 445 ++++++++++++++++++++++++++++++++------
> > 2 files changed, 385 insertions(+), 65 deletions(-)
>
> Bjorn,
>
> I am happy with these.
> Could you consider merging this series?
>
> Acked-by: Simon Horman <horms+renesas@verge.net.au>
Applied to pci/host-rcar for v3.15, thanks!
Bjorn
WARNING: multiple messages have this Message-ID (diff)
From: Bjorn Helgaas <bhelgaas@google.com>
To: Simon Horman <horms@verge.net.au>
Cc: Magnus Damm <magnus.damm@gmail.com>,
linux-pci@vger.kernel.org, linux-sh@vger.kernel.org,
linux-kernel@vger.kernel.org,
valentine.barshak@cogentembedded.com, ben.dooks@codethink.co.uk,
geert@linux-m68k.org
Subject: Re: [PATCH 00/08] PCI: rcar: Recent driver patches from Ben Dooks and me
Date: Fri, 14 Feb 2014 18:34:30 +0000 [thread overview]
Message-ID: <20140214183430.GD31093@google.com> (raw)
In-Reply-To: <20140213043951.GA22116@verge.net.au>
On Thu, Feb 13, 2014 at 01:39:54PM +0900, Simon Horman wrote:
> On Thu, Feb 13, 2014 at 12:03:02PM +0900, Magnus Damm wrote:
> > PCI: rcar: Recent driver patches from Ben Dooks and me
> >
> > [PATCH 01/08] PCI: rcar: check platform_get_irq() return code
> > [PATCH v2 02/08] PCI: rcar: add error interrupt handling
> > [PATCH 03/08] PCI: rcar: fix bridge logic configuration accesses
> > [PATCH v2 04/08] PCI: rcar: Register each instance independently
> > [PATCH v2 05/08] PCI: rcar: Break out window size handling
> > [PATCH v2 06/08] PCI: rcar: Add DMABOUNCE support
> > [PATCH 07/08] PCI: rcar: Enable BOUNCE in case of HIGHMEM
> > [PATCH 08/08] PCI: rcar: Make the Kconfig dependencies more generic
> >
> > These patches update the pci-rcar-gen2.c driver with patches from
> > Ben Dooks and me. The first 3 are written by Ben (thanks!) and are
> > included here to show what I would like to have merged and what I
> > rebased my patches on. The following 4 are updated versions of
> >
> > [PATCH 00/04] PCI: rcar: Driver model and physical address space update
> >
> > The final patch is a new one that fixes up the Kconfig dependencies.
> >
> > Patch 1-3:
> > Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
> >
> > Patch 4-8:
> > Signed-off-by: Magnus Damm <damm@opensource.se>
> > ---
> >
> > Written against renesas.git tag renesas-devel-v3.14-rc1-20140207
> >
> > drivers/pci/host/Kconfig | 5
> > drivers/pci/host/pci-rcar-gen2.c | 445 ++++++++++++++++++++++++++++++++------
> > 2 files changed, 385 insertions(+), 65 deletions(-)
>
> Bjorn,
>
> I am happy with these.
> Could you consider merging this series?
>
> Acked-by: Simon Horman <horms+renesas@verge.net.au>
Applied to pci/host-rcar for v3.15, thanks!
Bjorn
next prev parent reply other threads:[~2014-02-14 18:34 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-13 3:03 [PATCH 00/08] PCI: rcar: Recent driver patches from Ben Dooks and me Magnus Damm
2014-02-13 3:03 ` Magnus Damm
2014-02-13 3:03 ` [PATCH 01/08] PCI: rcar: check platform_get_irq() return code Magnus Damm
2014-02-13 3:03 ` Magnus Damm
2014-02-13 3:03 ` [PATCH v2 02/08] PCI: rcar: add error interrupt handling Magnus Damm
2014-02-13 3:03 ` Magnus Damm
2014-02-13 3:03 ` [PATCH 03/08] PCI: rcar: fix bridge logic configuration accesses Magnus Damm
2014-02-13 3:03 ` Magnus Damm
2014-02-13 3:03 ` [PATCH v2 04/08] PCI: rcar: Register each instance independently Magnus Damm
2014-02-13 3:03 ` Magnus Damm
2014-02-13 3:03 ` [PATCH v2 05/08] PCI: rcar: Break out window size handling Magnus Damm
2014-02-13 3:03 ` Magnus Damm
2014-02-13 3:04 ` [PATCH v2 06/08] PCI: rcar: Add DMABOUNCE support Magnus Damm
2014-02-13 3:04 ` Magnus Damm
2014-02-13 3:04 ` [PATCH 07/08] PCI: rcar: Enable BOUNCE in case of HIGHMEM Magnus Damm
2014-02-13 3:04 ` Magnus Damm
2014-02-13 3:04 ` [PATCH 08/08] PCI: rcar: Make the Kconfig dependencies more generic Magnus Damm
2014-02-13 3:04 ` Magnus Damm
2014-02-13 4:39 ` [PATCH 00/08] PCI: rcar: Recent driver patches from Ben Dooks and me Simon Horman
2014-02-13 4:39 ` Simon Horman
2014-02-14 18:34 ` Bjorn Helgaas [this message]
2014-02-14 18:34 ` Bjorn Helgaas
2014-02-17 1:12 ` Simon Horman
2014-02-17 1:12 ` Simon Horman
2014-02-13 12:34 ` Ben Dooks
2014-02-14 5:40 ` Magnus Damm
2014-02-14 5:40 ` Magnus Damm
2014-02-14 10:52 ` Ben Dooks
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=20140214183430.GD31093@google.com \
--to=bhelgaas@google.com \
--cc=ben.dooks@codethink.co.uk \
--cc=geert@linux-m68k.org \
--cc=horms@verge.net.au \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=valentine.barshak@cogentembedded.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.