Files
android_kernel_xiaomi_sm8450/include/linux/mfd
Andres Salomon 1e29af62f2 mfd: Add refcounting support to mfd_cells
This provides convenience functions for sharing of cells across
multiple mfd clients.  Mfd drivers can provide enable/disable hooks
to actually tweak the hardware, and clients can call
mfd_shared_cell_{en,dis}able without having to worry about whether
or not another client happens to have enabled or disabled the
cell/hardware.

Note that this is purely optional; drivers can continue to use
the mfd_cell's enable/disable hooks for their own purposes, if
desired.

Signed-off-by: Andres Salomon <dilinger@queued.net>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2011-03-23 10:41:58 +01:00
..
2011-03-23 10:41:47 +01:00
2010-10-29 00:29:23 +02:00
2009-12-13 19:20:53 +01:00
2010-03-12 11:12:21 +00:00
2010-03-07 22:17:17 +01:00
2011-01-12 14:33:03 +00:00
2009-11-27 21:07:21 +01:00
2011-03-15 08:17:22 -07:00