mbox series

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

Message ID 1544802573-5898-1-git-send-email-andy.gross@linaro.org
State New
Headers show
Series [GIT,PULL] Qualcomm Driver updates for 4.21 - Part 2 - Redo | expand

Pull-request

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

Message

Andy Gross Dec. 14, 2018, 3:49 p.m. UTC
The following changes since commit b601f73130a375c912d9f2ec93c5f3cea5d6a3da:

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

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-2

for you to fetch changes up to 16ad9501b1f2edebe24f8cf3c09da0695871986b:

  firmware: qcom: scm: fix compilation error when disabled (2018-12-05 16:44:05 -0600)

----------------------------------------------------------------
Qualcomm ARM Based Driver Updates for v4.21 Part 2 - Redo

* Fix SCM compilation error

----------------------------------------------------------------
Jonathan Marek (1):
      firmware: qcom: scm: fix compilation error when disabled

 include/linux/qcom_scm.h | 3 +++
 1 file changed, 3 insertions(+)

Comments

Arnd Bergmann Dec. 20, 2018, 3:12 p.m. UTC | #1
On Fri, Dec 14, 2018 at 4:49 PM Andy Gross <andy.gross@linaro.org> wrote:
>
> The following changes since commit b601f73130a375c912d9f2ec93c5f3cea5d6a3da:
>
>   drm: msm: Check cmd_db_read_aux_data() for failure (2018-11-29 17:41:53 -0600)
>
> 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-2
>
> for you to fetch changes up to 16ad9501b1f2edebe24f8cf3c09da0695871986b:
>
>   firmware: qcom: scm: fix compilation error when disabled (2018-12-05 16:44:05 -0600)
>
> ----------------------------------------------------------------
> Qualcomm ARM Based Driver Updates for v4.21 Part 2 - Redo
>
> * Fix SCM compilation error
Pulled into next/drivers, thanks!

      Arnd