All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vinod Koul <vkoul@kernel.org>
To: Guenter Roeck <linux@roeck-us.net>
Cc: Richard Zhu <hongxing.zhu@nxp.com>,
	conor@kernel.org, kishon@kernel.org, robh+dt@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, frank.li@nxp.com,
	conor+dt@kernel.org, linux-phy@lists.infradead.org,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, kernel@pengutronix.de,
	imx@lists.linux.dev
Subject: Re: [PATCH v7 2/2] phy: freescale: imx8qm-hsio: Add i.MX8QM HSIO PHY driver support
Date: Thu, 20 Jun 2024 22:06:26 +0530	[thread overview]
Message-ID: <ZnRailvwM1hMtyFD@matsya> (raw)
In-Reply-To: <2f15baba-68b5-4e99-bdb5-6d2e05b7688b@roeck-us.net>

On 20-06-24, 09:30, Guenter Roeck wrote:
> On Wed, May 29, 2024 at 02:02:45PM +0800, Richard Zhu wrote:
> > Add i.MX8QM HSIO PHY driver support.
> > 
> > i.MX8QM HSIO has three lane PHY instances, and can be bound to the
> > following controllers in the different use cases listed in below table.
> > - two lanes capable PCIEA controller.
> > - one lane PCIEB controller.
> > - AHCI SATA controller.
> > 
> > i.MX8QM HSIO PHYs support the following use cases.
> > +----------------------------------------------------+
> > |                               | Lane0| Lane1| Lane2|
> > |-------------------------------|------|------|------|
> > | use case 1: PCIEAX2SATA       | PCIEA| PCIEA| SATA |
> > |-------------------------------|------|------|------|
> > | use case 2: PCIEAX2PCIEB      | PCIEA| PCIEA| PCIEB|
> > |-------------------------------|------|------|------|
> > | use case 3: PCIEAPCIEBSATA    | PCIEA| PCIEB| SATA |
> > +----------------------------------------------------+
> > 
> > Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
> > Reviewed-by: Frank Li <Frank.Li@nxp.com>
> 
> Building alpha:allmodconfig ... failed
> --------------
> Error log:
> drivers/phy/freescale/phy-fsl-imx8qm-hsio.c: In function 'imx_hsio_set_mode':
> drivers/phy/freescale/phy-fsl-imx8qm-hsio.c:459:15: error: implicit declaration of function 'FIELD_PREP'

It should be fixed in -next tomorrow. I have applied a patch for that

-- 
~Vinod

WARNING: multiple messages have this Message-ID (diff)
From: Vinod Koul <vkoul@kernel.org>
To: Guenter Roeck <linux@roeck-us.net>
Cc: Richard Zhu <hongxing.zhu@nxp.com>,
	conor@kernel.org, kishon@kernel.org, robh+dt@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, frank.li@nxp.com,
	conor+dt@kernel.org, linux-phy@lists.infradead.org,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, kernel@pengutronix.de,
	imx@lists.linux.dev
Subject: Re: [PATCH v7 2/2] phy: freescale: imx8qm-hsio: Add i.MX8QM HSIO PHY driver support
Date: Thu, 20 Jun 2024 22:06:26 +0530	[thread overview]
Message-ID: <ZnRailvwM1hMtyFD@matsya> (raw)
In-Reply-To: <2f15baba-68b5-4e99-bdb5-6d2e05b7688b@roeck-us.net>

On 20-06-24, 09:30, Guenter Roeck wrote:
> On Wed, May 29, 2024 at 02:02:45PM +0800, Richard Zhu wrote:
> > Add i.MX8QM HSIO PHY driver support.
> > 
> > i.MX8QM HSIO has three lane PHY instances, and can be bound to the
> > following controllers in the different use cases listed in below table.
> > - two lanes capable PCIEA controller.
> > - one lane PCIEB controller.
> > - AHCI SATA controller.
> > 
> > i.MX8QM HSIO PHYs support the following use cases.
> > +----------------------------------------------------+
> > |                               | Lane0| Lane1| Lane2|
> > |-------------------------------|------|------|------|
> > | use case 1: PCIEAX2SATA       | PCIEA| PCIEA| SATA |
> > |-------------------------------|------|------|------|
> > | use case 2: PCIEAX2PCIEB      | PCIEA| PCIEA| PCIEB|
> > |-------------------------------|------|------|------|
> > | use case 3: PCIEAPCIEBSATA    | PCIEA| PCIEB| SATA |
> > +----------------------------------------------------+
> > 
> > Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
> > Reviewed-by: Frank Li <Frank.Li@nxp.com>
> 
> Building alpha:allmodconfig ... failed
> --------------
> Error log:
> drivers/phy/freescale/phy-fsl-imx8qm-hsio.c: In function 'imx_hsio_set_mode':
> drivers/phy/freescale/phy-fsl-imx8qm-hsio.c:459:15: error: implicit declaration of function 'FIELD_PREP'

It should be fixed in -next tomorrow. I have applied a patch for that

-- 
~Vinod

-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

  reply	other threads:[~2024-06-20 16:36 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-29  6:02 [PATCH v7 0/2] Add i.MX8Q HSIO PHY support Richard Zhu
2024-05-29  6:02 ` Richard Zhu
2024-05-29  6:02 ` Richard Zhu
2024-05-29  6:02 ` [PATCH v7 1/2] dt-bindings: phy: Add i.MX8Q HSIO SerDes PHY binding Richard Zhu
2024-05-29  6:02   ` Richard Zhu
2024-05-29  6:02   ` Richard Zhu
2024-05-29  6:02 ` [PATCH v7 2/2] phy: freescale: imx8qm-hsio: Add i.MX8QM HSIO PHY driver support Richard Zhu
2024-05-29  6:02   ` Richard Zhu
2024-05-29  6:02   ` Richard Zhu
2024-06-20 16:30   ` Guenter Roeck
2024-06-20 16:30     ` Guenter Roeck
2024-06-20 16:36     ` Vinod Koul [this message]
2024-06-20 16:36       ` Vinod Koul
2024-06-20 16:53     ` Fabio Estevam
2024-06-20 16:53       ` Fabio Estevam
2024-06-15 18:52 ` [PATCH v7 0/2] Add i.MX8Q HSIO PHY support Vinod Koul
2024-06-15 18:52   ` Vinod Koul

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=ZnRailvwM1hMtyFD@matsya \
    --to=vkoul@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=conor@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=frank.li@nxp.com \
    --cc=hongxing.zhu@nxp.com \
    --cc=imx@lists.linux.dev \
    --cc=kernel@pengutronix.de \
    --cc=kishon@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-phy@lists.infradead.org \
    --cc=linux@roeck-us.net \
    --cc=robh+dt@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.