mbox series

[GIT,PULL] Qualcomm Driver updates for 5.1 - Part 2

Message ID 1550258825-20696-1-git-send-email-andy.gross@linaro.org (mailing list archive)
State Not Applicable, archived
Delegated to: Andy Gross
Headers show
Series [GIT,PULL] Qualcomm Driver updates for 5.1 - Part 2 | expand

Pull-request

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

Message

Andy Gross Feb. 15, 2019, 7:27 p.m. UTC
The following changes since commit 4e2256d31f0f24107c36dae35a1d84dff0fced30:

  soc: qcom: smd-rpm: Add sdm660 compatible (2019-02-01 16:08:58 -0600)

are available in the git repository at:

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

for you to fetch changes up to ed10a259faa1bbdf77b8c2153b274b70c90cbb35:

  qcom: soc: llcc-slice: Consolidate some code (2019-02-12 15:27:17 -0600)

----------------------------------------------------------------
Qualcomm ARM Based Driver Updates for v5.1 - Part 2

* Fixups/Cleanup for Qualcomm LLCC

----------------------------------------------------------------
Jordan Crouse (2):
      qcom: soc: llcc-slice: Clear the global drv_data pointer on error
      qcom: soc: llcc-slice: Consolidate some code

 drivers/soc/qcom/llcc-sdm845.c     |   6 +++
 drivers/soc/qcom/llcc-slice.c      | 101 +++++++++++++++++++++++++------------
 include/linux/soc/qcom/llcc-qcom.h |   6 +++
 3 files changed, 80 insertions(+), 33 deletions(-)

Comments

Arnd Bergmann Feb. 15, 2019, 7:50 p.m. UTC | #1
On Fri, Feb 15, 2019 at 8:27 PM Andy Gross <andy.gross@linaro.org> wrote:
>
> The following changes since commit 4e2256d31f0f24107c36dae35a1d84dff0fced30:
>
>   soc: qcom: smd-rpm: Add sdm660 compatible (2019-02-01 16:08:58 -0600)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-drivers-for-5.1-2
>
> for you to fetch changes up to ed10a259faa1bbdf77b8c2153b274b70c90cbb35:
>
>   qcom: soc: llcc-slice: Consolidate some code (2019-02-12 15:27:17 -0600)
>
> ----------------------------------------------------------------
> Qualcomm ARM Based Driver Updates for v5.1 - Part 2
>
> * Fixups/Cleanup for Qualcomm LLCC
>

Pulled into arm/drivers, thanks!

      Arnd