From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 52C68C433E3 for ; Thu, 23 Jul 2020 16:25:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1A24520714 for ; Thu, 23 Jul 2020 16:25:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=microchip.com header.i=@microchip.com header.b="hpK3Umhd" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729801AbgGWQZV (ORCPT ); Thu, 23 Jul 2020 12:25:21 -0400 Received: from esa2.microchip.iphmx.com ([68.232.149.84]:50440 "EHLO esa2.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726632AbgGWQZU (ORCPT ); Thu, 23 Jul 2020 12:25:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1595521519; x=1627057519; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=zHen7frI1NyzHCq/SsDVhF8PjNZaPlhUG3M1JdHxd60=; b=hpK3UmhdeJTHyPLSGQTjfbyrFhtMu0A7Xj7ypwnlqt5+AH7t/+GK4xZP 5UErekA20R3pWJ5v8qgf8UtOx91jt27RbJBUvscbosL8A3XekTZ5ZNgYw qyVM2gmPTMR36p+AdA+DcoWRbM+htdfBiKauY2RBYhN+1WAO1rq3xijti B5I9JLy6iFYFqVPSfxeM9UXb4tk7oGl2J0oZeRmR6E9MtJqxQxndBc5a0 pO92/1gDoo2nly5EGK05S9dnrhcAuNaODitHnu9wuu427+9p/dk6sJcDK Ejg1g4EGqZDUS75NvDwVANgA3dP/O9uE0bIJxko9V+Wx5UEKE7eJ8Dbrm w==; IronPort-SDR: dKvzLny7P9FO9AursgRqvTwIH8d4UqnE4Q7nTWxKpIToCBFLM1jkJrbIs9jGr3CyAQjgO+0ZSA HSgwJOFywNlnd9RTu+JUow5fmyKGm/FfkLBWS8CshOtIQVMvFVxhlri5QlNZknDYLlt+N0zt6o kbpZmi/MEEMQ3Gru6/zcSQ/mainmIz4TOhQ9NQnLTz74w78f+hz97FXCrMQ2Ax8AJkWYrl17Jn kRqgPBM1D8IY0l5Guq1zJa2PHv+RozsGWK9gObMLPFHncU2lenwRv74stffE7KldhbQqGZ/TVW 5MI= X-IronPort-AV: E=Sophos;i="5.75,387,1589266800"; d="scan'208";a="83016692" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa2.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 23 Jul 2020 09:25:19 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1979.3; Thu, 23 Jul 2020 09:25:19 -0700 Received: from rob-ult-m19940.microchip.com (10.10.115.15) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.1979.3 via Frontend Transport; Thu, 23 Jul 2020 09:25:16 -0700 From: Codrin Ciubotariu To: , CC: , , , , , Codrin Ciubotariu Subject: [PATCH 3/3] ARM: configs: at91: sama5: enable CAN PLATFORM driver Date: Thu, 23 Jul 2020 19:24:34 +0300 Message-ID: <20200723162434.1983643-3-codrin.ciubotariu@microchip.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200723162434.1983643-1-codrin.ciubotariu@microchip.com> References: <20200723162434.1983643-1-codrin.ciubotariu@microchip.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Cristian Birsan CAN_M_CAN_PLATFORM is needed to probe the driver on sama5 platforms after the driver was split into multiple files. Signed-off-by: Cristian Birsan Signed-off-by: Codrin Ciubotariu --- arch/arm/configs/sama5_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig index f4d71ffcb6e9..7b7e333157fe 100644 --- a/arch/arm/configs/sama5_defconfig +++ b/arch/arm/configs/sama5_defconfig @@ -56,6 +56,7 @@ CONFIG_VLAN_8021Q=m CONFIG_CAN=y CONFIG_CAN_AT91=y CONFIG_CAN_M_CAN=y +CONFIG_CAN_M_CAN_PLATFORM=y CONFIG_CFG80211=y CONFIG_MAC80211=y CONFIG_MAC80211_LEDS=y -- 2.25.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CDCAEC433E4 for ; Thu, 23 Jul 2020 16:26:46 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9476820771 for ; Thu, 23 Jul 2020 16:26:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="oc4uWPW4"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=microchip.com header.i=@microchip.com header.b="hpK3Umhd" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9476820771 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=microchip.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-ID:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=rg+ToMzF2budxLJcO6fTmb8bTF4Z1AhBjdjPyZEEDKg=; b=oc4uWPW4+ca/wRcs20/CwfjD0 fj4nd9qyIVSF4+LZYvIL5eRH59NMFQmFCQEbCa61Nt45g6mpOReS+ZT0i9worQQIEAhKnGOCsrPxb UZ//7rum3jC8S0ux698NKQVD63jRLeAWKDmi3Ebu8DvhcU3a5F3L4g1G5ctza3K1di1w0mPHnyUZ2 WS7Qj7jeTQ5t9mQ6pQ5PH1FH9uXOG3tAc20m32sZ6JinkX7CeSzt7mnsfXNjgP8qiRjfzEKfQPfY1 fz+A4OqVradVIUtmJeR4kd5V82M0lQswIhr1N2ZgCH7Y2PmXSYNf8PsEZGUHUfa6EE62tzypW9525 KaoA9O7Pg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jye2B-0003AX-T5; Thu, 23 Jul 2020 16:25:27 +0000 Received: from esa2.microchip.iphmx.com ([68.232.149.84]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jye24-00037I-1x for linux-arm-kernel@lists.infradead.org; Thu, 23 Jul 2020 16:25:21 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1595521519; x=1627057519; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=zHen7frI1NyzHCq/SsDVhF8PjNZaPlhUG3M1JdHxd60=; b=hpK3UmhdeJTHyPLSGQTjfbyrFhtMu0A7Xj7ypwnlqt5+AH7t/+GK4xZP 5UErekA20R3pWJ5v8qgf8UtOx91jt27RbJBUvscbosL8A3XekTZ5ZNgYw qyVM2gmPTMR36p+AdA+DcoWRbM+htdfBiKauY2RBYhN+1WAO1rq3xijti B5I9JLy6iFYFqVPSfxeM9UXb4tk7oGl2J0oZeRmR6E9MtJqxQxndBc5a0 pO92/1gDoo2nly5EGK05S9dnrhcAuNaODitHnu9wuu427+9p/dk6sJcDK Ejg1g4EGqZDUS75NvDwVANgA3dP/O9uE0bIJxko9V+Wx5UEKE7eJ8Dbrm w==; IronPort-SDR: dKvzLny7P9FO9AursgRqvTwIH8d4UqnE4Q7nTWxKpIToCBFLM1jkJrbIs9jGr3CyAQjgO+0ZSA HSgwJOFywNlnd9RTu+JUow5fmyKGm/FfkLBWS8CshOtIQVMvFVxhlri5QlNZknDYLlt+N0zt6o kbpZmi/MEEMQ3Gru6/zcSQ/mainmIz4TOhQ9NQnLTz74w78f+hz97FXCrMQ2Ax8AJkWYrl17Jn kRqgPBM1D8IY0l5Guq1zJa2PHv+RozsGWK9gObMLPFHncU2lenwRv74stffE7KldhbQqGZ/TVW 5MI= X-IronPort-AV: E=Sophos;i="5.75,387,1589266800"; d="scan'208";a="83016692" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa2.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 23 Jul 2020 09:25:19 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1979.3; Thu, 23 Jul 2020 09:25:19 -0700 Received: from rob-ult-m19940.microchip.com (10.10.115.15) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.1979.3 via Frontend Transport; Thu, 23 Jul 2020 09:25:16 -0700 From: Codrin Ciubotariu To: , Subject: [PATCH 3/3] ARM: configs: at91: sama5: enable CAN PLATFORM driver Date: Thu, 23 Jul 2020 19:24:34 +0300 Message-ID: <20200723162434.1983643-3-codrin.ciubotariu@microchip.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200723162434.1983643-1-codrin.ciubotariu@microchip.com> References: <20200723162434.1983643-1-codrin.ciubotariu@microchip.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200723_122520_296273_AE051461 X-CRM114-Status: UNSURE ( 7.88 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: alexandre.belloni@bootlin.com, arnd@arndb.de, ludovic.desroches@microchip.com, Codrin Ciubotariu , cristian.birsan@microchip.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Cristian Birsan CAN_M_CAN_PLATFORM is needed to probe the driver on sama5 platforms after the driver was split into multiple files. Signed-off-by: Cristian Birsan Signed-off-by: Codrin Ciubotariu --- arch/arm/configs/sama5_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig index f4d71ffcb6e9..7b7e333157fe 100644 --- a/arch/arm/configs/sama5_defconfig +++ b/arch/arm/configs/sama5_defconfig @@ -56,6 +56,7 @@ CONFIG_VLAN_8021Q=m CONFIG_CAN=y CONFIG_CAN_AT91=y CONFIG_CAN_M_CAN=y +CONFIG_CAN_M_CAN_PLATFORM=y CONFIG_CFG80211=y CONFIG_MAC80211=y CONFIG_MAC80211_LEDS=y -- 2.25.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel