linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Do you always need a client driver to access a I2C device?
@ 2010-02-24 19:11 Steve
       [not found] ` <4B8579C4.7080502-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Steve @ 2010-02-24 19:11 UTC (permalink / raw)
  To: linux-i2c-u79uwXL29TY76Z2rM5mHXA

Hi,

I am modifying an embedded kernel driver to use the Linux I2C sub-system 
rather than the RTOS I2C calls it previously used. The driver just needs 
to make a very small number of I2C read/writes to a device on the I2C 
bus at a fixed address and does not need to expose any methods to 
user-space via /dev or sysfs. An algorithm and adapter driver are 
provided for the SoC that controls the board, but there are no client 
drivers.

I have been reading the Documentation/i2d doc and looking at some of the 
existing drivers. I only need to read/write a few bytes to the device 
but from the doc, examples and i2c api it appeared I would need to write 
a client driver for the device to obtain the i2c_client ptr I needed to 
do that. Along with the appropriate board_info for the devices on the board.

However I noticed that the DTV demodulator drivers, e.g. 
drivers/media/dvb/frontends/au8522.c, appear to be doing it simply using 
a i2c_adapter ptr and i2c_transfer().

For my simple needs, access fixed embedded device, no need for user 
space access, is the i2c_adapter ptr a simple and "appropriate" way to 
go or am I missing something that makes it more complex than it seems? 
This assumes its straight forward to get the adapter ptr from the SoC 
adapter driver of course. Perhaps I should be doing a client driver 
instead after all?

I think I have spent too long looking through the sub-system 
infrastructure source and have ended up confusing myself somewhat. I 
just want to make sure I am on the correct path before continuing with 
my reading and investigating. The kernel version is 2.6.27.39.

Thanks

Steve

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-04 15:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-24 19:11 Do you always need a client driver to access a I2C device? Steve
     [not found] ` <4B8579C4.7080502-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2010-03-04 15:06   ` Jean Delvare

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).