From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757784Ab2CHS6P (ORCPT ); Thu, 8 Mar 2012 13:58:15 -0500 Received: from mail-yx0-f174.google.com ([209.85.213.174]:61339 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755286Ab2CHS6M (ORCPT ); Thu, 8 Mar 2012 13:58:12 -0500 Date: Thu, 8 Mar 2012 10:58:07 -0800 From: Greg Kroah-Hartman To: Darren Hart Cc: Linux Kernel Mailing List , Tomoya MORINAGA , Feng Tang , Alan Cox , linux-serial@vger.kernel.org Subject: Re: [PATCH 1/4] pch_uart: Use uartclk instead of base_baud Message-ID: <20120308185807.GA19040@kroah.com> References: <8b7e59a1f360a5f1ca9382ff53d9be941ef07f7b.1330539597.git.dvhart@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8b7e59a1f360a5f1ca9382ff53d9be941ef07f7b.1330539597.git.dvhart@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 Wed, Feb 29, 2012 at 10:24:44AM -0800, Darren Hart wrote: > The term "base baud" refers to the fastest baud rate the device can communicate > at. This is clock/16. pch_uart is using base_baud as the clock itself. Rename > the variables to be semantically correct. This patch doesn't apply to my tree, what did you make it against? Care to refresh these against the linux-next tree and resend them so that I can apply them? thanks, greg k-h