Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754800Ab1DTO67 (ORCPT ); Wed, 20 Apr 2011 10:58:59 -0400 Received: from mail-fx0-f46.google.com ([209.85.161.46]:34335 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752771Ab1DTO65 convert rfc822-to-8bit (ORCPT ); Wed, 20 Apr 2011 10:58:57 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=YMFLuwMaLoYytjGQ0nKGH3rn3vBWQffqQzu6ImYfoNPnPehkNG7I6mOR9KoTlXFd0B uCdcyRqPsnQqzfY4Rlf4gDlJ5oocTejKiygZbVRXspzoebwCPWDeqyEvrmqkbCMZRSfS UKzo7Xl1Vsu2kQZbUVDSyTMc1SCU2rOTo1GOM= MIME-Version: 1.0 In-Reply-To: <20110420142626.GA22114@kroah.com> References: <4daee9cb.04558f0a.76dc.4776@mx.google.com> <20110420142626.GA22114@kroah.com> From: li jianyun Date: Wed, 20 Apr 2011 22:58:30 +0800 Message-ID: Subject: Re: [PATCH] Add Marvell UMI driver To: Greg KH Cc: James.Bottomley@suse.de, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2373 Lines: 62 Hi Grep KH thanks for your remind,I am a beginner,and don't know how to send patch to kernel. I will update the Signed-off-by. Do I need update the subject to "[PATCH][RESEND] Add Marvell UMI driver" when I resend this patch? thanks for your patient. 2011/4/20 Greg KH : > On Wed, Apr 20, 2011 at 10:02:19PM +0800, Li Jianyun wrote: >> >> The Marvell Universal Message Interface (UMI) defines a messaging >> interface between host and Marvell products. It considers situations of >> limited system resource and optimized system performance. >> UMI driver translates host request to message and sends message to >> FW via UMI, FW receives message and processes it, then sends response to >> UMI driver. >> FW generates an interrupt when it needs to send information or >> responseto UMI driver. >> >> Signed-off-by: Jianyun Li > > Why not sign off using your marvell.com email address? > >> +++ b/drivers/scsi/mvumi.c >> @@ -0,0 +1,2245 @@ >> +/* >> + * Marvell UMI driver >> + * >> + * Copyright 2011 Marvell. >> + * >> + * This file is licensed under GPLv2. >> + * >> + * This program is free software; you can redistribute it and/or >> + * modify it under the terms of the GNU General Public License as >> + * published by the Free Software Foundation; version 2 of the >> + * License. >> + * >> + * This program is distributed in the hope that it will be useful, >> + * but WITHOUT ANY WARRANTY; without even the implied warranty of >> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU >> + * General Public License for more details. >> + * >> + * You should have received a copy of the GNU General Public License >> + * along with this program; if not, write to the Free Software >> + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 >> + * USA > > Unless you are willing to track the office location of the FSF for the > next 40 years, and send patches updating it here, just drop this > paragraph, it's pointless, as the person _did_ get a copy with the > kernel. > > thanks, > > greg k-h > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/