[PATCH 07/12] pcie: designware: add dw_pcie prefix before cfg_read/write
From: Jingoo Han <hidden>
Date: 2013-12-12 01:12:49
Also in:
linux-pci
From: Jingoo Han <hidden>
Date: 2013-12-12 01:12:49
Also in:
linux-pci
On Wednesday, December 11, 2013 8:40 PM, Jagan Teki wrote:
On Wed, Dec 11, 2013 at 3:08 PM, Mohit Kumar [off-list ref] wrote:quoted
From: Pratyush Anand <redacted> cfg_read/write function are designware pcie specific. Add dw_pcie prefix to avoid collision in global name space. Signed-off-by: Pratyush Anand <redacted> Cc: Mohit Kumar <redacted> Cc: Jingoo Han <redacted> Cc: spear-devel at list.st.com Cc: linux-pci at vger.kernel.org --- drivers/pci/host/pci-exynos.c | 5 +++-- drivers/pci/host/pcie-designware.c | 23 ++++++++++++++--------- drivers/pci/host/pcie-designware.h | 4 ++--
[....]
Acked-by: Jagannadha Sutradharudu Teki <redacted>
Please use ' Reviewed-by', instead of 'Acked-by'. It will apply to other patches, too. According to the ./Documentation/SubmittingPatches, Acked-by: is often used by the maintainer of the affected code when that maintainer neither contributed to nor forwarded the patch. Reviewed-by:, instead, indicates that the patch has been reviewed and found acceptable according to the Reviewer's Statement: Best regards, Jingoo Han