From patchwork Wed Nov 23 11:06:26 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 9442983 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 858996075F for ; Wed, 23 Nov 2016 11:09:02 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 86DE8203B9 for ; Wed, 23 Nov 2016 11:09:02 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7B81F2236A; Wed, 23 Nov 2016 11:09:02 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 380D7203B9 for ; Wed, 23 Nov 2016 11:09:02 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1c9VOk-0003pd-FQ; Wed, 23 Nov 2016 11:07:30 +0000 Received: from mail-wj0-x234.google.com ([2a00:1450:400c:c01::234]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1c9VOE-0003QO-8u for linux-arm-kernel@lists.infradead.org; Wed, 23 Nov 2016 11:06:59 +0000 Received: by mail-wj0-x234.google.com with SMTP id v7so7248769wjy.2 for ; Wed, 23 Nov 2016 03:06:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=H2bnQVtu9dWoRhSOGr4oKq9Z9NstY1bdpelO72n/ZV4=; b=VjmWzYCOSeSIfxt9EFUiAoxzr9pO7Njy/Oj6C1p4L6XRlW5kYpGSkKgvwAc17ZzNWs g2YJ37uU8CiFnqysqdrMTHChEZy1lFOA01g7DTlaqftXSgSHzlsrD16zNuyoCFV1Vr01 MMdb1pyqGd2RjEqUUuOf+5YTgkLXXRu9RJsCrWPutLXqCFhKtrmRGf5b2Cu4O5an8xqe G4Q34ZqCU/S4j3M4RQG6qi6iCgdqpOKnAKClRE7bV/tlVZIZ7nx4sh+3GudZ163v7QV4 Rfde78BcS09xJH/VJ/To8VloZScLtG1plv0f/5LoyVmfqnoyeokLLTDjU6aAHoiI0ycu b/fA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=H2bnQVtu9dWoRhSOGr4oKq9Z9NstY1bdpelO72n/ZV4=; b=bGSjnuH/xoEqtgrqD0vFByVw2DRpc82ID/LW/E2KgfkIDHjtoFrs9nba5JbmkUC+Op OqABTielzmFchPmFEu1fXRzBXF8P46WZajnZp87aQGu49NyE33b0dmhICd3/uPPyiauP alKghc/2HlaoRJYJ6PQPM44V27TuUORyiowgo0RnBkkN1jSwLzFXgO9/UQbBpWHuf6BO FJZXXux2p74p8GQ7JT2a0H+K0YQS8w0oAjP7lM59UUSoXx4MNi49h3/3PGUTKtjTMMPr eqt5uXz54wtnD/Dd5XpjY3lnpbrsyD99ChXTQdgu3HvgUReNZNng6vfiuUmY+4mUT9J/ oIXQ== X-Gm-Message-State: AKaTC01NkZNJFS3HA03Y28EyOC8wHOrIV9zXstyJ4K8kNjs4xOKVTuYDDs56lG/bnJ7oBdmm X-Received: by 10.194.100.225 with SMTP id fb1mr2753057wjb.128.1479899196076; Wed, 23 Nov 2016 03:06:36 -0800 (PST) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id f10sm35746800wjl.28.2016.11.23.03.06.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 23 Nov 2016 03:06:35 -0800 (PST) From: Bartosz Golaszewski To: Kevin Hilman , Michael Turquette , Sekhar Nori , Rob Herring , Frank Rowand , Mark Rutland , Peter Ujfalusi , Russell King Subject: [PATCH v3 2/3] memory: da8xx-ddrctl: drop the call to of_flat_dt_get_machine_name() Date: Wed, 23 Nov 2016 12:06:26 +0100 Message-Id: <1479899187-10199-3-git-send-email-bgolaszewski@baylibre.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1479899187-10199-1-git-send-email-bgolaszewski@baylibre.com> References: <1479899187-10199-1-git-send-email-bgolaszewski@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20161123_030658_562709_F81D4227 X-CRM114-Status: GOOD ( 15.34 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-devicetree , David Airlie , LKML , linux-drm , Bartosz Golaszewski , Tomi Valkeinen , Jyri Sarha , Sudeep Holla , Robin Murphy , arm-soc , Laurent Pinchart MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP In order to avoid a section mismatch use a locally implemented routine instead of of_flat_dt_get_machine_name() when printing the error message. Signed-off-by: Bartosz Golaszewski --- drivers/memory/da8xx-ddrctl.c | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/drivers/memory/da8xx-ddrctl.c b/drivers/memory/da8xx-ddrctl.c index a20e7bb..1b962ee 100644 --- a/drivers/memory/da8xx-ddrctl.c +++ b/drivers/memory/da8xx-ddrctl.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include @@ -71,6 +70,26 @@ static const struct da8xx_ddrctl_board_settings da8xx_ddrctl_board_confs[] = { }, }; +/* + * FIXME Remove this function once of/base gets a general routine for getting + * the machine model/compatible string. + */ +static const char *da8xx_ddrctl_machine_get_compatible(void) +{ + struct device_node *root; + const char *compatible; + int ret = -1; + + root = of_find_node_by_path("/"); + if (root) { + ret = of_property_read_string_index(root, "compatible", + 0, &compatible); + of_node_put(root); + } + + return ret ? NULL : compatible; +} + static const struct da8xx_ddrctl_config_knob * da8xx_ddrctl_match_knob(const struct da8xx_ddrctl_setting *setting) { @@ -118,7 +137,7 @@ static int da8xx_ddrctl_probe(struct platform_device *pdev) setting = da8xx_ddrctl_get_board_settings(); if (!setting) { dev_err(dev, "no settings for board '%s'\n", - of_flat_dt_get_machine_name()); + da8xx_ddrctl_machine_get_compatible()); return -EINVAL; }