From mboxrd@z Thu Jan 1 00:00:00 1970 From: jason@lakedaemon.net (Jason Cooper) Date: Mon, 7 Apr 2014 13:00:42 -0400 Subject: [PATCH 0/2] ARM: mvebu: add a clock for mdio nodes on Armada 370/38x/XP In-Reply-To: <1395790439-21332-1-git-send-email-thomas.petazzoni@free-electrons.com> References: <1395790439-21332-1-git-send-email-thomas.petazzoni@free-electrons.com> Message-ID: <20140407170042.GI28334@titan.lakedaemon.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Mar 26, 2014 at 12:33:57AM +0100, Thomas Petazzoni wrote: > Jason, Andrew, Gregory, Sebastian, > > Here is a set of two patches that add a clock specification to the > mdio node on Armada 370/XP and Armada 38x. This allows the mvmdio > driver to work properly when loaded as a module, before mvneta is > loaded. > > I've separated the Armada 370/XP and Armada 38x fixes in two patches, > because the Armada 370/XP fix should be pushed to stable, while the > Armada 38x does not need to be pushed to stable since Armada 38x > support only appears in 3.15. > > Thanks, > > Thomas > > Thomas Petazzoni (2): > ARM: mvebu: ensure the mdio node has a clock reference on Armada > 370/XP > ARM: mvebu: ensure the mdio node has a clock reference on Armada 38x > > arch/arm/boot/dts/armada-370-xp.dtsi | 1 + > arch/arm/boot/dts/armada-38x.dtsi | 1 + > 2 files changed, 2 insertions(+) Applied both to mvebu/dt-fixes-non-critical for v3.15. Updated for-next as well. If all goes well, I'll send a pull request later in the week. thx, Jason.