Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751842AbdINVZR (ORCPT ); Thu, 14 Sep 2017 17:25:17 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:42062 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751330AbdINVZO (ORCPT ); Thu, 14 Sep 2017 17:25:14 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org B7B1160722 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=clew@codeaurora.org From: Chris Lew To: bjorn.andersson@linaro.org, andy.gross@linaro.org, david.brown@linaro.org Cc: aneela@codeaurora.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-kernel@vger.kernel.org, clew@codeaurora.org Subject: [PATCH v2 0/5] Qualcomm SMEM V12 Support Date: Thu, 14 Sep 2017 14:24:57 -0700 Message-Id: <1505424302-29147-1-git-send-email-clew@codeaurora.org> X-Mailer: git-send-email 1.8.2.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 945 Lines: 21 SMEM V12 was devised to make better use of the global SMEM region. The global heap region is formatted to be similar to a private partition. This allows the maximum number of smem items to increase. The maximum item number is written by the bootloader in a region after the table of contents. The number of hosts are increased for later chipsets. This patchset depends on patch: Qualcomm SMEM cached item support Chris Lew (5): soc: qcom: smem: Use le32_to_cpu for partition size comparison soc: qcom: smem: Read version by using the smem header soc: qcom: smem: Support global partition soc: qcom: smem: Support dynamic item limit soc: qcom: smem: Increase the number of hosts drivers/soc/qcom/smem.c | 248 +++++++++++++++++++++++++++++++++++++----------- 1 file changed, 195 insertions(+), 53 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project