All of lore.kernel.org
 help / color / mirror / Atom feed
From: Leon Romanovsky <leon@kernel.org>
To: daire.mcnamara@microchip.com
Cc: lorenzo.pieralisi@arm.com, bhelgaas@google.com, robh@kernel.org,
	linux-pci@vger.kernel.org, robh+dt@kernel.org,
	devicetree@vger.kernel.org, david.abdurachmanov@gmail.com,
	cyril.jean@microchip.com
Subject: Re: [PATCH v20 3/4] PCI: microchip: Add host driver for Microchip PCIe controller
Date: Sun, 24 Jan 2021 13:33:37 +0200	[thread overview]
Message-ID: <20210124113337.GA5038@unreal> (raw)
In-Reply-To: <20210122145137.29023-4-daire.mcnamara@microchip.com>

On Fri, Jan 22, 2021 at 02:51:36PM +0000, daire.mcnamara@microchip.com wrote:
> From: Daire McNamara <daire.mcnamara@microchip.com>
>
> Add support for the Microchip PolarFire PCIe controller when
> configured in host (Root Complex) mode.
>
> Signed-off-by: Daire McNamara <daire.mcnamara@microchip.com>
> Reviewed-by: Rob Herring <robh@kernel.org>
> ---
>  drivers/pci/controller/Kconfig               |   10 +
>  drivers/pci/controller/Makefile              |    1 +
>  drivers/pci/controller/pcie-microchip-host.c | 1115 ++++++++++++++++++
>  3 files changed, 1126 insertions(+)
>  create mode 100644 drivers/pci/controller/pcie-microchip-host.c

<...>

> +builtin_platform_driver(mc_pcie_driver);
> +MODULE_LICENSE("GPL v2");

We had this discussion lately, it should be "GPL" without "v2".

Thanks

  reply	other threads:[~2021-01-24 11:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-22 14:51 [PATCH v20 0/4] PCI: microchip: Add host driver for Microchip PCIe controller daire.mcnamara
2021-01-22 14:51 ` [PATCH v20 1/4] PCI: Call platform_set_drvdata earlier in devm_pci_alloc_host_bridge daire.mcnamara
2021-01-22 14:51 ` [PATCH v20 2/4] dt-bindings: PCI: microchip: Add Microchip PolarFire host binding daire.mcnamara
2021-01-22 14:51 ` [PATCH v20 3/4] PCI: microchip: Add host driver for Microchip PCIe controller daire.mcnamara
2021-01-24 11:33   ` Leon Romanovsky [this message]
     [not found]     ` <MN2PR11MB42694FE9CF48F7904035660696BD9@MN2PR11MB4269.namprd11.prod.outlook.com>
2021-01-25  9:33       ` Leon Romanovsky
2021-01-25 15:04   ` Krzysztof Wilczyński
2021-01-22 14:51 ` [PATCH v20 4/4] MAINTAINERS: Add Daire McNamara as maintainer for the Microchip PCIe driver daire.mcnamara

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=20210124113337.GA5038@unreal \
    --to=leon@kernel.org \
    --cc=bhelgaas@google.com \
    --cc=cyril.jean@microchip.com \
    --cc=daire.mcnamara@microchip.com \
    --cc=david.abdurachmanov@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=robh@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.