Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755394Ab1FUKmA (ORCPT ); Tue, 21 Jun 2011 06:42:00 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:63897 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753270Ab1FUKl5 (ORCPT ); Tue, 21 Jun 2011 06:41:57 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=L3/2hcQCYMdg1zaIKmAoQdJKu093ysC/ndcQNLeQWVbrROhigJ8CSkOlqy8V7Q7bW4 hPjby3a+QsTjg7LSPJJ59VJuDDioYtny21iR3ci9S8XUSBANNxWVRJ9+lQ+Lvq9tP9+y /u+r702rJb/vuJtItnwcLvRtCNwHoU2LlyUHM= Date: Tue, 21 Jun 2011 03:41:49 -0700 From: Dmitry Torokhov To: H Hartley Sweeten Cc: Linux Kernel , ARM Kernel , linux-input@vger.kernel.org, linux-fbdev@vger.kernel.org, rpurdie@rpsys.net, lethal@linux-sh.org, tglx@linutronix.de, buytenh@secretlab.ca, Russell King Subject: Re: [PATCH] locomo: drop special locomo_{read/write}l in favor of io{read/write}16 Message-ID: <20110621104148.GB8468@core.coreip.homeip.net> References: <201106201454.18070.hartleys@visionengravers.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201106201454.18070.hartleys@visionengravers.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 Content-Length: 748 Lines: 22 On Mon, Jun 20, 2011 at 02:54:17PM -0700, H Hartley Sweeten wrote: > All the locomo registers are 16-bit ioremap'ed memory addresses. > > Make the locomo drivers use generic purpose io routines: ioread16 > and iowrite16 instead of directly accessing memory. > > There are still a couple checkpatch warnings about lines exceeding > 79 characters. > > Signed-off-by: H Hartley Sweeten Input parts look good to me. Acked-by: Dmitry Torokhov -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/