linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: jgarzik@pobox.com (Jeff Garzik)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3] libata: pata_samsung_cf: Add Samsung PATA controller driver
Date: Thu, 10 Jun 2010 05:37:53 -0400	[thread overview]
Message-ID: <4C10B271.6040908@pobox.com> (raw)
In-Reply-To: <20100610085639.GU7248@trinity.fluff.org>

On 06/10/2010 04:56 AM, Ben Dooks wrote:
> On Thu, Jun 10, 2010 at 04:52:07AM -0400, Jeff Garzik wrote:
>> On 06/10/2010 03:50 AM, Kukjin Kim wrote:
>>> From: Abhilash Kesavan<a.kesavan@samsung.com>
>>>
>>> Adds support for the Samsung PATA controller. This driver is based on the
>>> Libata subsystem and references the earlier patches sent for IDE subsystem.
>>>
>>> Signed-off-by: Abhilash Kesavan<a.kesavan@samsung.com>
>>> Signed-off-by: Kukjin Kim<kgene.kim@samsung.com>
>>> ---
>>>
>>> Changes since v2:
>>> - Changed the DRV_NAME to pata_samsung_cf
>>> - Used msleep instead of mdelay
>>>
>>>    drivers/ata/Makefile          |    1 +
>>>    drivers/ata/pata_samsung_cf.c |  608 +++++++++++++++++++++++++++++++++++++++++
>>>    3 files changed, 618 insertions(+), 0 deletions(-)
>>>    create mode 100644 drivers/ata/pata_samsung_cf.c
>>
>> Acked-by: Jeff Garzik<jgarzik@redhat.com>
>>
>>
>> I presume you'll send this upstream via the appropriate ARM tree.
>
> It depends on whether Linus un-declares his current suspensio nof
> ARM based work. The machine updtaes should go via the samsung tree
> but whether to send the driver that was is another matter (I prefer
> to have drivers go via the driver's tree to avoid clashes in
> Makefile and Kconfig).

I don't mind merging it, but usually platform drivers do not build 
and/or work without additional platform glue.  Isn't that the case here?


> PS, what's your policy on -rc inclusion of completely new code
> such as this?

New drivers are fine (which is standard policy outside libata, too), as 
they will not cause regressions, and will enable new users.

	Jeff

  reply	other threads:[~2010-06-10  9:37 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-10  7:50 [PATCH v3] libata: pata_samsung_cf: Add Samsung PATA controller driver Kukjin Kim
2010-06-10  8:52 ` Jeff Garzik
2010-06-10  8:56   ` Ben Dooks
2010-06-10  9:37     ` Jeff Garzik [this message]
2010-06-10 10:43 ` Sergei Shtylyov
2010-06-11  1:57   ` Ben Dooks
2010-06-11  7:29   ` Kukjin Kim
2010-06-11  9:48     ` Sergei Shtylyov
2010-06-14  6:57       ` Kukjin Kim
2010-06-11  2:24 ` Ben Dooks
2010-06-11  7:41   ` Kukjin Kim

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=4C10B271.6040908@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).