Home
last modified time | relevance | path

Searched hist:b26eb88658b9fbb87c5bae22cede05de3124abb7 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/rtc/
H A Dmc146818.cb26eb88658b9fbb87c5bae22cede05de3124abb7 Sun Oct 18 21:55:30 UTC 2015 Simon Glass <sjg@chromium.org> rtc: mc146818: Use probe() to set up the device

At present this driver uses bind() to set up the device. The bind() method
should not touch the hardware, so move the init code to probe().

Signed-off-by: Simon Glass <sjg@chromium.org>