From: Greg KH <gregkh@linuxfoundation.org>
To: Peter Chen <peter.chen@nxp.com>
Cc: balbi@kernel.org, linux-usb@vger.kernel.org, linux-imx@nxp.com,
pawell@cadence.com, rogerq@ti.com, jun.li@nxp.com
Subject: Re: [PATCH v2 1/1] usb: cdns3: add NXP imx8qm glue layer
Date: Sat, 11 Jan 2020 20:25:59 +0100 [thread overview]
Message-ID: <20200111192559.GB435222@kroah.com> (raw)
In-Reply-To: <1578562558-32462-1-git-send-email-peter.chen@nxp.com>
On Thu, Jan 09, 2020 at 05:35:58PM +0800, Peter Chen wrote:
> There is a Cadence USB3 core for imx8qm and imx8qxp SoCs, the cdns
> core is the child for this glue layer device.
>
> Signed-off-by: Peter Chen <peter.chen@nxp.com>
> ---
> Changes for v2:
> - Add COMPILE_TEST Kconfig option
> - Using BIT Macro for definition
> - Delete runtime pm operation
>
> drivers/usb/cdns3/Kconfig | 10 ++
> drivers/usb/cdns3/Makefile | 1 +
> drivers/usb/cdns3/cdns3-imx.c | 216 ++++++++++++++++++++++++++++++++++
> 3 files changed, 227 insertions(+)
> create mode 100644 drivers/usb/cdns3/cdns3-imx.c
>
> diff --git a/drivers/usb/cdns3/Kconfig b/drivers/usb/cdns3/Kconfig
> index 2a1e89d12ed9..84716d216ae5 100644
> --- a/drivers/usb/cdns3/Kconfig
> +++ b/drivers/usb/cdns3/Kconfig
> @@ -53,4 +53,14 @@ config USB_CDNS3_TI
>
> e.g. J721e.
>
> +config USB_CDNS3_IMX
> + tristate "Cadence USB3 support on NXP i.MX platforms"
> + depends on ARCH_MXC || COMPILE_TEST
> + default USB_CDNS3
> + help
> + Say 'Y' or 'M' here if you are building for NXP i.MX
> + platforms that contain Cadence USB3 controller core.
> +
> + For example, imx8qm and imx8qxp.
What will the module name be?
next prev parent reply other threads:[~2020-01-11 20:01 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-09 9:35 [PATCH v2 1/1] usb: cdns3: add NXP imx8qm glue layer Peter Chen
2020-01-09 12:20 ` Roger Quadros
2020-01-13 9:20 ` Peter Chen
2020-01-11 19:25 ` Greg KH [this message]
2020-01-13 9:20 ` Peter Chen
2020-01-11 20:56 ` Fabio Estevam
2020-01-13 9:25 ` Peter Chen
2020-01-13 10:13 ` Greg Kroah-Hartman
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=20200111192559.GB435222@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=balbi@kernel.org \
--cc=jun.li@nxp.com \
--cc=linux-imx@nxp.com \
--cc=linux-usb@vger.kernel.org \
--cc=pawell@cadence.com \
--cc=peter.chen@nxp.com \
--cc=rogerq@ti.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.