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 5944DC433E0 for ; Mon, 29 Mar 2021 10:02:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2A6F061996 for ; Mon, 29 Mar 2021 10:02:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232678AbhC2KBs (ORCPT ); Mon, 29 Mar 2021 06:01:48 -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 S232538AbhC2KBR (ORCPT ); Mon, 29 Mar 2021 06:01:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1617012077; x=1648548077; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=F8Jrrub5vgiH2R2akdJUDDWSxGTy4TlhVSkDzVNze1A=; b=jShpRJH3NgJxls2KcgIypym2pkHfc6748VXVwsEXeI254x8FWrFWJnge 6wK/Ywsak/ShA2O/7mEdQgiISaMKp4qcPVRVohyrmn1OsunM7kz3Dnt8y jWH7aoINiR3UhlolHCWEiUWIz5WduqmCrb0vMeo/FbCa2Fgzi7fL4DIVj mnQNTZ4Y+r0gaRFhYRVJ9L/f00Yy/FEbkzNi+eIuNBE7r2b0ss/w71dYf 11CnRA3z6DV5v9ejTjTN01Qpu7LXviGtDOjQ8O7C/IBfbism3K6AKgtuF FVu1s136nESoeLec30da3gkY1/vqchFBidrel1HrmjJEpVndpa7gje7Mm g==; IronPort-SDR: 0MZKzQEnKMoGmE/tfWsQxs3rZQ0ZZYrehUnmoxqzWKRSo+UtABGslWtj7V9XkHwjRne2A8s9nU FJGjqRkBBj2it38IRjaIpHCBNqZxyZ2CoDVM/oDl772jPI26EVt06fsg3cYuCEaTSGbFd/Go9f gYTS80V6Yd2tboh/7FJvqeVFNh82NY/gnSS9fMX8os4IneogxlBBJ3PyYx9vdvXx4MEuXxdlxD IxdkmmGtELn1iyJugSuZC6fBU8Vol4pdBioCRp0NF0KroIfCvGlDcuN8h2Lxl7iU20Fv/gqqRj 3Wc= X-IronPort-AV: E=Sophos;i="5.81,287,1610434800"; d="scan'208";a="111696151" 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:13 -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:11 -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:09 -0700 From: To: CC: , Alexandre Belloni , Ludovic Desroches , Codrin Ciubotariu , Claudiu Beznea , Eugen Hristev , Tudor Ambarus , Cristian Birsan , , Subject: [PATCH 4/7] ARM: configs: at91: sama5: Add audio MIKROE PROTO board Date: Mon, 29 Mar 2021 11:56:42 +0200 Message-ID: <78529d0252093bbd0e52d560e1767497f00673ae.1617010856.git.nicolas.ferre@microchip.com> 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: Codrin Ciubotariu Add this board as a module as it's useful for testing audio on multiple AT91 boards. Signed-off-by: Codrin Ciubotariu [nicolas.ferre@microchip.com: adap to newer kernel] 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 a528438ed678..774e25a7b246 100644 --- a/arch/arm/configs/sama5_defconfig +++ b/arch/arm/configs/sama5_defconfig @@ -170,6 +170,7 @@ CONFIG_SND_ATMEL_SOC_CLASSD=y CONFIG_SND_ATMEL_SOC_PDMIC=y CONFIG_SND_ATMEL_SOC_TSE850_PCM5142=m CONFIG_SND_ATMEL_SOC_I2S=y +CONFIG_SND_SOC_MIKROE_PROTO=m # CONFIG_HID_GENERIC is not set CONFIG_USB=y CONFIG_USB_ANNOUNCE_NEW_DEVICES=y -- 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 15061C433DB for ; Mon, 29 Mar 2021 17:00:52 +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 78D2B61932 for ; Mon, 29 Mar 2021 17:00:51 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 78D2B61932 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=Cg8YS8z+Cp20QWkPc8hEkD+B7Nda3rwZqCfySIKJvRI=; b=QIwSWVJEkZgLnGXp6YoKqZCim uvkgV8RQrAlV6oraPWvm3Ce0we8ez+m4hZAyzvnaANBheVLX+PG2N7AjhKVUwlw7ZMbUt+zWcBZzL cRISqWrm9DCKY2wn8R7HN4j2GXLOxRR2r2paYUV5t+lafBc1il4PgzOL8bql7cS9IN35u8oaTa5J3 XDPQBUSgMxrUhTR9sAKY0eAylaCGfnxtFy8imZgguLsvP9lPC9kZHUPuW7W6Xifj8aGsExiUYd79K G117H3SRfts+mOWB9soXo5L7D/sPGHcnviYqFL9L/vZ7DdkFuA6IEQc8AmzsBgV6/2N8TfO0f7137 jaJ8VB0dg==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lQvB0-000o7z-OD; Mon, 29 Mar 2021 16:55:43 +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 1lQohv-000YtA-C4 for linux-arm-kernel@lists.infradead.org; Mon, 29 Mar 2021 10:01:17 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1617012076; x=1648548076; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=F8Jrrub5vgiH2R2akdJUDDWSxGTy4TlhVSkDzVNze1A=; b=t6aaUMUiqkcruOI/DmjFvyZvyA5xmMdYFNWYeWKkozI5Dwv3GG+IQFeQ B50dOrTAdUKuAbyeYe9iOW9ted/iaC305YVclQZk/GjyVOhyb0SjSbhOH ihzCO62Z9Mh/9PZ554ONZCLfDLsrt4i0/w17O0gKuGVax0ExjlgdlbYtt 3HFlubphkStatp5tTlPhgDvwMR4w9v/ule/IxWV/jwHpVAtT18CT1RsXM o/kdAJ/EJHbsPrvD/HnnQnEB5jyhcEq/13CGkiDiygE2sIQswvJx6ynig IkHNIpKkBG6tCgw8jGp1j+mLj2CZkMtRCq2t1q9g0YHCcb53FiasrTmJo Q==; IronPort-SDR: 0MZKzQEnKMoGmE/tfWsQxs3rZQ0ZZYrehUnmoxqzWKRSo+UtABGslWtj7V9XkHwjRne2A8s9nU FJGjqRkBBj2it38IRjaIpHCBNqZxyZ2CoDVM/oDl772jPI26EVt06fsg3cYuCEaTSGbFd/Go9f gYTS80V6Yd2tboh/7FJvqeVFNh82NY/gnSS9fMX8os4IneogxlBBJ3PyYx9vdvXx4MEuXxdlxD IxdkmmGtELn1iyJugSuZC6fBU8Vol4pdBioCRp0NF0KroIfCvGlDcuN8h2Lxl7iU20Fv/gqqRj 3Wc= X-IronPort-AV: E=Sophos;i="5.81,287,1610434800"; d="scan'208";a="111696151" 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:13 -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:11 -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:09 -0700 From: To: CC: , Alexandre Belloni , Ludovic Desroches , Codrin Ciubotariu , Claudiu Beznea , Eugen Hristev , Tudor Ambarus , Cristian Birsan , , Subject: [PATCH 4/7] ARM: configs: at91: sama5: Add audio MIKROE PROTO board Date: Mon, 29 Mar 2021 11:56:42 +0200 Message-ID: <78529d0252093bbd0e52d560e1767497f00673ae.1617010856.git.nicolas.ferre@microchip.com> 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_110115_954873_DE104634 X-CRM114-Status: UNSURE ( 8.93 ) 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: Codrin Ciubotariu Add this board as a module as it's useful for testing audio on multiple AT91 boards. Signed-off-by: Codrin Ciubotariu [nicolas.ferre@microchip.com: adap to newer kernel] 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 a528438ed678..774e25a7b246 100644 --- a/arch/arm/configs/sama5_defconfig +++ b/arch/arm/configs/sama5_defconfig @@ -170,6 +170,7 @@ CONFIG_SND_ATMEL_SOC_CLASSD=y CONFIG_SND_ATMEL_SOC_PDMIC=y CONFIG_SND_ATMEL_SOC_TSE850_PCM5142=m CONFIG_SND_ATMEL_SOC_I2S=y +CONFIG_SND_SOC_MIKROE_PROTO=m # CONFIG_HID_GENERIC is not set CONFIG_USB=y CONFIG_USB_ANNOUNCE_NEW_DEVICES=y -- 2.31.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel