mbox series

[GIT,PULL] ARM: mediatek: 32-bit DT updates for v4.19

Message ID 3ee3ccfb-8fd6-34b0-c03d-67532067e707@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] ARM: mediatek: 32-bit DT updates for v4.19 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/

Message

Matthias Brugger July 26, 2018, 8:31 a.m. UTC
Hi Olof,
Hi Arnd,

This is the second attempt to send the pull request, as in the first one I sent
the branch instead of the tag.

Please have a look.
Regards,
Matthias

---

The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:

  Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/
tags/v4.18-next-dts32

for you to fetch changes up to 11a20c5601c5f0c685fa3a166348b7ffa830e123:

  dt-bindings: arm: mediatek: cleanup MT7623N reference boards (2018-07-16
15:57:40 +0200)

----------------------------------------------------------------
- mt7623
- delete unsupported reference board
- fix pio leds
- add missing cooling device

----------------------------------------------------------------
Frank Wunderlich (1):
      arm: dts: mediatek: Fix pio-leds for Bananapi-R2

Ryder Lee (2):
      arm: dts: mt7623: cleanup MT7623N NAND dts file
      dt-bindings: arm: mediatek: cleanup MT7623N reference boards

Viresh Kumar (1):
      arm: dts: mediatek: Add missing cooling device properties for CPUs

 Documentation/devicetree/bindings/arm/mediatek.txt |  3 -
 arch/arm/boot/dts/Makefile                         |  1 -
 arch/arm/boot/dts/mt7623.dtsi                      |  3 +
 arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts      |  6 +-
 arch/arm/boot/dts/mt7623n-rfb-nand.dts             | 73 ------------------
 arch/arm/boot/dts/mt7623n-rfb.dtsi                 | 86 ----------------------
 6 files changed, 6 insertions(+), 166 deletions(-)
 delete mode 100644 arch/arm/boot/dts/mt7623n-rfb-nand.dts
 delete mode 100644 arch/arm/boot/dts/mt7623n-rfb.dtsi

Comments

Olof Johansson July 26, 2018, 8:05 p.m. UTC | #1
On Thu, Jul 26, 2018 at 10:31 AM, Matthias Brugger
<matthias.bgg@gmail.com> wrote:
> Hi Olof,
> Hi Arnd,
>
> This is the second attempt to send the pull request, as in the first one I sent
> the branch instead of the tag.
>
> Please have a look.
> Regards,
> Matthias
>
> ---
>
> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
>
>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
>
> are available in the Git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/
> tags/v4.18-next-dts32
>
> for you to fetch changes up to 11a20c5601c5f0c685fa3a166348b7ffa830e123:
>
>   dt-bindings: arm: mediatek: cleanup MT7623N reference boards (2018-07-16
> 15:57:40 +0200)
>
> ----------------------------------------------------------------
> - mt7623
> - delete unsupported reference board
> - fix pio leds
> - add missing cooling device
>
> ----------------------------------------------------------------
> Frank Wunderlich (1):
>       arm: dts: mediatek: Fix pio-leds for Bananapi-R2
>
> Ryder Lee (2):
>       arm: dts: mt7623: cleanup MT7623N NAND dts file
>       dt-bindings: arm: mediatek: cleanup MT7623N reference boards
>
> Viresh Kumar (1):
>       arm: dts: mediatek: Add missing cooling device properties for CPUs

Merged, but a friendly reminder that 32-bit uses ARM: while 64-bit
uses arm64: as prefix. I've nagged a few other maintainers about it,
and will post checkpatch patches for it.


Thanks!

-Olof