Age | Commit message (Collapse) | Author | Files |
|
|
|
|
|
|
|
|
|
|
|
|
|
when rsi_91x module is loaded, the message appears:
-rsi_91x: ***** Firmware Loading successful *****
-rsi_handle_card_ready: card ready indication in invalid state 0.
After that, there are no wifi interfaces, although all related modules are loaded.
The rootcause of the issue is the late initialisation of common->fsm_state variable
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- marked `CONFIG_MMC_ATMELMCI` (the SD-card kernel module) as a built-in
module - required to boot from rootfs on the SD card;
- maked `CONFIG_REGMAP_I2C` as a built-in module - automatically by menuconfig,
may be unnecessary;
- maked `CONFIG_EXT4_FS` as a built-in module - to mount EXT4 rootfs;
- maked `CONFIG_JBD2` and `CONFIG_FS_MBCACHE` as built-ins - automatically by
menuconfig, may be unnecessary;
- removed automatically by menuconfig: `CONFIG_GCC_PLUGIN_STRUCTLEAK_USER`,
`CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF`,
`CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Merge all the changes from R.5.3.7 to R.6.0
See merge request !19
|
|
|
|
USB) by default for MTCDT annihilate each other. So there is no changes in 5.4 device tree
|
|
|
|
|
|
|
|
|
|
|
|
|