Re: [PATCH 9/9] WDT: MIPS: lantiq: convert watchdog driver to clkdev api
From: John Crispin <hidden>
Date: 2012-02-17 16:47:52
Also in:
linux-watchdog
From: John Crispin <hidden>
Date: 2012-02-17 16:47:52
Also in:
linux-watchdog
Hi Sergei,
( The comment doesn't match the essence of patch. )
Again, you're doing something different.
sorry
Why not 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