commit | d425d6056e0159ee26cb7f7037ff0b72ffd93658 | [log] [tgz] |
---|---|---|
author | Chris Packham <judge.packham@gmail.com> | Sat Apr 29 15:20:29 2017 +1200 |
committer | Tom Rini <trini@konsulko.com> | Mon May 08 11:57:28 2017 -0400 |
tree | b79fbdced2fad5632dc02996e82c85dc246add48 | |
parent | 2e0c6f38f3893a247c23de180999b2618ed01c8a [diff] |
rtc: Add DM support to ds1307 Add an implementation of the ds1307 driver that uses the driver model i2c APIs. Signed-off-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>