From patchwork Mon Jan 23 17:00:54 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 92250 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp1321188qgi; Mon, 23 Jan 2017 09:08:18 -0800 (PST) X-Received: by 10.200.42.182 with SMTP id b51mr23903241qta.101.1485191298757; Mon, 23 Jan 2017 09:08:18 -0800 (PST) Return-Path: Received: from bombadil.infradead.org (bombadil.infradead.org. [65.50.211.133]) by mx.google.com with ESMTPS id b193si11191798qkc.58.2017.01.23.09.08.18 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Jan 2017 09:08:18 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 65.50.211.133 as permitted sender) client-ip=65.50.211.133; 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 65.50.211.133 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 1cVi6K-0007wy-1F; Mon, 23 Jan 2017 17:08:16 +0000 Received: from mail-wm0-f41.google.com ([74.125.82.41]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cVi0s-0002bP-FR for linux-arm-kernel@lists.infradead.org; Mon, 23 Jan 2017 17:02:41 +0000 Received: by mail-wm0-f41.google.com with SMTP id r144so165507451wme.1 for ; Mon, 23 Jan 2017 09:02:20 -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=jHUc7lorYnwm3C+7tykmHcO2J+YAheBg1BhK8anPfmA=; b=0AoFYswNcfvfQAJ2RJVOyUFNSiIHSCzKWJqvnSKYnQk2Ps9MJk6SSd2EdHgVUBlY67 zTfS3TL2ll905Gnbarhc3rsv4gegfRYiVvoZHcmsLT+ezJTO4vef9zXLOlkstc8SIk1L HutHClhVzu15/e7IZHg+ws8PSOK59OUuizaEMbWLE0dmJtpOLI2INtkRjaiRMSvoRbZv l3d0q4ewJ/fHO8DlJS5Em6ChlfV0ohQTjWMqmND3YivzcSYfhiXaJgKAgUD3l7Ln7aob ed/cku0sWRo/IP/Qxyn7dmVeRX6i5QGw9dyI0ETWOBzTcDR9icQJRkLGS1qq4jlt5UoH FgAA== 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=jHUc7lorYnwm3C+7tykmHcO2J+YAheBg1BhK8anPfmA=; b=dowzUui2OrWFEbaOZ1QA73y+A8CkgPJC9Eg7scMGVEFTwXpR8Pjj01nu863Q7tGAqj jIUnhR7PWWcvw4/lW2Qn9XCX+UezkDBgHTkZzyrx0js7ND4dMosE+S3bfS//iEdh99H1 BJ/wG1TnLflyyPHjdNgp1yL4Yf15KyF1FjTe1jBh5wXWDVWzeBDnUd9LXCteW1wy8B7R vZn5qDwPpwoe0tVQm7NhnHFyR6o/YU6IWO+4E3KHf+CASHBAywglmaqlSjVWzkxdgBGU lZSSrzg39YYSl5W8B/H2X7E5HBV//SkLoq+uoRf3EIk0Z6OAx3QRI27tGnblIPG5k7wO QVTA== X-Gm-Message-State: AIkVDXI6HHbaMF6QtgtVTlfR7heDd9QS+d2EiLGaQ4UEosWOA7cAVJVTynn7kUbcwTkJE+0L X-Received: by 10.28.100.70 with SMTP id y67mr13810247wmb.45.1485190879181; Mon, 23 Jan 2017 09:01:19 -0800 (PST) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id l10sm12758910wrb.44.2017.01.23.09.01.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 23 Jan 2017 09:01:18 -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 v6 12/14] ARM: davinci: remove BUG_ON() from da850_register_sata() Date: Mon, 23 Jan 2017 18:00:54 +0100 Message-Id: <1485190856-4711-13-git-send-email-bgolaszewski@baylibre.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1485190856-4711-1-git-send-email-bgolaszewski@baylibre.com> References: <1485190856-4711-1-git-send-email-bgolaszewski@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170123_090238_683122_9C05F544 X-CRM114-Status: UNSURE ( 9.85 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-0.8 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.5 RCVD_IN_SORBS_SPAM RBL: SORBS: sender is a spam source [74.125.82.41 listed in dnsbl.sorbs.net] -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [74.125.82.41 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [74.125.82.41 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 -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 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 The ahci driver now supports other refclk clock rates. Signed-off-by: Bartosz Golaszewski --- arch/arm/mach-davinci/devices-da8xx.c | 3 --- 1 file changed, 3 deletions(-) -- 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/arch/arm/mach-davinci/devices-da8xx.c b/arch/arm/mach-davinci/devices-da8xx.c index cfceb32..7cf529f 100644 --- a/arch/arm/mach-davinci/devices-da8xx.c +++ b/arch/arm/mach-davinci/devices-da8xx.c @@ -1080,9 +1080,6 @@ int __init da850_register_sata(unsigned long refclkpn) { int ret; - /* please see comment in drivers/ata/ahci_da850.c */ - BUG_ON(refclkpn != 100 * 1000 * 1000); - ret = da850_register_sata_refclk(refclkpn); if (ret) return ret;