From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olof Johansson Subject: Re: [GIT PULL] Qualcomm Driver Updates for v4.7 Date: Wed, 13 Apr 2016 11:10:02 -0700 Message-ID: <20160413181002.GH19945@localhost> References: <1459540776-7056-1-git-send-email-andy.gross@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pf0-f179.google.com ([209.85.192.179]:33573 "EHLO mail-pf0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754955AbcDMSOt (ORCPT ); Wed, 13 Apr 2016 14:14:49 -0400 Received: by mail-pf0-f179.google.com with SMTP id 184so37514705pff.0 for ; Wed, 13 Apr 2016 11:14:49 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1459540776-7056-1-git-send-email-andy.gross@linaro.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Andy Gross Cc: arm@kernel.org, Kevin Hilman , Arnd Bergmann , linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org On Fri, Apr 01, 2016 at 02:59:36PM -0500, Andy Gross wrote: > The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca: > > Linux 4.6-rc1 (2016-03-26 16:03:24 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-drivers-for-4.7 Are you sure? Last branch was all drivers/soc contents, which _I_ merged into next/drivers. This is all arch/arm contents, which _I_ would merge into next/soc. :) > for you to fetch changes up to d24a7dab5b8fa6717d7a3917a634b561dcee312f: > > ARM: qcom: Drop ARCH_MSM* configs (2016-03-31 17:37:31 -0500) > > ---------------------------------------------------------------- > Qualcomm ARM Based Driver Updates for v4.7 > > * Drop ARCH_MSM* configs and fixup clocksource support > > ---------------------------------------------------------------- > Stephen Boyd (2): > ARM: qcom: Make an option for qcom 'a-family' platforms > ARM: qcom: Drop ARCH_MSM* configs THis does: -config ARCH_MSM8974 - bool "Enable support for MSM8974" - select HAVE_ARM_ARCH_TIMER ... and I don't see the HAVE_ARCH_ARM_TIMER added anywhere. So it looks like you might need to pick it for ARCH_QCOM_A_FAMILY now? -Olof From mboxrd@z Thu Jan 1 00:00:00 1970 From: olof@lixom.net (Olof Johansson) Date: Wed, 13 Apr 2016 11:10:02 -0700 Subject: [GIT PULL] Qualcomm Driver Updates for v4.7 In-Reply-To: <1459540776-7056-1-git-send-email-andy.gross@linaro.org> References: <1459540776-7056-1-git-send-email-andy.gross@linaro.org> Message-ID: <20160413181002.GH19945@localhost> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Apr 01, 2016 at 02:59:36PM -0500, Andy Gross wrote: > The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca: > > Linux 4.6-rc1 (2016-03-26 16:03:24 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-drivers-for-4.7 Are you sure? Last branch was all drivers/soc contents, which _I_ merged into next/drivers. This is all arch/arm contents, which _I_ would merge into next/soc. :) > for you to fetch changes up to d24a7dab5b8fa6717d7a3917a634b561dcee312f: > > ARM: qcom: Drop ARCH_MSM* configs (2016-03-31 17:37:31 -0500) > > ---------------------------------------------------------------- > Qualcomm ARM Based Driver Updates for v4.7 > > * Drop ARCH_MSM* configs and fixup clocksource support > > ---------------------------------------------------------------- > Stephen Boyd (2): > ARM: qcom: Make an option for qcom 'a-family' platforms > ARM: qcom: Drop ARCH_MSM* configs THis does: -config ARCH_MSM8974 - bool "Enable support for MSM8974" - select HAVE_ARM_ARCH_TIMER ... and I don't see the HAVE_ARCH_ARM_TIMER added anywhere. So it looks like you might need to pick it for ARCH_QCOM_A_FAMILY now? -Olof