From patchwork Fri Mar 16 15:38:18 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 886989 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="pa+aaCMC"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 402rdZ1gbCz9sBt for ; Sat, 17 Mar 2018 03:34:26 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version: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:In-Reply-To:References: List-Owner; bh=eVaH53neOzq6gXgFxA4nHvy7ivBYsbwkFJ1bgTYs1OA=; b=pa+aaCMCqtCB8Q AUu9vUAkGW1CuHSq7GMC7e2g5GUlusttPiqnb3aJvPA+/R0ovqaIVkpcmhevCK9OympZLlhxUKHfp ObiQghSI2ovdEyz2bqbMZ3FU2exIEkGkgmUwDw6A8P6mDARWkm7/0MkaQSDztZEo8/yn79RhyrxMB nHbQTFvkaKTFHARCxJ3X7jwM5FrdcEj5xr2tTZOVAbeH9O8By8hXFCVOANIx66MTTF6uGBj9GCQS0 ixiC0kGGEbPOvBwYe5szp5Q1+N77SXVMuuWuUs8DyRgLYfKrKqP6/esoiA61gQbasrodIzgouRwAi 0HYxiE1WKgnGtDxqQBzg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1ewsJ9-0003l9-Sf; Fri, 16 Mar 2018 16:34:19 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1ewrRJ-0002kT-4l for linux-arm-kernel@lists.infradead.org; Fri, 16 Mar 2018 15:40:06 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 2AB238022; Fri, 16 Mar 2018 15:39:35 +0000 (UTC) From: Tony Lindgren To: arm@kernel.org Subject: [GIT PULL] omap defconfig changes for v4.17 Date: Fri, 16 Mar 2018 08:38:18 -0700 Message-Id: X-Mailer: git-send-email 2.16.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180316_083842_030808_4C2E4300 X-CRM114-Status: GOOD ( 12.29 ) X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Tony Lindgren , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org From: "Tony Lindgren" The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2: Linux 4.16-rc1 (2018-02-11 15:04:29 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.17/defconfig-signed for you to fetch changes up to 740c01f76ab3712a45c2f02233c800829626e9ba: ARM: multi_v7_defconfig: Enable USB gadget configfs as loadable module (2018-03-06 11:25:37 -0800) ---------------------------------------------------------------- Defconfig updates for omap variants for v4.17 merge window We need to enable MMC_SDHCI option in both omap2plus_defconfig and multi_v7_defconfig so systems are able to mount root when the dts files get updated for sdhci. Then let's update omap2plus_defconfig so we can patch it easier. And as Arnd noticed earlier, just running make savedefconfig will accidentally drop few Kconfig options. This is happening because some options are no longer available as loadable modules like LIRC. Or new dependencies have been added such as SND_OSSEMUL for selecting SOUND_OSS_CORE. So we first move the unchanged options around to their make savedefconfig suggested place, then update the options to prevent make savedefconfig dropping some options accidentally, and then finally drop the unused options. And after that we enable options DRM_OMAP and 8250_OMAP. These both have been around for years now. And we do have 8250_OMAP warn about console being redirected with SERIAL_8250_OMAP_TTYO_FIXUP option that is enabled by default. Some users may need to update their inittab to use ttyS* instead of ttyO* though. If this turns out to be a problem, we may want to introduce a separate compatible for 8250-omap. But I think we're good to go with the SERIAL_8250_OMAP_TTYO_FIXUP warning now. Let's not update multi_v7_defconfig yet though and first see how 8250_OMAP change plays out. We also enable few new options for PM on am335x and am437x, and CEC in omap2plus_defconfig. Naturally similar options can be later on added to multi_v7_defconfig, but in this series we only enable OTG, MUSB and the related PHYs in multi_v7_defconfig to make it more usable for distros. ---------------------------------------------------------------- Kishon Vijay Abraham I (2): ARM: multi_v7_defconfig: Enable CONFIG_MMC_SDHCI_OMAP ARM: omap2plus_defconfig: Enable CONFIG_MMC_SDHCI_OMAP Tony Lindgren (13): ARM: omap2plus_defconfig: Update for moved options ARM: omap2plus_defconfig: Add SERIAL_DEV for bluetooth ARM: omap2plus_defconfig: Select MFD_TI_LMU ARM: omap2plus_defconfig: Update LIRC options ARM: omap2plus_defconfig: Add SND_OSSEMUL ARM: omap2plus_defconfig: Drop unneeded options ARM: omap2plus_defconfig: Enable am335x and am437x PM options ARM: omap2plus_defconfig: Enable CEC ARM: omap2plus_defconfig: Switch to use omapdrm by default ARM: omap2plus_defconfig: Enable 8250_OMAP ARM: multi_v7_defconfig: Enable OTG and MUSB as loadable modules ARM: multi_v7_defconfig: Enable various USB PHYs found on omap variants ARM: multi_v7_defconfig: Enable USB gadget configfs as loadable module arch/arm/configs/multi_v7_defconfig | 36 ++++++++++++++ arch/arm/configs/omap2plus_defconfig | 94 +++++++++++++++++++++--------------- 2 files changed, 91 insertions(+), 39 deletions(-)