* [lm-sensors] Moving the lis3lv02d driver
@ 2011-02-17 19:51 Guenter Roeck
2011-02-18 8:07 ` Jean Delvare
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Guenter Roeck @ 2011-02-17 19:51 UTC (permalink / raw)
To: lm-sensors
Hi,
we discussed moving the lis3lv02d driver to another location earlier.
Unfortunately, I don't find the thread anymore, and I don't recall
if we reached a conclusion where to move it to.
Any thoughts ?
Thanks,
Guenter
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [lm-sensors] Moving the lis3lv02d driver
2011-02-17 19:51 [lm-sensors] Moving the lis3lv02d driver Guenter Roeck
@ 2011-02-18 8:07 ` Jean Delvare
2011-02-18 14:36 ` Guenter Roeck
2011-02-18 14:57 ` Jean Delvare
2 siblings, 0 replies; 4+ messages in thread
From: Jean Delvare @ 2011-02-18 8:07 UTC (permalink / raw)
To: lm-sensors
Hi Guenter,
On Thu, 17 Feb 2011 11:51:48 -0800, Guenter Roeck wrote:
> we discussed moving the lis3lv02d driver to another location earlier.
>
> Unfortunately, I don't find the thread anymore, and I don't recall
> if we reached a conclusion where to move it to.
I think you are looking for this thread:
http://www.spinics.net/lists/linux-input/msg11585.html
> Any thoughts ?
I would be happy with _any_ solution which moves the lis3lv02d driver
outside of drivers/hwmon.
The difficulty I see is that hp_accel depends on lis3lv02d, and
hp_accel would normally go to drivers/platform/x86, but lis3lv02d can't
live there. So doing the right thing would need some work to fix the
dependencies.
--
Jean Delvare
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [lm-sensors] Moving the lis3lv02d driver
2011-02-17 19:51 [lm-sensors] Moving the lis3lv02d driver Guenter Roeck
2011-02-18 8:07 ` Jean Delvare
@ 2011-02-18 14:36 ` Guenter Roeck
2011-02-18 14:57 ` Jean Delvare
2 siblings, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2011-02-18 14:36 UTC (permalink / raw)
To: lm-sensors
On Fri, Feb 18, 2011 at 03:07:03AM -0500, Jean Delvare wrote:
> Hi Guenter,
>
> On Thu, 17 Feb 2011 11:51:48 -0800, Guenter Roeck wrote:
>
> > we discussed moving the lis3lv02d driver to another location earlier.
> >
> > Unfortunately, I don't find the thread anymore, and I don't recall
> > if we reached a conclusion where to move it to.
>
> I think you are looking for this thread:
> http://www.spinics.net/lists/linux-input/msg11585.html
>
> > Any thoughts ?
>
> I would be happy with _any_ solution which moves the lis3lv02d driver
> outside of drivers/hwmon.
>
> The difficulty I see is that hp_accel depends on lis3lv02d, and
> hp_accel would normally go to drivers/platform/x86, but lis3lv02d can't
> live there. So doing the right thing would need some work to fix the
> dependencies.
>
Ah yes, that problem. And moving all of it to misc wouldn't be that good either.
No idea how to get rid of those dependencies. Maybe we'll need to wait
until iio/accel is ready after all.
Guenter
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [lm-sensors] Moving the lis3lv02d driver
2011-02-17 19:51 [lm-sensors] Moving the lis3lv02d driver Guenter Roeck
2011-02-18 8:07 ` Jean Delvare
2011-02-18 14:36 ` Guenter Roeck
@ 2011-02-18 14:57 ` Jean Delvare
2 siblings, 0 replies; 4+ messages in thread
From: Jean Delvare @ 2011-02-18 14:57 UTC (permalink / raw)
To: lm-sensors
On Fri, 18 Feb 2011 06:36:35 -0800, Guenter Roeck wrote:
> On Fri, Feb 18, 2011 at 03:07:03AM -0500, Jean Delvare wrote:
> > Hi Guenter,
> >
> > On Thu, 17 Feb 2011 11:51:48 -0800, Guenter Roeck wrote:
> >
> > > we discussed moving the lis3lv02d driver to another location earlier.
> > >
> > > Unfortunately, I don't find the thread anymore, and I don't recall
> > > if we reached a conclusion where to move it to.
> >
> > I think you are looking for this thread:
> > http://www.spinics.net/lists/linux-input/msg11585.html
> >
> > > Any thoughts ?
> >
> > I would be happy with _any_ solution which moves the lis3lv02d driver
> > outside of drivers/hwmon.
> >
> > The difficulty I see is that hp_accel depends on lis3lv02d, and
> > hp_accel would normally go to drivers/platform/x86, but lis3lv02d can't
> > live there. So doing the right thing would need some work to fix the
> > dependencies.
> >
> Ah yes, that problem. And moving all of it to misc wouldn't be that good either.
>
> No idea how to get rid of those dependencies. Maybe we'll need to wait
> until iio/accel is ready after all.
Well, I see no reason [1] why hp_accel couldn't live in
drivers/platform/x86 and select every piece it needs. This could be a
start.
[1] But I didn't try either. I guess I am missing something.
--
Jean Delvare
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-02-18 14:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-17 19:51 [lm-sensors] Moving the lis3lv02d driver Guenter Roeck
2011-02-18 8:07 ` Jean Delvare
2011-02-18 14:36 ` Guenter Roeck
2011-02-18 14:57 ` Jean Delvare
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.