diff options
author | Nick Crews <[email protected]> | 2019-02-08 17:37:19 -0700 |
---|---|---|
committer | Enric Balletbo i Serra <[email protected]> | 2019-02-21 21:36:53 +0100 |
commit | 0d2f2a3da1f2a9ebeb66bb03073dd149fccf1bdd (patch) | |
tree | 1fb3c4114555aae7a7831adff13aa3f0ffd3f782 /security/selinux/hooks.c | |
parent | b787bb126cbcd73754bcbc055ae9f804ac576e4a (diff) |
platform/chrome: wilco_ec: Add RTC driver
This Embedded Controller has an internal RTC that is exposed
as a standard RTC class driver with read/write functionality.
The driver is added to the drivers/rtc/ so that the maintainer of that
directory will be able to comment on this change, as that maintainer is
the expert on this system. In addition, the driver code is called
indirectly after a corresponding device is registered from core.c,
as opposed to core.c registering the driver callbacks directly.
To test:
> hwclock --show --rtc /dev/rtc1
2007-12-31 16:01:20.460959-08:00
> hwclock --systohc --rtc /dev/rtc1
> hwclock --show --rtc /dev/rtc1
2018-11-29 17:08:00.780793-08:00
> hwclock --show --rtc /dev/rtc1
2007-12-31 16:01:20.460959-08:00
> hwclock --systohc --rtc /dev/rtc1
> hwclock --show --rtc /dev/rtc1
2018-11-29 17:08:00.780793-08:00
Signed-off-by: Duncan Laurie <[email protected]>
Signed-off-by: Nick Crews <[email protected]>
Acked-by: Alexandre Belloni <[email protected]>
[Fix the sparse warning: symbol 'wilco_ec_rtc_read/write' was not declared]
Signed-off-by: Wei Yongjun <[email protected]>
Signed-off-by: Enric Balletbo i Serra <[email protected]>
Diffstat (limited to 'security/selinux/hooks.c')
0 files changed, 0 insertions, 0 deletions