From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Lew Subject: [PATCH 0/3] Qualcomm SMEM V12 Support Date: Thu, 17 Aug 2017 18:15:45 -0700 Message-ID: <1503018948-26629-1-git-send-email-clew@codeaurora.org> Return-path: Sender: linux-kernel-owner@vger.kernel.org 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, Chris Lew List-Id: linux-arm-msm@vger.kernel.org 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 (3): 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 | 177 +++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 145 insertions(+), 32 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project