From patchwork Fri Jan 13 12:37:59 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 91383 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp169698qgi; Fri, 13 Jan 2017 04:39:50 -0800 (PST) X-Received: by 10.98.101.71 with SMTP id z68mr22448460pfb.165.1484311190667; Fri, 13 Jan 2017 04:39:50 -0800 (PST) Return-Path: Received: from bombadil.infradead.org (bombadil.infradead.org. [198.137.202.9]) by mx.google.com with ESMTPS id l193si12606095pge.297.2017.01.13.04.39.50 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Jan 2017 04:39:50 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 198.137.202.9 as permitted sender) client-ip=198.137.202.9; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@baylibre-com.20150623.gappssmtp.com; spf=pass (google.com: best guess record for domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 198.137.202.9 as permitted sender) smtp.mailfrom=linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cS192-0004XT-50; Fri, 13 Jan 2017 12:39:48 +0000 Received: from mail-wm0-x22b.google.com ([2a00:1450:400c:c09::22b]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cS18d-0003rP-4p for linux-arm-kernel@lists.infradead.org; Fri, 13 Jan 2017 12:39:25 +0000 Received: by mail-wm0-x22b.google.com with SMTP id r126so63371197wmr.0 for ; Fri, 13 Jan 2017 04:39:05 -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=PDwdpbREDTQRpM9xcCPIXVXvReh09eRHsMRhqjfyNVU=; b=c+/QgAxMtSIkLXv+JEoxUlqSnnYVIPkG4lTG4FK7DR8FQFNpUJa5qf5AIcz8XfnmSD wcc0WVS7bY/GU5fej4XkWUoGcoJxwHGYrFp9B9S80/y1fYuM/w5z6NuRND0bg4l9u9Bc BUX0DnBl0uNwROgA6EdBgNdHpPZiJJ0CExTq7mHSlotGn4r+8wAwohgG5qBPSnaHZmgl LSEsaFbUj6aDyZym7Nnh5gd0FVCJhaWNreQarvN1PARnw25fN6CNSYQz+ymWDPnlAS7g nTmyqYh8T8fC88PZGtumDARSs3xZSvnD+s7AqH66QjHRuFLU7N8qYZ0/RLzT7CP28tqh iNQw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=PDwdpbREDTQRpM9xcCPIXVXvReh09eRHsMRhqjfyNVU=; b=U6k2ukPKLL/cLa19g0gW9SRK5VTUoJjZ7G8FO+wounU386uySXnCeHHr/JPH7n4D/h CP4j6ldGaN/Cgp0+G1uOW+A+cAbRuTXeU6LMsKsKGHU+/5QbksEvyIAnT27PODVmAOam s6lCOYTzeuymFqO/st4cZ9IMYhbOVnX3vd82PkOE9uNcU3+GaRNsWEtL1ZVznieTJupZ rQNXNpZQGpz+L+EXkkGCuY5QCQJBxMWgf1G/Bq/qe+T0AcNUtAlovzqFF83FVXzyjXH5 XZ/UyBtqZY1DPgQyFUR+w9UGw3okJv4IPsAx4ER1jSQiMTuJ1F0TW3viFvFvtu5viNvY EEWA== X-Gm-Message-State: AIkVDXK2YLIpejLnYl6KIJohHth1eApmpqnCV/+Cqsco3fTZrUY+Er5QTNU/cMcZ7rhyR+Zm X-Received: by 10.28.65.132 with SMTP id o126mr2042734wma.14.1484311144341; Fri, 13 Jan 2017 04:39:04 -0800 (PST) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id y127sm4022680wmg.12.2017.01.13.04.39.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 13 Jan 2017 04:39:03 -0800 (PST) From: Bartosz Golaszewski To: Kevin Hilman , Sekhar Nori , Patrick Titiano , Michael Turquette , Tejun Heo , Rob Herring , Mark Rutland , Russell King , David Lechner Subject: [PATCH 05/10] sata: ahci_da850: add device tree match table Date: Fri, 13 Jan 2017 13:37:59 +0100 Message-Id: <1484311084-31547-6-git-send-email-bgolaszewski@baylibre.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1484311084-31547-1-git-send-email-bgolaszewski@baylibre.com> References: <1484311084-31547-1-git-send-email-bgolaszewski@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170113_043923_363835_493CC7D8 X-CRM114-Status: GOOD ( 10.88 ) X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [2a00:1450:400c:c09:0:0:0:22b listed in] [list.dnswl.org] 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-ide@vger.kernel.org, Bartosz Golaszewski , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org We're using device tree for da850-lcdk. Add the match table to allow to probe the driver. Signed-off-by: Bartosz Golaszewski --- drivers/ata/ahci_da850.c | 7 +++++++ 1 file changed, 7 insertions(+) -- 2.9.3 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/drivers/ata/ahci_da850.c b/drivers/ata/ahci_da850.c index 267a3d3..5930af81 100644 --- a/drivers/ata/ahci_da850.c +++ b/drivers/ata/ahci_da850.c @@ -105,11 +105,18 @@ static int ahci_da850_probe(struct platform_device *pdev) static SIMPLE_DEV_PM_OPS(ahci_da850_pm_ops, ahci_platform_suspend, ahci_platform_resume); +static const struct of_device_id ahci_da850_of_match[] = { + { .compatible = "ti,da850-ahci", }, + { }, +}; +MODULE_DEVICE_TABLE(of, ahci_da850_of_match); + static struct platform_driver ahci_da850_driver = { .probe = ahci_da850_probe, .remove = ata_platform_remove_one, .driver = { .name = DRV_NAME, + .of_match_table = ahci_da850_of_match, .pm = &ahci_da850_pm_ops, }, };