mbox series

[GIT,PULL] Mediatek DT 32 bit updates for v5.1

Message ID 40e8af4e-e86d-af97-d9bf-0932c97a2829@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Mediatek DT 32 bit updates for v5.1 | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/

Message

Matthias Brugger Feb. 8, 2019, 7:59 p.m. UTC
Hi Arnd,
Hi Olof,

Please find below changes for 32 bit device tree for v5.1.

Please merge :)
Matthias

---
The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/
tags/v5.0-next-dts32

for you to fetch changes up to 60b71a239bbd286232a547349815d6330f10db7c:

  dt-bindings: interrupt-controller: update bindings for MT7623 (2019-02-08
13:18:04 +0100)

----------------------------------------------------------------
mt7623:
add cooling mask to all CPUs
add compatible to sysirq binding

----------------------------------------------------------------
Ryder Lee (1):
      dt-bindings: interrupt-controller: update bindings for MT7623

Viresh Kumar (1):
      ARM: dts: mt7623: Add all CPUs in cooling maps

 .../bindings/interrupt-controller/mediatek,sysirq.txt     |  1 +
 arch/arm/boot/dts/mt7623.dtsi                             | 15 ++++++++++++---
 2 files changed, 13 insertions(+), 3 deletions(-)

Comments

Arnd Bergmann Feb. 15, 2019, 2:54 p.m. UTC | #1
On Fri, Feb 8, 2019 at 8:59 PM Matthias Brugger <matthias.bgg@gmail.com> wrote:
>   ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/
> tags/v5.0-next-dts32
>
> for you to fetch changes up to 60b71a239bbd286232a547349815d6330f10db7c:
>
>   dt-bindings: interrupt-controller: update bindings for MT7623 (2019-02-08
> 13:18:04 +0100)
>
> ----------------------------------------------------------------
> mt7623:
> add cooling mask to all CPUs
> add compatible to sysirq binding

I replaced the URL with the publically accessible
https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/
and merged it into arm/dt, thanks!

      Arnd
Matthias Brugger Feb. 15, 2019, 3:26 p.m. UTC | #2
On 15/02/2019 15:54, Arnd Bergmann wrote:
> On Fri, Feb 8, 2019 at 8:59 PM Matthias Brugger <matthias.bgg@gmail.com> wrote:
>>   ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/
>> tags/v5.0-next-dts32
>>
>> for you to fetch changes up to 60b71a239bbd286232a547349815d6330f10db7c:
>>
>>   dt-bindings: interrupt-controller: update bindings for MT7623 (2019-02-08
>> 13:18:04 +0100)
>>
>> ----------------------------------------------------------------
>> mt7623:
>> add cooling mask to all CPUs
>> add compatible to sysirq binding
> 
> I replaced the URL with the publically accessible
> https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/
> and merged it into arm/dt, thanks!
> 

Argh, thanks for the info. I'll have to see what changed that made my workflow
broke. Using a rolling release always bring some surprises...

Regards,
Matthias