commit | 5d4e9bd79a5ab5bd4695d3becaa71da447a76a94 | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Wed Jan 16 14:53:50 2013 +0100 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Thu Feb 14 00:22:49 2013 +0100 |
tree | 1135e16a579f105c9eabc259fe4e3afaf129cfd0 | |
parent | c6dc96467ad94e3fe848d883d3a5a7e18a387abd [diff] |
mfd: twl-core: Clean up module id lookup and definitions Use enums for all module definitions: twl_module_ids for common functionality among twl4030/twl6030 twl4030_module_ids for twl4030 specific ids twl6030_module_ids for twl6030 specific ids In this way the list can be managed easier when new functionality going to be implemented. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>