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.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, 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 2E9B5C2D0A8 for ; Wed, 30 Sep 2020 06:10:33 +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 AFA4A20754 for ; Wed, 30 Sep 2020 06:10:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="JaCnPGZu" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AFA4A20754 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.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=rKku9KUbsOUUNZrz5xggOW81ejrIGlQhlmgtUMf4leo=; b=JaCnPGZuTjdrX4vzk4DGOms1H uNFLKX0Et9N5tZeWcGN5sZiaf54Z1Z+isb1Iw78wjSzfIP5vRRhvLMXrIcZD+DfacCJWoeIWxcmbs LaIEOB+NrIjU1KW0SwNhg5ASNRGJ2W/UZi95wc9Xh0aewenldXc42sbdx/+f9eDCZzIIRiAGjsznH /Z55m3ZKuJ9exrcIt7lqWVfnjffA+bA8s5MbBolivDQv5kNK5O0FgtGi3dVcdawfPkACUoNXTzRBr ApX/Mct2cPaFuarcMKEKD8fXJVM8s7s+YDxcl8/QFAGE52lEBAY56N5jrkUTrnHttKJYLhoz73gDB Nticzx5TA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kNVI5-0007tE-Qj; Wed, 30 Sep 2020 06:08:37 +0000 Received: from muru.com ([72.249.23.125]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kNVHx-0007sO-FK for linux-arm-kernel@lists.infradead.org; Wed, 30 Sep 2020 06:08:30 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 4209880BF; Wed, 30 Sep 2020 06:08:32 +0000 (UTC) From: Tony Lindgren List-Id: To: soc@kernel.org Subject: [GIT PULL 3/3] Defconfig changes for omaps for v5.10 Date: Wed, 30 Sep 2020 09:08:16 +0300 Message-Id: X-Mailer: git-send-email 2.28.0 In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200930_020829_598645_7358421D X-CRM114-Status: UNSURE ( 7.41 ) 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: Tony Lindgren , linux-omap@vger.kernel.org, arm@kernel.org, linux-arm-kernel@lists.infradead.org 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 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5: Linux 5.9-rc1 (2020-08-16 13:04:57 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.10/defconfig-signed for you to fetch changes up to 74623757b98239b1eb43304e1f5d15a29b40fb84: ARM: omap2plus_defconfig: enable generic net options (2020-09-10 13:14:50 +0300) ---------------------------------------------------------------- Defconfig changes for omaps for v5.10 merge window Enable twl4030_madc as a loadable module as the ADC is used on some devices by the battery charger. And enable more widely used networking options as loadable modules where possible. ---------------------------------------------------------------- Andreas Kemnade (1): ARM: omap2plus_defconfig: enable twl4030_madc as a loadable module Grygorii Strashko (1): ARM: omap2plus_defconfig: enable generic net options arch/arm/configs/omap2plus_defconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel