All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Qualcomm ARM64 DT Updates for v4.12
@ 2017-04-07  2:47 ` Andy Gross
  0 siblings, 0 replies; 4+ messages in thread
From: Andy Gross @ 2017-04-07  2:47 UTC (permalink / raw)
  To: arm
  Cc: Arnd Bergmann, Olof Johansson, Kevin Hilman, linux-arm-msm,
	linux-arm-kernel

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

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

for you to fetch changes up to 6c8583d6feeb45a4c812114f6087e9911b93ea48:

  arm64: dts: msm8996: Add ADSP PIL node (2017-03-29 13:43:52 -0500)

----------------------------------------------------------------
Qualcomm ARM64 Updates for v4.12

* Fixup MSM8996 SMP2P and add ADSP PIL / SLPI SMP2P node
* Replace PMU compatible w/ A53 specific one
* Add APQ8016 ramoops
* Update MSM8916 hexagon node
* Add PM8994 RTC

----------------------------------------------------------------
Bjorn Andersson (4):
      arm64: dts: qcom: msm8996: Fixup smp2p node
      arm64: dts: qcom: msm8916: Update hexagon node
      arm64: dts: apq8016-sbc: Add ramoops
      arm64: dts: qcom: pm8994: Add rtc node

Sarangdhar Joshi (1):
      arm64: dts: msm8996: Add ADSP PIL node

Stephen Boyd (1):
      arm64: dts: qcom: Replace PMU compatible with a53 specific one

avaneesh dwivedi (1):
      arm64: dts: msm8996: Add SLPI SMP2P dt node.

 arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 11 ++++++++
 arch/arm64/boot/dts/qcom/msm8916.dtsi     | 26 +++++++++--------
 arch/arm64/boot/dts/qcom/msm8996.dtsi     | 46 ++++++++++++++++++++++++++++++-
 arch/arm64/boot/dts/qcom/pm8994.dtsi      |  7 +++++
 4 files changed, 78 insertions(+), 12 deletions(-)

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

* [GIT PULL] Qualcomm ARM64 DT Updates for v4.12
@ 2017-04-07  2:47 ` Andy Gross
  0 siblings, 0 replies; 4+ messages in thread
From: Andy Gross @ 2017-04-07  2:47 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

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

for you to fetch changes up to 6c8583d6feeb45a4c812114f6087e9911b93ea48:

  arm64: dts: msm8996: Add ADSP PIL node (2017-03-29 13:43:52 -0500)

----------------------------------------------------------------
Qualcomm ARM64 Updates for v4.12

* Fixup MSM8996 SMP2P and add ADSP PIL / SLPI SMP2P node
* Replace PMU compatible w/ A53 specific one
* Add APQ8016 ramoops
* Update MSM8916 hexagon node
* Add PM8994 RTC

----------------------------------------------------------------
Bjorn Andersson (4):
      arm64: dts: qcom: msm8996: Fixup smp2p node
      arm64: dts: qcom: msm8916: Update hexagon node
      arm64: dts: apq8016-sbc: Add ramoops
      arm64: dts: qcom: pm8994: Add rtc node

Sarangdhar Joshi (1):
      arm64: dts: msm8996: Add ADSP PIL node

Stephen Boyd (1):
      arm64: dts: qcom: Replace PMU compatible with a53 specific one

avaneesh dwivedi (1):
      arm64: dts: msm8996: Add SLPI SMP2P dt node.

 arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 11 ++++++++
 arch/arm64/boot/dts/qcom/msm8916.dtsi     | 26 +++++++++--------
 arch/arm64/boot/dts/qcom/msm8996.dtsi     | 46 ++++++++++++++++++++++++++++++-
 arch/arm64/boot/dts/qcom/pm8994.dtsi      |  7 +++++
 4 files changed, 78 insertions(+), 12 deletions(-)

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

* Re: [GIT PULL] Qualcomm ARM64 DT Updates for v4.12
  2017-04-07  2:47 ` Andy Gross
@ 2017-04-19 13:19   ` Olof Johansson
  -1 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2017-04-19 13:19 UTC (permalink / raw)
  To: Andy Gross
  Cc: arm, Arnd Bergmann, Kevin Hilman, linux-arm-msm, linux-arm-kernel

On Thu, Apr 06, 2017 at 09:47:33PM -0500, Andy Gross wrote:
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
> 
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-arm64-for-4.12
> 
> for you to fetch changes up to 6c8583d6feeb45a4c812114f6087e9911b93ea48:
> 
>   arm64: dts: msm8996: Add ADSP PIL node (2017-03-29 13:43:52 -0500)
> 
> ----------------------------------------------------------------
> Qualcomm ARM64 Updates for v4.12
> 
> * Fixup MSM8996 SMP2P and add ADSP PIL / SLPI SMP2P node
> * Replace PMU compatible w/ A53 specific one
> * Add APQ8016 ramoops
> * Update MSM8916 hexagon node
> * Add PM8994 RTC

Merged, thanks.


-Olof

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

* [GIT PULL] Qualcomm ARM64 DT Updates for v4.12
@ 2017-04-19 13:19   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2017-04-19 13:19 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Apr 06, 2017 at 09:47:33PM -0500, Andy Gross wrote:
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
> 
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-arm64-for-4.12
> 
> for you to fetch changes up to 6c8583d6feeb45a4c812114f6087e9911b93ea48:
> 
>   arm64: dts: msm8996: Add ADSP PIL node (2017-03-29 13:43:52 -0500)
> 
> ----------------------------------------------------------------
> Qualcomm ARM64 Updates for v4.12
> 
> * Fixup MSM8996 SMP2P and add ADSP PIL / SLPI SMP2P node
> * Replace PMU compatible w/ A53 specific one
> * Add APQ8016 ramoops
> * Update MSM8916 hexagon node
> * Add PM8994 RTC

Merged, thanks.


-Olof

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

end of thread, other threads:[~2017-04-19 14:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-07  2:47 [GIT PULL] Qualcomm ARM64 DT Updates for v4.12 Andy Gross
2017-04-07  2:47 ` Andy Gross
2017-04-19 13:19 ` Olof Johansson
2017-04-19 13:19   ` Olof Johansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.