linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Q: i2c-mux-pca954x.c : How to get deselect activated via device tree?
@ 2014-10-24 11:25 Michael Lawnick
  0 siblings, 0 replies; only message in thread
From: Michael Lawnick @ 2014-10-24 11:25 UTC (permalink / raw)
  To: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org

Hi,

there is means to unselect I2C multiplexer pca954x after every transfer.
I've now run into situation where I need this feature: When two 
multiplexers are on same bus and they host devices with same address.

I could not yet find out from documentation or sources how to get 
deselect feature enabled:

i2c-mux-pca954x.c:pca954x_probe()
...
			i2c_add_mux_adapter(adap, &client->dev, client,
				force, num, class, pca954x_select_chan,
				(pdata && pdata->modes[num].deselect_on_exit)
					? pca954x_deselect_mux : NULL);
...

How to initialize pdata->modes[num].deselect_on_exit?
Some attribute in device tree should do the trick, shouldn't it?

Has anybody a useful hint?

-- 
KR
Michael

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-24 11:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-24 11:25 Q: i2c-mux-pca954x.c : How to get deselect activated via device tree? Michael Lawnick

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).