From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Z3O6h-0006cA-FO for mharc-grub-devel@gnu.org; Fri, 12 Jun 2015 08:30:47 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39426) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3O6b-0006bq-7f for grub-devel@gnu.org; Fri, 12 Jun 2015 08:30:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z3O6Y-0002Mq-0H for grub-devel@gnu.org; Fri, 12 Jun 2015 08:30:41 -0400 Received: from mail-lb0-x231.google.com ([2a00:1450:4010:c04::231]:35990) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3O6X-0002Me-Oy for grub-devel@gnu.org; Fri, 12 Jun 2015 08:30:37 -0400 Received: by lbbqq2 with SMTP id qq2so19067991lbb.3 for ; Fri, 12 Jun 2015 05:30:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=DkMg8fuOzFXNu6XuFiev/vWG8ghM0YP+rMvCywiOlb4=; b=y7RkooPxotk43sNvjaMxJQ4uhIvuLhC5JrLum064fAeQkmMSnvJmHrIu2t/rS5107d 2T6U9QhkBaXMoJTOXbNCgonoPqL+8xa9bJemJyMGLmkBI6lly/8Wh2f/yrOWibpdJaJV StYsra+jtZL10BVh72h2iUH9EcnVTRGjRTOpe41edzORhCHy/xua76WdOZdiX6LLluTX 9fm+0cR9OtAc6/QswV28nvESxWuEa4obz89C5LgFPPTv0pGGhrJI9GMXskIn/yt8WcNt ZBqKM9zL93uX1NVKcI0nT3JMs4iJFU8RsJWFf4If6zE1f3LHa+tPItZa1ryNlY2b3s37 BaaQ== X-Received: by 10.112.199.10 with SMTP id jg10mr14826571lbc.24.1434112236826; Fri, 12 Jun 2015 05:30:36 -0700 (PDT) Received: from opensuse.site (ppp91-76-14-38.pppoe.mtu-net.ru. [91.76.14.38]) by mx.google.com with ESMTPSA id w7sm808797lag.42.2015.06.12.05.30.36 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 12 Jun 2015 05:30:36 -0700 (PDT) Date: Fri, 12 Jun 2015 15:30:35 +0300 From: Andrei Borzenkov To: Heiher Subject: Re: [PATCH] MIPS: Fix get dma physical address for Loongson Message-ID: <20150612153035.3f617243@opensuse.site> In-Reply-To: References: X-Mailer: Claws Mail 3.11.0 (GTK+ 2.24.28; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::231 Cc: The development of GNU GRUB X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2015 12:30:45 -0000 =D0=92 Fri, 12 Jun 2015 20:28:16 +0800 Heiher =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > Hi, >=20 > I think this is a old mistake. It caused Loongson 3 pci devices are broke= n. > The lowest 29-bit address of dma chunk is physical address. It or > 0x80000000 will be convert to cached virtual address. >=20 Please in future put commit text in your patch, so it can be applied using git am. Thank you.