public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jean Delvare <khali@linux-fr.org>
To: Stelian Pop <stelian@popies.net>
Cc: Andrew Morton <akpm@osdl.org>,
	Dmitry Torokhov <dtor_core@ameritech.net>,
	Michael Hanselmann <linux-kernel@hansmi.ch>,
	"Aristeu S. Rozanski F." <aris@cathedrallabs.org>,
	Johannes Berg <johannes@sipsolutions.net>,
	Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	Paul Mackerras <paulus@samba.org>, Robert Love <rml@novell.com>,
	Rene Nussbaumer <linux-kernel@killerfox.forkbomb.ch>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] Apple Motion Sensor driver
Date: Mon, 13 Nov 2006 19:06:35 +0100	[thread overview]
Message-ID: <20061113190635.597ab587.khali@linux-fr.org> (raw)
In-Reply-To: <1163280972.32084.13.camel@localhost.localdomain>

Hi Stelian,

On Sat, 11 Nov 2006 22:36:11 +0100, Stelian Pop wrote:
> This driver adds support for the Apple Motion Sensor (AMS) as found in 2005
> revisions of Apple PowerBooks and iBooks.  It implements both the PMU and
> I²C variants.  The I²C driver and mouse emulation is based on code by
> Stelian Pop <stelian@popies.net>, while the PMU driver has been developped
> by Michael Hanselmann <linux-kernel@hansmi.ch>. HD parking support will be
> added later.
> 
> Various people contributed fixes to this driver, including
> Aristeu Sergio Rozanski Filho <aris@cathedrallabs.org> and
> Jean Delvare <khali@linux-fr.org>.
> 
> This patch lived for a while in the -mm tree but was dropped by Andrew in
> 2.6.18-mm1 because of some conflicting changes he was send at the time.
> Things have settled down since then, I merged all the bits and pieces and 
> rediffed against the latest git.
> 
> This driver should be quite mature to go directly into the input tree. If not,
> Andrew please pick it up again.
> 
> (...)
>  b/drivers/hwmon/ams/Makefile    |    8 +
>  b/drivers/hwmon/ams/ams-core.c  |  265 +++++++++++++++++++++++++++++++++++
>  b/drivers/hwmon/ams/ams-i2c.c   |  299 ++++++++++++++++++++++++++++++++++++++++
>  b/drivers/hwmon/ams/ams-mouse.c |  147 +++++++++++++++++++
>  b/drivers/hwmon/ams/ams-pmu.c   |  207 +++++++++++++++++++++++++++
>  b/drivers/hwmon/ams/ams.h       |   72 +++++++++
>  drivers/hwmon/Kconfig           |   25 +++
>  drivers/hwmon/Makefile          |    1 
>  8 files changed, 1024 insertions(+)

There's some confusion here. On the one hand, you placed your driver
in the hwmon directory, and integrated it in the Hardware Monitoring
menu. But on the other hand you seem to think that the input tree is
the natural merge path for this patch. Isn't it strange?

This raises the question of what these drivers (ams, hdaps...) really
are, and where they really belong. The hdaps driver is very different
from all other driver in the hwmon directory. Maybe they would be
better located in drivers/input/accel? This is an open question, I
really don't know.

(Side note: you could use the -p1 parameter of diffstat for better
results.)

-- 
Jean Delvare

  parent reply	other threads:[~2006-11-13 18:06 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-11 21:36 [PATCH] Apple Motion Sensor driver Stelian Pop
2006-11-11 21:41 ` Michael Hanselmann
2006-11-11 22:00   ` Stelian Pop
2006-11-12  8:37     ` Michael Hanselmann
2006-11-12 21:38       ` Stelian Pop
2006-11-13 18:11         ` Jean Delvare
2006-11-13 18:18           ` Dmitry Torokhov
2006-11-13 15:04 ` Dmitry Torokhov
2006-11-13 15:29   ` Stelian Pop
2006-11-13 15:53     ` Dmitry Torokhov
2006-11-13 16:14       ` Stelian Pop
2006-11-13 16:20         ` Johannes Berg
2006-11-13 18:14           ` Jean Delvare
2006-11-13 18:18             ` Johannes Berg
2006-11-13 18:24               ` Michael Hanselmann
2006-11-13 20:55               ` Stelian Pop
2006-11-13 18:20         ` Dmitry Torokhov
2006-11-13 18:55           ` Robert Love
2006-11-13 20:52           ` Stelian Pop
2006-11-13 21:23             ` Johannes Berg
2006-11-13 21:39               ` Stelian Pop
2006-11-13 18:06 ` Jean Delvare [this message]
2006-11-13 18:23   ` Henrique de Moraes Holschuh
2006-11-13 20:41   ` Stelian Pop
2006-11-14  3:09     ` Henrique de Moraes Holschuh

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=20061113190635.597ab587.khali@linux-fr.org \
    --to=khali@linux-fr.org \
    --cc=akpm@osdl.org \
    --cc=aris@cathedrallabs.org \
    --cc=benh@kernel.crashing.org \
    --cc=dtor_core@ameritech.net \
    --cc=johannes@sipsolutions.net \
    --cc=linux-kernel@hansmi.ch \
    --cc=linux-kernel@killerfox.forkbomb.ch \
    --cc=linux-kernel@vger.kernel.org \
    --cc=paulus@samba.org \
    --cc=rml@novell.com \
    --cc=stelian@popies.net \
    /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