From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753550AbcKRQkT (ORCPT ); Fri, 18 Nov 2016 11:40:19 -0500 Received: from us01smtprelay-2.synopsys.com ([198.182.60.111]:38018 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752247AbcKRQkR (ORCPT ); Fri, 18 Nov 2016 11:40:17 -0500 Subject: Re: Synopsys Ethernet QoS Driver To: Florian Fainelli , Joao Pinto , , , , , References: <771E7B93-5AB6-4F2B-8DEB-58DDB6A96D13@gmail.com> CC: , , , From: Joao Pinto Message-ID: <034e8607-b6d1-02e9-6ec3-fe50f1bd51c8@synopsys.com> Date: Fri, 18 Nov 2016 16:40:11 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.107.25.66] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 18-11-2016 16:35, Florian Fainelli wrote: > > > On 11/18/2016 08:31 AM, Joao Pinto wrote: >> Hi Florian, >> >> On 18-11-2016 14:53, Florian Fainelli wrote: >>> On November 18, 2016 4:28:30 AM PST, Joao Pinto wrote: >>>> snip (...) >>>> I would also gladly be available to be its maintainer if you agree with >>>> it. >>> >>> Since you have both the hardware and a clear todo list for this driver, start submitting patches, get them included in David's tree and over time chances are that you will become the maintainer, either explicitly by adding an entry in the MAINTAINERS file or just by consistently contributing to this area. >> >> Thanks for the feedback. >> >> So I found 2 suitable git trees: >> a) kernel/git/davem/net.git >> b) kernel/git/davem/net-next.git >> >> We should submit to net.git correct? The net-next.git is a tree with selected >> patches for upstream only? > > net-next.git is the git tree where new features/enhancements can be > submitted, while net.git is for bug fixes. Unless you absolutely need > to, it is common practice to avoid having changes in net-next.git depend > on net.git and vice versa. > > Hope this helps. > help a lot, thank you! lets start working then :) Thanks, Joao