From: Jaehoon Chung <jh80.chung@samsung.com>
To: Liviu Dudau <Liviu.Dudau@arm.com>
Cc: "linux-pci@vger.kernel.org" <linux-pci@vger.kernel.org>,
Jingoo Han <jg1.han@samsung.com>,
Bjorn Helgaas <bhelgaas@google.com>,
"cpgs@samsung.com" <cpgs@samsung.com>
Subject: Re: [PATCH] pci: pci-exynos: fixed the sentence error
Date: Wed, 25 Mar 2015 19:12:51 +0900 [thread overview]
Message-ID: <55128A23.4000903@samsung.com> (raw)
In-Reply-To: <20150325094440.GJ14917@e106497-lin.cambridge.arm.com>
Dear, Liviu.
On 03/25/2015 06:44 PM, Liviu Dudau wrote:
> On Wed, Mar 25, 2015 at 05:13:12AM +0000, Jaehoon Chung wrote:
>> There is the sentence error.
>> Changed the semicolon instead of comma.
>>
>> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
>> ---
>> drivers/pci/host/pci-exynos.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/pci/host/pci-exynos.c b/drivers/pci/host/pci-exynos.c
>> index d202b37..c139237 100644
>> --- a/drivers/pci/host/pci-exynos.c
>> +++ b/drivers/pci/host/pci-exynos.c
>> @@ -396,7 +396,7 @@ static void exynos_pcie_enable_irq_pulse(struct pcie_port *pp)
>>
>> /* enable INTX interrupt */
>> val = IRQ_INTA_ASSERT | IRQ_INTB_ASSERT |
>> - IRQ_INTC_ASSERT | IRQ_INTD_ASSERT,
>> + IRQ_INTC_ASSERT | IRQ_INTD_ASSERT;
>> exynos_elb_writel(exynos_pcie, val, PCIE_IRQ_EN_PULSE);
>> }
>
> Well spotted. The original change dates from July 2013, I'm guessing no one uses
> PCIe on Exynos?
pci-exynos.c based on Exynos5440. I can't also see whoever use it.
But exynos5433 is used the PCIe.
There is difference between exynos5440 and exynos5433.
(i.e. Register base and offset..)
If exynos5440 is not used, i want to update pci-exynos.c to base on exynos5433.
In future, exynos should be use the PCIe...
ASAP, I will send the patch-set for exynos5433.
Before sending patch-set, just sent the patch for fixing it.
(Also, working on supporting ARM64 at pcie-designware.c)
Best Regards,
Jaehoon Chung
>
> Best regards,
> Liviu
>
>>
>> --
>> 1.9.1
>>
>>
>
next prev parent reply other threads:[~2015-03-25 10:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-25 5:13 [PATCH] pci: pci-exynos: fixed the sentence error Jaehoon Chung
2015-03-25 9:44 ` Liviu Dudau
2015-03-25 10:12 ` Jaehoon Chung [this message]
2015-04-08 19:33 ` 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=55128A23.4000903@samsung.com \
--to=jh80.chung@samsung.com \
--cc=Liviu.Dudau@arm.com \
--cc=bhelgaas@google.com \
--cc=cpgs@samsung.com \
--cc=jg1.han@samsung.com \
--cc=linux-pci@vger.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.