commit | ed3c52a075e9488cc672c5658414b2f157fc5688 | [log] [tgz] |
---|---|---|
author | Trent Piepho <tpiepho@impinj.com> | Tue Feb 12 02:34:03 2019 +0000 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Sun Feb 17 21:29:10 2019 +0100 |
tree | 318c728bcf26a283fe69bc920e24136e9165ad9d | |
parent | 5736610ab61622ca4ca09a5778a8b18fd3220b1b [diff] |
rtc: isl1208: Introduce driver state struct This driver has no state of its own, depending entirely on what is in the generic rtc device. Intoduce a state struct. For now it only contains a pointer to the rtc device struct, but future patches will add more data. Cc: Alessandro Zummo <a.zummo@towertech.it> Cc: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Trent Piepho <tpiepho@impinj.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>