mbox series

[GIT,PULL] Qualcomm Device Tree updates for 5.2

Message ID 1555997248-11513-5-git-send-email-agross@kernel.org (mailing list archive)
State Mainlined, archived
Commit f3e35357cd460a8aeb48b8113dc4b761a7d5c828
Headers show
Series [GIT,PULL] Qualcomm Device Tree updates for 5.2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-dts-for-5.2

Message

Andy Gross April 23, 2019, 5:27 a.m. UTC
The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-dts-for-5.2

for you to fetch changes up to f3e35357cd460a8aeb48b8113dc4b761a7d5c828:

  ARM: dts: qcom: ipq4019: enlarge PCIe BAR range (2019-04-09 23:33:39 -0500)

----------------------------------------------------------------
Qualcomm Device Tree Changes for v5.2

* Add gpio ranges for Qualcomm platforms
* Correct the IPQ4019 PCIe BAR range

----------------------------------------------------------------
Brian Masney (4):
      ARM: dts: qcom: apq8064: add gpio-ranges
      ARM: dts: qcom: mdm9615: add gpio-ranges
      ARM: dts: qcom: msm8660: add gpio-ranges
      ARM: dts: qcom: pma8084: add gpio-ranges

Christian Lamparter (1):
      ARM: dts: qcom: ipq4019: enlarge PCIe BAR range

 arch/arm/boot/dts/qcom-apq8064.dtsi | 1 +
 arch/arm/boot/dts/qcom-ipq4019.dtsi | 4 ++--
 arch/arm/boot/dts/qcom-mdm9615.dtsi | 1 +
 arch/arm/boot/dts/qcom-msm8660.dtsi | 1 +
 arch/arm/boot/dts/qcom-pma8084.dtsi | 1 +
 5 files changed, 6 insertions(+), 2 deletions(-)

Comments

Olof Johansson April 28, 2019, 7:52 p.m. UTC | #1
On Tue, Apr 23, 2019 at 12:27:28AM -0500, Andy Gross wrote:
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-dts-for-5.2
> 
> for you to fetch changes up to f3e35357cd460a8aeb48b8113dc4b761a7d5c828:
> 
>   ARM: dts: qcom: ipq4019: enlarge PCIe BAR range (2019-04-09 23:33:39 -0500)
> 
> ----------------------------------------------------------------
> Qualcomm Device Tree Changes for v5.2
> 
> * Add gpio ranges for Qualcomm platforms
> * Correct the IPQ4019 PCIe BAR range

Merged, thanks!


-Olof