Commit Graph

159 Commits

Author SHA1 Message Date
Tao Zeng 6b8b9a7832 amfc: enable amfc on S6 [2/2]
PD#SWPL-173836

Problem:
amfc not enabled on S6

Solution:
add it

Verify:
s6

Change-Id: Id92962b11292a02b67f6ab185f23837fe0f62ede
Signed-off-by: Tao Zeng <tao.zeng@amlogic.com>
2024-07-13 19:12:11 +08:00
qing.zhang fad83ebe18 audio: Speaker output for sy6026 [1/1]
PD#SWPL-170755

Problem:
No speaker output for sy6026

Solution:
1. use the sy6026 i2c original api
2. update symbol, it was included in stg already
3. issue from SWPL-169746

Verify:
ross

Change-Id: I525ace5ebfdc5beb4afea40a0c80fb0a5808b6d5
Signed-off-by: qing.zhang <qing.zhang@amlogic.com>
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
2024-07-04 10:56:08 +08:00
Qianggui Song 6575722d58 gpio: porting gpiolib-sysfs from common [1/1]
PD#SWPL-166758

Problem:
Some customer neeed to support gpio sysfs in gki mode

Solution:
Porting common gpiolib-sysfs to common_driver

Verify:
T7_an400 & txhd2_be311

Change-Id: I72f60644fa383abe05409bfe0bf978c7ea901d92
Signed-off-by: Qianggui Song <qianggui.song@amlogic.com>
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
2024-07-04 10:54:31 +08:00
Ao Xu 22ee5f7d29 drm: remove wait vblank warning messages print [1/1]
PD#SWPL-171726

Problem:
WARN api print so many messages, it will lead to system
high latency occasionally

Solution:
remove wait vblank warning messages print

Verify:
s7d

Test:
DRM-OSD-24, DRM-OSD-54

Change-Id: I03b22d692edf78dc116cd50f74f5a7d52ad398e0
Signed-off-by: Ao Xu <ao.xu@amlogic.com>
2024-07-04 10:53:28 +08:00
Tao Zeng 3f57dda326 amfc: add aml erofs ko to suppor hardware [1/2]
PD#SWPL-173093

Problem:
build in erofs do not support amfc hardware

Solution:
add aml erofs ko to support it

Verify:
s7d bm201

Change-Id: I89ef060fabaca2f4d7cbaf26b552ba147c73f539
Signed-off-by: Tao Zeng <tao.zeng@amlogic.com>
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
2024-07-04 10:52:19 +08:00
Huqiang Qin 3f15000b8f pdd: s7d: add a new power down detection driver [1/1]
PD#SWPL-169074

Problem:
Add a new power down detection driver.

Solution:
1. A new amlogic_saradc_common driver has been added for register mapping.
2. A new independent power-down detection driver has been added.

Verify:
S7D/BM201

Change-Id: I2b72e24da9e7dc288e6df7351c65a50980df3748
Signed-off-by: Huqiang Qin <huqiang.qin@amlogic.com>
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
2024-07-02 20:09:29 +08:00
Luan Yuan 630c1ff3cc upgrade: change s7&s7d to gki_20 [1/1]
PD#SWPL-171423

Problem:
change s7&s7d to gki_20

Solution:
change s7&s7d to gki_20

Verify:
Detail info

Change-Id: I8255594cd2956e8dcadfe95f7ce6993ef2db1e5f
Signed-off-by: Dezhen Wang <dezhen.wang@amlogic.com>
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
2024-06-26 17:24:53 +08:00
Dezhen Wang c5da9a119b upgrade: change s7&s7d to gki_20 [1/1]
PD#SWPL-171423

Problem:
change s7&s7d to gki_20

Solution:
change s7&s7d to gki_20

Verify:
Detail info

Change-Id: I4f5e2e2ce5e486d5632c7acb4b2159f9e7ad2e3c
Signed-off-by: Dezhen Wang <dezhen.wang@amlogic.com>
2024-06-26 17:24:41 +08:00
yiting.deng 3d4063e5b1 clk: clean scmi related config [1/1]
PD#SWPL-170472

Problem:
scmi macro configuration is improper. For 64-bit only
need to configure CONFIG_COMMON_CLK_SCMI and for 32-bit
need to configure CONFIG_ARM_SCMI_PROTOCOL=y to
a32_base_defconfig

