From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5294E8B6.5000102@ti.com> Date: Tue, 26 Nov 2013 13:30:14 -0500 From: Santosh Shilimkar MIME-Version: 1.0 To: "ivan.khoronzhuk" Subject: Re: [PATCH 07/12] memory: davinci-aemif: introduce AEMIF driver References: <1384187188-5776-1-git-send-email-ivan.khoronzhuk@ti.com>, <1384187188-5776-8-git-send-email-ivan.khoronzhuk@ti.com> <4F5844B3A985794BA902E12C070812375F8D2E@DNCE04.ent.ti.com> <52944BD3.90105@ti.com> <5294DE17.9080900@ti.com> In-Reply-To: <5294DE17.9080900@ti.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: Mark Rutland , "devicetree@vger.kernel.org" , "Strashko, Grygorii" , Russell King , Pawel Moll , Stephen Warren , Ian Campbell , Sekhar Nori , Kumar Gala , Rob Herring , "linux-kernel@vger.kernel.org" , "linux-mtd@lists.infradead.org" , Rob Landley , "linux-arm-kernel@lists.infradead.org" List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Ivan, On Tuesday 26 November 2013 12:44 PM, ivan.khoronzhuk wrote: > On 11/26/2013 09:20 AM, Sekhar Nori wrote: >> On Monday 11 November 2013 10:36 PM, Khoronzhuk, Ivan wrote: >>> +static struct platform_driver davinci_aemif_driver = { >>> + .probe = davinci_aemif_probe, >>> + .remove = davinci_aemif_remove, >>> + .driver = { >>> + .name = DRV_NAME, >>> + .owner = THIS_MODULE, >>> + .of_match_table = of_match_ptr(davinci_aemif_of_match), >>> + }, >>> +}; >>> + >>> +module_platform_driver(davinci_aemif_driver); >>> + >>> +MODULE_AUTHOR("Murali Karicheri "); >> >> Is this correct? If yes, I would have expected him to sign-off on the >> patch too. If not, please drop this. > > I will add sign-off > Please add you as a MODULE_AUTHOR as well since you re-wrote the downstream driver. Ok to have both of you sign of on it. Regards, Santosh From mboxrd@z Thu Jan 1 00:00:00 1970 From: santosh.shilimkar@ti.com (Santosh Shilimkar) Date: Tue, 26 Nov 2013 13:30:14 -0500 Subject: [PATCH 07/12] memory: davinci-aemif: introduce AEMIF driver In-Reply-To: <5294DE17.9080900@ti.com> References: <1384187188-5776-1-git-send-email-ivan.khoronzhuk@ti.com>, <1384187188-5776-8-git-send-email-ivan.khoronzhuk@ti.com> <4F5844B3A985794BA902E12C070812375F8D2E@DNCE04.ent.ti.com> <52944BD3.90105@ti.com> <5294DE17.9080900@ti.com> Message-ID: <5294E8B6.5000102@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Ivan, On Tuesday 26 November 2013 12:44 PM, ivan.khoronzhuk wrote: > On 11/26/2013 09:20 AM, Sekhar Nori wrote: >> On Monday 11 November 2013 10:36 PM, Khoronzhuk, Ivan wrote: >>> +static struct platform_driver davinci_aemif_driver = { >>> + .probe = davinci_aemif_probe, >>> + .remove = davinci_aemif_remove, >>> + .driver = { >>> + .name = DRV_NAME, >>> + .owner = THIS_MODULE, >>> + .of_match_table = of_match_ptr(davinci_aemif_of_match), >>> + }, >>> +}; >>> + >>> +module_platform_driver(davinci_aemif_driver); >>> + >>> +MODULE_AUTHOR("Murali Karicheri "); >> >> Is this correct? If yes, I would have expected him to sign-off on the >> patch too. If not, please drop this. > > I will add sign-off > Please add you as a MODULE_AUTHOR as well since you re-wrote the downstream driver. Ok to have both of you sign of on it. Regards, Santosh From mboxrd@z Thu Jan 1 00:00:00 1970 From: Santosh Shilimkar Subject: Re: [PATCH 07/12] memory: davinci-aemif: introduce AEMIF driver Date: Tue, 26 Nov 2013 13:30:14 -0500 Message-ID: <5294E8B6.5000102@ti.com> References: <1384187188-5776-1-git-send-email-ivan.khoronzhuk@ti.com>, <1384187188-5776-8-git-send-email-ivan.khoronzhuk@ti.com> <4F5844B3A985794BA902E12C070812375F8D2E@DNCE04.ent.ti.com> <52944BD3.90105@ti.com> <5294DE17.9080900@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5294DE17.9080900@ti.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-mtd" Errors-To: linux-mtd-bounces+gldm-linux-mtd-36=gmane.org@lists.infradead.org To: "ivan.khoronzhuk" Cc: Mark Rutland , "devicetree@vger.kernel.org" , "Strashko, Grygorii" , Russell King , Pawel Moll , Stephen Warren , Ian Campbell , Sekhar Nori , Kumar Gala , Rob Herring , "linux-kernel@vger.kernel.org" , "linux-mtd@lists.infradead.org" , Rob Landley , "linux-arm-kernel@lists.infradead.org" List-Id: devicetree@vger.kernel.org Ivan, On Tuesday 26 November 2013 12:44 PM, ivan.khoronzhuk wrote: > On 11/26/2013 09:20 AM, Sekhar Nori wrote: >> On Monday 11 November 2013 10:36 PM, Khoronzhuk, Ivan wrote: >>> +static struct platform_driver davinci_aemif_driver = { >>> + .probe = davinci_aemif_probe, >>> + .remove = davinci_aemif_remove, >>> + .driver = { >>> + .name = DRV_NAME, >>> + .owner = THIS_MODULE, >>> + .of_match_table = of_match_ptr(davinci_aemif_of_match), >>> + }, >>> +}; >>> + >>> +module_platform_driver(davinci_aemif_driver); >>> + >>> +MODULE_AUTHOR("Murali Karicheri "); >> >> Is this correct? If yes, I would have expected him to sign-off on the >> patch too. If not, please drop this. > > I will add sign-off > Please add you as a MODULE_AUTHOR as well since you re-wrote the downstream driver. Ok to have both of you sign of on it. Regards, Santosh ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/ From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757721Ab3KZSaz (ORCPT ); Tue, 26 Nov 2013 13:30:55 -0500 Received: from bear.ext.ti.com ([192.94.94.41]:51480 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752834Ab3KZSax (ORCPT ); Tue, 26 Nov 2013 13:30:53 -0500 Message-ID: <5294E8B6.5000102@ti.com> Date: Tue, 26 Nov 2013 13:30:14 -0500 From: Santosh Shilimkar User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: "ivan.khoronzhuk" CC: Sekhar Nori , Rob Landley , Russell King , Mark Rutland , "devicetree@vger.kernel.org" , "Strashko, Grygorii" , Pawel Moll , Stephen Warren , Ian Campbell , Kumar Gala , Rob Herring , "linux-kernel@vger.kernel.org" , "linux-mtd@lists.infradead.org" , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH 07/12] memory: davinci-aemif: introduce AEMIF driver References: <1384187188-5776-1-git-send-email-ivan.khoronzhuk@ti.com>, <1384187188-5776-8-git-send-email-ivan.khoronzhuk@ti.com> <4F5844B3A985794BA902E12C070812375F8D2E@DNCE04.ent.ti.com> <52944BD3.90105@ti.com> <5294DE17.9080900@ti.com> In-Reply-To: <5294DE17.9080900@ti.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ivan, On Tuesday 26 November 2013 12:44 PM, ivan.khoronzhuk wrote: > On 11/26/2013 09:20 AM, Sekhar Nori wrote: >> On Monday 11 November 2013 10:36 PM, Khoronzhuk, Ivan wrote: >>> +static struct platform_driver davinci_aemif_driver = { >>> + .probe = davinci_aemif_probe, >>> + .remove = davinci_aemif_remove, >>> + .driver = { >>> + .name = DRV_NAME, >>> + .owner = THIS_MODULE, >>> + .of_match_table = of_match_ptr(davinci_aemif_of_match), >>> + }, >>> +}; >>> + >>> +module_platform_driver(davinci_aemif_driver); >>> + >>> +MODULE_AUTHOR("Murali Karicheri "); >> >> Is this correct? If yes, I would have expected him to sign-off on the >> patch too. If not, please drop this. > > I will add sign-off > Please add you as a MODULE_AUTHOR as well since you re-wrote the downstream driver. Ok to have both of you sign of on it. Regards, Santosh