From: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>
To: Minkyu Kang <promsoft-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: Minkyu Kang <mk7.kang-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org,
suchang.woo-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
kyungmin.park-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org
Subject: Re: [PATCH] hwmon: add GP2A002 proximity/ambient sensor
Date: Mon, 29 Jun 2009 18:46:51 +0200 [thread overview]
Message-ID: <20090629184651.6fc3dca5@hyperion.delvare> (raw)
In-Reply-To: <1f3430fb0906290347r92201acpb35087c55049d8c5-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
On Mon, 29 Jun 2009 19:47:26 +0900, Minkyu Kang wrote:
> Hi Jean,
>
> 2009/6/26 Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>:
> > On Fri, 26 Jun 2009 17:39:02 +0900, Minkyu Kang wrote:
> >> The GP2A002 is a I2C interfaced Sensor for Proximity/Ambient
> >> This patch adds support the GP2A002 sensor
> >>
> >> Signed-off-by: Minkyu Kang <mk7.kang-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
> >> Signed-off-by: Suchang Woo <suchang.woo-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
> >> ---
> >> drivers/hwmon/Kconfig | 7 +
> >> drivers/hwmon/Makefile | 1 +
> >> drivers/hwmon/gp2ap002.c | 471 ++++++++++++++++++++++++++++++++++++++++++++++
> >> include/linux/gp2ap002.h | 21 ++
> >> 4 files changed, 500 insertions(+), 0 deletions(-)
> >> create mode 100644 drivers/hwmon/gp2ap002.c
> >> create mode 100644 include/linux/gp2ap002.h
> >>
> >> diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
> >> index 2d50166..cc4e200 100644
> >> --- a/drivers/hwmon/Kconfig
> >> +++ b/drivers/hwmon/Kconfig
> >> @@ -1017,6 +1017,13 @@ config SENSORS_APPLESMC
> >> Say Y here if you have an applicable laptop and want to experience
> >> the awesome power of applesmc.
> >>
> >> +config SENSORS_GP2AP002
> >> + tristate "GP2AP002 series Proximity/Ambient Sensor"
> >> + depends on HWMON && I2C
> >> + help
> >> + This driver provides support for Proximity/Ambient Sensor.
> >> +
> >
> > This doesn't have anything to do with hardware monitoring, so this
> > doesn't belong to drivers/hwmon.
> >
>
> Can you please explain about belong to hardware monitoring?
> did i missing something?
I'm not sure how I can explain it better. Your driver is for a device
which is no a hardware monitoring chip, so this driver should not be
located in the drivers/hwmon directory.
--
Jean Delvare
WARNING: multiple messages have this Message-ID (diff)
From: Jean Delvare <khali@linux-fr.org>
To: Minkyu Kang <promsoft@gmail.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>,
linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org,
lm-sensors@lm-sensors.org, suchang.woo@samsung.com,
kyungmin.park@samsung.com
Subject: Re: [lm-sensors] [PATCH] hwmon: add GP2A002 proximity/ambient sensor
Date: Mon, 29 Jun 2009 16:46:51 +0000 [thread overview]
Message-ID: <20090629184651.6fc3dca5@hyperion.delvare> (raw)
In-Reply-To: <1f3430fb0906290347r92201acpb35087c55049d8c5@mail.gmail.com>
On Mon, 29 Jun 2009 19:47:26 +0900, Minkyu Kang wrote:
> Hi Jean,
>
> 2009/6/26 Jean Delvare <khali@linux-fr.org>:
> > On Fri, 26 Jun 2009 17:39:02 +0900, Minkyu Kang wrote:
> >> The GP2A002 is a I2C interfaced Sensor for Proximity/Ambient
> >> This patch adds support the GP2A002 sensor
> >>
> >> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
> >> Signed-off-by: Suchang Woo <suchang.woo@samsung.com>
> >> ---
> >> drivers/hwmon/Kconfig | 7 +
> >> drivers/hwmon/Makefile | 1 +
> >> drivers/hwmon/gp2ap002.c | 471 ++++++++++++++++++++++++++++++++++++++++++++++
> >> include/linux/gp2ap002.h | 21 ++
> >> 4 files changed, 500 insertions(+), 0 deletions(-)
> >> create mode 100644 drivers/hwmon/gp2ap002.c
> >> create mode 100644 include/linux/gp2ap002.h
> >>
> >> diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
> >> index 2d50166..cc4e200 100644
> >> --- a/drivers/hwmon/Kconfig
> >> +++ b/drivers/hwmon/Kconfig
> >> @@ -1017,6 +1017,13 @@ config SENSORS_APPLESMC
> >> Say Y here if you have an applicable laptop and want to experience
> >> the awesome power of applesmc.
> >>
> >> +config SENSORS_GP2AP002
> >> + tristate "GP2AP002 series Proximity/Ambient Sensor"
> >> + depends on HWMON && I2C
> >> + help
> >> + This driver provides support for Proximity/Ambient Sensor.
> >> +
> >
> > This doesn't have anything to do with hardware monitoring, so this
> > doesn't belong to drivers/hwmon.
> >
>
> Can you please explain about belong to hardware monitoring?
> did i missing something?
I'm not sure how I can explain it better. Your driver is for a device
which is no a hardware monitoring chip, so this driver should not be
located in the drivers/hwmon directory.
--
Jean Delvare
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
WARNING: multiple messages have this Message-ID (diff)
From: Jean Delvare <khali@linux-fr.org>
To: Minkyu Kang <promsoft@gmail.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>,
linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org,
lm-sensors@lm-sensors.org, suchang.woo@samsung.com,
kyungmin.park@samsung.com
Subject: Re: [PATCH] hwmon: add GP2A002 proximity/ambient sensor
Date: Mon, 29 Jun 2009 18:46:51 +0200 [thread overview]
Message-ID: <20090629184651.6fc3dca5@hyperion.delvare> (raw)
In-Reply-To: <1f3430fb0906290347r92201acpb35087c55049d8c5@mail.gmail.com>
On Mon, 29 Jun 2009 19:47:26 +0900, Minkyu Kang wrote:
> Hi Jean,
>
> 2009/6/26 Jean Delvare <khali@linux-fr.org>:
> > On Fri, 26 Jun 2009 17:39:02 +0900, Minkyu Kang wrote:
> >> The GP2A002 is a I2C interfaced Sensor for Proximity/Ambient
> >> This patch adds support the GP2A002 sensor
> >>
> >> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
> >> Signed-off-by: Suchang Woo <suchang.woo@samsung.com>
> >> ---
> >> drivers/hwmon/Kconfig | 7 +
> >> drivers/hwmon/Makefile | 1 +
> >> drivers/hwmon/gp2ap002.c | 471 ++++++++++++++++++++++++++++++++++++++++++++++
> >> include/linux/gp2ap002.h | 21 ++
> >> 4 files changed, 500 insertions(+), 0 deletions(-)
> >> create mode 100644 drivers/hwmon/gp2ap002.c
> >> create mode 100644 include/linux/gp2ap002.h
> >>
> >> diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
> >> index 2d50166..cc4e200 100644
> >> --- a/drivers/hwmon/Kconfig
> >> +++ b/drivers/hwmon/Kconfig
> >> @@ -1017,6 +1017,13 @@ config SENSORS_APPLESMC
> >> Say Y here if you have an applicable laptop and want to experience
> >> the awesome power of applesmc.
> >>
> >> +config SENSORS_GP2AP002
> >> + tristate "GP2AP002 series Proximity/Ambient Sensor"
> >> + depends on HWMON && I2C
> >> + help
> >> + This driver provides support for Proximity/Ambient Sensor.
> >> +
> >
> > This doesn't have anything to do with hardware monitoring, so this
> > doesn't belong to drivers/hwmon.
> >
>
> Can you please explain about belong to hardware monitoring?
> did i missing something?
I'm not sure how I can explain it better. Your driver is for a device
which is no a hardware monitoring chip, so this driver should not be
located in the drivers/hwmon directory.
--
Jean Delvare
next prev parent reply other threads:[~2009-06-29 16:46 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-26 8:39 [PATCH] hwmon: add GP2A002 proximity/ambient sensor Minkyu Kang
2009-06-26 8:39 ` Minkyu Kang
2009-06-26 8:39 ` [lm-sensors] " Minkyu Kang
[not found] ` <4A448926.1030701-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2009-06-26 9:16 ` Jaswinder Singh Rajput
2009-06-26 9:28 ` [lm-sensors] " Jaswinder Singh Rajput
2009-06-26 9:16 ` Jaswinder Singh Rajput
[not found] ` <1246007760.3067.5.camel-b91qqBXZ9ZExq86mLogaLw@public.gmane.org>
2009-06-26 9:51 ` Mark Brown
2009-06-26 9:51 ` Mark Brown
2009-06-26 9:51 ` [lm-sensors] " Mark Brown
2009-06-26 9:30 ` Jean Delvare
2009-06-26 9:30 ` Jean Delvare
2009-06-26 9:30 ` [lm-sensors] " Jean Delvare
[not found] ` <20090626113059.4c0c2fb3-ig7AzVSIIG7kN2dkZ6Wm7A@public.gmane.org>
2009-06-29 10:47 ` Minkyu Kang
2009-06-29 10:47 ` Minkyu Kang
2009-06-29 10:47 ` [lm-sensors] " Minkyu Kang
[not found] ` <1f3430fb0906290347r92201acpb35087c55049d8c5-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-06-29 16:46 ` Jean Delvare [this message]
2009-06-29 16:46 ` Jean Delvare
2009-06-29 16:46 ` [lm-sensors] " Jean Delvare
2009-06-26 10:22 ` Trilok Soni
2009-06-26 10:34 ` [lm-sensors] " Trilok Soni
2009-06-26 10:22 ` Trilok Soni
2009-06-28 23:49 ` Minkyu Kang
2009-06-28 23:49 ` Minkyu Kang
2009-06-28 23:49 ` [lm-sensors] " Minkyu Kang
[not found] ` <5d5443650906260322n3c4f5f79r3290ebce2e331234-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-06-30 2:32 ` Dmitry Torokhov
2009-06-30 2:32 ` Dmitry Torokhov
2009-06-30 2:32 ` [lm-sensors] " Dmitry Torokhov
2009-06-29 10:57 ` Pavel Machek
2009-06-29 10:57 ` Pavel Machek
2009-06-29 10:57 ` [lm-sensors] " Pavel Machek
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=20090629184651.6fc3dca5@hyperion.delvare \
--to=khali-puyad+kwke1g9huczpvpmw@public.gmane.org \
--cc=kyungmin.park-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
--cc=linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org \
--cc=mk7.kang-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
--cc=promsoft-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=suchang.woo-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.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.