Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754775AbZF2QrS (ORCPT ); Mon, 29 Jun 2009 12:47:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752422AbZF2QrD (ORCPT ); Mon, 29 Jun 2009 12:47:03 -0400 Received: from zone0.gcu-squad.org ([212.85.147.21]:46505 "EHLO services.gcu-squad.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751073AbZF2QrC convert rfc822-to-8bit (ORCPT ); Mon, 29 Jun 2009 12:47:02 -0400 Date: Mon, 29 Jun 2009 18:46:51 +0200 From: Jean Delvare To: Minkyu Kang Cc: Minkyu Kang , 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 Message-ID: <20090629184651.6fc3dca5@hyperion.delvare> In-Reply-To: <1f3430fb0906290347r92201acpb35087c55049d8c5@mail.gmail.com> References: <4A448926.1030701@samsung.com> <20090626113059.4c0c2fb3@hyperion.delvare> <1f3430fb0906290347r92201acpb35087c55049d8c5@mail.gmail.com> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.14.4; i586-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2004 Lines: 52 On Mon, 29 Jun 2009 19:47:26 +0900, Minkyu Kang wrote: > Hi Jean, > > 2009/6/26 Jean Delvare : > > 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 > >> Signed-off-by: Suchang Woo > >> --- > >> ?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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/