All of lore.kernel.org
 help / color / mirror / Atom feed
* Module get needed for iio_channel_get and friends
@ 2015-04-15 20:00 Ezequiel Garcia
  2015-04-20 15:06 ` Lars-Peter Clausen
  0 siblings, 1 reply; 4+ messages in thread
From: Ezequiel Garcia @ 2015-04-15 20:00 UTC (permalink / raw)
  To: Lars-Peter Clausen, Jonathan Cameron; +Cc: linux-iio@vger.kernel.org

Jonathan, Lars:

I've noticed that iio_channel_{get, get_all} don't call try_module_get
on the module associated to the indio_dev.

This means that an IIO driver can be removed while having a consumer for
any of its channels.

If each channel can have a completely different indio_dev, this means we
need to increase the refcount of the module on each indio_dev, right?

-- 
Ezequiel

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

end of thread, other threads:[~2015-04-21  5:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-15 20:00 Module get needed for iio_channel_get and friends Ezequiel Garcia
2015-04-20 15:06 ` Lars-Peter Clausen
2015-04-20 21:06   ` Ezequiel Garcia
2015-04-21  5:52     ` Jonathan Cameron

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.