* [lm-sensors] i2c newbie questions
@ 2006-08-02 10:30 Anand Kumar S - TLS , Chennai
2006-08-02 10:42 ` Jean Delvare
0 siblings, 1 reply; 2+ messages in thread
From: Anand Kumar S - TLS , Chennai @ 2006-08-02 10:30 UTC (permalink / raw)
To: lm-sensors
Hi,
I am trying to develop i2c drivers in uclinux for some devices to be used in
coldfire based system. I am new to i2c drivers in linux and I have some
questions rgding the implementation.
1. The number of different slave devices in the system is roughly 7. This
includes eeprom, sensors, DAC, ADC etc. Does that mean
I need to develop 7 different chip drivers?
2. How will the application interface with the i2c subsystem? Is it like the
following way?
Open ("/dev/i2c-0") // open
ioctl(fd, ..SLAVE); // slave selection
// do some operation on the slave device...
// select different slave using the above mentioned ioctl
// do some more operation on the new slave device etc
...
3. Is it possible for us to directly develop use space drivers in i2c
without developing the chip driver? In this case do we directly
talk to the coldfire i2c bus controller? Can we use the same code as
mentioned in point 2 to interact with the slave devices?
I am generally confused about the interaction between the different chip
drivers and how the application will interact with the chip
drivers to control various devices.
I understand that the i2c core subsystem provides the device interface for
i2c but I need to know more specifically the part played
by the chip driver in the whole setup and do we need that at all if we are
planning to write applications to control the device.
Any help will be greatly appreciated as I am struggling for the past 1 week
to get clear cut answers
Rgds
Anand
DISCLAIMER
The contents of this e-mail and any attachment(s) are confidential and intended for the
named recipient(s) only. It shall not attach any liability on the originator or HCL or its
affiliates. Any views or opinions presented in this email are solely those of the author and
may not necessarily reflect the opinions of HCL or its affiliates. Any form of reproduction,
dissemination, copying, disclosure, modification, distribution and / or publication of this
message without the prior written consent of the author of this e-mail is strictly
prohibited. If you have received this email in error please delete it and notify the sender
immediately. Before opening any mail and attachments please check them for viruses and
defect.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20060802/08ea05bf/attachment.html
^ permalink raw reply [flat|nested] 2+ messages in thread
* [lm-sensors] i2c newbie questions
2006-08-02 10:30 [lm-sensors] i2c newbie questions Anand Kumar S - TLS , Chennai
@ 2006-08-02 10:42 ` Jean Delvare
0 siblings, 0 replies; 2+ messages in thread
From: Jean Delvare @ 2006-08-02 10:42 UTC (permalink / raw)
To: lm-sensors
Hi Anand,
Please don't abuse our resources. Posting to both the i2c and the
lm-sensors list is not going to give you a faster answer - your post is
clearly offtopic for the lm-sensors list. All you really get by doing
so is that I lost any envy to help you - and that feeling might be
shared by others.
--
Jean Delvare
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-08-02 10:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-02 10:30 [lm-sensors] i2c newbie questions Anand Kumar S - TLS , Chennai
2006-08-02 10:42 ` 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.