mbox series

[GIT,PULL] Qualcomm ARM64 DT updates for 4.19 - Part 2

Message ID 1533246013-16448-1-git-send-email-andy.gross@linaro.org (mailing list archive)
State Superseded, archived
Delegated to: Andy Gross
Headers show
Series [GIT,PULL] Qualcomm ARM64 DT updates for 4.19 - Part 2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-arm64-for-4.19-2

Message

Andy Gross Aug. 2, 2018, 9:40 p.m. UTC
The following changes since commit 7a0d5009dbb73bcecc199151e6a126aa3630d820:

  Merge tag 'qcom-drivers-for-4.19' into arm64-for-4.19-2 (2018-08-02 16:27:10 -0500)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-arm64-for-4.19-2

for you to fetch changes up to cda676b5c93fa3d1a1a1794a8ee8ae8860d06843:

  arm64: dts: sdm845: Add tsens nodes (2018-08-02 16:34:24 -0500)

----------------------------------------------------------------
Qualcomm ARM64 Updates for v4.19 - Part 2

* Add thermal nodes for MSM8996 and SDM845

----------------------------------------------------------------
Amit Kucheria (2):
      arm64: dts: msm8996: thermal: Initialise via DT and add second controller
      arm64: dts: sdm845: Add tsens nodes

 arch/arm64/boot/dts/qcom/msm8996.dtsi | 22 ++++++++++++++++------
 arch/arm64/boot/dts/qcom/sdm845.dtsi  | 16 ++++++++++++++++
 2 files changed, 32 insertions(+), 6 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Olof Johansson Aug. 4, 2018, 6:03 p.m. UTC | #1
On Thu, Aug 2, 2018 at 2:40 PM, Andy Gross <andy.gross@linaro.org> wrote:
> The following changes since commit 7a0d5009dbb73bcecc199151e6a126aa3630d820:
>
>   Merge tag 'qcom-drivers-for-4.19' into arm64-for-4.19-2 (2018-08-02 16:27:10 -0500)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-arm64-for-4.19-2
>
> for you to fetch changes up to cda676b5c93fa3d1a1a1794a8ee8ae8860d06843:
>
>   arm64: dts: sdm845: Add tsens nodes (2018-08-02 16:34:24 -0500)
>
> ----------------------------------------------------------------
> Qualcomm ARM64 Updates for v4.19 - Part 2
>
> * Add thermal nodes for MSM8996 and SDM845
>
> ----------------------------------------------------------------
> Amit Kucheria (2):
>       arm64: dts: msm8996: thermal: Initialise via DT and add second controller
>       arm64: dts: sdm845: Add tsens nodes

Merged, thanks.


-Olof
--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Olof Johansson Aug. 4, 2018, 6:05 p.m. UTC | #2
On Sat, Aug 4, 2018 at 11:03 AM, Olof Johansson <olof@lixom.net> wrote:
> On Thu, Aug 2, 2018 at 2:40 PM, Andy Gross <andy.gross@linaro.org> wrote:
>> The following changes since commit 7a0d5009dbb73bcecc199151e6a126aa3630d820:
>>
>>   Merge tag 'qcom-drivers-for-4.19' into arm64-for-4.19-2 (2018-08-02 16:27:10 -0500)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-arm64-for-4.19-2
>>
>> for you to fetch changes up to cda676b5c93fa3d1a1a1794a8ee8ae8860d06843:
>>
>>   arm64: dts: sdm845: Add tsens nodes (2018-08-02 16:34:24 -0500)
>>
>> ----------------------------------------------------------------
>> Qualcomm ARM64 Updates for v4.19 - Part 2
>>
>> * Add thermal nodes for MSM8996 and SDM845
>>
>> ----------------------------------------------------------------
>> Amit Kucheria (2):
>>       arm64: dts: msm8996: thermal: Initialise via DT and add second controller
>>       arm64: dts: sdm845: Add tsens nodes
>
> Merged, thanks.

By the way, is  there a reason the driver branch is merged in here?
There doesn't seem to be any include file dependencies so it could
have gone in without hard dependencies.

-Olof
--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Andy Gross Aug. 6, 2018, 8:55 p.m. UTC | #3
On Sat, Aug 04, 2018 at 11:05:04AM -0700, Olof Johansson wrote:
> On Sat, Aug 4, 2018 at 11:03 AM, Olof Johansson <olof@lixom.net> wrote:
> > On Thu, Aug 2, 2018 at 2:40 PM, Andy Gross <andy.gross@linaro.org> wrote:
> >> The following changes since commit 7a0d5009dbb73bcecc199151e6a126aa3630d820:
> >>
> >>   Merge tag 'qcom-drivers-for-4.19' into arm64-for-4.19-2 (2018-08-02 16:27:10 -0500)
> >>
> >> are available in the git repository at:
> >>
> >>   git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-arm64-for-4.19-2
> >>
> >> for you to fetch changes up to cda676b5c93fa3d1a1a1794a8ee8ae8860d06843:
> >>
> >>   arm64: dts: sdm845: Add tsens nodes (2018-08-02 16:34:24 -0500)
> >>
> >> ----------------------------------------------------------------
> >> Qualcomm ARM64 Updates for v4.19 - Part 2
> >>
> >> * Add thermal nodes for MSM8996 and SDM845
> >>
> >> ----------------------------------------------------------------
> >> Amit Kucheria (2):
> >>       arm64: dts: msm8996: thermal: Initialise via DT and add second controller
> >>       arm64: dts: sdm845: Add tsens nodes
> >
> > Merged, thanks.
> 
> By the way, is  there a reason the driver branch is merged in here?
> There doesn't seem to be any include file dependencies so it could
> have gone in without hard dependencies.

Yeah so the two patches i had didnt apply without the first set of DT patches.
And that isn't standalone (the first set).  So I added that in there to make the
whole thing work standalone.

--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html