From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161863AbbKFVTq (ORCPT ); Fri, 6 Nov 2015 16:19:46 -0500 Received: from mail-pa0-f42.google.com ([209.85.220.42]:35684 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966019AbbKFVTm (ORCPT ); Fri, 6 Nov 2015 16:19:42 -0500 Message-ID: <563D193D.7070400@gmail.com> Date: Fri, 06 Nov 2015 13:18:53 -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 KH CC: stable@vger.kernel.org, linux-kernel@vger.kernel.org, fvdw@fvdw.eu, gregory.clement@free-electrons.com Subject: Re: [PATCH] ARM: orion: Fix DSA platform device after mvmdio conversion References: <144678925462178@kroah.com> <1446838290-24024-1-git-send-email-f.fainelli@gmail.com> <20151106193717.GA9437@kroah.com> In-Reply-To: <20151106193717.GA9437@kroah.com> 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 On 06/11/15 11:37, Greg KH wrote: > On Fri, Nov 06, 2015 at 11:31:30AM -0800, Florian Fainelli wrote: >> DSA expects the mii_bus 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") >> CC: stable@vger.kernel.org >> Signed-off-by: Florian Fainelli >> --- >> Greg, >> >> This is the patch for kernels 3.10 through 3.17, thanks! > > What is the git commit id of this in Linus's tree? > Upstream commit is d836ace65ee98d7079bc3c5afdbcc0e27dca20a3 ("ARM: orion: Fix DSA platform device after mvmdio conversion"). -- Florian