commit | 2f6bb76df6ca43652c17dce7a11eb0306b97f8a1 | [log] [tgz] |
---|---|---|
author | Klaus Goger <klaus.goger@theobroma-systems.com> | Mon Mar 19 20:32:05 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 06 20:45:28 2018 -0400 |
tree | 63a7c273f2642c30c2a14aba6cacbb8b8ef5577c | |
parent | 01e3afe0c40d4dc2075a743be70643ca01ff7054 [diff] |
rtc: rewrite isl1208 to support DM Adds devicemodel support to the ISL1208 driver. This patch drops the non-dm API as no board was using it anyway. Also add it to Kconfig. Signed-off-by: Klaus Goger <klaus.goger@theobroma-systems.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org>