From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751459AbbJBA1J (ORCPT ); Thu, 1 Oct 2015 20:27:09 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:59602 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751419AbbJBA1A (ORCPT ); Thu, 1 Oct 2015 20:27:00 -0400 Date: Thu, 1 Oct 2015 17:26:58 -0700 From: Stephen Boyd To: Andy Shevchenko Cc: linux-kernel@vger.kernel.org, heikki.krogerus@linux.intel.com, linux-clk@vger.kernel.org Subject: Re: [PATCH v6 2/5] clk: fractional-divider: keep mwidth and nwidth internally Message-ID: <20151002002658.GF12338@codeaurora.org> References: <1442937252-50281-1-git-send-email-andriy.shevchenko@linux.intel.com> <1442937252-50281-3-git-send-email-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1442937252-50281-3-git-send-email-andriy.shevchenko@linux.intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/22, Andy Shevchenko wrote: > The patch adds mwidth and nwidth fields to the struct clk_fractional_divider > for further usage. While here, use GENMASK() instead of open coding this > functionality. > > Reviewed-by: Heikki Krogerus > Signed-off-by: Andy Shevchenko > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project