All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andy Gross <andy.gross@linaro.org>
To: arm@kernel.org
Cc: Kevin Hilman <khilman@baylibre.com>,
	Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
	linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org,
	Doug Anderson <dianders@chromium.org>,
	Bjorn Andersson <bjorn.andersson@linaro.org>
Subject: [GIT PULL] Qualcomm Driver updates for 4.20
Date: Sun, 30 Sep 2018 13:38:01 -0500	[thread overview]
Message-ID: <1538332682-12018-4-git-send-email-andy.gross@linaro.org> (raw)
In-Reply-To: <1538332682-12018-1-git-send-email-andy.gross@linaro.org>

The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-drivers-for-4.20

for you to fetch changes up to 579fde69dc1467a033ff44ced75ff368b9d3d072:

  Merge branch 'drivers-for-4.20' into drivers-for-4.20-final (2018-09-30 12:44:33 -0500)

----------------------------------------------------------------
Qualcomm ARM Based Driver Updates for v4.20

* Refactor of SCM compatibles and clock requirements
* SMEM cleanup
* Add LLCC EDAC driver
* Fixes for GENI clocks and macros
* Fix includes for llcc-slice and smem
* String overflow fixes for APR and wcnss_ctrl
* Fixup for COMPILE_TEST of qcom driver Kconfigs
* Cleanup of Kconfig depends of rpmh, smd_rpm, smsm, and smp2p
* Add SCM dependencies to SPM and rmtfs-mem

----------------------------------------------------------------
Alex Elder (12):
      soc: qcom: smem: rename variable in qcom_smem_get_global()
      soc: qcom: smem: initialize region struct only when successful
      soc: qcom: smem: always ignore partitions with 0 offset or size
      soc: qcom: smem: small refactor in qcom_smem_enumerate_partitions()
      soc: qcom: smem: verify both host ids in partition header
      soc: qcom: smem: require order of host ids to match
      soc: qcom: smem: introduce qcom_smem_partition_header()
      soc: qcom: smem: verify partition header size
      soc: qcom: smem: verify partition offset_free_uncached
      soc: qcom: smem: small change in global entry loop
      soc: qcom: smem: verify partition host ids match
      soc: qcom: smem: a few last cleanups

Andy Gross (2):
      Merge tag 'qcom-geni-immutable-for-mark-brown' into drivers-for-4.20-final
      Merge branch 'drivers-for-4.20' into drivers-for-4.20-final

Bjorn Andersson (4):
      soc: qcom: rmtfs-mem: Validate that scm is available
      dt-bindings: firmware: scm: Refactor compatibles and clocks
      firmware: qcom: scm: Refactor clock handling
      dt-bindings: firmware: scm: Add MSM8998 and SDM845

Channagoud Kadabi (1):
      drivers: edac: Add EDAC driver support for QCOM SoCs

Colin Ian King (1):
      soc: qcom: apr: fix spelling mistake: "paket" -> "packet"

Douglas Anderson (4):
      soc: qcom: geni: Don't ignore clk_round_rate() errors in geni_se_clk_tbl_get()
      soc: qcom: geni: geni_se_clk_freq_match() should always accept multiples
      soc: qcom: geni: Don't ignore clk_round_rate() errors in geni_se_clk_tbl_get()
      soc: qcom: geni: geni_se_clk_freq_match() should always accept multiples

Felix Fietkau (1):
      soc: qcom: spm: add SCM probe dependency

Lina Iyer (1):
      drivers: qcom: rpmh-rsc: clear wait_for_compl after use

Niklas Cassel (9):
      soc: qcom: smem: Add missing include of sizes.h
      soc: qcom: llcc-slice: Add missing include of sizes.h
      soc: qcom: smp2p: Add select IRQ_DOMAIN
      soc: qcom: smsm: Add select IRQ_DOMAIN
      soc: qcom: Remove bogus depends on OF from QCOM_SMD_RPM
      soc: qcom: Remove depends on OF from QCOM_RPMH
      soc: qcom: wcnss_ctrl: Avoid string overflow
      soc: qcom: apr: Avoid string overflow
      soc: qcom: Allow COMPILE_TEST of qcom SoC Kconfigs

Stephen Boyd (2):
      soc: qcom: geni: Make version macros simpler
      soc: qcom: geni: Make version macros simpler

Venkata Narendra Kumar Gutta (3):
      soc: qcom: Add broadcast base for Last Level Cache Controller (LLCC)
      soc: qcom: Add support to register LLCC EDAC driver
      dt-bindings: msm: Update documentation of qcom,llcc

 .../devicetree/bindings/arm/msm/qcom,llcc.txt      |  19 +-
 .../devicetree/bindings/firmware/qcom,scm.txt      |  33 +-
 MAINTAINERS                                        |   8 +
 drivers/edac/Kconfig                               |  14 +
 drivers/edac/Makefile                              |   1 +
 drivers/edac/qcom_edac.c                           | 414 +++++++++++++++++++++
 drivers/firmware/qcom_scm.c                        |  74 ++--
 drivers/soc/qcom/Kconfig                           |  21 +-
 drivers/soc/qcom/apr.c                             |   6 +-
 drivers/soc/qcom/llcc-slice.c                      |  74 ++--
 drivers/soc/qcom/qcom-geni-se.c                    |  41 +-
 drivers/soc/qcom/rmtfs_mem.c                       |   5 +
 drivers/soc/qcom/rpmh-rsc.c                        |   2 +
 drivers/soc/qcom/smem.c                            | 174 +++++----
 drivers/soc/qcom/spm.c                             |   3 +
 drivers/soc/qcom/wcnss_ctrl.c                      |   2 +-
 include/linux/qcom-geni-se.h                       |  13 +-
 include/linux/soc/qcom/llcc-qcom.h                 |  30 +-
 18 files changed, 732 insertions(+), 202 deletions(-)
 create mode 100644 drivers/edac/qcom_edac.c

  parent reply	other threads:[~2018-09-30 18:38 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-30 18:37 [GIT PULL] Qualcomm ARM64 Defconfig updates for 4.20 Andy Gross
2018-09-30 18:37 ` [GIT PULL] Qualcomm ARM64 DT " Andy Gross
2018-10-02  9:30   ` Arnd Bergmann
2018-10-05 14:29     ` Andy Gross
2018-10-25  5:25       ` Amit Kucheria
2018-10-25 16:08         ` Andy Gross
2018-10-28 17:54           ` Amit Kucheria
2018-11-07  6:15             ` Amit Kucheria
2018-09-30 18:38 ` [GIT PULL] Qualcomm Defconfig " Andy Gross
2018-10-01 15:59   ` Arnd Bergmann
2018-09-30 18:38 ` Andy Gross [this message]
2018-10-02  8:14   ` [GIT PULL] Qualcomm Driver " Arnd Bergmann
2018-09-30 18:38 ` [GIT PULL] Qualcomm Device Tree " Andy Gross
2018-10-02  9:36   ` Arnd Bergmann
2018-10-05 14:28     ` Andy Gross
2018-10-05 14:31       ` Arnd Bergmann
2018-11-29 10:10     ` Clément Péron
2018-10-01 16:00 ` [GIT PULL] Qualcomm ARM64 Defconfig " Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1538332682-12018-4-git-send-email-andy.gross@linaro.org \
    --to=andy.gross@linaro.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=bjorn.andersson@linaro.org \
    --cc=dianders@chromium.org \
    --cc=khilman@baylibre.com \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=olof@lixom.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.