mbox series

[GIT,PULL] Qualcomm ARM64 DT Fixes for 5.0-rc3

Message ID 1548387770-11404-1-git-send-email-andy.gross@linaro.org (mailing list archive)
State Mainlined, archived
Commit 2a81efb0de0e33f2d2c83154af0bd3ce389b3269
Headers show
Series [GIT,PULL] Qualcomm ARM64 DT Fixes for 5.0-rc3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-fixes-for-5.0-rc3

Message

Andy Gross Jan. 25, 2019, 3:42 a.m. UTC
The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-fixes-for-5.0-rc3

for you to fetch changes up to 2a81efb0de0e33f2d2c83154af0bd3ce389b3269:

  arm64: dts: add msm8996 compatible to gicv3 (2019-01-24 21:16:16 -0600)

----------------------------------------------------------------
Qualcomm ARM64 Fixes for 5.0-rc3

* Fix irq controller compatible for the MSM8996 platforms

----------------------------------------------------------------
Srinivas Kandagatla (1):
      arm64: dts: add msm8996 compatible to gicv3

 arch/arm64/boot/dts/qcom/msm8996.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Arnd Bergmann Jan. 30, 2019, 10:22 a.m. UTC | #1
On Fri, Jan 25, 2019 at 4:42 AM Andy Gross <andy.gross@linaro.org> wrote:
>
> The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
>
>   Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-fixes-for-5.0-rc3
>
> for you to fetch changes up to 2a81efb0de0e33f2d2c83154af0bd3ce389b3269:
>
>   arm64: dts: add msm8996 compatible to gicv3 (2019-01-24 21:16:16 -0600)
>
> ----------------------------------------------------------------
> Qualcomm ARM64 Fixes for 5.0-rc3
>
> * Fix irq controller compatible for the MSM8996 platforms

Pulled into arm/fixes, thanks!

   Arnd