All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: "Jung-Ik (John) Lee" <jilee@google.com>
Cc: Robert Hancock <hancockrwd@gmail.com>,
	Daniel Walker <dwalker@fifo99.com>,
	linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org,
	Grant Grundler <grundler@google.com>,
	Gwendal Grignou <gwendal@google.com>,
	Eric Uhrhane <ericu@google.com>
Subject: Re: [PATCH] libata: Add pata_atp867x driver for Artop/Acard ATP867X controllers
Date: Thu, 17 Sep 2009 16:51:37 -0400	[thread overview]
Message-ID: <4AB2A159.907@pobox.com> (raw)
In-Reply-To: <8b5805ff0909142132g59fbba8dwebc0b21484d7e157@mail.gmail.com>

On 09/15/2009 12:32 AM, Jung-Ik (John) Lee wrote:
> From: John(Jung-Ik) Lee<jilee@google.com>
>
> This is a new pata driver for ARTOP 867X 64bit 4-channel UDMA133 ATA ctrls.
> Based on the Atp867 data sheet rev 1.2, Acard, and in part on early ide codes
> from Eric Uhrhane<ericu@google.com>.
>
> Signed-off-by: John(Jung-Ik) Lee<jilee@google.com>
> Reviewed-by:  Grant Grundler<grundler@google.com>
> Reviewed-by:  Gwendal Gringo<gwendal@google.com>
> ---
>
>   rev 01: Cleared some checkpatch.pl complaints. Thanks to Daniel.
>   rev 02: Removed hard-coded value for active/recovery. Thanks to Robert.
>           Use atp867x_cable_detect() until ata_cable_40short()
>   rev 03: changes per Jeff's comment: Thansk to Jeff.
> 	 ioread/iowrite, enum, speed-to-mode calc, single mapping, etc.
>
>   drivers/ata/Kconfig        |    9 +
>   drivers/ata/Makefile       |    1 +
>   drivers/ata/pata_atp867x.c |  548 ++++++++++++++++++++++++++++++++++++++++++++
>   include/linux/pci_ids.h    |    2 +
>   4 files changed, 560 insertions(+), 0 deletions(-)

applied



  reply	other threads:[~2009-09-17 20:51 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-12  2:06 [PATCH] libata: Add pata_atp867x driver for Artop/Acard ATP867X controllers Jung-Ik (John) Lee
2009-09-12  2:06 ` Jung-Ik (John) Lee
2009-09-12  2:14 ` Daniel Walker
2009-09-12 10:59   ` Jung-Ik (John) Lee
2009-09-12 10:59     ` Jung-Ik (John) Lee
2009-09-12 16:49     ` Robert Hancock
2009-09-13  0:17       ` Jung-Ik (John) Lee
2009-09-13  0:17         ` Jung-Ik (John) Lee
2009-09-13  0:26         ` Jung-Ik (John) Lee
2009-09-13  0:26           ` Jung-Ik (John) Lee
2009-09-13  0:31           ` Jeff Garzik
2009-09-13  0:37             ` Jung-Ik (John) Lee
2009-09-13  0:37               ` Jung-Ik (John) Lee
2009-09-13  0:55           ` Jeff Garzik
2009-09-13  2:41             ` Jung-Ik (John) Lee
2009-09-13  2:41               ` Jung-Ik (John) Lee
2009-09-13  3:12               ` Jeff Garzik
2009-09-13  4:55                 ` Jung-Ik (John) Lee
2009-09-13  4:55                   ` Jung-Ik (John) Lee
2009-09-13  5:50                   ` Robert Hancock
2009-09-13  5:50                     ` Robert Hancock
2009-09-15  4:32                     ` Jung-Ik (John) Lee
2009-09-15  4:32                       ` Jung-Ik (John) Lee
2009-09-17 20:51                       ` Jeff Garzik [this message]
2009-09-13  0:38         ` Jeff Garzik
2009-09-13  0:50           ` Jung-Ik (John) Lee
2009-09-13  0:50             ` Jung-Ik (John) Lee
2009-09-15  0:38           ` Alan Cox

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=4AB2A159.907@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=dwalker@fifo99.com \
    --cc=ericu@google.com \
    --cc=grundler@google.com \
    --cc=gwendal@google.com \
    --cc=hancockrwd@gmail.com \
    --cc=jilee@google.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /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.