* Re: I2C/Sensors 2.5.70
@ 2003-06-04 18:34 Margit Schubert-While
2003-06-04 18:54 ` Jan Dittmer
0 siblings, 1 reply; 10+ messages in thread
From: Margit Schubert-While @ 2003-06-04 18:34 UTC (permalink / raw)
To: linux-kernel
> Martin Schlemmer wrote :
> Will have to check with Greg here.
OK - Has anybody tested/got running I2C/Sensors > 2.5.6x ?
Who's maintaining the 2.5 sensors part ?
Need some info on naming conventions/display units for a port
of lm85 driver (chips lm85(b,c), adm1027, adt7463).
Doc is a wee bit out of date :-)
Margit
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: I2C/Sensors 2.5.70
2003-06-04 18:34 I2C/Sensors 2.5.70 Margit Schubert-While
@ 2003-06-04 18:54 ` Jan Dittmer
2003-06-04 19:07 ` Greg KH
0 siblings, 1 reply; 10+ messages in thread
From: Jan Dittmer @ 2003-06-04 18:54 UTC (permalink / raw)
To: Margit Schubert-While; +Cc: Linux Kernel Mailing List, Greg KH
Look in -mm, Documentation/i2c/sysfs-interface.
Mainline seems to have lost this...
Greg KH is the Maintainer, though I wrote the via686a driver.
Jan
Margit Schubert-While wrote:
> > Martin Schlemmer wrote :
> > Will have to check with Greg here.
> OK - Has anybody tested/got running I2C/Sensors > 2.5.6x ?
>
> Who's maintaining the 2.5 sensors part ?
> Need some info on naming conventions/display units for a port
> of lm85 driver (chips lm85(b,c), adm1027, adt7463).
> Doc is a wee bit out of date :-)
>
> Margit
>
> -
> 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/
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: I2C/Sensors 2.5.70
@ 2003-06-04 21:17 Margit Schubert-While
0 siblings, 0 replies; 10+ messages in thread
From: Margit Schubert-While @ 2003-06-04 21:17 UTC (permalink / raw)
To: linux-kernel
> Check at the bottom of this page:
Indeed (kicks self).
So, to test a new external driver, I have to select an existing one.
Seems a bit restrictive.
I think it should be selectable in I2C (builtin/module) and cross-checked
in sensors.
Margit
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: I2C/Sensors 2.5.70
@ 2003-06-04 19:38 Margit Schubert-While
2003-06-04 20:14 ` Jordan Breeding
0 siblings, 1 reply; 10+ messages in thread
From: Margit Schubert-While @ 2003-06-04 19:38 UTC (permalink / raw)
To: linux-kernel
> What is your .config? Are you sure you have selected a i2c chip driver?
Look at this line in the Makefile :
obj-$(CONFIG_I2C_SENSOR) += i2c-sensor.o
There is no sign of CONFIG_I2C_SENSOR anywhere.
Margit
^ permalink raw reply [flat|nested] 10+ messages in thread
* I2C/Sensors 2.5.70
@ 2003-06-04 14:51 Margit Schubert-While
2003-06-04 14:55 ` Martin Schlemmer
2003-06-04 19:06 ` Greg KH
0 siblings, 2 replies; 10+ messages in thread
From: Margit Schubert-While @ 2003-06-04 14:51 UTC (permalink / raw)
To: linux-kernel
Is anybody looking at getting $Subject working ?
At the moment i2c-sensor.c never gets compiled which is bad as
it contains i2c_detect needed by all the sensors.
And (assuming sensors works) where does the sensor info(fan, temp etc.)
get put?
Margit
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: I2C/Sensors 2.5.70
2003-06-04 14:51 Margit Schubert-While
@ 2003-06-04 14:55 ` Martin Schlemmer
2003-06-04 19:06 ` Greg KH
1 sibling, 0 replies; 10+ messages in thread
From: Martin Schlemmer @ 2003-06-04 14:55 UTC (permalink / raw)
To: Margit Schubert-While; +Cc: KML
On Wed, 2003-06-04 at 16:51, Margit Schubert-While wrote:
> Is anybody looking at getting $Subject working ?
> At the moment i2c-sensor.c never gets compiled which is bad as
> it contains i2c_detect needed by all the sensors.
Will have to check with Greg here.
> And (assuming sensors works) where does the sensor info(fan, temp etc.)
> get put?
>
In /sys/bus/i2c/....
Regards,
--
Martin Schlemmer
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: I2C/Sensors 2.5.70
2003-06-04 14:51 Margit Schubert-While
2003-06-04 14:55 ` Martin Schlemmer
@ 2003-06-04 19:06 ` Greg KH
1 sibling, 0 replies; 10+ messages in thread
From: Greg KH @ 2003-06-04 19:06 UTC (permalink / raw)
To: Margit Schubert-While; +Cc: linux-kernel
On Wed, Jun 04, 2003 at 04:51:30PM +0200, Margit Schubert-While wrote:
> Is anybody looking at getting $Subject working ?
Works for me :)
> At the moment i2c-sensor.c never gets compiled which is bad as
> it contains i2c_detect needed by all the sensors.
What is your .config? Are you sure you have selected a i2c chip driver?
> And (assuming sensors works) where does the sensor info(fan, temp etc.)
> get put?
In sysfs. Look at Documentation/i2c/sysfs-interface for more
information on the different files and values.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2003-06-04 21:04 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-04 18:34 I2C/Sensors 2.5.70 Margit Schubert-While
2003-06-04 18:54 ` Jan Dittmer
2003-06-04 19:07 ` Greg KH
2003-06-04 19:18 ` Jan Dittmer
-- strict thread matches above, loose matches on Subject: below --
2003-06-04 21:17 Margit Schubert-While
2003-06-04 19:38 Margit Schubert-While
2003-06-04 20:14 ` Jordan Breeding
2003-06-04 14:51 Margit Schubert-While
2003-06-04 14:55 ` Martin Schlemmer
2003-06-04 19:06 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox