From: Greg KH <greg@kroah.com>
To: Minkyu Kang <mk7.kang@samsung.com>
Cc: linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
kyungmin.park@samsung.com, Ben Dooks <ben-i2c@fluff.org>
Subject: Re: [PATCH v2] misc: adds support the FSA9480 USB Switch
Date: Mon, 11 Oct 2010 10:36:49 -0700 [thread overview]
Message-ID: <20101011173649.GC7116@kroah.com> (raw)
In-Reply-To: <4CB26931.5040105@samsung.com>
On Mon, Oct 11, 2010 at 10:32:33AM +0900, Minkyu Kang wrote:
> The FSA9480 is a USB port accessory detector and switch.
> This patch adds support the FSA9480 USB Switch.
>
> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
> v2:
> use the threaded irq
> fix the sysfs
>
> drivers/misc/Kconfig | 9 +
> drivers/misc/Makefile | 1 +
> drivers/misc/fsa9480.c | 544 +++++++++++++++++++++++++++++++++++++++++++++++
> include/linux/fsa9480.h | 40 ++++
Why do you need a .h file here for a single driver?
You are creating new sysfs files, so you are required to add a new
Documentation/ABI file as well, please add that to this patch.
And why are you exporting symbols from this driver, that should not be
needed at all.
> +/*
> + * fsa9480.c - FSA9480 micro USB switch device driver
> + *
> + * Copyright (C) 2010 Samsung Electronics
> + * Minkyu Kang <mk7.kang@samsung.com>
> + * Wonguk Jeong <wonguk.jeong@samsung.com>
> + *
> + * 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; either version 2 of the License, or
> + * (at your option) any later version.
Are you positive about that "any later version" portion of this?
thanks,
greg k-h
next prev parent reply other threads:[~2010-10-11 17:36 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-31 10:28 [PATCH] misc: adds support the FSA9480 USB Switch Minkyu Kang
2010-08-31 10:28 ` Minkyu Kang
[not found] ` <4C7CD95A.5040309-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2010-09-17 22:07 ` Andrew Morton
2010-09-17 22:07 ` Andrew Morton
2010-09-17 22:44 ` Greg KH
[not found] ` <20100917150731.f1f44f3c.akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
2010-09-18 1:37 ` Ben Dooks
2010-09-18 1:37 ` Ben Dooks
2010-09-28 5:58 ` Minkyu Kang
2010-09-28 5:58 ` Minkyu Kang
[not found] ` <AANLkTim2UhJAhOw1qHvZ9bbctR0tNSMvE61T=sxffHxO-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-10-11 1:32 ` [PATCH v2] " Minkyu Kang
2010-10-11 1:32 ` Minkyu Kang
2010-10-11 17:36 ` Greg KH [this message]
[not found] ` <20101011173649.GC7116-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2010-11-10 0:55 ` Minkyu Kang
2010-11-10 0:55 ` Minkyu Kang
[not found] ` <AANLkTi=vTkHJJ2dq5RZHHCwWYEBtY=Y7dPPh=Wzzx95f-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-11-10 14:31 ` Mark Brown
2010-11-10 14:31 ` Mark Brown
2010-11-10 17:49 ` Greg KH
2010-11-10 17:49 ` Greg KH
2010-09-18 2:47 ` [PATCH] " Kyungmin Park
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=20101011173649.GC7116@kroah.com \
--to=greg@kroah.com \
--cc=akpm@linux-foundation.org \
--cc=ben-i2c@fluff.org \
--cc=kyungmin.park@samsung.com \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mk7.kang@samsung.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.