Re: [LEDE-DEV] [PATCH] ramips: Add I2C driver to the default kernel config

2018-03-03 Thread Gagan Sidhu
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

Re: [LEDE-DEV] [PATCH] ramips: Add I2C driver to the default kernel config

2017-01-13 Thread Felix Fietkau
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

Re: [LEDE-DEV] [PATCH] ramips: Add I2C driver to the default kernel config

2017-01-12 Thread Daniel Golle
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