From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from imap.sh.mvista.com (unknown [63.81.120.155]) by ozlabs.org (Postfix) with ESMTP id 34D0BDDFDD for ; Wed, 5 Dec 2007 04:07:55 +1100 (EST) Message-ID: <47558979.40002@ru.mvista.com> Date: Tue, 04 Dec 2007 20:08:09 +0300 From: Sergei Shtylyov MIME-Version: 1.0 To: Anton Vorontsov Subject: Re: [PATCH v2 4/4] [libata] pata_platform: s/ioport_shift/reg_shift/g References: <20071204170442.GA10460@localhost.localdomain> <20071204170745.GD15599@localhost.localdomain> In-Reply-To: <20071204170745.GD15599@localhost.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Cc: Jeff Garzik , Arnd Bergmann , linux-ide@vger.kernel.org, linuxppc-dev@ozlabs.org, Paul Mundt , Olof Johansson List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hello. Anton Vorontsov wrote: > This patch renames ioport_shift member of pata_platform_info > structure to reg_shift. Users of pata_platform are followed > appropriately. > Rationale of that change is: shifting applies to the whole memory > mapped region, not only to the command block of the ATA registers, > despite the fact that shifting is meaningless for ctl register. > This patch should make Sergei Shtylyov a bit more happy. ;-) In fact, I don't care about how platform driver calls this stuff. ;-) I only care about the property name. MBR, Sergei