From patchwork Fri Jan 20 11:21:53 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 92063 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp731179qgi; Fri, 20 Jan 2017 03:24:11 -0800 (PST) X-Received: by 10.55.53.77 with SMTP id c74mr11919538qka.7.1484911451489; Fri, 20 Jan 2017 03:24:11 -0800 (PST) Return-Path: Received: from bombadil.infradead.org (bombadil.infradead.org. [65.50.211.133]) by mx.google.com with ESMTPS id l66si762095qkd.4.2017.01.20.03.24.11 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 20 Jan 2017 03:24:11 -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 1cUXIf-00073u-IJ; Fri, 20 Jan 2017 11:24:09 +0000 Received: from mail-wm0-f45.google.com ([74.125.82.45]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cUXI4-00064S-Pl for linux-arm-kernel@lists.infradead.org; Fri, 20 Jan 2017 11:23:34 +0000 Received: by mail-wm0-f45.google.com with SMTP id c206so38669667wme.0 for ; Fri, 20 Jan 2017 03:23:12 -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=SuLhxCo93043rn2eTnXL5rUa/MT6PfsUvS81uBerQyc=; b=Qo7kpnm+iSygzYYZgUi9zyABPSvchY+M97oPQPdcT7FInNP+OC9hng3eZNgtAqxNDT 5hMOMUUAdunAqSBJCiM0TVwEFZ5P1xipzmCcNxij6sf5fsznkdgH9NgPId4afb3L+slg s+Qb0WW5ofNHIdcezvb0nLajoSuHBvAZsOgtQHwQhVaHCUnCZD+I0UDqSUQHjI6L+HyZ INDNRn47t7YTZKt8YNoaPlmf9PjIqcdbdt8A798TZ0lDLX9mK7b8OtU8Xvcxsn3DAUU8 o2FMP2U09OI50IuXfPbFLcu0zKklu6IIpgkwddC82Y3rkVTDjCiO7VXwh7J1sUSKsYyt RJpw== 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=SuLhxCo93043rn2eTnXL5rUa/MT6PfsUvS81uBerQyc=; b=HGbAnQUUGNW3kuncDpT9ORVhf5b9VXr1JKxKvCQcSYHXYDVLIMCI/5QSlOresLSROF G+6kS7IvccrHvze0E3V/h9S54AODPxVdNUP57w6RHIhZpK1k08o7GffC7WjaL7KdcHti Bj6t9MZb18x1JBk0PQD83/thQowMIbUVkqGJl4+wrd4dhMeAZTy+MUGvH2VHs16tqGtu Fz9iZcfVQnLsp2pVDjcAgX7PkxLejug+n695+tB4GiuagKgmfiOLjbYRh0+hr/aS4y1x 7xRe9KsiQOO6iDTLbeMEOgklKQwRCOxlYqeXZrUOZ2wBOcVPj4tuQ8L7ACRumPnEAGrd q5Wg== X-Gm-Message-State: AIkVDXLVyj0HnahykQ5U6RvXHfXNZHmTX+Jbt14BP6dHpJ/YMhZvxdNpnNpKMmVkPul5GqTJ X-Received: by 10.223.135.146 with SMTP id b18mr11081132wrb.189.1484911331146; Fri, 20 Jan 2017 03:22:11 -0800 (PST) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id l74sm5482402wmg.2.2017.01.20.03.22.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 20 Jan 2017 03:22:10 -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 v5 02/14] ARM: davinci_all_defconfig: enable SATA modules Date: Fri, 20 Jan 2017 12:21:53 +0100 Message-Id: <1484911325-23425-3-git-send-email-bgolaszewski@baylibre.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1484911325-23425-1-git-send-email-bgolaszewski@baylibre.com> References: <1484911325-23425-1-git-send-email-bgolaszewski@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170120_032332_990012_51F41CDD X-CRM114-Status: UNSURE ( 9.12 ) 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.45 listed in dnsbl.sorbs.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [74.125.82.45 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [74.125.82.45 listed in wl.mailspike.net] 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 Add the da850-ahci driver to davinci defconfig. Signed-off-by: Bartosz Golaszewski --- arch/arm/configs/davinci_all_defconfig | 2 ++ 1 file changed, 2 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/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig index 8806754..a1b9c58 100644 --- a/arch/arm/configs/davinci_all_defconfig +++ b/arch/arm/configs/davinci_all_defconfig @@ -78,6 +78,8 @@ CONFIG_IDE=m CONFIG_BLK_DEV_PALMCHIP_BK3710=m CONFIG_SCSI=m CONFIG_BLK_DEV_SD=m +CONFIG_ATA=m +CONFIG_AHCI_DA850=m CONFIG_NETDEVICES=y CONFIG_NETCONSOLE=y CONFIG_TUN=m