Solution:
fix it

Verify:
s7

Change-Id: I2cd9750fc59a85b1fba1b561569400c812e2cd3d
Signed-off-by: yiting.deng <yiting.deng@amlogic.com>
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
2024-05-23 21:59:20 +08:00
wenlong.zhang 60eff10348 drm: s7d bringup & support gfcd [1/1]
PD#SWPL-147645

Problem:
s7d bringup & support gfcd

Solution:
s7d bringup & support gfcd

Verify:
s7d

Test:
DRM-OSD-138

Change-Id: I6e8f268f0fa42a6906f18a21d923ec059b749954
Signed-off-by: wenlong.zhang <wenlong.zhang@amlogic.com>
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
2024-04-18 18:58:46 +08:00
Matthew Shyu 8fe3a06faa sha3: add aml-sha-3 driver [1/1]
PD#SWPL-147293

Problem:
New SHA-3 module in S7D

Solution:
1. Add SHA-3 driver
2. Change SHA-2 ctx size to 40

Verify:
Z1

Change-Id: I515813081c73c07aee7683d2a986a4d42b880ba1
Signed-off-by: Matthew Shyu <matthew.shyu@amlogic.com>
2024-04-18 18:55:33 +08:00
Zhu Lv 5910198204 bt: optimize aml_bt driver loading time [1/1]
PD#SWPL-155688

Problem:
aml_bt driver loading time too long

Solution:
optimize aml_bt driver loading time

Verify:
calla

Change-Id: I3b9f8dbd9e2b5f278a4d1c0d01f64c1172693f85
Signed-off-by: Zhu Lv <zhu.lv@amlogic.com>
2024-04-18 10:51:17 +08:00
qinglin.li 8519e2b817 upgrade: kernel upgrade by Feb with kernel [1/1]
PD#SWPL-157933

Problem:
update include/linux/upstream_version.h
fix conflict

Solution:
update include/linux/upstream_version.h
fix conflict

Verify:
local

Change-Id: I13c92d8bf2c8a51057cb3e49450835dbfabab550
Signed-off-by: qinglin.li <qinglin.li@amlogic.com>
2024-03-14 20:46:07 +08:00
qiankun.wang f48fe94dbe iotrace: kernel14-5.15: iotrace vendor hooks. [1/1]
PD#SWPL-142603

Problem:
iotrace read/write use vendor hooks in kernel14-5.15

Solution:
iotrace read/write use vendor hooks.

Verify:
sc2_ah212

Change-Id: I56e5b1f17ac8ef805be879891f70a57146e71c33
Signed-off-by: qiankun.wang <qiankun.wang@amlogic.com>
2024-02-19 20:47:24 +08:00
Hanjie Lin e379d2c904 isolcpus: don't select isolate cpu for non-bind tasks. [1/1]
PD#SWPL-151292

Problem:
Some tasks have been running in apu before isolating cpu.

Solution:
when tasks were scheduled,if tasks shouldn't be run
on the apu, they will be migrated to other cpus.

Verify:
T5M

Change-Id: I97a91f1a40425a3ab26801de9a6bcb4b19c33019
Signed-off-by: Hanjie Lin <hanjie.lin@amlogic.com>
2024-02-19 20:45:51 +08:00
qinglin.li 23bed8cc07 dmc_monitor: use dmc irq thread when irq ratio is too high [1/1]
PD#SWPL-147355

Problem:
due to lockup when dmc irq ratio is too high

Solution:
use dmc irq thread when irq ratio is too high

Verify:
local

Change-Id: Ie13d584f81563e3c2e111fb5d6033f0e2aa0d337
Signed-off-by: qinglin.li <qinglin.li@amlogic.com>
2024-02-19 20:22:41 +08:00
mingyang.he 787c8c6fcb drm: postpone osd write rdma reg 1 vsync [1/1]
PD#SWPL-148385

Problem:
video and ui disappear when ui quit after playing video

Solution:
make mif and video write reg in the same time

Verify:
t7

Test:
DRM-OSD-11

