commit | e3e7f95bca95c7d0172e6481066668a176dc4696 | [log] [tgz] |
---|---|---|
author | Nicolae Rosia <Nicolae_Rosia@mentor.com> | Wed Nov 23 10:55:56 2016 +0200 |
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Wed Nov 30 21:21:01 2016 +0100 |
tree | 10decbfce16de6e8d34587ee5b305498e75a1ec3 | |
parent | 72d3d79f8da9b17e1f47db567b8def0f9674555c [diff] |
rtc: twl: kill static variables The current code uses static variables which prevent the use of multiple rtc twl instances. We also make it clear that this driver supports only TWL4030 and TWL6030 classes. Signed-off-by: Nicolae Rosia <Nicolae_Rosia@mentor.com> Tested-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>