From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751147AbcCFWOZ (ORCPT ); Sun, 6 Mar 2016 17:14:25 -0500 Received: from mail-pf0-f182.google.com ([209.85.192.182]:34037 "EHLO mail-pf0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751341AbcCFWNu (ORCPT ); Sun, 6 Mar 2016 17:13:50 -0500 Date: Sun, 6 Mar 2016 12:04:03 -0800 From: Olof Johansson To: Enric Balletbo i Serra Cc: linux-kernel@vger.kernel.org, Gene Chen , Benson Leung , Aaron Durbin , Filipe Brandenburger , Ben Zhang , Olof Johansson , Gustavo Padovan Subject: Re: [PATCHv2 2/3] platform/chrome: pstore: probe for ramoops buffer using acpi Message-ID: <20160306200403.GC20171@localhost> References: <1455607516-6142-1-git-send-email-enric.balletbo@collabora.com> <1455607516-6142-3-git-send-email-enric.balletbo@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1455607516-6142-3-git-send-email-enric.balletbo@collabora.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 16, 2016 at 08:25:15AM +0100, Enric Balletbo i Serra wrote: > From: Aaron Durbin > > In order to handle the firmware placing the ramoops buffer > in a different location than the kernel is configured to look > probe for an ACPI device specified by GOOG9999 acpi id. If > no device is found or the first memory resource is not defined > properly fall back to the configured base and length. > > Signed-off-by: Aaron Durbin > Signed-off-by: Ben Zhang > Signed-off-by: Filipe Brandenburger > Signed-off-by: Enric Balletbo i Serra > Reviewed-by: Olof Johansson Applied, thanks. -Olof