From: alexandre.belloni@free-electrons.com (Alexandre Belloni)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] at91: cleanup/soc for 3.20 #4
Date: Fri, 30 Jan 2015 00:01:57 +0100 [thread overview]
Message-ID: <20150129230157.GD4164@piout.net> (raw)
In-Reply-To: <CAOesGMjf6mPhq3s9jf+kTvKFkYM+yLdZ7akLQM_q_TCj3qHF3g@mail.gmail.com>
Hi,
On 29/01/2015 at 14:08:25 -0800, Olof Johansson wrote :
> On Thu, Jan 29, 2015 at 2:02 PM, Olof Johansson <olof@lixom.net> wrote:
> > On Thu, Jan 29, 2015 at 12:51:12PM +0100, Nicolas Ferre wrote:
> >> Arnd, Olof, Kevin,
> >>
> >> This is a batch of cleanup/soc modifications that you may also stack on top of
> >> your "soc" branch as the previous one.
> >> It collects some more cleanup material and simplifies the AT91 boot code. Only
> >> some little details remain before having a classical DT boot (without additional
> >> mapping of registers for instance). This part will be addressed in 3.21.
> >>
> >> The switch to multi-platform is not included as it needs some patches in ASoC,
> >> ata and arm-soc/next/drivers to be able to compile. I may send patches or a
> >> pull-request that can be send to Linus late during the merge-window. Tell me
> >> how you feel it can be done (or delayed to 3.21).
> >>
> >> The conflict related to the rename of board-dt-sama5.c => sama5.c is solved in
> >> this branch:
> >> https://git.kernel.org/cgit/linux/kernel/git/nferre/linux-at91.git/log/?h=arm-soc-for-next%2bat91-3.20-cleanup
> >>
The conflict is fixed there ;)
> Actually, this one might be causing a regression, since it conflicts
> with a fix that's in mainline now:
>
> commit b8659752c37ec157ee254cff443b1c9d523aea22
> Refs: v3.19-rc1-4-gb8659752c37e
> Author: Wenyou Yang <wenyou.yang@atmel.com>
> AuthorDate: Thu Dec 11 15:31:09 2014 +0800
> Commit: Nicolas Ferre <nicolas.ferre@atmel.com>
> CommitDate: Mon Jan 12 15:50:23 2015 +0100
>
> ARM: at91: board-dt-sama5: add phy_fixup to override NAND_Tree
>
> Appearance: On some SAMA5D4EK boards, after power up, the Eth1 doesn't work.
>
> Reason: The PIOE2 pin is connected to the NAND_Tree# of KSZ8081,
> But it outputs LOW during the reset period, which cause the
> NAND_Tree# enabled.
>
> Add phy_fixup() to disable NAND_Tree by overriding the Operation
> Mode Strap Override register(i.e. Register 16h) to clear the NAND_Tree bit.
>
> Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
>
>
> This conflicts since it changes board-dt-sama5.c which is removed by
> this branch, but I don't see the same fixup in your branch.
>
> I've dropped this branch so that you can address the above without
> causing a bisectability issue -- please send fresh pull request when
> addressed.
>
>
> -Olof
--
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
WARNING: multiple messages have this Message-ID (diff)
From: Alexandre Belloni <alexandre.belloni@free-electrons.com>
To: Olof Johansson <olof@lixom.net>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>,
Arnd Bergmann <arnd@arndb.de>, "arm@kernel.org" <arm@kernel.org>,
Linux Kernel list <linux-kernel@vger.kernel.org>,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
Boris BREZILLON <boris.brezillon@free-electrons.com>,
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>,
Ludovic Desroches <ludovic.desroches@atmel.com>
Subject: Re: [GIT PULL] at91: cleanup/soc for 3.20 #4
Date: Fri, 30 Jan 2015 00:01:57 +0100 [thread overview]
Message-ID: <20150129230157.GD4164@piout.net> (raw)
In-Reply-To: <CAOesGMjf6mPhq3s9jf+kTvKFkYM+yLdZ7akLQM_q_TCj3qHF3g@mail.gmail.com>
Hi,
On 29/01/2015 at 14:08:25 -0800, Olof Johansson wrote :
> On Thu, Jan 29, 2015 at 2:02 PM, Olof Johansson <olof@lixom.net> wrote:
> > On Thu, Jan 29, 2015 at 12:51:12PM +0100, Nicolas Ferre wrote:
> >> Arnd, Olof, Kevin,
> >>
> >> This is a batch of cleanup/soc modifications that you may also stack on top of
> >> your "soc" branch as the previous one.
> >> It collects some more cleanup material and simplifies the AT91 boot code. Only
> >> some little details remain before having a classical DT boot (without additional
> >> mapping of registers for instance). This part will be addressed in 3.21.
> >>
> >> The switch to multi-platform is not included as it needs some patches in ASoC,
> >> ata and arm-soc/next/drivers to be able to compile. I may send patches or a
> >> pull-request that can be send to Linus late during the merge-window. Tell me
> >> how you feel it can be done (or delayed to 3.21).
> >>
> >> The conflict related to the rename of board-dt-sama5.c => sama5.c is solved in
> >> this branch:
> >> https://git.kernel.org/cgit/linux/kernel/git/nferre/linux-at91.git/log/?h=arm-soc-for-next%2bat91-3.20-cleanup
> >>
The conflict is fixed there ;)
> Actually, this one might be causing a regression, since it conflicts
> with a fix that's in mainline now:
>
> commit b8659752c37ec157ee254cff443b1c9d523aea22
> Refs: v3.19-rc1-4-gb8659752c37e
> Author: Wenyou Yang <wenyou.yang@atmel.com>
> AuthorDate: Thu Dec 11 15:31:09 2014 +0800
> Commit: Nicolas Ferre <nicolas.ferre@atmel.com>
> CommitDate: Mon Jan 12 15:50:23 2015 +0100
>
> ARM: at91: board-dt-sama5: add phy_fixup to override NAND_Tree
>
> Appearance: On some SAMA5D4EK boards, after power up, the Eth1 doesn't work.
>
> Reason: The PIOE2 pin is connected to the NAND_Tree# of KSZ8081,
> But it outputs LOW during the reset period, which cause the
> NAND_Tree# enabled.
>
> Add phy_fixup() to disable NAND_Tree by overriding the Operation
> Mode Strap Override register(i.e. Register 16h) to clear the NAND_Tree bit.
>
> Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
>
>
> This conflicts since it changes board-dt-sama5.c which is removed by
> this branch, but I don't see the same fixup in your branch.
>
> I've dropped this branch so that you can address the above without
> causing a bisectability issue -- please send fresh pull request when
> addressed.
>
>
> -Olof
--
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2015-01-29 23:01 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-29 11:51 [GIT PULL] at91: cleanup/soc for 3.20 #4 Nicolas Ferre
2015-01-29 11:51 ` Nicolas Ferre
2015-01-29 22:02 ` Olof Johansson
2015-01-29 22:02 ` Olof Johansson
2015-01-29 22:08 ` Olof Johansson
2015-01-29 22:08 ` Olof Johansson
2015-01-29 23:01 ` Alexandre Belloni [this message]
2015-01-29 23:01 ` Alexandre Belloni
2015-01-29 23:06 ` Olof Johansson
2015-01-29 23:06 ` Olof Johansson
2015-02-02 19:27 ` [GIT PULL] at91: cleanup/soc for 3.20 #4 (bis) Nicolas Ferre
2015-02-02 19:27 ` Nicolas Ferre
2015-02-06 8:00 ` Olof Johansson
2015-02-06 8:00 ` Olof Johansson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150129230157.GD4164@piout.net \
--to=alexandre.belloni@free-electrons.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.