Re: [PATCH v3 03/10] kernel: Add kmod-rtc-x1205

2023-10-12 Thread Robert Marko
On Thu, 12 Oct 2023 at 10:43, Linus Walleij wrote: > > To support the IXP42x platforms we need a kernel module > for the X1205 RTC so we can load it as an optional module. > > Signed-off-by: Linus Walleij > --- > ChangeLog v1->v3: > - Use autoprobe, exclude from preinit. LGTM, Reviewed-by: Rober

[PATCH v3 03/10] kernel: Add kmod-rtc-x1205

2023-10-12 Thread Linus Walleij
To support the IXP42x platforms we need a kernel module for the X1205 RTC so we can load it as an optional module. Signed-off-by: Linus Walleij --- ChangeLog v1->v3: - Use autoprobe, exclude from preinit. --- package/kernel/linux/modules/other.mk | 16 1 file changed, 16 inserti