lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 27 Apr 2016 15:48:30 +0300
From:	Tero Kristo <t-kristo@...com>
To:	Franklin S Cooper Jr <fcooper@...com>, <thierry.reding@...il.com>,
	<robh+dt@...nel.org>, <tony@...mide.com>, <paul@...an.com>,
	<linux-pwm@...r.kernel.org>, <devicetree@...r.kernel.org>,
	<linux-kernel@...r.kernel.org>, <linux-omap@...r.kernel.org>,
	<linux-arm-kernel@...ts.infradead.org>,
	<linux-clk@...r.kernel.org>, <vigneshr@...com>, <nsekhar@...com>
Subject: Re: [PATCH v7 1/9] clk: ti: am335x/am4372: Add tbclk to pwm node

On 27/04/16 01:36, Franklin S Cooper Jr wrote:
> Add tblck to the pwm nodes. This insures that the ehrpwm driver has access
> to the time-based clk.
>
> Do not remove similar entries for ehrpwm node. Later patches will switch
> from using ehrpwm node name to pwm. But to maintain ABI compatibility we
> shouldn't remove the old entries.
>
> Signed-off-by: Franklin S Cooper Jr <fcooper@...com>
> Acked-by: Stephen Boyd <sboyd@...eaurora.org>

I don't like adding new clock aliases to the list as I am trying to get 
rid of them, but in this case we can't avoid it I believe. Thus,

Acked-by: Tero Kristo <t-kristo@...com>

> ---
>   drivers/clk/ti/clk-33xx.c | 3 +++
>   drivers/clk/ti/clk-43xx.c | 6 ++++++
>   2 files changed, 9 insertions(+)
>
> diff --git a/drivers/clk/ti/clk-33xx.c b/drivers/clk/ti/clk-33xx.c
> index ef2ec64..0e47d95 100644
> --- a/drivers/clk/ti/clk-33xx.c
> +++ b/drivers/clk/ti/clk-33xx.c
> @@ -108,6 +108,9 @@ static struct ti_dt_clk am33xx_clks[] = {
>   	DT_CLK("48300200.ehrpwm", "tbclk", "ehrpwm0_tbclk"),
>   	DT_CLK("48302200.ehrpwm", "tbclk", "ehrpwm1_tbclk"),
>   	DT_CLK("48304200.ehrpwm", "tbclk", "ehrpwm2_tbclk"),
> +	DT_CLK("48300200.pwm", "tbclk", "ehrpwm0_tbclk"),
> +	DT_CLK("48302200.pwm", "tbclk", "ehrpwm1_tbclk"),
> +	DT_CLK("48304200.pwm", "tbclk", "ehrpwm2_tbclk"),
>   	{ .node_name = NULL },
>   };
>
> diff --git a/drivers/clk/ti/clk-43xx.c b/drivers/clk/ti/clk-43xx.c
> index 097fc90..7255aa8 100644
> --- a/drivers/clk/ti/clk-43xx.c
> +++ b/drivers/clk/ti/clk-43xx.c
> @@ -115,6 +115,12 @@ static struct ti_dt_clk am43xx_clks[] = {
>   	DT_CLK("48306200.ehrpwm", "tbclk", "ehrpwm3_tbclk"),
>   	DT_CLK("48308200.ehrpwm", "tbclk", "ehrpwm4_tbclk"),
>   	DT_CLK("4830a200.ehrpwm", "tbclk", "ehrpwm5_tbclk"),
> +	DT_CLK("48300200.pwm", "tbclk", "ehrpwm0_tbclk"),
> +	DT_CLK("48302200.pwm", "tbclk", "ehrpwm1_tbclk"),
> +	DT_CLK("48304200.pwm", "tbclk", "ehrpwm2_tbclk"),
> +	DT_CLK("48306200.pwm", "tbclk", "ehrpwm3_tbclk"),
> +	DT_CLK("48308200.pwm", "tbclk", "ehrpwm4_tbclk"),
> +	DT_CLK("4830a200.pwm", "tbclk", "ehrpwm5_tbclk"),
>   	{ .node_name = NULL },
>   };
>
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