From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752173AbcHJSBr (ORCPT ); Wed, 10 Aug 2016 14:01:47 -0400 Received: from bear.ext.ti.com ([198.47.19.11]:49216 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751769AbcHJSBe (ORCPT ); Wed, 10 Aug 2016 14:01:34 -0400 Subject: Re: [PATCH v3 13/13] net: ethernet: ti: cpsw: move ale, cpts and drivers params under cpsw_common To: Ivan Khoronzhuk , , References: <1470784964-26440-1-git-send-email-ivan.khoronzhuk@linaro.org> <1470784964-26440-14-git-send-email-ivan.khoronzhuk@linaro.org> CC: , , From: Mugunthan V N Message-ID: <2d78ce21-08ec-5533-8208-ca670b008d02@ti.com> Date: Wed, 10 Aug 2016 21:18:03 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <1470784964-26440-14-git-send-email-ivan.khoronzhuk@linaro.org> 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 On Wednesday 10 August 2016 04:52 AM, Ivan Khoronzhuk wrote: > The ale, cpts, version, rx_packet_max, bus_freq, interrupt pacing > parameters are common per net device that uses the same h/w. So, > move them to common driver structure. > > Signed-off-by: Ivan Khoronzhuk Reviewed-by: Mugunthan V N Regards Mugunthan V N