linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM64: APM X-Gene 1 and X-Gene 2 DTS updates for 4.3
@ 2015-09-01 22:20 Duc Dang
  0 siblings, 0 replies; 4+ messages in thread
From: Duc Dang @ 2015-09-01 22:20 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof,

The following changes since commit 74d33293e467df61de1b1d8b2fbe29e550dec33b:

  Linux 4.2-rc5 (2015-08-02 18:34:55 -0700)

are available in the git repository at:

  https://github.com/AppliedMicro/xgene-next.git tags/xgene-dts-for-v4.3-1

for you to fetch changes up to 28376033baac2f0c2892eafd471b92ab28385d91:

  arm64: dts: Add poweroff device nodes for APM X-Gene 2 platform
(2015-09-01 13:42:16 -0700)

----------------------------------------------------------------
X-Gene 1 and X-Gene 2 platforms DTS changes queued for 4.3

----------------------------------------------------------------
Duc Dang (5):
      MAINTAINERS: Add Applied Micro (APM) X-Gene Device Tree maintainer
      arm64: dts: Add X-Gene v2 reboot driver dts node
      Merge branch 'xgene_pmu' into xgene-next
      arm64: dts: Add APM X-Gene 2 standby GPIO controller DTS entries
      arm64: dts: Add poweroff device nodes for APM X-Gene 2 platform

Feng Kan (5):
      Documentation: arm64: add SCU dts binding documentation to linux kernel
      arm64: dts: Add X-Gene reboot driver dts node
      arm64: dts: add APM Merlin Board device tree
      Documentation: arm: pmu: Add Potenza PMU binding
      arm64: dts: Add PMU node for APM X-Gene Storm SOC

Tai Nguyen (1):
      power: reset: Add syscon poweroff device node for APM X-Gene platform

 Documentation/devicetree/bindings/arm/apm/scu.txt |  17 ++
 Documentation/devicetree/bindings/arm/pmu.txt     |   1 +
 MAINTAINERS                                       |   5 +
 arch/arm64/boot/dts/apm/Makefile                  |   1 +
 arch/arm64/boot/dts/apm/apm-merlin.dts            |  72 ++++++
 arch/arm64/boot/dts/apm/apm-mustang.dts           |  12 +
 arch/arm64/boot/dts/apm/apm-shadowcat.dtsi        | 271 ++++++++++++++++++++++
 arch/arm64/boot/dts/apm/apm-storm.dtsi            |  17 ++
 8 files changed, 396 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/apm/scu.txt
 create mode 100644 arch/arm64/boot/dts/apm/apm-merlin.dts
 create mode 100644 arch/arm64/boot/dts/apm/apm-shadowcat.dtsi

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

* [GIT PULL] ARM64: APM X-Gene 1 and X-Gene 2 DTS updates for 4.3
  2015-09-09 21:41   ` Olof Johansson
@ 2015-09-09 21:47     ` Duc Dang
  0 siblings, 0 replies; 4+ messages in thread
From: Duc Dang @ 2015-09-09 21:47 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Sep 9, 2015 at 2:41 PM, Olof Johansson <olof@lixom.net> wrote:
> On Wed, Sep 9, 2015 at 2:19 AM, Arnd Bergmann <arnd@arndb.de> wrote:
>> On Tuesday 08 September 2015 16:17:38 Duc Dang wrote:
>>> On Tue, Sep 1, 2015 at 3:20 PM, Duc Dang <dhdang@apm.com> wrote:
>>> > Hi Olof,
>>> >
>>> > The following changes since commit 74d33293e467df61de1b1d8b2fbe29e550dec33b:
>>> >
>>> >   Linux 4.2-rc5 (2015-08-02 18:34:55 -0700)
>>> >
>>> > are available in the git repository at:
>>> >
>>> >   https://github.com/AppliedMicro/xgene-next.git tags/xgene-dts-for-v4.3-1
>>> >
>>> > for you to fetch changes up to 28376033baac2f0c2892eafd471b92ab28385d91:
>>> >
>>> >   arm64: dts: Add poweroff device nodes for APM X-Gene 2 platform
>>> > (2015-09-01 13:42:16 -0700)
>>> >
>>> > ----------------------------------------------------------------
>>> > X-Gene 1 and X-Gene 2 platforms DTS changes queued for 4.3
>>> >
>>
>>>
>>> Please let me know if you have any comment for this pull request.
>>
>> I don't know what you had previously discussed, but we tend to not take
>> pull requests for new code during the merge window or the time immediately
>> before it, so this will normally get merged for 4.4 after 4.3-rc1 is out.
>>
>> Unless Olof has previously agreed to merge the changes as a very late
>> fixup, please rebase the branch on 4.3-rc1 and submit it again next
>> week.
>>
>> We've long had discussions about whether to allow DT changes past the
>> start of the merge window, in particular for new hardware support, but
>> we have yet to come up with an official policy for it (unless there
>> is now one that I have missed while I was on parental leave).
>
>
> Yeah, sorry, this came in too late. I know it took some time to setup
> the tree and get things sorted, and I was hoping to pick it up in the
> late batch but that didn't happen.
>
> Please resend when -rc1 is out and we'll queue it for the next merge window.
>
>
> -Olof

