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=-16.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham 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 D13A5C433C1 for ; Mon, 29 Mar 2021 10:02:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9065961554 for ; Mon, 29 Mar 2021 10:02:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232623AbhC2KBp (ORCPT ); Mon, 29 Mar 2021 06:01:45 -0400 Received: from esa.microchip.iphmx.com ([68.232.154.123]:53767 "EHLO esa.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232647AbhC2KBJ (ORCPT ); Mon, 29 Mar 2021 06:01:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1617012070; x=1648548070; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=t9kuj2ot3UYem3vQ75ytO7Nb/vjYnZU5nbr9/C46sb0=; b=ZpsLxsmX2PfHophNzOe9xaJN/b0LhhNifSboc4n7d6q7FWTJDnqlOS1e gB8TSB1vH8FxNmSzuAj2ci/jDE6wtOuP7Xt7M39QMO7IoN3fe+kfefXfG ctNgk+ONZMLFYIF5VoWe+NrGIiVp3NJNcAuKwYO5A/MLp/OnbXRfup3BU 2QkJCh7LnUdx2Pm/hthtes/IrZj+jO/yrM7pQ7e7SULVc85HLmrcO7smh rIpT1+GEZmBMOMJGXtBJQq7KMyPJMSCiWyKMT6zMtRn6KhJRPlcq8C4+g KHTK1iacWXhyqPqm6/+JnJTRR+10+mG+tGUSPFkNG9cDdZy8b8gFY/pQm A==; IronPort-SDR: cqNvNgPhXvxOqOGtqMGMGpDL6RXDJOMKQC2hTvvNO8G4ovU4OxXLUiuDCXmgMk+Slmwcv2xCYA PIR6LmSPlwDtfLns76veWT+n3Zw+5z+DzAFY9egbh3T6nACUwbG6s2tdZgCYwSwUpKnYbh65wI icrGySJEncM9b3zdNvtmH7gVD+9y6hT5dSn0K1dGTh6vFF9T0CsbTd/G4a3BlQ1KVTUS3nM9M3 NyOGCuDhXh4f5S77a07i4I/rTFs/+vKMFAYKCnGo0v0BWfnUuamGlEyr7EyQ489R+9HabYD+oZ HvU= X-IronPort-AV: E=Sophos;i="5.81,287,1610434800"; d="scan'208";a="111696135" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa2.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 29 Mar 2021 03:01:09 -0700 Received: from chn-vm-ex02.mchp-main.com (10.10.85.144) 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.2176.2; Mon, 29 Mar 2021 03:01:08 -0700 Received: from localhost.localdomain (10.10.115.15) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server id 15.1.2176.2 via Frontend Transport; Mon, 29 Mar 2021 03:01:06 -0700 From: To: CC: , Alexandre Belloni , Ludovic Desroches , Codrin Ciubotariu , Claudiu Beznea , Eugen Hristev , Tudor Ambarus , Cristian Birsan , , Subject: [PATCH 3/7] ARM: configs: at91: sama5: Enable LAN78XX as module Date: Mon, 29 Mar 2021 11:56:41 +0200 Message-ID: X-Mailer: git-send-email 2.31.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Razvan Stefanescu Include this driver as the USB-Ethernet chip is present on SAMA5D2-ICP board. Signed-off-by: Razvan Stefanescu [nicolas.ferre@microchip.com: update commit subject and message] Signed-off-by: Nicolas Ferre --- 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 26222046a9cb..a528438ed678 100644 --- a/arch/arm/configs/sama5_defconfig +++ b/arch/arm/configs/sama5_defconfig @@ -89,6 +89,7 @@ CONFIG_MACB=y # CONFIG_NET_VENDOR_STMICRO is not set # CONFIG_NET_VENDOR_WIZNET is not set CONFIG_MICREL_PHY=y +CONFIG_USB_LAN78XX=m CONFIG_LIBERTAS_THINFIRM=m CONFIG_LIBERTAS_THINFIRM_USB=m CONFIG_MWIFIEX=m -- 2.31.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=-17.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham 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 AEB80C433C1 for ; Mon, 29 Mar 2021 17:00:22 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 421986191F for ; Mon, 29 Mar 2021 17:00:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 421986191F 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=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-ID:Date: Subject:CC:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=OwIu30vVv3sekbYa5Jt8VUaAuI/0nzXlRrcr1Coq8BE=; b=BdPM4i4bOAoHVVxchBZdugVOF GWKN0SL/TmIJoXsbpm2q8AXSWBMfyFx+f1BE98CarbZ1LgVDurWk4ydQNHWj2XksFyotQfhp2X67q uq+HO3fAN1jC2E61rK7Hkx+rbKyRe3lD+R/6BnxuoFCkVoyzP8Uhfkzs1bUc5FyxAr3XRD6TBPIfQ mv/u1lWy8lx9Ssoj/LXgG7IuiyrTeAOZI9uwTH2DZN5uHEzNeuZ8VlvFeL/nsW8Lh6B/4vlm8G98R tvPWZaE5JNI0DMuFGBctsCfm3apMNyRNmkakppl1+jgvBQRnm3O7BCsxx2pkvwyCqydbI8D/glw5C Upegnu8Cw==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lQvAj-000o0x-SB; Mon, 29 Mar 2021 16:55:26 +0000 Received: from esa.microchip.iphmx.com ([68.232.154.123]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lQohp-000YtA-OO for linux-arm-kernel@lists.infradead.org; Mon, 29 Mar 2021 10:01:11 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1617012070; x=1648548070; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=t9kuj2ot3UYem3vQ75ytO7Nb/vjYnZU5nbr9/C46sb0=; b=ZpsLxsmX2PfHophNzOe9xaJN/b0LhhNifSboc4n7d6q7FWTJDnqlOS1e gB8TSB1vH8FxNmSzuAj2ci/jDE6wtOuP7Xt7M39QMO7IoN3fe+kfefXfG ctNgk+ONZMLFYIF5VoWe+NrGIiVp3NJNcAuKwYO5A/MLp/OnbXRfup3BU 2QkJCh7LnUdx2Pm/hthtes/IrZj+jO/yrM7pQ7e7SULVc85HLmrcO7smh rIpT1+GEZmBMOMJGXtBJQq7KMyPJMSCiWyKMT6zMtRn6KhJRPlcq8C4+g KHTK1iacWXhyqPqm6/+JnJTRR+10+mG+tGUSPFkNG9cDdZy8b8gFY/pQm A==; IronPort-SDR: cqNvNgPhXvxOqOGtqMGMGpDL6RXDJOMKQC2hTvvNO8G4ovU4OxXLUiuDCXmgMk+Slmwcv2xCYA PIR6LmSPlwDtfLns76veWT+n3Zw+5z+DzAFY9egbh3T6nACUwbG6s2tdZgCYwSwUpKnYbh65wI icrGySJEncM9b3zdNvtmH7gVD+9y6hT5dSn0K1dGTh6vFF9T0CsbTd/G4a3BlQ1KVTUS3nM9M3 NyOGCuDhXh4f5S77a07i4I/rTFs/+vKMFAYKCnGo0v0BWfnUuamGlEyr7EyQ489R+9HabYD+oZ HvU= X-IronPort-AV: E=Sophos;i="5.81,287,1610434800"; d="scan'208";a="111696135" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa2.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 29 Mar 2021 03:01:09 -0700 Received: from chn-vm-ex02.mchp-main.com (10.10.85.144) 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.2176.2; Mon, 29 Mar 2021 03:01:08 -0700 Received: from localhost.localdomain (10.10.115.15) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server id 15.1.2176.2 via Frontend Transport; Mon, 29 Mar 2021 03:01:06 -0700 From: To: CC: , Alexandre Belloni , Ludovic Desroches , Codrin Ciubotariu , Claudiu Beznea , Eugen Hristev , Tudor Ambarus , Cristian Birsan , , Subject: [PATCH 3/7] ARM: configs: at91: sama5: Enable LAN78XX as module Date: Mon, 29 Mar 2021 11:56:41 +0200 Message-ID: X-Mailer: git-send-email 2.31.1 In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210329_110110_173164_761B7E77 X-CRM114-Status: UNSURE ( 9.44 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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: Razvan Stefanescu Include this driver as the USB-Ethernet chip is present on SAMA5D2-ICP board. Signed-off-by: Razvan Stefanescu [nicolas.ferre@microchip.com: update commit subject and message] Signed-off-by: Nicolas Ferre --- 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 26222046a9cb..a528438ed678 100644 --- a/arch/arm/configs/sama5_defconfig +++ b/arch/arm/configs/sama5_defconfig @@ -89,6 +89,7 @@ CONFIG_MACB=y # CONFIG_NET_VENDOR_STMICRO is not set # CONFIG_NET_VENDOR_WIZNET is not set CONFIG_MICREL_PHY=y +CONFIG_USB_LAN78XX=m CONFIG_LIBERTAS_THINFIRM=m CONFIG_LIBERTAS_THINFIRM_USB=m CONFIG_MWIFIEX=m -- 2.31.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel