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=-11.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,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 87F8FC433DB for ; Mon, 29 Mar 2021 10:01:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 51DEE6191B for ; Mon, 29 Mar 2021 10:01:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232282AbhC2KBT (ORCPT ); Mon, 29 Mar 2021 06:01:19 -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 S232642AbhC2KBB (ORCPT ); Mon, 29 Mar 2021 06:01:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1617012061; x=1648548061; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=NPEbe7QL1i+Cz7ANKxkJSqSzieTdku4UjfQnVlN+dWo=; b=dKcDe7INVxbKmCcea0EgecxyaZ2oeYW7bsl7HHKrkwEuh/m3TJdFt0e0 Erl5IStEhZ5URAsqmDwPO/h2xfy5rXiqJCYeu7kl4Y7hsnu96rVS53JoJ bY/EVKjFAVZeAfYC5sPuqumAiNlubCbng777FhTLuzAUjhiguoiOK264t BJ6CXlpuDFEYmTQ7G5kRlgp7baAr9ecO1dgleZVcESAaVfZR+U3Ktm5SD Z6YfFKbVmKnCXNqpJRhdxcocVZ1FhACMsw/XNqHazSCFTGI1rgntvpWDX q3Ort9/1yyr58e3Amfgucu9jnLpTaU9ov9rA4vXhbZFJw0/yXqUQWkz5f g==; IronPort-SDR: kpcxMRp5GIBnV+zYR+DpUjgGArnI8DbFp9FwGfDJ1kS3DHgNiHXbPEcCNcu5MahfZPI9lh9DAo fsskIxTJnJjZ3KgGbRKrwT+N5+LoAelmLEemNEWzU4Q/pTHZCdNip5S8J4NM54PzdA6omsSEwG GU/gfczNj9jXsWIzTXe1Ovw53Z9wWxvitP/Xo3e1zIFZjA+gtOSH/p2f3Ej8r+hiPiGPmC5EvZ ddKWVJjsQh4N61WeB5hFdDiNVoVJLHMFvfcLpNIwkiE3gJpnGSDdIbs8w9tEuG2MkBUlbTK2+P efU= X-IronPort-AV: E=Sophos;i="5.81,287,1610434800"; d="scan'208";a="111696104" 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:01 -0700 Received: from chn-vm-ex02.mchp-main.com (10.10.85.144) by chn-vm-ex03.mchp-main.com (10.10.85.151) 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:00 -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:00:58 -0700 From: To: CC: , Alexandre Belloni , Ludovic Desroches , Codrin Ciubotariu , Claudiu Beznea , Eugen Hristev , Tudor Ambarus , Cristian Birsan , , Subject: [PATCH 0/7] ARM: configs: at91: updates to defconfigs Date: Mon, 29 Mar 2021 11:56:38 +0200 Message-ID: X-Mailer: git-send-email 2.31.1 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: Nicolas Ferre Hi, I collected some of the defconfig modifications that we carry in our vendor tree for some time. They are interesting for both users and validation process as most are part of validation plans or CI. Don't hesitate to indicate missing pieces to add to this serries. The base of this serries are patches by Emil Velikov as part of "[PATCH v2 00/10] Microship SAMA5D4 VPU support et al" and not included here. They will be part of pull-request to ARM-SOC. Best regards, Nicolas Codrin Ciubotariu (1): ARM: configs: at91: sama5: Add audio MIKROE PROTO board Nicolas Ferre (4): ARM: configs: at91: sama5: MCP16502 regulator as built-in ARM: configs: at91: Add mtd tests as modules ARM: configs: at91: Add USB Video webcam class ARM: configs: at91: Modernize UBI defconfig part Razvan Stefanescu (2): ARM: configs: at91: sama5: PIOBU as built-in ARM: configs: at91: sama5: Enable LAN78XX as module arch/arm/configs/at91_dt_defconfig | 5 ++++- arch/arm/configs/sama5_defconfig | 11 ++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) -- 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=-12.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,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 98606C433DB for ; Mon, 29 Mar 2021 16:56:19 +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 CE6DE6191F for ; Mon, 29 Mar 2021 16:56:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CE6DE6191F 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: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:In-Reply-To:References:List-Owner; bh=UXMkXDEasG6kPYRAwYH3sNmS/nifx8Vto28Iped0NLA=; b=HMT0PPJpfLpAFkr91Em9wn9gkw uojnYOExaeAZ/tCj+JJH8kWDtgNENRhmDXFbXIxGU5CdtpwTsp6fPOw0lXRV4Ng7bJh+spJ4GnYPF wLaTpMvsUeNdhtKWh4azrYEUuDD2nwQeOeSB2hdMJzySbAk1CVPoyMD7nXnfsEOFogxkZjoWbcASm 3mXMdCPMBK/LTgYbEfoFldReIMt14UrPXiy92P+mrOzti1YYD9+ygCri79Lvb2KvPr+KdQjxsjXkf KqvLYprSLcr50uTU3VMtAZ1NnQpl9L3n6y48zevrI7gCxSXq+uoKgl+P29aKfuEoXn5oF2XtFF1RT +qOWZTQg==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lQv8n-000nbc-3k; Mon, 29 Mar 2021 16:53:25 +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 1lQohi-000YtA-D5 for linux-arm-kernel@lists.infradead.org; Mon, 29 Mar 2021 10:01:04 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1617012062; x=1648548062; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=NPEbe7QL1i+Cz7ANKxkJSqSzieTdku4UjfQnVlN+dWo=; b=TqD3bRIB00ZgmBF9XJhYZIvIK87VKm9UzgSO5R/OEGvP8cG/dogs04qu fZxCH69HedSZuCflh5Wh/DQ08aAgdY/PzPz9Tc/qBp1ls7RdJT4QXo++U ZKzoRXkr3r5+28+cFNJhQVcK501uc0yeUjVFT3eAgOROqiW5SFeZg7kfE 15E4LQ6FKNarfAsTxxsOMMtKr9z3cu0IDdYMpvWyN0NZsKpsTUneLccrs nbPltQJoSDHDCChQZpes27EazxsprA3O80Cporgf8ficlBkkS/+NC7nfh LDo0Mbx78G/6CJH7L6TSAtXzOVG5v/RC+Wv1gbVuc5PVryOx5Qi5KQxAR g==; IronPort-SDR: kpcxMRp5GIBnV+zYR+DpUjgGArnI8DbFp9FwGfDJ1kS3DHgNiHXbPEcCNcu5MahfZPI9lh9DAo fsskIxTJnJjZ3KgGbRKrwT+N5+LoAelmLEemNEWzU4Q/pTHZCdNip5S8J4NM54PzdA6omsSEwG GU/gfczNj9jXsWIzTXe1Ovw53Z9wWxvitP/Xo3e1zIFZjA+gtOSH/p2f3Ej8r+hiPiGPmC5EvZ ddKWVJjsQh4N61WeB5hFdDiNVoVJLHMFvfcLpNIwkiE3gJpnGSDdIbs8w9tEuG2MkBUlbTK2+P efU= X-IronPort-AV: E=Sophos;i="5.81,287,1610434800"; d="scan'208";a="111696104" 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:01 -0700 Received: from chn-vm-ex02.mchp-main.com (10.10.85.144) by chn-vm-ex03.mchp-main.com (10.10.85.151) 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:00 -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:00:58 -0700 From: To: CC: , Alexandre Belloni , Ludovic Desroches , Codrin Ciubotariu , Claudiu Beznea , Eugen Hristev , Tudor Ambarus , Cristian Birsan , , Subject: [PATCH 0/7] ARM: configs: at91: updates to defconfigs Date: Mon, 29 Mar 2021 11:56:38 +0200 Message-ID: X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210329_110102_804293_00CEA412 X-CRM114-Status: UNSURE ( 6.82 ) 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: Nicolas Ferre Hi, I collected some of the defconfig modifications that we carry in our vendor tree for some time. They are interesting for both users and validation process as most are part of validation plans or CI. Don't hesitate to indicate missing pieces to add to this serries. The base of this serries are patches by Emil Velikov as part of "[PATCH v2 00/10] Microship SAMA5D4 VPU support et al" and not included here. They will be part of pull-request to ARM-SOC. Best regards, Nicolas Codrin Ciubotariu (1): ARM: configs: at91: sama5: Add audio MIKROE PROTO board Nicolas Ferre (4): ARM: configs: at91: sama5: MCP16502 regulator as built-in ARM: configs: at91: Add mtd tests as modules ARM: configs: at91: Add USB Video webcam class ARM: configs: at91: Modernize UBI defconfig part Razvan Stefanescu (2): ARM: configs: at91: sama5: PIOBU as built-in ARM: configs: at91: sama5: Enable LAN78XX as module arch/arm/configs/at91_dt_defconfig | 5 ++++- arch/arm/configs/sama5_defconfig | 11 ++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) -- 2.31.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel