From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by ozlabs.org (Postfix) with ESMTP id E52C3DDF10 for ; Fri, 27 Jul 2007 05:59:47 +1000 (EST) Received: by ug-out-1314.google.com with SMTP id k40so611262ugc for ; Thu, 26 Jul 2007 12:59:46 -0700 (PDT) From: Bartlomiej Zolnierkiewicz To: Alan Cox Subject: Re: [PATCH 1/2] [IDE] Platform IDE driver (was: MMIO IDE driver) Date: Thu, 26 Jul 2007 21:28:18 +0200 References: <20070725165318.5331.23795.stgit@localhost.localdomain> <20070725184312.44ca7a8c@the-village.bc.nu> In-Reply-To: <20070725184312.44ca7a8c@the-village.bc.nu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200707262128.18720.bzolnier@gmail.com> Cc: linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wednesday 25 July 2007, Alan Cox wrote: > > pata_platform and ide_platform are carrying same driver names, > > to easily switch between these drivers, without need to touch > > platform code. > > > > Signed-off-by: Anton Vorontsov > > Signed-off-by: Vitaly Bordug > > Acked-by: Alan Cox added