From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752365AbbJXAOS (ORCPT ); Fri, 23 Oct 2015 20:14:18 -0400 Received: from mail-ig0-f169.google.com ([209.85.213.169]:36193 "EHLO mail-ig0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750869AbbJXAOR (ORCPT ); Fri, 23 Oct 2015 20:14:17 -0400 From: David Daney To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org, Sunil Goutham , Robert Richter Cc: David Daney Subject: [PATCH 0/4] net: thunderx: Support pass-2 revision hardware. Date: Fri, 23 Oct 2015 17:14:06 -0700 Message-Id: <1445645650-17328-1-git-send-email-ddaney.cavm@gmail.com> X-Mailer: git-send-email 1.7.11.7 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: David Daney With the availability of a new revision of the ThunderX NIC hardware a few changes to the driver are required. With these, the driver works on all currently available hardware revisions. David Daney (1): net: thunderx: Rewrite silicon revision tests. Sunil Goutham (2): net: thunderx: Remove PF soft reset. net: thunderx: Fix incorrect subsystem devid of VF on pass2 silicon Thanneeru Srinivasulu (1): net: thunderx: Incorporate pass2 silicon CPI index configuration changes drivers/net/ethernet/cavium/thunder/nic_main.c | 42 ++++++++++++++++-------- drivers/net/ethernet/cavium/thunder/nic_reg.h | 4 +++ drivers/net/ethernet/cavium/thunder/nicvf_main.c | 2 +- 3 files changed, 34 insertions(+), 14 deletions(-) -- 1.8.3.1