mbox

[GIT,PULL] Qualcomm Device Tree Changes for v4.12

Message ID 1491533330-13570-1-git-send-email-andy.gross@linaro.org
State New
Headers show

Pull-request

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

Message

Andy Gross April 7, 2017, 2:48 a.m. UTC
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-dts-for-4.12

for you to fetch changes up to 21677ecca20151e61c3290ef37c5cd7afec60a5a:

  Revert "ARM: dts: qcom: msm8974: Add USB gadget nodes" (2017-04-06 18:48:53 -0500)

----------------------------------------------------------------
Qualcomm Device Tree Changes for v4.12

* Add Coresight components for MSM8974
* Fixup MSM8974 ADSP XO clk and add RPMCC node
* Fix typo in APQ8060
* Add SDCs on MSM8660
* Revert MSM8974 USB gadget change due to issues

----------------------------------------------------------------
Andy Gross (1):
      Revert "ARM: dts: qcom: msm8974: Add USB gadget nodes"

Georgi Djakov (1):
      ARM: dts: qcom: msm8974: Add RPMCC DT node

Ivan T. Ivanov (1):
      ARM: dts: qcom: Add msm8974 CoreSight components

Jonathan Neuschäfer (1):
      ARM: dts: msm8974: Hook up adsp-pil's xo clock

Linus Walleij (2):
      ARM: dts: add SDC2 and SDC4 to the MSM8660 family
      ARM: dts: fix typo on APQ8060 Dragonboard

 arch/arm/boot/dts/qcom-apq8060-dragonboard.dts     |   6 +-
 arch/arm/boot/dts/qcom-msm8660.dtsi                |  30 ++
 .../boot/dts/qcom-msm8974-sony-xperia-honami.dts   |   8 -
 arch/arm/boot/dts/qcom-msm8974.dtsi                | 306 ++++++++++++++++++---
 4 files changed, 307 insertions(+), 43 deletions(-)

Comments

Olof Johansson April 19, 2017, 1:42 p.m. UTC | #1
On Thu, Apr 06, 2017 at 09:48:50PM -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-dts-for-4.12
> 
> for you to fetch changes up to 21677ecca20151e61c3290ef37c5cd7afec60a5a:
> 
>   Revert "ARM: dts: qcom: msm8974: Add USB gadget nodes" (2017-04-06 18:48:53 -0500)
> 
> ----------------------------------------------------------------
> Qualcomm Device Tree Changes for v4.12
> 
> * Add Coresight components for MSM8974
> * Fixup MSM8974 ADSP XO clk and add RPMCC node
> * Fix typo in APQ8060
> * Add SDCs on MSM8660
> * Revert MSM8974 USB gadget change due to issues

Merged, thanks. Should the USB gadget revert have been a fix for 4.11 instead?


-Olof
Andy Gross April 19, 2017, 8:29 p.m. UTC | #2
On Wed, Apr 19, 2017 at 06:42:39AM -0700, Olof Johansson wrote:
> On Thu, Apr 06, 2017 at 09:48:50PM -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-dts-for-4.12
> > 
> > for you to fetch changes up to 21677ecca20151e61c3290ef37c5cd7afec60a5a:
> > 
> >   Revert "ARM: dts: qcom: msm8974: Add USB gadget nodes" (2017-04-06 18:48:53 -0500)
> > 
> > ----------------------------------------------------------------
> > Qualcomm Device Tree Changes for v4.12
> > 
> > * Add Coresight components for MSM8974
> > * Fixup MSM8974 ADSP XO clk and add RPMCC node
> > * Fix typo in APQ8060
> > * Add SDCs on MSM8660
> > * Revert MSM8974 USB gadget change due to issues
> 
> Merged, thanks. Should the USB gadget revert have been a fix for 4.11 instead?

I vacillated on that.  It broke one person using gadget for console, so I suppose it
should be considered a fix for 4.11.


Regards,

Andy