Thanks for your response, Olof and Arnd.

I will rework the tree for 4.4 when 4.3-rc1 become available.

-- 
Duc Dang.

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

* [GIT PULL] ARM64: APM X-Gene 1 and X-Gene 2 DTS updates for 4.3
  2015-09-09  9:19 ` Arnd Bergmann
@ 2015-09-09 21:41   ` Olof Johansson
  2015-09-09 21:47     ` Duc Dang
  0 siblings, 1 reply; 4+ messages in thread
From: Olof Johansson @ 2015-09-09 21:41 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Sep 9, 2015 at 2:19 AM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Tuesday 08 September 2015 16:17:38 Duc Dang wrote:
>> On Tue, Sep 1, 2015 at 3:20 PM, Duc Dang <dhdang@apm.com> wrote:
>> > Hi Olof,
>> >
>> > The following changes since commit 74d33293e467df61de1b1d8b2fbe29e550dec33b:
>> >
>> >   Linux 4.2-rc5 (2015-08-02 18:34:55 -0700)
>> >
>> > are available in the git repository at:
>> >
>> >   https://github.com/AppliedMicro/xgene-next.git tags/xgene-dts-for-v4.3-1
>> >
>> > for you to fetch changes up to 28376033baac2f0c2892eafd471b92ab28385d91:
>> >
>> >   arm64: dts: Add poweroff device nodes for APM X-Gene 2 platform
>> > (2015-09-01 13:42:16 -0700)
>> >
>> > ----------------------------------------------------------------
>> > X-Gene 1 and X-Gene 2 platforms DTS changes queued for 4.3
>> >
>
>>
>> Please let me know if you have any comment for this pull request.
>
> I don't know what you had previously discussed, but we tend to not take
> pull requests for new code during the merge window or the time immediately
> before it, so this will normally get merged for 4.4 after 4.3-rc1 is out.
>
> Unless Olof has previously agreed to merge the changes as a very late
> fixup, please rebase the branch on 4.3-rc1 and submit it again next
> week.
>
> We've long had discussions about whether to allow DT changes past the
> start of the merge window, in particular for new hardware support, but
> we have yet to come up with an official policy for it (unless there
> is now one that I have missed while I was on parental leave).


Yeah, sorry, this came in too late. I know it took some time to setup
the tree and get things sorted, and I was hoping to pick it up in the
late batch but that didn't happen.

Please resend when -rc1 is out and we'll queue it for the next merge window.


-Olof

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

* [GIT PULL] ARM64: APM X-Gene 1 and X-Gene 2 DTS updates for 4.3
       [not found] <CADaLNDkKt_0O81CnaBf6pEvHQYAkJ177PqyvvEA_MS_FMREE_A@mail.gmail.com>
@ 2015-09-09  9:19 ` Arnd Bergmann
  2015-09-09 21:41   ` Olof Johansson
  0 siblings, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2015-09-09  9:19 UTC (permalink / raw)
  To: linux-arm-kernel

On Tuesday 08 September 2015 16:17:38 Duc Dang wrote:
> On Tue, Sep 1, 2015 at 3:20 PM, Duc Dang <dhdang@apm.com> wrote:
> > Hi Olof,
> >
> > The following changes since commit 74d33293e467df61de1b1d8b2fbe29e550dec33b:
> >
> >   Linux 4.2-rc5 (2015-08-02 18:34:55 -0700)
> >
> > are available in the git repository at:
> >
> >   https://github.com/AppliedMicro/xgene-next.git tags/xgene-dts-for-v4.3-1
> >
> > for you to fetch changes up to 28376033baac2f0c2892eafd471b92ab28385d91:
> >
> >   arm64: dts: Add poweroff device nodes for APM X-Gene 2 platform
> > (2015-09-01 13:42:16 -0700)
> >
> > ----------------------------------------------------------------
> > X-Gene 1 and X-Gene 2 platforms DTS changes queued for 4.3
> >

> 
> Please let me know if you have any comment for this pull request.

I don't know what you had previously discussed, but we tend to not take
pull requests for new code during the merge window or the time immediately
before it, so this will normally get merged for 4.4 after 4.3-rc1 is out.

Unless Olof has previously agreed to merge the changes as a very late
fixup, please rebase the branch on 4.3-rc1 and submit it again next
week.

We've long had discussions about whether to allow DT changes past the
start of the merge window, in particular for new hardware support, but
we have yet to come up with an official policy for it (unless there
is now one that I have missed while I was on parental leave).

	Arnd

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

end of thread, other threads:[~2015-09-09 21:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-01 22:20 [GIT PULL] ARM64: APM X-Gene 1 and X-Gene 2 DTS updates for 4.3 Duc Dang
     [not found] <CADaLNDkKt_0O81CnaBf6pEvHQYAkJ177PqyvvEA_MS_FMREE_A@mail.gmail.com>
2015-09-09  9:19 ` Arnd Bergmann
2015-09-09 21:41   ` Olof Johansson
2015-09-09 21:47     ` Duc Dang

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