From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751457AbcBJOIE (ORCPT ); Wed, 10 Feb 2016 09:08:04 -0500 Received: from eddie.linux-mips.org ([148.251.95.138]:58458 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751123AbcBJOIC (ORCPT ); Wed, 10 Feb 2016 09:08:02 -0500 Date: Wed, 10 Feb 2016 15:07:54 +0100 From: Ralf Baechle To: Zubair Lutfullah Kakakhel Cc: david.daney@cavium.com, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, matt.redfearn@imgtec.com Subject: Re: [PATCH] MIPS: OCTEON: Update OCTEON_FEATURE_PCIE for Octeon III Message-ID: <20160210140754.GC11091@linux-mips.org> References: <1455112585-44058-1-git-send-email-Zubair.Kakakhel@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1455112585-44058-1-git-send-email-Zubair.Kakakhel@imgtec.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 10, 2016 at 01:56:25PM +0000, Zubair Lutfullah Kakakhel wrote: > Currently the driver tries to probe the pci driver and oops. > > Add CN7XXX to case so that driver probes the pcie driver. > > Signed-off-by: Zubair Lutfullah Kakakhel > > --- > Based on v4.5-rc3 > > Boot tested only on CN7130 based utm8. > > It does not oops and proceeds with the rest of the kernel boot. Looks sensible. Applied to 4.0-stable+. Thanks, Ralf