Change-Id: I9d16bac1c2da30e908d849b41f1865e441d70a74
Signed-off-by: mingyang.he <mingyang.he@amlogic.com>
2024-01-29 20:04:46 +08:00
Ao Xu 43d5156868 drm: add sysfs node to set display mode [1/1]
PD#SWPL-141593

Problem:
/sys/class/display/mode is not used anymore
need add a new sysfs node to do modesetting

Solution:
add sysfs node to set display mode

Verify:
ohm/t7c

Test:
DRM-OSD-122

Change-Id: Ie897a1cfdf1a0f2574fd14f6576b2bc1fb377c1a
Signed-off-by: Ao Xu <ao.xu@amlogic.com>
2024-01-24 20:23:16 +08:00
Nanxin Qin 38d6895fb9 media: CF1 Adds debugfs for codec status management. [1/1]
PD#SWPL-145646

Problem:
Adds debugfs for codec status management.

Solution:
Add codec state module, mainly collect and
manage codec status information, and facilitate
the management of the configuration of each module.

Verify:
ohm

Change-Id: I8f877a954f9873c4aa4d632e007a67c0a41ff2b1
Signed-off-by: Nanxin Qin <nanxin.qin@amlogic.com>
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
2024-01-16 15:34:14 +08:00
Zhuo Wang fc33bd5b3f eth: tuning exphy mode with s5 [1/2]
PD#SWPL-147959

Problem:
5.15 exphy not work

Solution:
tuning exphy mode with s5

Verify:
QA

Change-Id: Idfa123543d85a6070e7186b34e435e15d9580f36
Signed-off-by: Zhuo Wang <zhuo.wang@amlogic.com>
2024-01-02 20:26:40 +08:00
Junyi Zhao 069c397c14 led: power led: keep led on [1/1]
PD#SWPL-146932

Problem:
power led off when device is running

Solution:
set this gpio when device is running

Verify:
sc2 ah212

Change-Id: Ib31e3ff674c061e560f8bb1035250e57bb9ea332
Signed-off-by: Junyi Zhao <junyi.zhao@amlogic.com>
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
2023-12-16 14:03:32 +08:00
guoqing.sun 49ee47ed05 usbcam: CB2 USBCAM Driver in kernel5.15. [1/1]
PD#SWPL-134049

Problem:
USB CAM Driver

Solution:
usb cam Driver

Verify:
android-u T5m

Change-Id: I9897ab68d35e0d9db337c1703101505f2e57c668
Signed-off-by: guoqing.sun <guoqing.sun@amlogic.com>
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
2023-12-16 14:02:16 +08:00
he.he a4ab2dbd03 usb: support CRG HOST problem [1/1]
PD#SWPL-134919

Problem:
support CRG HOST problem for host-003, host-008, host-007,
host-010, host-011, host-014, host-hub-died, host-016, host-71

Solution:
support CRG HOST problem

Verify:
t3,t7,t5d

Change-Id: Iedb229fe5861f09178a1b96facf21a67d0ca1668
Signed-off-by: he.he <he.he@amlogic.com>
2023-12-15 15:35:41 +08:00
he.he 1dbe8be4d0 usb: move xhci and dwc3 code to common_drivers [1/1]
PD#SWPL-142854

Problem:
move xhci and dwc3 code to common_drivers

Solution:
move xhci and dwc3 code to common_drivers

Verify:
all

Change-Id: I9351b3cb5bf515b89c8e9c62a7070947a6a18968
Signed-off-by: he.he <he.he@amlogic.com>
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
2023-12-11 20:11:23 +08:00
qinglin.li 2fc6296b0a upgrade: kernel upgrade by Dec with kernel [1/1]
PD#SWPL-148305

Problem:
update include/linux/upstream_version.h
fix conflict

Solution:
update include/linux/upstream_version.h
fix conflict

Verify:
local

Change-Id: Ic64ae62d9dcbf2665433aa7ebec23a3cb0d70a35
Signed-off-by: qinglin.li <qinglin.li@amlogic.com>
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
2023-12-08 20:02:45 +08:00
Hanjie Lin b3b291de52 cma: delayed enable cma after kswap low [1/1]
PD#SWPL-139378

Problem:
playback not smooth when startup

Solution:
CMA used up when startup and cause cma alloc slow
delay enable CMA until swap free ratio less than 70%

Verify:
sc2

