From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Andersson Subject: Re: [PATCH v6 1/2] drivers: qcom: add command DB driver Date: Thu, 5 Apr 2018 10:59:50 -0700 Message-ID: <20180405175950.GI18510@minitux> References: <20180405160459.16693-1-ilina@codeaurora.org> <20180405160459.16693-2-ilina@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180405160459.16693-2-ilina@codeaurora.org> Sender: linux-kernel-owner@vger.kernel.org To: Lina Iyer Cc: andy.gross@linaro.org, david.brown@linaro.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, rnayak@codeaurora.org, linux-kernel@vger.kernel.org, sboyd@kernel.org, evgreen@chromium.org, dianders@chromium.org, Mahesh Sivasubramanian List-Id: linux-arm-msm@vger.kernel.org On Thu 05 Apr 09:04 PDT 2018, Lina Iyer wrote: > From: Mahesh Sivasubramanian > > Command DB is a simple database in the shared memory of QCOM SoCs, that > provides information regarding shared resources. Some shared resources > in the SoC have properties that are probed dynamically at boot by the > remote processor. The information pertaining to the SoC and the platform > are made available in the shared memory. Drivers can query this > information using predefined strings. > > Signed-off-by: Mahesh Sivasubramanian > Signed-off-by: Lina Iyer Reviewed-by: Bjorn Andersson Regards, Bjorn