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=-8.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 0D1F3C4360C for ; Wed, 16 Oct 2019 06:00:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CC1002168B for ; Wed, 16 Oct 2019 06:00:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571205641; bh=8eaAxPL2KayDUCaf1S4jMsM2BVtAzQbFkkpPFytTUFY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=oeO1ACkVrmIPHimRNxn8t6M0TQpUoueIbZH2uEmc+phSR7jTd2T+AxPrqZlGK6p1y 8bwW2POd4h/UCEzEbeLfZ55FDLfWTdi8qETViPyqQ6NgRLO1GyBFRXm47nirn4Yx9M CNZUF0iLpUilGIgPti14ba3eU3OGVF/jP6SZPz7E= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388048AbfJPGAl (ORCPT ); Wed, 16 Oct 2019 02:00:41 -0400 Received: from mail.kernel.org ([198.145.29.99]:53870 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387929AbfJPGAl (ORCPT ); Wed, 16 Oct 2019 02:00:41 -0400 Received: from localhost (unknown [171.76.123.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C446C20872; Wed, 16 Oct 2019 06:00:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571205640; bh=8eaAxPL2KayDUCaf1S4jMsM2BVtAzQbFkkpPFytTUFY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=p0oW49M8iTuaGttBcVoEKOWVs23gzFxq5ABXZPBb+81Jc/W1q9vsSS7JEaIKFhweD 6RvihGSk/RZHyGSIMalD3BYzyGW8+oUt2A6axpbrJPlzv+koyRmbES8V5eXzB6gUIi jZRCKUX2Xt+fNWGe2gkC3Hia/45pfMwRm/1vwlSc= Date: Wed, 16 Oct 2019 11:30:35 +0530 From: Vinod Koul To: Bjorn Andersson Cc: Catalin Marinas , Will Deacon , Shawn Guo , Olof Johansson , Maxime Ripard , Arnd Bergmann , Jagan Teki , Anson Huang , Leonard Crestez , Dinh Nguyen , Marcin Juszkiewicz , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org Subject: Re: [PATCH] arm64: defconfig: Enable Qualcomm socinfo driver Message-ID: <20191016060035.GF2654@vkoul-mobl> References: <20191011234828.374419-1-bjorn.andersson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191011234828.374419-1-bjorn.andersson@linaro.org> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 11-10-19, 16:48, Bjorn Andersson wrote: > The Qualcomm socinfo driver provides SoC information to userspace using > the standard soc interface as well as a number of debugfs entries. > > Enable this to allow certain user space tools to acquire this > information, as well as getting developers access to the information in > debugfs that is useful when reporting bugs. lgtm, tested on db845c Reviewed-by: Vinod Koul Tested-by: Vinod Koul > > Signed-off-by: Bjorn Andersson > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 45e55dfe1ee4..a5953b0b382d 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -744,6 +744,7 @@ CONFIG_QCOM_SMEM=y > CONFIG_QCOM_SMD_RPM=y > CONFIG_QCOM_SMP2P=y > CONFIG_QCOM_SMSM=y > +CONFIG_QCOM_SOCINFO=m > CONFIG_ARCH_R8A774A1=y > CONFIG_ARCH_R8A774C0=y > CONFIG_ARCH_R8A7795=y > -- > 2.23.0 -- ~Vinod 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=-8.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 44979ECE59D for ; Wed, 16 Oct 2019 06:01:47 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 16B422067D for ; Wed, 16 Oct 2019 06:01:47 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="tP3I45NC"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="p0oW49M8" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 16B422067D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-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=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Oi8Yp1ZQwDlEdAck6tAT7I4vILLUAnGdfJyA1NxNojE=; b=tP3I45NCfPqBwq nX1usBvbvJzDecfZ3bVtqAsp+IrmtXKNRJeEB6K2/dx3sZCuhFHDZ/VU6usKRZIjvoNcHmAkVyqBs 7eDEyshqfQ8h2DhdTD9hpScfYmPWVfLESURpurqMhz3DnVP0zG7i89jmwD+JagjcU9Om67ZN5+cSb sv1/GRQFEoatnapNqYPNKgQEzmconoPuOUanUc3bV63g0gzpausWBDalN+65klVD10291r0FPgGss iMulATa7K9oN2T2G+fTe9h636GFF6vogEhAalkafGaa/KUF/ayMmH6yPaTlGR5wcz3FofYwvhhg4B 8Ql54jPSdIc1+5K4BRJg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iKcNQ-0001JX-MN; Wed, 16 Oct 2019 06:01:40 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iKcMS-0000Tf-Uc for linux-arm-kernel@lists.infradead.org; Wed, 16 Oct 2019 06:00:42 +0000 Received: from localhost (unknown [171.76.123.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C446C20872; Wed, 16 Oct 2019 06:00:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571205640; bh=8eaAxPL2KayDUCaf1S4jMsM2BVtAzQbFkkpPFytTUFY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=p0oW49M8iTuaGttBcVoEKOWVs23gzFxq5ABXZPBb+81Jc/W1q9vsSS7JEaIKFhweD 6RvihGSk/RZHyGSIMalD3BYzyGW8+oUt2A6axpbrJPlzv+koyRmbES8V5eXzB6gUIi jZRCKUX2Xt+fNWGe2gkC3Hia/45pfMwRm/1vwlSc= Date: Wed, 16 Oct 2019 11:30:35 +0530 From: Vinod Koul To: Bjorn Andersson Subject: Re: [PATCH] arm64: defconfig: Enable Qualcomm socinfo driver Message-ID: <20191016060035.GF2654@vkoul-mobl> References: <20191011234828.374419-1-bjorn.andersson@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20191011234828.374419-1-bjorn.andersson@linaro.org> User-Agent: Mutt/1.12.1 (2019-06-15) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191015_230041_020614_2ECBBCE9 X-CRM114-Status: GOOD ( 15.40 ) 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: Anson Huang , Arnd Bergmann , Catalin Marinas , linux-kernel@vger.kernel.org, Maxime Ripard , Marcin Juszkiewicz , Dinh Nguyen , Jagan Teki , linux-arm-msm@vger.kernel.org, Olof Johansson , Shawn Guo , Leonard Crestez , Will Deacon , 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+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 11-10-19, 16:48, Bjorn Andersson wrote: > The Qualcomm socinfo driver provides SoC information to userspace using > the standard soc interface as well as a number of debugfs entries. > > Enable this to allow certain user space tools to acquire this > information, as well as getting developers access to the information in > debugfs that is useful when reporting bugs. lgtm, tested on db845c Reviewed-by: Vinod Koul Tested-by: Vinod Koul > > Signed-off-by: Bjorn Andersson > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 45e55dfe1ee4..a5953b0b382d 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -744,6 +744,7 @@ CONFIG_QCOM_SMEM=y > CONFIG_QCOM_SMD_RPM=y > CONFIG_QCOM_SMP2P=y > CONFIG_QCOM_SMSM=y > +CONFIG_QCOM_SOCINFO=m > CONFIG_ARCH_R8A774A1=y > CONFIG_ARCH_R8A774C0=y > CONFIG_ARCH_R8A7795=y > -- > 2.23.0 -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel