From patchwork Wed Feb 26 23:43:31 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 3729201 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 44B50BF13A for ; Wed, 26 Feb 2014 23:44:15 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6DABD201D3 for ; Wed, 26 Feb 2014 23:44:14 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 69DD920149 for ; Wed, 26 Feb 2014 23:44:13 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WIo8z-0007zY-E4; Wed, 26 Feb 2014 23:44:05 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WIo8x-0004E2-0R; Wed, 26 Feb 2014 23:44:03 +0000 Received: from mail-pb0-f52.google.com ([209.85.160.52]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WIo8u-0004DQ-IM for linux-arm-kernel@lists.infradead.org; Wed, 26 Feb 2014 23:44:01 +0000 Received: by mail-pb0-f52.google.com with SMTP id rr13so1690333pbb.11 for ; Wed, 26 Feb 2014 15:43:38 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:message-id :user-agent:mime-version:content-type; bh=pi/u8jHt15py9QhgssK06xwg56+DuBAnfGcbyHV1Zho=; b=VtSEpMWJaSnknoQ5Ygsqt1D5p9LGwIxmtIyYlw3v1cAzo1UhsJfgK5UGEKER7DlOez gPAbQxbSPHFXcHbTF8NlNciXsM0fPqY34xWecR2SdsF+wZ2SWDoCtP0f7pnFCdoGta6V OEAadDZmBXhaoqC05lFQVNouv/6ZGkGjzzpUDoY0tX4luWaVN1HoLYM5XUg963A7krYG Nx46rVuCDfz5MwF1Hf0Af6PnsC8Ug9oSKJc9NZBQGTj12yPIFJY+8TPTTuQNV0MhdHSB qBBZ8GZ07/9xnsB604ODdEj6GZHrHE+jltIpCnnJvCs3bmN+RL1ZTGbJFH5YDOLmF94V TXqA== X-Gm-Message-State: ALoCoQlSfi5sdVYsuLA88Lc6V1Dzma173Pp804iImNtz/bLOxS5tZS0BcnQSqaTG0uZ0U6o4jRSU X-Received: by 10.66.220.198 with SMTP id py6mr11747913pac.21.1393458218810; Wed, 26 Feb 2014 15:43:38 -0800 (PST) Received: from localhost (c-24-19-7-36.hsd1.wa.comcast.net. [24.19.7.36]) by mx.google.com with ESMTPSA id c7sm7222338pbt.0.2014.02.26.15.43.37 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 26 Feb 2014 15:43:38 -0800 (PST) From: Kevin Hilman To: Kumar Gala Subject: Re: [PATCH] ARM: qcom: Enable basic support for Qualcomm platforms in multi_v7_defconfig References: <1393360445-16923-1-git-send-email-galak@codeaurora.org> Date: Wed, 26 Feb 2014 15:43:31 -0800 Message-ID: <7hy50xv3rw.fsf@paris.lan> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140226_184400_703846_60C39C52 X-CRM114-Status: GOOD ( 13.54 ) X-Spam-Score: -2.6 (--) Cc: Olof Johansson , linux-arm-msm@vger.kernel.org, Arnd Bergmann , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Kumar Gala writes: > Enable support for the MSM8x60, MSM8960, and MSM8974 SoCs, clocks and > serial console as part of the standard multi_v7_defconfig. > > Signed-off-by: Kumar Gala > --- > > I leave this to the arm-soc guys to apply because of possible conflicts > with other updates to multi_v7_defconfig. Seem to be a handful of !qcom changes here, probably resulting from a run of 'make savedefconfig' without all the new changes in. I've thinned this out to only the qcom changes and applied the following to next/boards. I think it's better to do any 'make savedefconfig' cleanups as a separate, cleanup-only patch as needed. Kevin From 60476e4ad5a1369467ab8a061ae8ce601478646d Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Tue, 25 Feb 2014 14:34:05 -0600 Subject: [PATCH] ARM: qcom: Enable basic support for Qualcomm platforms in multi_v7_defconfig Enable support for the MSM8x60, MSM8960, and MSM8974 SoCs, clocks and serial console as part of the standard multi_v7_defconfig. Signed-off-by: Kumar Gala [khilman: removed non-qcom changes] Signed-off-by: Kevin Hilman --- arch/arm/configs/multi_v7_defconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 56549f178fe3..64e850d4896c 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -33,6 +33,10 @@ CONFIG_SOC_OMAP5=y CONFIG_SOC_AM33XX=y CONFIG_SOC_DRA7XX=y CONFIG_SOC_AM43XX=y +CONFIG_ARCH_QCOM=y +CONFIG_ARCH_MSM8X60=y +CONFIG_ARCH_MSM8960=y +CONFIG_ARCH_MSM8974=y CONFIG_ARCH_ROCKCHIP=y CONFIG_ARCH_SOCFPGA=y CONFIG_PLAT_SPEAR=y @@ -148,6 +152,8 @@ CONFIG_SERIAL_SIRFSOC_CONSOLE=y CONFIG_SERIAL_TEGRA=y CONFIG_SERIAL_IMX=y CONFIG_SERIAL_IMX_CONSOLE=y +CONFIG_SERIAL_MSM=y +CONFIG_SERIAL_MSM_CONSOLE=y CONFIG_SERIAL_VT8500=y CONFIG_SERIAL_VT8500_CONSOLE=y CONFIG_SERIAL_OF_PLATFORM=y @@ -298,6 +304,10 @@ CONFIG_MFD_NVEC=y CONFIG_KEYBOARD_NVEC=y CONFIG_SERIO_NVEC_PS2=y CONFIG_NVEC_POWER=y +CONFIG_COMMON_CLK_QCOM=y +CONFIG_MSM_GCC_8660=y +CONFIG_MSM_MMCC_8960=y +CONFIG_MSM_MMCC_8974=y CONFIG_TEGRA_IOMMU_GART=y CONFIG_TEGRA_IOMMU_SMMU=y CONFIG_MEMORY=y