From: Shawn Guo <shawnguo@kernel.org>
To: Lucas Stach <l.stach@pengutronix.de>
Cc: Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@codeaurora.org>,
Rob Herring <robh+dt@kernel.org>,
Fabio Estevam <fabio.estevam@nxp.com>,
linux-clk@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de,
patchwork-lst@pengutronix.de,
"A . s . Dong" <aisheng.dong@nxp.com>,
linux-imx@nxp.com
Subject: Re: [PATCH v2 4/4] clk: imx: add clock driver for i.MX8MQ CCM
Date: Sat, 24 Feb 2018 11:54:05 +0800 [thread overview]
Message-ID: <20180224035404.GZ3217@dragon> (raw)
In-Reply-To: <20180201175412.9480-4-l.stach@pengutronix.de>
On Thu, Feb 01, 2018 at 06:54:12PM +0100, Lucas Stach wrote:
> + for (i = 0; i < IMX8MQ_CLK_END; i++)
> + if (IS_ERR(clks[i]))
> + pr_err("i.MX8mq clk %u register failed with %ld\n",
> + i, PTR_ERR(clks[i]));
We have a helper imx_check_clocks() for this.
Shawn
WARNING: multiple messages have this Message-ID (diff)
From: shawnguo@kernel.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 4/4] clk: imx: add clock driver for i.MX8MQ CCM
Date: Sat, 24 Feb 2018 11:54:05 +0800 [thread overview]
Message-ID: <20180224035404.GZ3217@dragon> (raw)
In-Reply-To: <20180201175412.9480-4-l.stach@pengutronix.de>
On Thu, Feb 01, 2018 at 06:54:12PM +0100, Lucas Stach wrote:
> + for (i = 0; i < IMX8MQ_CLK_END; i++)
> + if (IS_ERR(clks[i]))
> + pr_err("i.MX8mq clk %u register failed with %ld\n",
> + i, PTR_ERR(clks[i]));
We have a helper imx_check_clocks() for this.
Shawn
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Lucas Stach <l.stach@pengutronix.de>
Cc: "A . s . Dong" <aisheng.dong@nxp.com>,
devicetree@vger.kernel.org,
Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@codeaurora.org>,
patchwork-lst@pengutronix.de, Rob Herring <robh+dt@kernel.org>,
linux-imx@nxp.com, kernel@pengutronix.de,
Fabio Estevam <fabio.estevam@nxp.com>,
linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 4/4] clk: imx: add clock driver for i.MX8MQ CCM
Date: Sat, 24 Feb 2018 11:54:05 +0800 [thread overview]
Message-ID: <20180224035404.GZ3217@dragon> (raw)
In-Reply-To: <20180201175412.9480-4-l.stach@pengutronix.de>
On Thu, Feb 01, 2018 at 06:54:12PM +0100, Lucas Stach wrote:
> + for (i = 0; i < IMX8MQ_CLK_END; i++)
> + if (IS_ERR(clks[i]))
> + pr_err("i.MX8mq clk %u register failed with %ld\n",
> + i, PTR_ERR(clks[i]));
We have a helper imx_check_clocks() for this.
Shawn
next prev parent reply other threads:[~2018-02-24 3:54 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-01 17:54 [PATCH v2 1/4] dt-bindings: add binding for i.MX8MQ CCM Lucas Stach
2018-02-01 17:54 ` Lucas Stach
2018-02-01 17:54 ` Lucas Stach
2018-02-01 17:54 ` [PATCH v2 2/4] clk: imx: add fractional PLL output clock Lucas Stach
2018-02-01 17:54 ` Lucas Stach
2018-02-23 6:55 ` Shawn Guo
2018-02-23 6:55 ` Shawn Guo
2018-02-23 6:55 ` Shawn Guo
2018-02-28 10:14 ` Dong Aisheng
2018-02-28 10:14 ` Dong Aisheng
2018-02-28 10:14 ` Dong Aisheng
2018-02-01 17:54 ` [PATCH v2 3/4] clk: imx: add SCCG PLL type Lucas Stach
2018-02-01 17:54 ` Lucas Stach
2018-02-01 17:54 ` Lucas Stach
2018-02-23 8:46 ` Shawn Guo
2018-02-23 8:46 ` Shawn Guo
2018-02-23 8:46 ` Shawn Guo
2018-02-28 12:03 ` Dong Aisheng
2018-02-28 12:03 ` Dong Aisheng
2018-02-28 12:03 ` Dong Aisheng
2018-02-01 17:54 ` [PATCH v2 4/4] clk: imx: add clock driver for i.MX8MQ CCM Lucas Stach
2018-02-01 17:54 ` Lucas Stach
2018-02-23 9:20 ` Shawn Guo
2018-02-23 9:20 ` Shawn Guo
2018-02-23 9:20 ` Shawn Guo
2018-02-24 3:54 ` Shawn Guo [this message]
2018-02-24 3:54 ` Shawn Guo
2018-02-24 3:54 ` Shawn Guo
2018-02-28 12:23 ` Dong Aisheng
2018-02-28 12:23 ` Dong Aisheng
2018-02-28 12:23 ` Dong Aisheng
2018-03-15 21:33 ` Sascha Hauer
2018-03-15 21:33 ` Sascha Hauer
2018-03-15 21:33 ` Sascha Hauer
2018-03-16 10:10 ` Lucas Stach
2018-03-16 10:10 ` Lucas Stach
2018-03-16 10:10 ` Lucas Stach
2018-03-16 10:29 ` A.s. Dong
2018-03-16 10:29 ` A.s. Dong
2018-03-16 10:29 ` A.s. Dong
2018-02-12 13:35 ` [PATCH v2 1/4] dt-bindings: add binding " Shawn Guo
2018-02-12 13:35 ` Shawn Guo
2018-02-12 13:35 ` Shawn Guo
2018-02-22 3:55 ` Shawn Guo
2018-02-22 3:55 ` Shawn Guo
2018-02-22 3:55 ` Shawn Guo
2018-02-22 14:12 ` Shawn Guo
2018-02-22 14:12 ` Shawn Guo
2018-02-23 9:29 ` Shawn Guo
2018-02-23 9:29 ` Shawn Guo
2018-02-23 4:05 ` Shawn Guo
2018-02-23 4:05 ` Shawn Guo
2018-02-23 4:05 ` Shawn Guo
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=20180224035404.GZ3217@dragon \
--to=shawnguo@kernel.org \
--cc=aisheng.dong@nxp.com \
--cc=devicetree@vger.kernel.org \
--cc=fabio.estevam@nxp.com \
--cc=kernel@pengutronix.de \
--cc=l.stach@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-imx@nxp.com \
--cc=mturquette@baylibre.com \
--cc=patchwork-lst@pengutronix.de \
--cc=robh+dt@kernel.org \
--cc=sboyd@codeaurora.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.