All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff@garzik.org>
To: Ke Wei <kewei@marvell.com>
Cc: Ke Wei <kewei.mv@gmail.com>,
	James Bottomley <James.Bottomley@HansenPartnership.com>,
	linux-scsi@vger.kernel.org, Michael Wang <qswang@marvell.com>,
	Jacky Feng <jfeng@marvell.com>, Qun Zhao <qzhao@marvell.com>,
	Larry Li <lil@marvell.com>,
	saeed bishara <saeed.bishara@gmail.com>
Subject: Re: [PATCH] Marvell 6440 SAS/SATA driver
Date: Fri, 22 Feb 2008 11:26:25 -0500	[thread overview]
Message-ID: <47BEF7B1.1090905@garzik.org> (raw)
In-Reply-To: <FE3F06125A99254E8D92161AA4569C6F02310B1A@sc-exch02.marvell.com>

Ke Wei wrote:
> Added support for Expander. Based on version 0.1 for mvsas.
> 
> 
> Signed-off-by: Ke Wei <kewei@marvell.com>
> ---
> diff --git a/drivers/scsi/mvsas.c b/drivers/scsi/mvsas.c
> old mode 100644
> new mode 100755
> index 03638b9..3c7a154
> --- a/drivers/scsi/mvsas.c
> +++ b/drivers/scsi/mvsas.c
> @@ -2,6 +2,7 @@
>  	mvsas.c - Marvell 88SE6440 SAS/SATA support
>  
>  	Copyright 2007 Red Hat, Inc.
> +	Copyright 2008 Marvell. <kewei@marvell.com>
>  
>  	This program is free software; you can redistribute it and/or
>  	modify it under the terms of the GNU General Public License as
> @@ -25,6 +26,13 @@
>  	  structures.  this permits elimination of all the le32_to_cpu()
>  	  and cpu_to_le32() conversions.
>  
> +	Changelog:
> +	2008-02-22	0.5	Added support for Expander.
> +	2008-02-05	0.4	Added support for hotplug and wide port.
> +	2008-01-22	0.3	Added support for SAS HD and SATA Devices.
> +	2008-01-09	0.2	detect SAS disk.
> +	2007-09-25	0.1	rough draft, Initial version.
> +
>   */
>  
>  #include <linux/kernel.h>


Technical content:  looks good, ACK

Patch content:  looks diff'd against correct version, ACK

But we still have one major process problem, and a couple minor problems 
to fix:

1) [minor] please do not include a changelog in the source code.  That's 
what the git repository history is for.

2) [minor] Your patch description (email body) is incorrect.  It should 
describe all changes since version 0.1, the version you diff'd against:

	Convert rough draft Marvell 6440 driver to a working driver.

	Added support for SAS and SATA devices, hotplug, wide port,
	and expanders.

3) [minor] Your email subject should reflect that you are updating 
version 0.1, the version you diff'd against:

	[PATCH] mvsas: convert from rough draft to working driver

4) [major] Your email was encoded in base64, which makes it difficult 
for automated tools to handle, and difficult for some mail clients to 
view and reply-to.

It will require some email configuration on your part to disable this, 
and send the email as a text/plain message.

I've copied Saeed Bishara @ Marvell on this email.  Saeed has been 
successfully sending patch for the sata_mv driver (5040, 6080, 6042, 
etc.)  Maybe Saeed can advise you on his email setup?



In any case, once we fix this last problem -- base64 -- we can finally 
apply your patch and get things moving.

You are very close to having a working Linux kernel development setup, 
thanks for your patience!

	Jeff





       reply	other threads:[~2008-02-22 16:26 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <FE3F06125A99254E8D92161AA4569C6F02310B1A@sc-exch02.marvell.com>
2008-02-22 16:26 ` Jeff Garzik [this message]
2008-02-22 16:38   ` [PATCH] Marvell 6440 SAS/SATA driver James Bottomley
     [not found] <20080122151857.GA8680@ubuntu.domain>
2008-01-22 15:24 ` Ke Wei
2008-01-23  3:58   ` Jeff Garzik
2008-01-23 10:54     ` Ke Wei
2008-01-23 11:41       ` Jeff Garzik
2008-01-25 16:43         ` Ke Wei
2008-01-25 17:24           ` Grant Grundler
2008-01-25 17:38             ` James Bottomley
2008-01-25 22:12             ` Jeff Garzik
2008-01-25 17:38           ` Grant Grundler
2008-01-25 22:39           ` James Bottomley
2008-01-27 15:10             ` Ke Wei
2008-01-27 15:27             ` Ke Wei
2008-01-27 18:13               ` James Bottomley
2008-02-05 13:19                 ` Ke Wei
2008-02-05 21:00                   ` Luben Tuikov
2008-02-07  0:33                   ` Jeff Garzik
2008-01-25 23:00           ` James Bottomley
2008-01-25 23:05             ` Jeff Garzik
2008-01-25 21:27       ` James Bottomley
2008-01-23 19:23     ` Grant Grundler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47BEF7B1.1090905@garzik.org \
    --to=jeff@garzik.org \
    --cc=James.Bottomley@HansenPartnership.com \
    --cc=jfeng@marvell.com \
    --cc=kewei.mv@gmail.com \
    --cc=kewei@marvell.com \
    --cc=lil@marvell.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=qswang@marvell.com \
    --cc=qzhao@marvell.com \
    --cc=saeed.bishara@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.