Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1714500

[PATCH 0/3] Qualcomm SMEM V12 Support

From Chris Lew <clew@codeaurora.org>
Newsgroups linux.kernel
Subject [PATCH 0/3] Qualcomm SMEM V12 Support
Date 2017-08-18 03:20 +0200
Message-ID <ufE78-4zk-11@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] Qualcomm SMEM V12 Support Chris Lew <clew@codeaurora.org> - 2017-08-18 03:20 +0200
  [PATCH 3/3] soc: qcom: smem: Increase the number of hosts Chris Lew <clew@codeaurora.org> - 2017-08-18 03:20 +0200
    Re: [PATCH 3/3] soc: qcom: smem: Increase the number of hosts Bjorn Andersson <bjorn.andersson@linaro.org> - 2017-08-21 19:40 +0200
  [PATCH 2/3] soc: qcom: smem: Support dynamic item limit Chris Lew <clew@codeaurora.org> - 2017-08-18 03:20 +0200
    Re: [PATCH 2/3] soc: qcom: smem: Support dynamic item limit Arun Kumar Neelakantam <aneela@codeaurora.org> - 2017-08-21 11:00 +0200
    Re: [PATCH 2/3] soc: qcom: smem: Support dynamic item limit Bjorn Andersson <bjorn.andersson@linaro.org> - 2017-08-21 19:40 +0200
  [PATCH 1/3] soc: qcom: smem: Support global partition Chris Lew <clew@codeaurora.org> - 2017-08-18 03:20 +0200
    Re: [PATCH 1/3] soc: qcom: smem: Support global partition Arun Kumar Neelakantam <aneela@codeaurora.org> - 2017-08-21 08:10 +0200
    Re: [PATCH 1/3] soc: qcom: smem: Support global partition Bjorn Andersson <bjorn.andersson@linaro.org> - 2017-08-21 19:20 +0200
      Re: [PATCH 1/3] soc: qcom: smem: Support global partition Chris Lew <clew@codeaurora.org> - 2017-08-23 02:30 +0200
        Re: [PATCH 1/3] soc: qcom: smem: Support global partition Bjorn Andersson <bjorn.andersson@linaro.org> - 2017-08-23 02:40 +0200

csiph-web