Change-Id: I42ddcaa281cae1c13128d028dbcf1128bede43b6
Signed-off-by: Hanjie Lin <hanjie.lin@amlogic.com>
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
2023-11-15 19:43:31 +08:00
Ao Xu 83e3da7ae9 drm: use drm_print to add state in drm sysfs [1/1]
PD#SWPL-143050

Problem:
no drm state sysfs node

Solution:
use drm_print to add state in drm sysfs

Verify:
ohm

Test:
DRM-OSD-112

Change-Id: Iafbaa10dd7c17b9a244654948478f588c63caae9
Signed-off-by: Ao Xu <ao.xu@amlogic.com>
2023-10-25 20:01:27 +08:00
Liming Xue 172057d4b0 host driver: reconstruct dsp host driver [1/1]
PD#SWPL-99041

Problem:
reconstruct dsp host driver

Solution:
config CONFIG_AMLOGIC_MCU_DRIVER to enable mcu driver
the new driver support multiple dsp/m4 cores

Verify:
a1/c1/c2/sc2/t3/t3x/t7/t7c

Change-Id: Ib1e666e615260bb5b7377a18eeaaf8daa65de86f
Signed-off-by: Liming Xue <liming.xue@amlogic.com>
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
2023-10-07 17:40:07 +08:00
qi duan 55ad5c2ea9 usb: IDT test failed with replacing gki [1/2]
PD#SWPL-139422

Problem:
IDT test failed with replacing GKI

Solution:
using kprobe method to solve problem

Verify:
oppen

Change-Id: Iccdbb2d0a8529a43b2df638b2423ce21580319be
Signed-off-by: qi duan <qi.duan@amlogic.com>
2023-09-22 19:31:39 +08:00
lele xiang 15574e0edd upgrade: add symbol list_sort [1/1]
PD#SWPL-138577

Problem:
common14-5.15 can't recognize symbol list_sort

Solution:
add symbol list_sort

Verify:
ohm

Change-Id: Iecb0b0a367431b2dc3c1c5cc399a72bf8062ebc8
Signed-off-by: lele xiang <lele.xiang@amlogic.com>
2023-09-20 20:37:27 +08:00
song.han e2ab106c2c iotrace: record module base on last start [1/1]
PD#SWPL-136207

Problem:
use kprobe to forbid free module init text

Solution:
record module base and use offset to parse
this module symbol

Verify:
SC2_AH212

Change-Id: I43bd306e94e9a6a5afe6411a9cd9e93db0342b7a
Signed-off-by: song.han <song.han@amlogic.com>
2023-09-19 20:09:48 +08:00
qiankun.wang 051f9dd9dc arm64: traps: optimize do_undefinstr print [1/1]
PD#SWPL-136432

Problem:
Native code will perform the 'BUG_ON' process,
and the log isn't favorable for debug.

Solution:
add the vendor hook function to perform the
'show_regs' and 'panic'.

Verify:
T3

Change-Id: I7a0f2c10b5db8ed10207d1fcbc7cc214054c7ae3
Signed-off-by: qiankun.wang <qiankun.wang@amlogic.com>
2023-09-18 20:18:49 +08:00
dongqing.li c4f04df833 ramdump: ker5.15 creat /sys/kernel/mdump/compmsg [1/1]
PD#SWPL-132538

Problem:
The core-dump file cannot be saved to /data in Android.

Solution:
a. Fix BUG for bad page state when lazy_clear_work is running.
b. Print the parameter infor required for the crash tools.
c. Support for storing crashdump files in Android /data/vender/ramdump/
1)  When a kernel panic occurs, flush cache all.
2)  Restart to uboot stage and compress the full DDR.
3)  Set kernel dts rsv mem based on compressed infor.
4)  Crop reserved memory sub nodes to reduce mem usage.
5)  Kernel stage parsing dts to configure rsv mem.
6)  Android init.rc read sysnode, and generate crash file.

Verify:
sc2_ah212

Change-Id: Ic6fba2c305f9e3171445f3b89afa02c75c27a080
Signed-off-by: dongqing.li <dongqing.li@amlogic.com>
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
2023-09-15 19:36:46 +08:00
Hanjie Lin 2acee0d5bb usb: can not recognize U disk. [1/1]
PD#SWPL-139784

