From: "Jingoo Han" <jingoohan1@gmail.com>
To: "'Bjorn Helgaas'" <helgaas@kernel.org>,
"'Jaehoon Chung'" <jh80.chung@samsung.com>
Cc: <linux-pci@vger.kernel.org>, <bhelgaas@google.com>,
<krzk@kernel.org>, <linux-kernel@vger.kernel.org>,
<javier@osg.samsung.com>, <kgene@kernel.org>,
<linux-samsung-soc@vger.kernel.org>, <cpgs@samsung.com>,
"'Pankaj Dubey'" <pankaj.dubey@samsung.com>
Subject: Re: [PATCH V3 0/5] PCI: exynos: cleans the minor things
Date: Tue, 31 Jan 2017 16:16:36 -0500 [thread overview]
Message-ID: <003901d27c07$506c3610$f144a230$@gmail.com> (raw)
In-Reply-To: <20170128212730.GA22283@bhelgaas-glaptop.roam.corp.google.com>
On Saturday, January 28, 2017 4:28 PM, Bjorn Helgaas wrote:
> On Mon, Jan 16, 2017 at 03:31:33PM +0900, Jaehoon Chung wrote:
> > Current pci-exynos.c is used for only EXYNOS5440.
> > It's too complex to support the other Exynos SoCs.
> > Before supporting the other Exynos SoCs, it needs to clean the codes.
> >
> > Changelog on V3:
> > - Splits "PCI: exynos: replace to one register accessor from each
> accessors"
> >
> > Changelog on V2:
> > - Changes the all pointer names as "ep" instead of "exynos_pcie"
> >
> > Jaehoon Chung (5):
> > PCI: exynos: Rename all pointer names from "exynos_pcie" to "ep"
> > PCI: exynos: Replace the *_blk/*_phy/*_elb accessors
> > PCI: exynos: Remove the unnecessary variables
> > PCI: exynos: Use the bitops API to operate the bit shifting
> > PCI: exynos: remove the duplicated codes
> >
> > drivers/pci/host/pci-exynos.c | 392 +++++++++++++++++++----------------
> -------
>
> Waiting for ack from Jingoom, per MAINTAINERS:
>
> Jingoo Han <jingoohan1@gmail.com> (maintainer:PCI DRIVER FOR SAMSUNG
> EXYNOS)
It looks good.
Acked-by: Jingoo Han <jingoohan1@gmail.com>
Thanks,
Jingoo
>
> Pankaj has a follow-on patch that depends on this series:
> https://patchwork.ozlabs.org/patch/711210/
WARNING: multiple messages have this Message-ID (diff)
From: "Jingoo Han" <jingoohan1@gmail.com>
To: 'Bjorn Helgaas' <helgaas@kernel.org>,
'Jaehoon Chung' <jh80.chung@samsung.com>
Cc: linux-pci@vger.kernel.org, bhelgaas@google.com, krzk@kernel.org,
linux-kernel@vger.kernel.org, javier@osg.samsung.com,
kgene@kernel.org, linux-samsung-soc@vger.kernel.org,
cpgs@samsung.com, 'Pankaj Dubey' <pankaj.dubey@samsung.com>
Subject: Re: [PATCH V3 0/5] PCI: exynos: cleans the minor things
Date: Tue, 31 Jan 2017 16:16:36 -0500 [thread overview]
Message-ID: <003901d27c07$506c3610$f144a230$@gmail.com> (raw)
In-Reply-To: <20170128212730.GA22283@bhelgaas-glaptop.roam.corp.google.com>
On Saturday, January 28, 2017 4:28 PM, Bjorn Helgaas wrote:
> On Mon, Jan 16, 2017 at 03:31:33PM +0900, Jaehoon Chung wrote:
> > Current pci-exynos.c is used for only EXYNOS5440.
> > It's too complex to support the other Exynos SoCs.
> > Before supporting the other Exynos SoCs, it needs to clean the codes.
> >
> > Changelog on V3:
> > - Splits "PCI: exynos: replace to one register accessor from each
> accessors"
> >
> > Changelog on V2:
> > - Changes the all pointer names as "ep" instead of "exynos_pcie"
> >
> > Jaehoon Chung (5):
> > PCI: exynos: Rename all pointer names from "exynos_pcie" to "ep"
> > PCI: exynos: Replace the *_blk/*_phy/*_elb accessors
> > PCI: exynos: Remove the unnecessary variables
> > PCI: exynos: Use the bitops API to operate the bit shifting
> > PCI: exynos: remove the duplicated codes
> >
> > drivers/pci/host/pci-exynos.c | 392 +++++++++++++++++++----------------
> -------
>
> Waiting for ack from Jingoom, per MAINTAINERS:
>
> Jingoo Han <jingoohan1@gmail.com> (maintainer:PCI DRIVER FOR SAMSUNG
> EXYNOS)
It looks good.
Acked-by: Jingoo Han <jingoohan1@gmail.com>
Thanks,
Jingoo
>
> Pankaj has a follow-on patch that depends on this series:
> https://patchwork.ozlabs.org/patch/711210/
next prev parent reply other threads:[~2017-01-31 21:16 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20170116063140epcas5p38fffe5effdcfd2650cad98c25c31335e@epcas5p3.samsung.com>
2017-01-16 6:31 ` [PATCH V3 0/5] PCI: exynos: cleans the minor things Jaehoon Chung
2017-01-16 6:31 ` [PATCH V3 1/5] PCI: exynos: Rename all pointer names from "exynos_pcie" to "ep" Jaehoon Chung
2017-01-16 6:31 ` [PATCH V3 2/5] PCI: exynos: Replace the *_blk/*_phy/*_elb accessors Jaehoon Chung
2017-01-16 6:31 ` [PATCH V3 3/5] PCI: exynos: Remove the unnecessary variables Jaehoon Chung
2017-01-16 6:31 ` [PATCH V3 4/5] PCI: exynos: Use the bitops API to operate the bit shifting Jaehoon Chung
2017-01-16 6:31 ` [PATCH V3 5/5] PCI: exynos: remove the duplicated codes Jaehoon Chung
2017-01-28 21:27 ` [PATCH V3 0/5] PCI: exynos: cleans the minor things Bjorn Helgaas
2017-01-31 21:16 ` Jingoo Han [this message]
2017-01-31 21:16 ` Jingoo Han
2017-01-31 23:41 ` Jaehoon Chung
2017-02-08 19:42 ` Bjorn Helgaas
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='003901d27c07$506c3610$f144a230$@gmail.com' \
--to=jingoohan1@gmail.com \
--cc=bhelgaas@google.com \
--cc=cpgs@samsung.com \
--cc=helgaas@kernel.org \
--cc=javier@osg.samsung.com \
--cc=jh80.chung@samsung.com \
--cc=kgene@kernel.org \
--cc=krzk@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=pankaj.dubey@samsung.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.