From: Andy Shevchenko <andriy.shevchenko@intel.com>
To: Wan Ahmad Zainie <wan.ahmad.zainie.wan.mohamad@intel.com>
Cc: kishon@ti.com, vkoul@kernel.org, robh+dt@kernel.org,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
adrian.hunter@intel.com
Subject: Re: [PATCH v3 2/2] phy: intel: Add Keem Bay eMMC PHY support
Date: Mon, 8 Jun 2020 13:07:54 +0300 [thread overview]
Message-ID: <20200608100754.GD2428291@smile.fi.intel.com> (raw)
In-Reply-To: <20200608081501.29558-3-wan.ahmad.zainie.wan.mohamad@intel.com>
On Mon, Jun 08, 2020 at 04:15:01PM +0800, Wan Ahmad Zainie wrote:
> Add support for eMMC PHY on Intel Keem Bay SoC.
I think I commented on something already.
...
> + if (ret) {
> + dev_err(&phy->dev, "dllrdy failed, ret=%d\n", ret);
> + return ret;
> + }
> +
> + return 0;
return ret;
...
> + if (IS_ERR(priv->emmcclk)) {
> + dev_err(&phy->dev, "ERROR: getting emmcclk\n");
> + return PTR_ERR(priv->emmcclk);
> + }
> +
> + return 0;
return PTR_ERR_OR_ZERO(...);
...
> + priv->syscfg = devm_regmap_init_mmio(dev, base,
> + &keembay_regmap_config);
One line.
--
With Best Regards,
Andy Shevchenko
next prev parent reply other threads:[~2020-06-08 10:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-08 8:14 [PATCH v3 0/2] " Wan Ahmad Zainie
2020-06-08 8:15 ` [PATCH v3 1/2] dt-bindings: phy: intel: Add Keem Bay eMMC PHY bindings Wan Ahmad Zainie
2020-06-08 8:15 ` [PATCH v3 2/2] phy: intel: Add Keem Bay eMMC PHY support Wan Ahmad Zainie
2020-06-08 10:07 ` Andy Shevchenko [this message]
2020-06-08 10:37 ` Wan Mohamad, Wan Ahmad Zainie
2020-06-08 12:44 ` Shevchenko, Andriy
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=20200608100754.GD2428291@smile.fi.intel.com \
--to=andriy.shevchenko@intel.com \
--cc=adrian.hunter@intel.com \
--cc=devicetree@vger.kernel.org \
--cc=kishon@ti.com \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=vkoul@kernel.org \
--cc=wan.ahmad.zainie.wan.mohamad@intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®