From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from nbd.name ([46.4.11.11]:55753 "EHLO nbd.name" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751323Ab2BQQsq (ORCPT ); Fri, 17 Feb 2012 11:48:46 -0500 Message-ID: <4F3E84AA.9080204@openwrt.org> Date: Fri, 17 Feb 2012 17:47:38 +0100 From: John Crispin MIME-Version: 1.0 To: Sergei Shtylyov CC: Ralf Baechle , linux-mips@linux-mips.org, linux-watchdog@vger.kernel.org Subject: Re: [PATCH 9/9] WDT: MIPS: lantiq: convert watchdog driver to clkdev api References: <1329474800-20979-1-git-send-email-blogic@openwrt.org> <1329474800-20979-10-git-send-email-blogic@openwrt.org> <4F3E9129.9040704@mvista.com> In-Reply-To: <4F3E9129.9040704@mvista.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@vger.kernel.org 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