hey man,
i was wondering if you could help me out with my RTC problem.
currently, i’ve managed to get the rtc/i2c drivers to load but they’re not
functioning properly.
specifically, i cannot ‘get’ any value from the rtc without an “invalid
argument” being returned.
i have seen your patch post
On 2017-01-13 04:05, Rosen Penev wrote:
> I made a commit that added the RTC driver to the kernel config with
> the intent that it would fix hctosys. Unfortunately while the RTC
> driver is in there, it's connected through I2C, the driver for which
> comes in module form and is thus loaded late. Af
Just a thought:
Isn't there a way to simply have a hotplug handler which calls
/sbin/hwclock instead of forcing RTC modules to be built-in?
Cheers
Daniel
On Thu, Jan 12, 2017 at 07:05:00PM -0800, Rosen Penev wrote:
> I made a commit that added the RTC driver to the kernel config with
> the inten