All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: Adam Ford <aford173@gmail.com>
Cc: arm-soc <linux-arm-kernel@lists.infradead.org>,
	"Dong Aisheng" <aisheng.dong@nxp.com>,
	"Abel Vesa" <abel.vesa@nxp.com>,
	devicetree <devicetree@vger.kernel.org>,
	"Shawn Guo" <shawnguo@kernel.org>,
	"Guido Günther" <agx@sigxcpu.org>,
	"Rob Herring" <robh+dt@kernel.org>,
	"NXP Linux Team" <linux-imx@nxp.com>,
	"Fabio Estevam" <festevam@gmail.com>,
	"Lucas Stach" <l.stach@pengutronix.de>
Subject: Re: [PATCH 1/5] Documentation: bindings: clk: Add bindings for i.MX8MM BLK_CTL
Date: Wed, 7 Oct 2020 22:01:05 +0200	[thread overview]
Message-ID: <bb982b4f-3510-6663-0e4c-66a7c34b8d62@denx.de> (raw)
In-Reply-To: <CAHCN7xKyRcZQcZunw6nLpWKWNXWJs4V_fPoQbijVrv6LbuFdYQ@mail.gmail.com>

On 10/7/20 9:52 PM, Adam Ford wrote:
> On Sun, Oct 4, 2020 at 12:53 AM Marek Vasut <marex@denx.de> wrote:
>>
>> Add the i.MX8MM BLK_CTL compatible string to the list.
[...]
>> ---
>>  Documentation/devicetree/bindings/clock/fsl,imx-blk-ctl.yaml | 1 +
>>  1 file changed, 1 insertion(+)
>>
> 
> Is there a DTSI change part of this patch?  I was going to try to test
> it, but  I am not seeing a change to the imx8mm.dtsi, and I am not
> sure where to put the node.

There are in fact quite a few other pieces you need to have in place,
this patchset in itself is not particularly useful, it is just infra for
the LCDIF and MIPI DSIM block control. You might want to wait until they
all land in next and test that result.

WARNING: multiple messages have this Message-ID (diff)
From: Marek Vasut <marex@denx.de>
To: Adam Ford <aford173@gmail.com>
Cc: "Dong Aisheng" <aisheng.dong@nxp.com>,
	devicetree <devicetree@vger.kernel.org>,
	"Abel Vesa" <abel.vesa@nxp.com>,
	"Fabio Estevam" <festevam@gmail.com>,
	"Guido Günther" <agx@sigxcpu.org>,
	"Rob Herring" <robh+dt@kernel.org>,
	"NXP Linux Team" <linux-imx@nxp.com>,
	"Shawn Guo" <shawnguo@kernel.org>,
	arm-soc <linux-arm-kernel@lists.infradead.org>,
	"Lucas Stach" <l.stach@pengutronix.de>
Subject: Re: [PATCH 1/5] Documentation: bindings: clk: Add bindings for i.MX8MM BLK_CTL
Date: Wed, 7 Oct 2020 22:01:05 +0200	[thread overview]
Message-ID: <bb982b4f-3510-6663-0e4c-66a7c34b8d62@denx.de> (raw)
In-Reply-To: <CAHCN7xKyRcZQcZunw6nLpWKWNXWJs4V_fPoQbijVrv6LbuFdYQ@mail.gmail.com>

On 10/7/20 9:52 PM, Adam Ford wrote:
> On Sun, Oct 4, 2020 at 12:53 AM Marek Vasut <marex@denx.de> wrote:
>>
>> Add the i.MX8MM BLK_CTL compatible string to the list.
[...]
>> ---
>>  Documentation/devicetree/bindings/clock/fsl,imx-blk-ctl.yaml | 1 +
>>  1 file changed, 1 insertion(+)
>>
> 
> Is there a DTSI change part of this patch?  I was going to try to test
> it, but  I am not seeing a change to the imx8mm.dtsi, and I am not
> sure where to put the node.

There are in fact quite a few other pieces you need to have in place,
this patchset in itself is not particularly useful, it is just infra for
the LCDIF and MIPI DSIM block control. You might want to wait until they
all land in next and test that result.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2020-10-07 20:03 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-03 22:45 [PATCH 1/5] Documentation: bindings: clk: Add bindings for i.MX8MM BLK_CTL Marek Vasut
2020-10-03 22:45 ` Marek Vasut
2020-10-03 22:45 ` [PATCH 2/5] dt-bindings: clock: imx8mm: Add media blk_ctl clock IDs Marek Vasut
2020-10-03 22:45   ` Marek Vasut
2020-10-06 21:12   ` Rob Herring
2020-10-06 21:12     ` Rob Herring
2020-10-03 22:45 ` [PATCH 3/5] dt-bindings: reset: imx8mm: Add media blk_ctl reset IDs Marek Vasut
2020-10-03 22:45   ` Marek Vasut
2020-10-06 21:12   ` Rob Herring
2020-10-06 21:12     ` Rob Herring
2020-10-03 22:45 ` [PATCH 4/5] clk: imx: Fix rewriting of hws by resets in generic blk-ctl driver Marek Vasut
2020-10-03 22:45 ` [PATCH 5/5] clk: imx: Add blk-ctl driver for i.MX8MM Marek Vasut
2020-10-06 21:12 ` [PATCH 1/5] Documentation: bindings: clk: Add bindings for i.MX8MM BLK_CTL Rob Herring
2020-10-06 21:12   ` Rob Herring
2020-10-07 19:52 ` Adam Ford
2020-10-07 19:52   ` Adam Ford
2020-10-07 20:01   ` Marek Vasut [this message]
2020-10-07 20:01     ` Marek Vasut
2020-10-07 20:08     ` Adam Ford
2020-10-07 20:08       ` Adam Ford
2020-10-07 20:17       ` Adam Ford
2020-10-07 20:17         ` Adam Ford
2020-10-07 20:50         ` Marek Vasut
2020-10-07 20:50           ` Marek Vasut
2020-11-30 11:47           ` Frieder Schrempf
2020-11-30 11:47             ` Frieder Schrempf
2020-11-30 15:43             ` Adam Ford
2020-11-30 15:43               ` Adam Ford
2020-12-10 15:14               ` Frieder Schrempf
2020-12-10 15:14                 ` Frieder Schrempf
2020-12-16 21:24                 ` Tim Harvey
2020-12-16 21:24                   ` Tim Harvey
2020-12-22  9:07                   ` Frieder Schrempf
2020-12-22  9:07                     ` Frieder Schrempf
2021-02-04 12:46 ` Adam Ford
2021-02-04 12:46   ` Adam Ford

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=bb982b4f-3510-6663-0e4c-66a7c34b8d62@denx.de \
    --to=marex@denx.de \
    --cc=abel.vesa@nxp.com \
    --cc=aford173@gmail.com \
    --cc=agx@sigxcpu.org \
    --cc=aisheng.dong@nxp.com \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=l.stach@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=robh+dt@kernel.org \
    --cc=shawnguo@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.