From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartlomiej Zolnierkiewicz Subject: Re: [PATCH] palm_bk3710: fix resource management Date: Mon, 16 Jun 2008 22:03:08 +0200 Message-ID: <200806162203.08937.bzolnier@gmail.com> References: <200806162220.35499.sshtylyov@ru.mvista.com> <200806162134.10579.bzolnier@gmail.com> <4856C1FE.5030907@ru.mvista.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from an-out-0708.google.com ([209.85.132.245]:44556 "EHLO an-out-0708.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750911AbYFPUBd (ORCPT ); Mon, 16 Jun 2008 16:01:33 -0400 Received: by an-out-0708.google.com with SMTP id d40so1232557and.103 for ; Mon, 16 Jun 2008 13:01:32 -0700 (PDT) In-Reply-To: <4856C1FE.5030907@ru.mvista.com> Content-Disposition: inline Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Sergei Shtylyov Cc: linux-ide@vger.kernel.org On Monday 16 June 2008, Sergei Shtylyov wrote: > Hello. > > Bartlomiej Zolnierkiewicz wrote: > > >>The driver expected a *virtual* address in the IDE platform device's memory > >>resource and didn't request the memory region for the register block. Fix this > >>taking into account the fact that DaVinci SoC devices are fixed-mapped to the > >>virtual memory early and we can get their virtual addresses using IO_ADDRESS() > >>macro, not having to call ioremap()... > > >>While at it, also do some cosmetic changes... > > >>--- > >>The patch is against the recent Linus' tree. > > > looks OK but please S-o-b it > > Done. I often forget about it, silly SOB. :-) thanks, applied