2018-12-08 05:15:52

by Andy Gross

[permalink] [raw]
Subject: [GIT PULL] Qualcomm ARM64 DT updates for 4.21 - Part 2

The following changes since commit 70827d9f6bc4f481fafe790dd6654ba568526768:

arm64: dts: qcom: msm8998: Fix compatible of scm node (2018-11-30 07:59:02 -0600)

are available in the git repository at:

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

for you to fetch changes up to 1504b91c819359b574b55c269c850352260b8d19:

arm64: dts: msm8996: Use dwc3-qcom glue driver for USB (2018-12-07 14:10:56 -0600)

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

* Switch to use dwc3-qcom glue driver on MSM8996
* Fix issue with xo clk name on MSM8998
* Add cooling maps on MSM8916
* Add UART nodes on SDM845
* Add camera subsystem support on MSM8996 and MSM8916

----------------------------------------------------------------
Andy Gross (1):
arm64: dts: qcom: msm8998: Fixup clock to use xo_board

Manu Gautam (1):
arm64: dts: msm8996: Use dwc3-qcom glue driver for USB

Matthias Kaehlcke (1):
arm64: dts: qcom: sdm845: Add UART nodes

Todor Tomov (6):
arm64: dts: qcom: msm8916: Add IOMMU sub-node for VFE context bank
arm64: dts: qcom: msm8916: Add CAMSS support
arm64: dts: qcom: Add Camera Control Interface pinctrls
arm64: dts: qcom: Add pinctrls for camera sensors
arm64: dts: qcom: msm8996: Add VFE SMMU node
arm64: dts: qcom: msm8996: Add CAMSS support

Viresh Kumar (1):
arm64: dts: msm8916: Add all CPUs in cooling maps

arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi | 6 +-
arch/arm64/boot/dts/qcom/msm8916-pins.dtsi | 76 ++++++++
arch/arm64/boot/dts/qcom/msm8916.dtsi | 97 +++++++++-
arch/arm64/boot/dts/qcom/msm8996-pins.dtsi | 120 ++++++++++++
arch/arm64/boot/dts/qcom/msm8996.dtsi | 162 +++++++++++++++-
arch/arm64/boot/dts/qcom/msm8998.dtsi | 3 +-
arch/arm64/boot/dts/qcom/sdm845.dtsi | 270 +++++++++++++++++++++++++++
7 files changed, 725 insertions(+), 9 deletions(-)


2018-12-08 05:15:52

by Andy Gross

[permalink] [raw]
Subject: [GIT PULL] Qualcomm Driver updates for 4.21 - Part 2

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 92def04bd7b46f5b186f985d5c9d3804858c3c2f:

MAINTAINERS: Change Todor Tomov's email address (2018-12-05 16:45:34 -0600)

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

* Fix MAINTAINERS email address for Todor
* Fix SCM compilation error

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

Todor Tomov (1):
MAINTAINERS: Change Todor Tomov's email address

MAINTAINERS | 2 +-
include/linux/qcom_scm.h | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

2018-12-10 12:53:06

by Stanimir Varbanov

[permalink] [raw]
Subject: Re: [GIT PULL] Qualcomm Driver updates for 4.21 - Part 2

Hi Andy,

On 12/8/18 7:13 AM, Andy Gross 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 92def04bd7b46f5b186f985d5c9d3804858c3c2f:
>
> MAINTAINERS: Change Todor Tomov's email address (2018-12-05 16:45:34 -0600)
>
> ----------------------------------------------------------------
> Qualcomm ARM Based Driver Updates for v4.21 Part 2
>
> * Fix MAINTAINERS email address for Todor
> * Fix SCM compilation error
>
> ----------------------------------------------------------------
> Jonathan Marek (1):
> firmware: qcom: scm: fix compilation error when disabled
>
> Todor Tomov (1):
> MAINTAINERS: Change Todor Tomov's email address

I saw this patch is applied also in media_tree.git, not sure that is
problem though.

--
regards,
Stan

2018-12-10 21:19:10

by Andy Gross

[permalink] [raw]
Subject: Re: [GIT PULL] Qualcomm Driver updates for 4.21 - Part 2

On Mon, Dec 10, 2018 at 02:20:47PM +0200, Stanimir Varbanov wrote:
> Hi Andy,
>
> On 12/8/18 7:13 AM, Andy Gross 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 92def04bd7b46f5b186f985d5c9d3804858c3c2f:
> >
> > MAINTAINERS: Change Todor Tomov's email address (2018-12-05 16:45:34 -0600)
> >
> > ----------------------------------------------------------------
> > Qualcomm ARM Based Driver Updates for v4.21 Part 2
> >
> > * Fix MAINTAINERS email address for Todor
> > * Fix SCM compilation error
> >
> > ----------------------------------------------------------------
> > Jonathan Marek (1):
> > firmware: qcom: scm: fix compilation error when disabled
> >
> > Todor Tomov (1):
> > MAINTAINERS: Change Todor Tomov's email address
>
> I saw this patch is applied also in media_tree.git, not sure that is
> problem though.

