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 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0C105C433EF for ; Wed, 27 Apr 2022 12:08:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id B8D8FC385A7; Wed, 27 Apr 2022 12:08:37 +0000 (UTC) Received: from muru.com (muru.com [72.249.23.125]) by smtp.kernel.org (Postfix) with ESMTP id EBD7EC385A9; Wed, 27 Apr 2022 12:08:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org EBD7EC385A9 Authentication-Results: smtp.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: smtp.kernel.org; spf=none smtp.mailfrom=atomide.com Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 52502813D; Wed, 27 Apr 2022 12:05:31 +0000 (UTC) From: Tony Lindgren List-Id: To: soc@kernel.org Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" Subject: [GIT PULL 2/4] Defconfig changes for omaps Date: Wed, 27 Apr 2022 15:08:26 +0300 Message-Id: X-Mailer: git-send-email 2.35.2 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: "Tony Lindgren" The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17: Linux 5.18-rc1 (2022-04-03 14:08:21 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.19/defconfig-signed for you to fetch changes up to 5c81cfb6a60a7abbfe7520fa13cabdad094d3d39: ARM: omap2plus_defconfig: Enable ISP176x USB driver (2022-04-21 15:00:49 +0300) ---------------------------------------------------------------- Defconfig changes for omaps Changes to add tlv320aic3x and is176x drivers as loadable modules to omap2plus_defconfig. ---------------------------------------------------------------- Adam Ford (1): ARM: omap2plus_defconfig: Enable ISP176x USB driver Merlijn Wajer (1): ARM: omap2plus_defconfig: enable TLV320AIC3X arch/arm/configs/omap2plus_defconfig | 3 +++ 1 file changed, 3 insertions(+) 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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 12A79C433F5 for ; Wed, 27 Apr 2022 12:10:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; 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=YoZwOP8lKAl1cVhCgwVzia8fRyJfLbOHefjohrWnulk=; b=0j9eVZBeaYfR8c kIaMvTmujqboA90ZNiP//qUx8VMKYz6zol8S9wWq32zhuIciMsxixXOuRIgZDD8hKmyD3+4qbX/eh U9lmrdai42hUKl8MXTuDk0qQG4sHl4OcJcDjijdaoNrl6gUOzVWSQ01zPAVSZxJWrQKeCAhIaqrI2 XFx5pbNmFqOSCum5qFbpwDJH5AJI9Tkqo4pk6EsKQf/OJFDcwq2d/+t+4fu9zuNSYSetAE56Ulbe7 /5+MOro6A+23S3LBB4MPWU1YOv8O6lcmYf//1p7yTESZ+o4xqW/NHPC0BJTD/aBWVD14WOVEpQ/OR FuNCqC5sm1kncp9OKOoA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1njgTd-001Ex9-CF; Wed, 27 Apr 2022 12:09:01 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1njgTE-001EqX-JD for linux-arm-kernel@lists.infradead.org; Wed, 27 Apr 2022 12:08:38 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 52502813D; Wed, 27 Apr 2022 12:05:31 +0000 (UTC) From: Tony Lindgren To: soc@kernel.org Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" Subject: [GIT PULL 2/4] Defconfig changes for omaps Date: Wed, 27 Apr 2022 15:08:26 +0300 Message-Id: X-Mailer: git-send-email 2.35.2 In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220427_050836_708118_11A6F41A X-CRM114-Status: UNSURE ( 6.45 ) 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: "Tony Lindgren" The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17: Linux 5.18-rc1 (2022-04-03 14:08:21 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.19/defconfig-signed for you to fetch changes up to 5c81cfb6a60a7abbfe7520fa13cabdad094d3d39: ARM: omap2plus_defconfig: Enable ISP176x USB driver (2022-04-21 15:00:49 +0300) ---------------------------------------------------------------- Defconfig changes for omaps Changes to add tlv320aic3x and is176x drivers as loadable modules to omap2plus_defconfig. ---------------------------------------------------------------- Adam Ford (1): ARM: omap2plus_defconfig: Enable ISP176x USB driver Merlijn Wajer (1): ARM: omap2plus_defconfig: enable TLV320AIC3X arch/arm/configs/omap2plus_defconfig | 3 +++ 1 file changed, 3 insertions(+) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel