mbox

[GIT,PULL] arm: mediatek: Add more basic features

Message ID CABuKBeJJ5ijy6CXPHbrzrkgJDVz99BmdACx+wRZ-KbVjKx2kLg@mail.gmail.com
State New
Headers show

Pull-request

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

Message

Matthias Brugger Sept. 15, 2014, 3:59 p.m. UTC
Hi Arnd and Olof,

Please prepare for the next round of Mediatek patches for the mt6589.
This patch set adds some minor changes to the Mediatek mt6589 support.

Features are low-level debugging on the mt6589, the addition to the
"make dtbs" and multi_v7_defconfig,as well as some small changes in
the DTS files.

Cheers,
Matthias

---

The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:

  Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)

are available in the git repository at:

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

for you to fetch changes up to 467dc3a11b4c82dd94f4d0e8d6894cc60adef5ea:

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

----------------------------------------------------------------
Minor changes to the mt6589 support

----------------------------------------------------------------
Matthias Brugger (7):
      arm: dts: Build dtb for Mediatek board
      arm: multi_v7_defconfig: Enable Mediatek platform
      arm: dts: mt6589: Fix typo in GIC unit address
      arm: mediatek: Add earlyprintk support for mt6589
      arm: dts: mt6589-aquaris5: Add boot argument earlyprintk
      arm: dts: mediatek: Add compatible property for aquaris5
      arm: dts: mt6589: Change compatible string for GIC

 Documentation/devicetree/bindings/arm/mediatek.txt |  6 ++++++
 arch/arm/Kconfig.debug                             | 10 ++++++++++
 arch/arm/boot/dts/Makefile                         |  1 +
 arch/arm/boot/dts/mt6589-aquaris5.dts              |  5 +++++
 arch/arm/boot/dts/mt6589.dtsi                      |  4 ++--
 arch/arm/configs/multi_v7_defconfig                |  1 +
 6 files changed, 25 insertions(+), 2 deletions(-)

Comments

Olof Johansson Sept. 24, 2014, 6:16 p.m. UTC | #1
On Mon, Sep 15, 2014 at 05:59:28PM +0200, Matthias Brugger wrote:
> Hi Arnd and Olof,
> 
> Please prepare for the next round of Mediatek patches for the mt6589.
> This patch set adds some minor changes to the Mediatek mt6589 support.
> 
> Features are low-level debugging on the mt6589, the addition to the
> "make dtbs" and multi_v7_defconfig,as well as some small changes in
> the DTS files.

Hi Matthias,

The contents in this branch look OK to me, but I'd prefer to spread them out
across some of our branches (most of it is DT, one is defconfig and one is soc stuff).

Because of this, I've ended up applying patches manually (cherry-picking them out of this branch).

In other words: Code is merged, but branch is not. Thanks!

(Also, we tend to use a capital ARM: as prefix on patch subjects, I fixed that up).


-Olof
Matthias Brugger Sept. 26, 2014, 10:11 a.m. UTC | #2
Hi,

2014-09-24 20:16 GMT+02:00 Olof Johansson <olof@lixom.net>:
> On Mon, Sep 15, 2014 at 05:59:28PM +0200, Matthias Brugger wrote:
>> Hi Arnd and Olof,
>>
>> Please prepare for the next round of Mediatek patches for the mt6589.
>> This patch set adds some minor changes to the Mediatek mt6589 support.
>>
>> Features are low-level debugging on the mt6589, the addition to the
>> "make dtbs" and multi_v7_defconfig,as well as some small changes in
>> the DTS files.
>
> Hi Matthias,
>
> The contents in this branch look OK to me, but I'd prefer to spread them out
> across some of our branches (most of it is DT, one is defconfig and one is soc stuff).

Do you want me to fix the other pull request I send [0]?
As far as I can see, there are three patches for next/soc and the
remaining four for next/dt.

You want me to resend the pull request and split it in two?

[0] http://www.spinics.net/lists/arm-kernel/msg364271.html

>
> Because of this, I've ended up applying patches manually (cherry-picking them out of this branch).
>
> In other words: Code is merged, but branch is not. Thanks!
>
> (Also, we tend to use a capital ARM: as prefix on patch subjects, I fixed that up).

Ok, thanks for the info. If you want me to resend the aforementioned
pull request, I fix that too.

Thanks,
Matthias

>
>
> -Olof