[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <dae4ab91ec20e72963f2658efca4874a35dd739e.camel@pengutronix.de>
Date: Fri, 11 Sep 2020 16:26:34 +0200
From: Philipp Zabel <p.zabel@...gutronix.de>
To: Crystal Guo <crystal.guo@...iatek.com>, Suman Anna <s-anna@...com>
Cc: "robh+dt@...nel.org" <robh+dt@...nel.org>,
"matthias.bgg@...il.com" <matthias.bgg@...il.com>,
srv_heupstream <srv_heupstream@...iatek.com>,
"linux-mediatek@...ts.infradead.org"
<linux-mediatek@...ts.infradead.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
Seiya Wang (王迺君)
<seiya.wang@...iatek.com>,
Stanley Chu (朱原陞)
<stanley.chu@...iatek.com>,
Yingjoe Chen (陳英洲)
<Yingjoe.Chen@...iatek.com>,
Fan Chen (陳凡)
<fan.chen@...iatek.com>,
Yong Liang (梁勇)
<Yong.Liang@...iatek.com>
Subject: Re: [v4,3/4] reset-controller: ti: introduce a new reset handler
Hi Crystal,
On Fri, 2020-09-11 at 14:07 +0800, Crystal Guo wrote:
[...]
> Should I add the SoC-specific data as follows?
> This may also modify the ti original code, is it OK?
>
> + data->reset_data = of_device_get_match_data(&pdev->dev);
> +
> + list = of_get_property(np, data->reset_data->reset_bits, &size);
>
> +static const struct common_reset_data ti_reset_data = {
> + .reset_op_available = false,
> + .reset_bits = "ti, reset-bits",
^
That space doesn't belong there.
> +};
> +
> +static const struct common_reset_data mediatek_reset_data = {
> + .reset_op_available = true,
> + .reset_bits = "mediatek, reset-bits",
> +};
I understand Robs comments as meaning "ti,reset-bits" should have been
called "reset-bits" in the first place, and you shouldn't repeat adding
the vendor prefix, as that is implied by the compatible. So this should
probably be just "reset-bits".
Otherwise this looks like it should work.
regards
Philipp
Powered by blists - more mailing lists