linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Qualcomm ARM64 DT updates for 4.21 - Part 2
@ 2018-12-08  5:13 Andy Gross
  2018-12-08  5:13 ` [GIT PULL] Qualcomm Driver " Andy Gross
  2018-12-12 20:51 ` [GIT PULL] Qualcomm ARM64 DT " Olof Johansson
  0 siblings, 2 replies; 7+ messages in thread
From: Andy Gross @ 2018-12-08  5:13 UTC (permalink / raw)
  To: arm
  Cc: linux-arm-msm, linux-kernel, linux-arm-kernel, Bjorn Andersson,
	Arnd Bergmann, Kevin Hilman, Olof Johansson

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(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [GIT PULL] Qualcomm Driver updates for 4.21 - Part 2
  2018-12-08  5:13 [GIT PULL] Qualcomm ARM64 DT updates for 4.21 - Part 2 Andy Gross
@ 2018-12-08  5:13 ` Andy Gross
  2018-12-10 12:20   ` Stanimir Varbanov
  2018-12-12 20:51 ` [GIT PULL] Qualcomm ARM64 DT " Olof Johansson
  1 sibling, 1 reply; 7+ messages in thread
From: Andy Gross @ 2018-12-08  5:13 UTC (permalink / raw)
  To: arm
  Cc: linux-arm-msm, linux-kernel, linux-arm-kernel, Bjorn Andersson,
	Arnd Bergmann, Kevin Hilman, Olof Johansson

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(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [GIT PULL] Qualcomm Driver updates for 4.21 - Part 2
  2018-12-08  5:13 ` [GIT PULL] Qualcomm Driver " Andy Gross
@ 2018-12-10 12:20   ` Stanimir Varbanov
  2018-12-10 19:05     ` Andy Gross
  0 siblings, 1 reply; 7+ messages in thread
From: Stanimir Varbanov @ 2018-12-10 12:20 UTC (permalink / raw)
  To: Andy Gross, arm
  Cc: linux-arm-msm, linux-kernel, linux-arm-kernel, Bjorn Andersson,
	Arnd Bergmann, Kevin Hilman, Olof Johansson

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [GIT PULL] Qualcomm Driver updates for 4.21 - Part 2
  2018-12-10 12:20   ` Stanimir Varbanov
@ 2018-12-10 19:05     ` Andy Gross
  2018-12-10 21:36       ` Stanimir Varbanov
  0 siblings, 1 reply; 7+ messages in thread
From: Andy Gross @ 2018-12-10 19:05 UTC (permalink / raw)
  To: Stanimir Varbanov
  Cc: arm, linux-arm-msm, linux-kernel, linux-arm-kernel,
	Bjorn Andersson, Arnd Bergmann, Kevin Hilman, Olof Johansson

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [GIT PULL] Qualcomm Driver updates for 4.21 - Part 2
  2018-12-10 19:05     ` Andy Gross
@ 2018-12-10 21:36       ` Stanimir Varbanov
  2018-12-11 14:40         ` Andy Gross
  0 siblings, 1 reply; 7+ messages in thread
From: Stanimir Varbanov @ 2018-12-10 21:36 UTC (permalink / raw)
  To: Andy Gross
  Cc: arm, linux-arm-msm, linux-kernel, linux-arm-kernel,
	Bjorn Andersson, Arnd Bergmann, Kevin Hilman, Olof Johansson



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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [GIT PULL] Qualcomm Driver updates for 4.21 - Part 2
  2018-12-10 21:36       ` Stanimir Varbanov
@ 2018-12-11 14:40         ` Andy Gross
  0 siblings, 0 replies; 7+ messages in thread
From: Andy Gross @ 2018-12-11 14:40 UTC (permalink / raw)
  To: Stanimir Varbanov
  Cc: arm, linux-arm-msm, linux-kernel, linux-arm-kernel,
	Bjorn Andersson, Arnd Bergmann, Kevin Hilman, Olof Johansson

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [GIT PULL] Qualcomm ARM64 DT updates for 4.21 - Part 2
  2018-12-08  5:13 [GIT PULL] Qualcomm ARM64 DT updates for 4.21 - Part 2 Andy Gross
  2018-12-08  5:13 ` [GIT PULL] Qualcomm Driver " Andy Gross
@ 2018-12-12 20:51 ` Olof Johansson
  1 sibling, 0 replies; 7+ messages in thread
From: Olof Johansson @ 2018-12-12 20:51 UTC (permalink / raw)
  To: Andy Gross
  Cc: arm, linux-arm-msm, linux-kernel, linux-arm-kernel,
	Bjorn Andersson, Arnd Bergmann, Kevin Hilman

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-12-12 21:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-08  5:13 [GIT PULL] Qualcomm ARM64 DT updates for 4.21 - Part 2 Andy Gross
2018-12-08  5:13 ` [GIT PULL] Qualcomm Driver " Andy Gross
2018-12-10 12:20   ` Stanimir Varbanov
2018-12-10 19:05     ` Andy Gross
2018-12-10 21:36       ` Stanimir Varbanov
2018-12-11 14:40         ` Andy Gross
2018-12-12 20:51 ` [GIT PULL] Qualcomm ARM64 DT " Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).