commit | 3068a254d5519cd5116f61297462da6d1aa84c20 | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Thu Jul 06 11:42:00 2017 +0200 |
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Fri Jul 07 13:14:10 2017 +0200 |
tree | 996896001b788c362f3de5e63c5ed9141f661754 | |
parent | b91336df8ac2f5d15a2132074ba596580526db1d [diff] |
rtc: introduce new registration method Introduce rtc_register_device() to register an already allocated and initialized struct rtc_device. It automatically sets up the owner and the two steps allocation/registration will allow to remove race conditions in the IRQ handling of some driver. It also allows to properly extend the core without adding more arguments to rtc_device_register(). Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>