From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754416AbXGGO4R (ORCPT ); Sat, 7 Jul 2007 10:56:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751474AbXGGO4G (ORCPT ); Sat, 7 Jul 2007 10:56:06 -0400 Received: from lixom.net ([66.141.50.11]:35418 "EHLO mail.lixom.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751465AbXGGO4F (ORCPT ); Sat, 7 Jul 2007 10:56:05 -0400 Date: Sat, 7 Jul 2007 10:07:08 -0500 To: Vitaly Bordug Cc: linux-ide@vger.kernel.org, linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] [POWERPC] mmio ide support for mpc8349-itx target Message-ID: <20070707150708.GA5387@lixom.net> References: <20070707094852.9473.21013.stgit@localhost.localdomain> <20070707094900.9473.48577.stgit@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070707094900.9473.48577.stgit@localhost.localdomain> User-Agent: Mutt/1.5.13 (2006-08-11) From: olof@lixom.net (Olof Johansson) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jul 07, 2007 at 01:49:00PM +0400, Vitaly Bordug wrote: > > This updates relevant platform code > (freescale mpc8349itx target) to make the CompactFlash > work in TrueIDE mode. Shouldn't you be writing a PCMCIA driver instead for the CF, so it handles other devices as well? Then you get storage "for free", as well as hotplug, etc. It's not hard: http://patchwork.ozlabs.org/linuxppc/patch?person=124&id=12044 -Olof