From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: I2C with bus muxes From: Ben Warren To: Linuxppc-embedded@ozlabs.org Content-Type: text/plain Date: Thu, 20 Jul 2006 11:16:31 -0400 Message-Id: <1153408592.19682.39.camel@saruman.qstreams.net> Mime-Version: 1.0 Reply-To: bwarren@qstreams.com List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hello, Has anyone implemented devices like the Philips PCA954x I2C bus muxes under the /sysfs device model? I have some optical transponders on my board that through the wisdom of some committee all have the same fixed I2C address. To get around this, we put them behind muxes, creating 'virtual' I2C busses. I imagine this could be modeled something like the USB hub model, but that's just a first stab. regards, Ben