From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932191AbaELI3B (ORCPT ); Mon, 12 May 2014 04:29:01 -0400 Received: from mga01.intel.com ([192.55.52.88]:3416 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932111AbaELI27 (ORCPT ); Mon, 12 May 2014 04:28:59 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,1033,1389772800"; d="scan'208";a="530301282" Date: Mon, 12 May 2014 10:09:11 +0300 From: Mika Westerberg To: Heikki Krogerus Cc: Thierry Reding , Alan Cox , Chew Chiau Ee , linux-pwm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] pwm: lpss: remove dependency on clk framework Message-ID: <20140512070911.GW3722@lahna.fi.intel.com> References: <1399624521-26175-1-git-send-email-heikki.krogerus@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1399624521-26175-1-git-send-email-heikki.krogerus@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 09, 2014 at 11:35:21AM +0300, Heikki Krogerus wrote: > Unlike other Intel LPSS devices, the PWM does not have the > clock dividers or the gate. All we get from the clock is the > rate. Since PCI case uses the driver data to get the rate, > we can drop the clk and use the same data also in case of > ACPI. The frequency is the same. > > Signed-off-by: Heikki Krogerus No objections from me, Reviewed-by: Mika Westerberg