Re: [PATCH] clk: versaclock: Remove xlate function

2022-01-15 Thread Sean Anderson
On Wed, 1 Dec 2021 15:13:17 -0500, Sean Anderson wrote: > This function is the same as the default xlate. Remove it. > > Applied, thanks! [1/1] clk: versaclock: Remove xlate function commit: e4e8e01a194e256f2b85b9f97b52d93dde5238f5 Best regards, -- Sean Anderson

Re: [PATCH] clk: versaclock: Remove xlate function

2021-12-06 Thread Adam Ford
On Wed, Dec 1, 2021 at 2:13 PM Sean Anderson wrote: > > This function is the same as the default xlate. Remove it. > I compared 'clk dump' before and after this patch, and they both appear to show the same clock tree and rates for the versaclock and the USB scan appears to identify the attached

[PATCH] clk: versaclock: Remove xlate function

2021-12-01 Thread Sean Anderson
This function is the same as the default xlate. Remove it. Signed-off-by: Sean Anderson --- drivers/clk/clk_versaclock.c | 19 --- 1 file changed, 19 deletions(-) diff --git a/drivers/clk/clk_versaclock.c b/drivers/clk/clk_versaclock.c index 578668bcf8..26c014cc4f 100644 ---