Problem:

Solution:
Revert "usb: IDT test failed with replacing gki [1/2]"

This reverts commit 8dd2c1a590.

Revert "usb: IDT test failed with replacing gki [2/2]"

This reverts commit 9221d31343.

Revert "usb: IDT test failed with replacing gki [2/2]"

This reverts commit 7867188971.

Verify:
verify by ohm.

Change-Id: Ic4b6853719ff17d49c366feccbaff3320cadc464
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
2023-09-14 20:08:43 +08:00
Hanjie Lin 8dd2c1a590 usb: IDT test failed with replacing gki [1/2]
PD#SWPL-139422

Problem:
IDT test failed with replacing gki

Solution:
using the kprobe method to solve this problem

Verify:
oppen

Change-Id: I0d640fd1d171f1303a34265a54fd790444a21c90
Signed-off-by: Hanjie Lin <hanjie.lin@amlogic.com>
2023-09-14 13:40:07 +08:00
qinglin.li db92c882e4 upgrade: kernel upgrade by Sep with kernel [1/1]
PD#SWPL-138629

Problem:
modules out remove need fix conflict
update include/linux/upstream_version.h

Solution:
modules out remove function fix
update include/linux/upstream_version.h

Verify:
local

Change-Id: Id2481bd3e13f07f4986db4390e6e02d340872e9e
Signed-off-by: qinglin.li <qinglin.li@amlogic.com>
2023-09-13 23:04:11 +08:00
dongqing.li fee7ee35f1 ramdump: ker5.15 flush cache all when kernel panic. [1/1]
PD#SWPL-137107

Problem:
The data in the ramdump crash file is abnormal
because the cache data has not been flushed back.

Solution:
1. Use ipi_stop hook to flush online cpu cache.
2. Use panic_notifier to flush panic cpu cache.

Verify:
sc2_ah212

Change-Id: Ifad5bd4203fdde327b8c2b19357aa2d92586063f
Signed-off-by: dongqing.li <dongqing.li@amlogic.com>
2023-09-13 16:15:37 +08:00
qinglin.li a40f7b66e3 upgrade: kernel upgrade by July with kernel [1/1]
PD#SWPL-132973

Problem:
common14-5.15 rel_path is deprecated
update include/linux/upstream_version.h

Solution:
use 'realpath $1 --relative-to $2' instead.
update include/linux/upstream_version.h

Verify:
local

Change-Id: Iae256322e030a13076c9e40c3162e56d2cb87127
Signed-off-by: qinglin.li <qinglin.li@amlogic.com>
2023-07-28 02:16:29 -07:00
Hanjie Lin b257fa1e5d debug: GKI20 clean [2/6]
PD#SWPL-132209

Problem:
GKI20 code clean

Solution:
1, clean irq_check function
2, clean smc_thr and psci smc
3, clean AMLOGIC_BGKI_DEBUG_IOTRACE
4, clean CONFIG_AMLOGIC_BGKI_DEBUG_MISC
5, restore trace_android_vh_ftrace_format_check
6, sched_show_task optimize
7, change cpupri_check_rt kretprobe to kprobe
8, iotrace dump use unbound workqueue

Verify:
sc2

Change-Id: Idcdf9010cfd960b80c493e58b3c81bec8468ac84
Signed-off-by: Hanjie Lin <hanjie.lin@amlogic.com>
2023-07-25 22:16:21 -07:00
qinglin.li 7c257b8aa7 abi: remove symbol have been commit to google [1/1]
PD#SWPL-129165

Problem:
remove symbol have been commit to google

Solution:
remove symbol have been commit to google

Verify:
local

Change-Id: I25c9da6662a7ae8f2de4761dd0b98b13fc24c7ed
Signed-off-by: qinglin.li <qinglin.li@amlogic.com>
2023-07-02 21:03:48 -07:00
Jianxiong Pan eb89e630a5 mm: custom cma allocation and release function. [1/1]
PD#SWPL-118431

Problem:
to meet gki requirements.

Solution:
allocating memory in multiple threads.

Verify:
t7c.

