Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1033525AbbKFTdS (ORCPT ); Fri, 6 Nov 2015 14:33:18 -0500 Received: from mail-pa0-f50.google.com ([209.85.220.50]:35319 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030342AbbKFTdO (ORCPT ); Fri, 6 Nov 2015 14:33:14 -0500 Message-ID: <563D0047.5090802@gmail.com> Date: Fri, 06 Nov 2015 11:32:23 -0800 From: Florian Fainelli User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org CC: stable@vger.kernel.org, Frans van de Wiel , Gregory CLEMENT Subject: Re: [PATCH 4.2 054/110] ARM: orion: Fix DSA platform device after mvmdio conversion References: <20151106191703.247930828@linuxfoundation.org> <20151106191706.181535057@linuxfoundation.org> In-Reply-To: <20151106191706.181535057@linuxfoundation.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1828 Lines: 51 On 06/11/15 11:19, Greg Kroah-Hartman wrote: > 4.2-stable review patch. If anyone has any objections, please let me know. Thanks this patch is also applicable all the way down to 3.18. I have sent a reply for the 3.10 through 3.17 kernels as the structure member had a slightly different name. > > ------------------ > > From: Florian Fainelli > > commit d836ace65ee98d7079bc3c5afdbcc0e27dca20a3 upstream. > > DSA expects the host_dev pointer to be the device structure associated > with the MDIO bus controller driver. First commit breaking that was > c3a07134e6aa ("mv643xx_eth: convert to use the Marvell Orion MDIO > driver"), and then, it got completely under the radar for a while. > > Reported-by: Frans van de Wiel > Fixes: c3a07134e6aa ("mv643xx_eth: convert to use the Marvell Orion MDIO driver") > Signed-off-by: Florian Fainelli > Signed-off-by: Gregory CLEMENT > Signed-off-by: Greg Kroah-Hartman > > --- > arch/arm/plat-orion/common.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- a/arch/arm/plat-orion/common.c > +++ b/arch/arm/plat-orion/common.c > @@ -495,7 +495,7 @@ void __init orion_ge00_switch_init(struc > > d->netdev = &orion_ge00.dev; > for (i = 0; i < d->nr_chips; i++) > - d->chip[i].host_dev = &orion_ge00_shared.dev; > + d->chip[i].host_dev = &orion_ge_mvmdio.dev; > orion_switch_device.dev.platform_data = d; > > platform_device_register(&orion_switch_device); > > -- Florian -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/