Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH 0/4] Gemini forward-port to kernel v4.14

2018-05-04 Thread Linus Walleij
On Fri, May 4, 2018 at 11:37 PM, Roman Yeryomin wrote: >> The GPIO LEDs does not come up though? >> CONFIG_LEDS_GPIO is not in config, and >> /sys/class/leds is empty. >> >> Does it need a separate kmod? > > kmod-leds-gpio is part of DEFAULT_PACKAGES now > I guess you should run menuconfig and/o

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH 0/4] Gemini forward-port to kernel v4.14

2018-05-04 Thread Roman Yeryomin
On 2018-05-04 20:15, Linus Walleij wrote: On Fri, May 4, 2018 at 5:26 PM, Roman Yeryomin wrote: [ 11.345619] kmodloader: 3 modules could not be probed [ 11.376633] kmodloader: dependency not loaded mbcache [ 11.407619] kmodloader: dependency not loaded jbd2 I think those should be fixe

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH 0/4] Gemini forward-port to kernel v4.14

2018-05-04 Thread Linus Walleij
On Fri, May 4, 2018 at 5:26 PM, Roman Yeryomin wrote: >> [ 11.345619] kmodloader: 3 modules could not be probed >> [ 11.376633] kmodloader: dependency not loaded mbcache >> [ 11.407619] kmodloader: dependency not loaded jbd2 > > I think those should be fixed now (after compiling in jbd2 and

[OpenWrt-Devel] [PATCH] base-files: rework _ucidef_set_interface to be more generic

2018-05-04 Thread Roman Yeryomin
This is a rework of previously submitted patch reworking ucidef_set_interface_raw [1]. Here, keep the idea but instead make _ucidef_set_interface more generic and use it instead of ucidef_set_interface_raw. Also change the users like ucidef_set_interface_lan and others. [1] https://patchwork.ozlab

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH 0/4] Gemini forward-port to kernel v4.14

2018-05-04 Thread Roman Yeryomin
On 2018-05-02 11:01, Linus Walleij wrote: There is some moaning in dmesg: [ 10.071561] Btrfs loaded, crc32c=crc32c-generic [ 10.105705] mbcache: exports duplicate symbol __mb_cache_entry_free (owned by kernel) [ 10.161586] jbd2: exports duplicate symbol jbd2__journal_restart (owned by ker

[OpenWrt-Devel] [PATCH] ipq40xx: fix ethernet on ap-dk01.1

2018-05-04 Thread Roman Yeryomin
Not sure how it worked before but ethernet is disabled by default in ipq4019 dtsi. Signed-off-by: Roman Yeryomin --- ...-09-dts-ipq4019-ap-dk01.1-enable-ethernet.patch | 25 ++ 1 file changed, 25 insertions(+) create mode 100644 target/linux/ipq40xx/patches-4.14/864-09-dts-

[OpenWrt-Devel] ipq40xx cpu frequency

2018-05-04 Thread Roman Yeryomin
Hi Christian, I'm seeing this [1.275858] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 632000 KHz [1.276620] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 716000 KHz on ap-dk01 board (I suspect others may be affected too, I don't have hw to test).