mbox

[GIT,PULL] arm: mediatek: Add support for mt8127 and mt8135 SoCs

Message ID CABuKBeK6iUdRqTuOZyTHW-Xt3O4giXoQTJ76vkh4Mv4cA52THQ@mail.gmail.com
State New
Headers show

Pull-request

https://github.com/mbgg/linux-mediatek.git tags/v3.18-next-mt81xx

Message

Matthias Brugger Sept. 22, 2014, 8:59 p.m. UTC
Hi Olof and Arnd,

Here comes the pull request to introduce mt8127 and mt8135 support.
It is based on the former pull request I send [0].

Cheers,
Matthias

[0] http://lists.infradead.org/pipermail/linux-arm-kernel/2014-September/287506.html

---

The following changes since commit 467dc3a11b4c82dd94f4d0e8d6894cc60adef5ea:

  arm: dts: mt6589: Change compatible string for GIC (2014-09-09 18:37:50 +0200)

are available in the git repository at:

  https://github.com/mbgg/linux-mediatek.git tags/v3.18-next-mt81xx

for you to fetch changes up to f107b96ea9705aac9fd28c4278d4856062d3ebe8:

  arm: mediatek: Add earlyprintk support for mt8127 & mt8135
(2014-09-22 22:34:50 +0200)

----------------------------------------------------------------
Add support for mt8127 and mt8135 SoCs

----------------------------------------------------------------
Joe.C (7):
      arm: mediatek: Add basic support for mt8127
      arm: mediatek: add dts for 8127 Moose board
      arm: mediatek: Add basic support for mt8135
      arm: mediatek: add dts for MT8135 evaluation board.
      dt-bindings: add more chips in documentation for Mediatek SoC
      arm: dts: Build dtb for mt8127 & mt8135
      arm: mediatek: Add earlyprintk support for mt8127 & mt8135

 Documentation/devicetree/bindings/arm/mediatek.txt |  15 ++-
 arch/arm/Kconfig.debug                             |  20 ++++
 arch/arm/boot/dts/Makefile                         |   4 +-
 arch/arm/boot/dts/mt8127-moose.dts                 |  24 +++++
 arch/arm/boot/dts/mt8127.dtsi                      |  93 +++++++++++++++++
 arch/arm/boot/dts/mt8135-evbp1.dts                 |  24 +++++
 arch/arm/boot/dts/mt8135.dtsi                      | 115 +++++++++++++++++++++
 arch/arm/mach-mediatek/mediatek.c                  |   2 +
 8 files changed, 293 insertions(+), 4 deletions(-)
 create mode 100644 arch/arm/boot/dts/mt8127-moose.dts
 create mode 100644 arch/arm/boot/dts/mt8127.dtsi
 create mode 100644 arch/arm/boot/dts/mt8135-evbp1.dts
 create mode 100644 arch/arm/boot/dts/mt8135.dtsi

Comments

Matthias Brugger Sept. 29, 2014, 10:28 a.m. UTC | #1
Hi Arnd and Olof,

2014-09-22 22:59 GMT+02:00 Matthias Brugger <matthias.bgg@gmail.com>:
> Hi Olof and Arnd,
>
> Here comes the pull request to introduce mt8127 and mt8135 support.
> It is based on the former pull request I send [0].
>
> Cheers,
> Matthias
>
> [0] http://lists.infradead.org/pipermail/linux-arm-kernel/2014-September/287506.html
>
> ---
>
> The following changes since commit 467dc3a11b4c82dd94f4d0e8d6894cc60adef5ea:
>
>   arm: dts: mt6589: Change compatible string for GIC (2014-09-09 18:37:50 +0200)
>
> are available in the git repository at:
>
>   https://github.com/mbgg/linux-mediatek.git tags/v3.18-next-mt81xx
>
> for you to fetch changes up to f107b96ea9705aac9fd28c4278d4856062d3ebe8:
>
>   arm: mediatek: Add earlyprintk support for mt8127 & mt8135
> (2014-09-22 22:34:50 +0200)

Any comments on this pull request?
Do you want me to split the pull request in two, as there are three
patches for next/soc and the
remaining four for next/dt?

Please give me some feedback on this.

Thanks,
Matthias

>
> ----------------------------------------------------------------
> Add support for mt8127 and mt8135 SoCs
>
> ----------------------------------------------------------------
> Joe.C (7):
>       arm: mediatek: Add basic support for mt8127
>       arm: mediatek: add dts for 8127 Moose board
>       arm: mediatek: Add basic support for mt8135
>       arm: mediatek: add dts for MT8135 evaluation board.
>       dt-bindings: add more chips in documentation for Mediatek SoC
>       arm: dts: Build dtb for mt8127 & mt8135
>       arm: mediatek: Add earlyprintk support for mt8127 & mt8135
>
>  Documentation/devicetree/bindings/arm/mediatek.txt |  15 ++-
>  arch/arm/Kconfig.debug                             |  20 ++++
>  arch/arm/boot/dts/Makefile                         |   4 +-
>  arch/arm/boot/dts/mt8127-moose.dts                 |  24 +++++
>  arch/arm/boot/dts/mt8127.dtsi                      |  93 +++++++++++++++++
>  arch/arm/boot/dts/mt8135-evbp1.dts                 |  24 +++++
>  arch/arm/boot/dts/mt8135.dtsi                      | 115 +++++++++++++++++++++
>  arch/arm/mach-mediatek/mediatek.c                  |   2 +
>  8 files changed, 293 insertions(+), 4 deletions(-)
>  create mode 100644 arch/arm/boot/dts/mt8127-moose.dts
>  create mode 100644 arch/arm/boot/dts/mt8127.dtsi
>  create mode 100644 arch/arm/boot/dts/mt8135-evbp1.dts
>  create mode 100644 arch/arm/boot/dts/mt8135.dtsi
Arnd Bergmann Oct. 1, 2014, 2:53 p.m. UTC | #2
On Monday 22 September 2014, Matthias Brugger wrote:
> Here comes the pull request to introduce mt8127 and mt8135 support.
> It is based on the former pull request I send [0].
> 
> Cheers,
> Matthias
> 
> [0] http://lists.infradead.org/pipermail/linux-arm-kernel/2014-September/287506.html
> 

This ended up a little late, so I've pulled it into next/late.
It's possible we'll send it for 3.18 but no promises.

	Arnd
Arnd Bergmann Oct. 1, 2014, 3:18 p.m. UTC | #3
On Monday 29 September 2014 12:28:32 Matthias Brugger wrote:
> Any comments on this pull request?
> Do you want me to split the pull request in two, as there are three
> patches for next/soc and the
> remaining four for next/dt?
> 
> Please give me some feedback on this.
> 

Yes and no. In the future, I'd prefer to see split pull requests.

This time around, the pull request was late already, and I decided to
do a 'next/late' branch, which aggregates everything together, so it
does not matter. However, you should not assume that we do a branch
like this, or that Linus ends up pulling it. In case it doesn't make it
into 3.18-rc1, please send separate requests for 3.19.

	Arnd