答复: [PATCH 2/2] PCI: Layerscape: Add Layerscape PCIe driver
Minghuan.Lian at freescale.com
Minghuan.Lian at freescale.com
Fri Sep 5 00:24:45 PDT 2014
Hi Bjorn,
Thanks for your comments, I will fix it.
Thanks,
Minghuan
________________________________________
发件人: Bjorn Helgaas <bhelgaas at google.com>
发送时间: 2014年9月4日 21:24
收件人: Lian Minghuan-B31939
抄送: linux-pci at vger.kernel.org; linux-arm; Zang Roy-R61911; Hu Mingkai-B21284
主题: Re: [PATCH 2/2] PCI: Layerscape: Add Layerscape PCIe driver
On Thu, Sep 4, 2014 at 12:45 PM, Minghuan Lian
<Minghuan.Lian at freescale.com> wrote:
> Add support for Freescale Layerscape PCIe controller. This driver
> re-uses the designware core code.
>
> Signed-off-by: Minghuan Lian <Minghuan.Lian at freescale.com>
> ---
> .../devicetree/bindings/pci/fsl,ls-pcie.txt | 41 +++
> drivers/pci/host/Kconfig | 7 +
> drivers/pci/host/Makefile | 1 +
> drivers/pci/host/pci-layerscape.c | 315 +++++++++++++++++++++
> include/linux/pci_ids.h | 1 +
> 5 files changed, 365 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/pci/fsl,ls-pcie.txt
> create mode 100644 drivers/pci/host/pci-layerscape.c
> diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
> index 6ed0bb7..26d4c30 100644
> --- a/include/linux/pci_ids.h
> +++ b/include/linux/pci_ids.h
> @@ -2442,6 +2442,7 @@
> #define PCI_DEVICE_ID_P5020 0x0421
> #define PCI_DEVICE_ID_P5010E 0x0428
> #define PCI_DEVICE_ID_P5010 0x0429
> +#define PCI_DEVICE_ID_LS1021A 0x0e0b
This is only used in one file and should not be in pci_ids.h (per the
comment at the top of pci_ids.h).
> #define PCI_DEVICE_ID_MPC8641 0x7010
> #define PCI_DEVICE_ID_MPC8641D 0x7011
> #define PCI_DEVICE_ID_MPC8610 0x7018
> --
> 1.9.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-pci" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
More information about the linux-arm-kernel
mailing list