Which one? The maintainer or the scm?

Andy

2018-12-10 22:11:14

by Stanimir Varbanov

[permalink] [raw]
Subject: Re: [GIT PULL] Qualcomm Driver updates for 4.21 - Part 2



On 10.12.18 г. 21:05 ч., Andy Gross wrote:
> On Mon, Dec 10, 2018 at 02:20:47PM +0200, Stanimir Varbanov wrote:
>> Hi Andy,
>>
>> On 12/8/18 7:13 AM, Andy Gross 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 92def04bd7b46f5b186f985d5c9d3804858c3c2f:
>>>
>>> MAINTAINERS: Change Todor Tomov's email address (2018-12-05 16:45:34 -0600)
>>>
>>> ----------------------------------------------------------------
>>> Qualcomm ARM Based Driver Updates for v4.21 Part 2
>>>
>>> * Fix MAINTAINERS email address for Todor
>>> * Fix SCM compilation error
>>>
>>> ----------------------------------------------------------------
>>> Jonathan Marek (1):
>>> firmware: qcom: scm: fix compilation error when disabled
>>>
>>> Todor Tomov (1):
>>> MAINTAINERS: Change Todor Tomov's email address
>>
>> I saw this patch is applied also in media_tree.git, not sure that is
>> problem though.
>
> Which one? The maintainer or the scm?

the maintainer one.

regards,
Stan

2018-12-11 15:01:29

by Andy Gross

[permalink] [raw]
Subject: Re: [GIT PULL] Qualcomm Driver updates for 4.21 - Part 2

On Mon, Dec 10, 2018 at 11:36:48PM +0200, Stanimir Varbanov wrote:
>
>
> On 10.12.18 г. 21:05 ч., Andy Gross wrote:
> >On Mon, Dec 10, 2018 at 02:20:47PM +0200, Stanimir Varbanov wrote:
> >>Hi Andy,
> >>
> >>On 12/8/18 7:13 AM, Andy Gross 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 92def04bd7b46f5b186f985d5c9d3804858c3c2f:
> >>>
> >>> MAINTAINERS: Change Todor Tomov's email address (2018-12-05 16:45:34 -0600)
> >>>
> >>>----------------------------------------------------------------
> >>>Qualcomm ARM Based Driver Updates for v4.21 Part 2
> >>>
> >>>* Fix MAINTAINERS email address for Todor
> >>>* Fix SCM compilation error
> >>>
> >>>----------------------------------------------------------------
> >>>Jonathan Marek (1):
> >>> firmware: qcom: scm: fix compilation error when disabled
> >>>
> >>>Todor Tomov (1):
> >>> MAINTAINERS: Change Todor Tomov's email address
> >>
> >>I saw this patch is applied also in media_tree.git, not sure that is
> >>problem though.
> >
> >Which one? The maintainer or the scm?
>
> the maintainer one.

Ah ok. I can drop that and resend the PR. Not a big deal.

Olof,Arnd, Kevin,

Hold off on this one until I send a revised pull request.


Thanks!
Andy

2018-12-12 21:16:50

by Olof Johansson

[permalink] [raw]
Subject: Re: [GIT PULL] Qualcomm ARM64 DT updates for 4.21 - Part 2

On Fri, Dec 07, 2018 at 11:13:13PM -0600, Andy Gross wrote:
> The following changes since commit 70827d9f6bc4f481fafe790dd6654ba568526768:
>
> arm64: dts: qcom: msm8998: Fix compatible of scm node (2018-11-30 07:59:02 -0600)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-arm64-for-4.21-2
>
> for you to fetch changes up to 1504b91c819359b574b55c269c850352260b8d19:
>
> arm64: dts: msm8996: Use dwc3-qcom glue driver for USB (2018-12-07 14:10:56 -0600)
>
> ----------------------------------------------------------------
> Qualcomm ARM64 Updates for v4.21 Part 2
>
> * Switch to use dwc3-qcom glue driver on MSM8996
> * Fix issue with xo clk name on MSM8998
> * Add cooling maps on MSM8916
> * Add UART nodes on SDM845
> * Add camera subsystem support on MSM8996 and MSM8916

Merged, thanks.


-Olof