mbox series

[GIT,PULL] Qualcomm Driver updates for 4.21

Message ID 1543865944-3591-3-git-send-email-andy.gross@linaro.org (mailing list archive)
State Mainlined, archived
Commit b601f73130a375c912d9f2ec93c5f3cea5d6a3da
Headers show
Series [GIT,PULL] Qualcomm Driver updates for 4.21 | expand

Pull-request

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

Message

Andy Gross Dec. 3, 2018, 7:39 p.m. UTC
The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the git repository at:

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

for you to fetch changes up to b601f73130a375c912d9f2ec93c5f3cea5d6a3da:

  drm: msm: Check cmd_db_read_aux_data() for failure (2018-11-29 17:41:53 -0600)

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

* Fix llcc license, includes, and error checks
* Remove use of memcpy in cmd-db and fix API breakage
* Add QCS404 compatible to SMD-RPM
* Minor fixes for QMI
* Add irq clear handling in QCOM Geni SE during init

----------------------------------------------------------------
Alok Chauhan (1):
      soc: qcom: Add irq clear handling during SE init

Arnd Bergmann (1):
      soc: qcom/llcc: add MODULE_LICENSE tag

Arun Kumar Neelakantam (1):
      soc: qcom: qmi_interface: Limit txn ids to U16_MAX

Bjorn Andersson (1):
      soc: qcom: smd-rpm: Add QCS404 compatible

Jordan Crouse (1):
      soc: qcom: llcc-slice: Add error checks for API functions

Niklas Cassel (1):
      soc: qcom: Drop help text for QCOM_QMI_HELPERS

Stephen Boyd (3):
      soc: qcom: cmd-db: Remove memcpy()ing from cmd_db_get_header()
      soc: qcom: cmd-db: Stop memcpy()ing in cmd_db_read_aux_data()
      drm: msm: Check cmd_db_read_aux_data() for failure

YueHaibing (1):
      soc: qcom: llcc-slice: Remove duplicated include from llcc-slice.c

 .../devicetree/bindings/soc/qcom/qcom,smd-rpm.txt  |  1 +
 drivers/gpu/drm/msm/adreno/a6xx_gmu.c              | 59 ++++++--------
 drivers/soc/qcom/Kconfig                           |  5 --
 drivers/soc/qcom/cmd-db.c                          | 93 +++++++---------------
 drivers/soc/qcom/llcc-slice.c                      | 17 +++-
 drivers/soc/qcom/qcom-geni-se.c                    | 25 +++---
 drivers/soc/qcom/qmi_interface.c                   |  2 +-
 drivers/soc/qcom/smd-rpm.c                         |  1 +
 include/linux/soc/qcom/qmi.h                       |  2 +-
 include/soc/qcom/cmd-db.h                          | 12 +--
 10 files changed, 88 insertions(+), 129 deletions(-)

Comments

Olof Johansson Dec. 3, 2018, 9:11 p.m. UTC | #1
On Mon, Dec 03, 2018 at 01:39:03PM -0600, Andy Gross wrote:
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-drivers-for-4.21
> 
> for you to fetch changes up to b601f73130a375c912d9f2ec93c5f3cea5d6a3da:
> 
>   drm: msm: Check cmd_db_read_aux_data() for failure (2018-11-29 17:41:53 -0600)
> 
> ----------------------------------------------------------------
> Qualcomm ARM Based Driver Updates for v4.21
> 
> * Fix llcc license, includes, and error checks
> * Remove use of memcpy in cmd-db and fix API breakage
> * Add QCS404 compatible to SMD-RPM
> * Minor fixes for QMI
> * Add irq clear handling in QCOM Geni SE during init

Seems like a few of these should have been fixes? The error checks and irq
clearing ones in particular.

Merged into next/drivers, let me know if we should cherry-pick any to fixes.


-Olof