Change-Id: I2d92bf1caf202a2da170f317eddcb74058d97ed1
Signed-off-by: Jianxiong Pan <jianxiong.pan@amlogic.com>
2023-06-19 05:13:48 -07:00
chen.wang1 d6aa321845 drm: implement video fence ioctl [1/3]
PD#SWPL-124599

Problem:
Unable to obtain video fence.

Solution:
implement video fence ioctl.

Verify:
t3x

Test:
DRM-OSD-65

Change-Id: Idf779bbccc05b08786ffbeebe27cd10aa80be682
Signed-off-by: chen.wang1 <chen.wang1@amlogic.com>
2023-05-25 05:28:07 -07:00
qinglin.li afa7927a1f upgrade: kernel upgrade by May [1/1]
PD#SWPL-124098

Problem:
kernel upgrade by May

Solution:
kernel upgrade by May

Verify:
local

Change-Id: I19aa4e7ca1d6e43703f1752e3e46f8bdcaf8c08b
Signed-off-by: qinglin.li <qinglin.li@amlogic.com>
2023-05-24 04:48:18 -07:00
Wanwei Jiang 92c8943985 bazel: optimize and add some function [1/2]
PD#SWPL-123803

Problem:
optimize and add some function

Solution:
1. support update symbol list
2. support abi check
3. remove db845c information
4. optimize modules_out
5. rename symbol list file name

Verify:
sc2

Change-Id: Ia816fa87ebb6047c5bf3722c613c5545d4367a9d
Signed-off-by: Wanwei Jiang <wanwei.jiang@amlogic.com>
2023-05-23 01:42:23 -07:00
Jian Hu c4e39b8308 t3x: fix bazel error [1/1]
PD#SWPL-123165

Problem:
./mk.sh --gki_20 --bazel

These symbols are missing from the symbol list and are not available
at runtime for unsigned modules:
spi_finalize_current_message
strim

Solution:
add symbols

Verify:
t3x

Change-Id: I7ba1b12167314fa6fe0f94149f897cd8f459e906
Signed-off-by: Jian Hu <jian.hu@amlogic.com>
2023-05-18 21:08:42 +08:00
Long d6b97e58a7 eMMC: support CQE. [1/2]
PD#SWPL-119703

Problem:
support CQE

Solution:
support CQE

Verify:
T5m

Change-Id: Iaf97dac88e1cafbd8b897506dd044e3a3518a593
Signed-off-by: Long <long.yu@amlogic.com>
2023-05-15 02:04:25 -07:00
Wanwei Jiang f96e74d6df symbol: common13-5.15 build fail [1/1]
PD#SWPL-122095

Problem:
common13-5.15 build fail

Solution:
common14-5.15's symbolist add to android/abi_gki_aarch64_amlogic.external

Verify:
sc2

Change-Id: Ia268b63f03f26601144cacc5f08e35bc8134c3c7
Signed-off-by: Wanwei Jiang <wanwei.jiang@amlogic.com>
2023-05-10 14:19:02 +08:00
Wanwei Jiang 0df84603dc bazel: support for bazel build in the new kernel [1/1]
PD#SWPL-122095

Problem:
unable to use bazel build in the new kernel

Solution:
support for bazel build in the new kernel

Verify:
local

Change-Id: I6ee258cc46c839e000c6cc35769fa8104b14436c
Signed-off-by: Wanwei Jiang <wanwei.jiang@amlogic.com>
2023-05-09 09:30:04 -07:00
song.han 29925ebc8a debug: iotrace driver follow gki 2.0 [2/2]
PD#SWPL-109963

Problem:
iotrace driver need follow gki 2.0

Solution:
iotrace driver build to ko

Verify:
sc2_ah212

Change-Id: I472bc63b6594c58d7c94f74e1bf1a070978b20fd
Signed-off-by: song.han <song.han@amlogic.com>
2023-04-20 06:15:21 -07:00
bo.li f25f7755eb wifi: add cfg80211 symbol [1/1]
PD#SWPL-119078

Problem:
lost cfg80211 symbol

Solution:
add cfg80211 symbol:
cfg80211_ch_switch_started_notify

Verify:
adt4+rtl8852bs

Change-Id: I0d4440603b32c92e6d775cd8f8bf8abcf0f19b16
Signed-off-by: bo.li <bo.li@amlogic.com>
2023-04-16 21:24:38 -07:00