| To: | James Bottomley <James.Bottomley@HansenPartnership.com> |
|---|---|
| Subject: | Re: [PATCH 1/2] ide: Add tx4939ide driver |
| From: | Tejun Heo <htejun@gmail.com> |
| Date: | Sat, 04 Oct 2008 11:56:21 +0900 |
| Cc: | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>, Atsushi Nemoto <anemo@mba.ocn.ne.jp>, sshtylyov@ru.mvista.com, linux-mips@linux-mips.org, linux-ide@vger.kernel.org, ralf@linux-mips.org, Jens Axboe <jens.axboe@oracle.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=/lK8CgPdjNqWTvrkrnW14Kan/62yhgEeuXAbeWQSrSc=; b=PZaGXXQS3zA/RpsZQJO5TvtUalBIDTL9q+kDbEb58MZ1vK/KSKIn2IVq3h8yXX8/rc ppBC+DLPD88Zp9J9zC2A7jrpIUwqSAd0YLdDYWethbg/hnFlYkEYoVSdHMEnzoFZxOgf NHSCLHpxFH/HZG2pW+NHWAkOF5YqBx+De5VxA= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=Igoo/pOlY+ZVQTc/dVLWgFSh4SRGSs0IrJOnZdEioCjdoisrtBn33/2Lu4ENCwiImC hJUI6Qj+vI3XVl/7n2grWnqC/UrU4Yj6k3yPOUQnuGejacXJpkWCSCyb2/ba2Cw7q+bv uRbwrTmofHKyBNw5L8KLowZAIIdKc8eQw+j1k= |
| In-reply-to: | <1222787387.3232.26.camel@localhost.localdomain> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <48C851ED.4090607@ru.mvista.com> <48CA8BEE.1090305@ru.mvista.com> <20080913.005904.07457691.anemo@mba.ocn.ne.jp> <200809271819.19510.bzolnier@gmail.com> <48DEAF1F.8040200@gmail.com> <1222787387.3232.26.camel@localhost.localdomain> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Thunderbird 2.0.0.12 (X11/20071114) |
James Bottomley wrote: > On Sun, 2008-09-28 at 07:09 +0900, Tejun Heo wrote: >> Bartlomiej Zolnierkiewicz wrote: >>> On Friday 12 September 2008, Atsushi Nemoto wrote: >>>> On Fri, 12 Sep 2008 19:34:06 +0400, Sergei Shtylyov >>>> <sshtylyov@ru.mvista.com> wrote: >>> [...] >>> >>>>>>>> + __ide_flush_dcache_range((unsigned long)addr, size); >>>>>>> Why is this needed BTW? >>>>>> Do you mean __ide_flush_dcache_range? This is needed to avoid cache >>>>>> inconsistency on PIO drive. PIO transfer only writes to cache but >>>>>> upper layers expects the data is in main memory. >>>>> Hum, then I wonder why it's MIPS specific... >>>> SPARC also have it. And there were some discussions for ARM IIRC. >>> I was under the impression that it has been addressed by Tejun at >>> the higher-layer level (for both ide/libata) long time ago and that >>> MIPS/SPARC code are just a left-overs which could be removed now? >> cc'ing Jens and James. IIRC, I posted several patches but they never >> went in. I don't remember what the objections were or whether any >> alternative fix went in. > > Which patches were these? We have several methods of doing PIO > fallback, the most common one being > scatterlist.c:sg_copy_from/to_buffer() which does the cache coherency. The thread Atsushi found seems to be the correct one. http://lkml.org/lkml/2006/1/13/156 Thanks. -- tejun |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH v2] IDE: Fix platform device registration in Swarm IDE driver, Ralf Baechle |
|---|---|
| Next by Date: | mips : how to make java binary to run on the board, Abhiruchi Gupta |
| Previous by Thread: | Re: [PATCH v2] IDE: Fix platform device registration in Swarm IDE driver, Bartlomiej Zolnierkiewicz |
| Next by Thread: | Re: [PATCH 1/2] ide: Add tx4939ide driver, Jens Axboe |
| Indexes: | [Date] [Thread] [Top] [All Lists] |