Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753134AbcDKIgW (ORCPT ); Mon, 11 Apr 2016 04:36:22 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:60367 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750916AbcDKIgT (ORCPT ); Mon, 11 Apr 2016 04:36:19 -0400 Subject: Re: [PATCH 0/2] drivers: net: cpsw: fix ale calls and drop host_port field from cpsw_priv To: Grygorii Strashko , "David S. Miller" , References: <1460031404-28594-1-git-send-email-grygorii.strashko@ti.com> CC: Sekhar Nori , , From: Mugunthan V N Message-ID: <570B61FE.1020206@ti.com> Date: Mon, 11 Apr 2016 14:06:14 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <1460031404-28594-1-git-send-email-grygorii.strashko@ti.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 665 Lines: 19 On Thursday 07 April 2016 05:46 PM, Grygorii Strashko wrote: > This clean up series intended to: > - fix port_mask parameters in ale calls and drop unnecessary shifts > - drop host_port field from struct cpsw_priv > > Nothing critical. Tested on am437x-idk-evm in dual mac and switch modes. > > Grygorii Strashko (2): > drivers: net: cpsw: fix port_mask parameters in ale calls > drivers: net: cpsw: drop host_port field from struct cpsw_priv > > drivers/net/ethernet/ti/cpsw.c | 52 +++++++++++++++++------------------------- > 1 file changed, 21 insertions(+), 31 deletions(-) > Reviewed-by: Mugunthan V N Regards Mugunthan V N