Re: [PATCH 7/9] SERIAL: MIPS: lantiq: convert serial driver to clkdev api
From: John Crispin <hidden>
Date: 2012-02-17 16:48:14
Also in:
linux-mips
From: John Crispin <hidden>
Date: 2012-02-17 16:48:14
Also in:
linux-mips
Hi Sergei,
The comment doesn't match the essence of patch.
sorry
Why not just clk_get(&pdev->dev, NULL)? WBR, Sergei
clk_get_sys uses the clkdev lookup table, which is added by this series. it makes the clock code consistent throughout the lantiq related files. we use clk connections other places, which we cannot reference with clk_get that easily John