Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-23 | regulator: twl6030: Remove unused fields from struct twlreg_info | Axel Lin | |
The table_len, *table, remap and max_mV fields are not used, so remove them. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org> | |||
2016-11-16 | regulator: twl: split twl6030 logic into its own file | Nicolae Rosia | |
In order to not break existing users, we keep using the same CONFIG symbol. This makes it easier to add support for TWL6032 and refactor mfd/twl-core. Checkpatch warnings are inherited from twl-regulator.c and will be addressed in a subsequent patch. Signed-off-by: Nicolae Rosia <Nicolae_Rosia@mentor.com> Signed-off-by: Mark Brown <broonie@kernel.org> |