80073 Commits

Author SHA1 Message Date
LuK1337
f7a1312613 qcom: wlan: platform: Include icnss2/sun_gki_defconfig
Change-Id: Ib1b45f6ae7a1e59724321be1fc146fd44d4eaffe
2025-08-03 13:25:59 +05:30
dianlujitao
5e3fc46597 qcom: wlan: platform: Fix inline build
Change-Id: I34bf995c666118cde1c69bd40c9263b03ca4b0b2
2025-08-03 13:25:59 +05:30
dianlujitao
797fb8bb06 qcom: wlan: qcacld-3.0: Fix inline build
Change-Id: I162f7496784b94401991af4bfad1adb13c016750
2025-08-03 13:25:59 +05:30
dianlujitao
7f63621507 qcom: wlan: qcacld-3.0: Add missing feature flags from bazel to Kbuild
Change-Id: I01b4d79e8532b72e0a16305721db60d7a721b19f
2025-08-03 13:25:59 +05:30
dianlujitao
55b950ae6a qcom: wlan: qcacld-3.0: Include feature flags from dataipa
Change-Id: If57e9c553b29a94afe69dd407521a66d19ba355e
2025-08-03 13:25:59 +05:30
Bruno Martins
ad334efa69 qcom: wlan: qcacld-3.0: Fix inline compilation
Make sure that qcacld-3.0 fully builds with ANDROID_COMMON_KERNEL
macro set.

Change-Id: I7bf05591ec520ee1b22038f65f873daa061d04b2
2025-08-03 13:25:59 +05:30
Danny Lin
1ed9bda6ae qcom: wlan: qcacld-3.0: Fix regulatory domain country names
Clang warns:

../qcom/wlan/qcacld-3.0/core/cds/src/cds_regdomain.c:284:43: warning: suspicious concatenation of string literals in an array initialization; did you mean to separate the elements with a comma? [-Wstring-concatenation]
        {CTRY_TURKS_AND_CAICOS, FCC3_WORLD, "TC" "TURKS AND CAICOS"},
                                                 ^
                                                ,
../qcom/wlan/qcacld-3.0/core/cds/src/cds_regdomain.c:284:38: note: place parentheses around the string literal to silence warning
        {CTRY_TURKS_AND_CAICOS, FCC3_WORLD, "TC" "TURKS AND CAICOS"},
                                            ^
../qcom/wlan/qcacld-3.0/core/cds/src/cds_regdomain.c:296:45: warning: suspicious concatenation of string literals in an array initialization; did you mean to separate the elements with a comma? [-Wstring-concatenation]
        {CTRY_WALLIS_AND_FUTUNA, ETSI1_WORLD, "WF" "WALLIS"},
                                                   ^
                                                  ,
../qcom/wlan/qcacld-3.0/core/cds/src/cds_regdomain.c:296:40: note: place parentheses around the string literal to silence warning
        {CTRY_WALLIS_AND_FUTUNA, ETSI1_WORLD, "WF" "WALLIS"},
                                              ^

Change-Id: I35bc21e7946f03fc36fb912f46f742ec23cb8d99
2025-08-03 13:25:59 +05:30
dianlujitao
d78407bf79 qcom: wlan: qcacld-3.0: Include defconfig from wlan platform
Change-Id: I416ab20f7e990ec05a5d270b7ca94aadd47b4f34
2025-08-03 13:25:59 +05:30
Park Ju Hyung
067a40fede qcom: wlan: qcacld-3.0: Always force user build
Change-Id: I8cf9709bc29fde1e41b06f0811f74684161e4cc1
2025-08-03 13:25:59 +05:30
dianlujitao
e36a2c24e2 qcom: qcacld-3.0: Hardcode wlan profile to sun_gki_peach-v2
Change-Id: I8444365c0ecb5b0344e412e7ff27894f0cf7a076
2025-08-03 13:25:59 +05:30
dianlujitao
b6131a4e08 qcom: wlan: platform: Add defconfig to Kbuild
Change-Id: I330c0d08542101ed2731b5cc744a2a98e90f93d7
2025-08-03 13:25:59 +05:30
dianlujitao
b27da28f11 qcom: video-driver: Fix inline build
Change-Id: I987fbf8a842e65a9724756da0762b9629e63356b
2025-08-03 13:25:59 +05:30
dianlujitao
601cccc5e4 qcom: video-driver: Export VIDEO_ROOT to Kbuild
Change-Id: I2350cdc36a6c3f5a811870216cf94e2b4e064ee2
2025-08-03 13:25:59 +05:30
chandu078
5f2e0c0d73 qcom: video-driver: Drop video banner support
This reverts commit 0d72a68a7f.

Change-Id: I2200ca1aa48d000e199e5820a705ee1e75d6e059
2025-08-03 13:25:59 +05:30
dianlujitao
75bbe38840 qcom: synx-kernel: Fix inline build
Change-Id: Ic4c557bc07a6213ca19c50718c62597d1dd53f38
2025-08-03 13:25:59 +05:30
dianlujitao
1732757bf8 qcom: synx-kernel: Define CONFIG_QTI_HW_FENCE in Kbuild for sun platform
Change-Id: I45eae6a406343badc8629dad2aa7bfd42d1a65cb
2025-08-03 13:25:59 +05:30
dianlujitao
0dddfb4126 qcom: spu-kernel: Fix header inclusion path
Change-Id: I54231dbd069e4123b6999c75b825e2e2a3208909
2025-08-03 13:25:59 +05:30
dianlujitao
72e06166cc qcom: securemsm-kernel: Enable CONFIG_QCOM_SI_CORE in Kbuild for sun platform
Change-Id: I05c7a38e01402e34d510b01bb2a39e779f5776ae
2025-08-03 13:25:59 +05:30
Bruno Martins
1637ddadf8 qcom: mmrm-driver: Skip compilation of test modules
Change-Id: I4e1cabc1081eb6ba3cf24a0a24fa69ee299b7788
2025-08-03 13:25:59 +05:30
dianlujitao
c0cb553974 qcom: mm-drivers: Add missing objects when CONFIG_QTI_HW_FENCE_USE_SYNX=y
Change-Id: If49dfa3d2ec21b02d376a7c6927e9d8b81f11d0e
2025-08-03 13:25:59 +05:30
dianlujitao
074607f9b3 qcom: mm-drivers: Add missing include path for Kbuild
Change-Id: I6299db4a241dfc10a1d971c43644cbcdcdbc16fc
2025-08-03 13:25:59 +05:30
dianlujitao
ae031d0080 qcom: mm-drivers: hw_fence: Use the proper defconfig for sun platform
Change-Id: I2c9ddcc68388e536260661e6eaeeae7d6514d6da
2025-08-03 13:25:59 +05:30
dianlujitao
f49a49f70f qcom: graphics-kernel: Fix inline build
Change-Id: I5f2f0fe8a32b600139f8644816017260bc83de03
2025-08-03 13:25:59 +05:30
dianlujitao
8b58935a20 qcom: graphics-kernel: Add conditional Kbuild rules for governor
Change-Id: If7c43813fee89cf7e4165267f91dddd49e756214
2025-08-03 13:25:59 +05:30
dianlujitao
b5317b64d5 qcom: eva-kernel: Fix inline build
Change-Id: I95ed2b08ebdb386fa1114033536eea15ab268d58
2025-08-03 13:25:59 +05:30
dianlujitao
4bf14a4cce qcom: eva-kernel: Add Kbuild options for sun platform
Change-Id: I0049085cd1dd57a9b2b52df78c3941bca4f7d706
2025-08-03 13:25:59 +05:30
dianlujitao
f94b106295 qcom: dsp-kernel: Properly set DSP_TRACE_INCLUDE_PATH
Change-Id: Icf5c17722d8b1782635bfac5c0cb4cc122f032ac
2025-08-03 13:25:59 +05:30
dianlujitao
cb334089ea qcom: dsp-kernel: Don't build cdsp-loader.ko
Change-Id: I6719a6b92f4577d51fdbd40119289c22a09329bb
2025-08-03 13:25:59 +05:30
dianlujitao
d90ead32a8 qcom: display-drivers: Fix inline build
Change-Id: I6422de9b3e02aa479a3570ad13ca16593d4d64e4
2025-08-03 13:25:51 +05:30
dianlujitao
d3c8d7b1f8 qcom: display-drivers: Don't override CONFIG_DRM_MSM in Makefile
Change-Id: I042e748bc15f5396af5577eadb15d76d48c3c5b9
2025-08-03 11:15:46 +05:30
dianlujitao
0119c50e30 qcom: datarmnet: Include feature flags from dataipa
Change-Id: I23055637bdc14faff5dcec065d9441d9c5c16722
2025-08-03 11:15:02 +05:30
dianlujitao
8ece37e93f qcom: datarmnet: Fix inline build
Change-Id: I7c7122e55f880ff0066d9d6dbb523c67f0f21594
2025-08-03 11:14:47 +05:30
dianlujitao
6ecdd986c4 qcom: datarmnet-ext: Fix inline build
Change-Id: I16bf8ef8e55cb3a1fc5f499be1d313051179f10b
2025-08-03 11:13:42 +05:30
dianlujitao
b4d85e0196 qcom: datarmnet-ext: Add RMNET_CORE_INC_DIR to necessary submodules
Change-Id: If43e88428bdd54fdd151087245c2a4d4e04b5f56
2025-08-03 11:13:22 +05:30
dianlujitao
ee6cb3630d qcom: dataipa: Fix inline build
Change-Id: I04149103a29e93c1623e0f65122911a8a5d57d40
2025-08-03 11:10:57 +05:30
dianlujitao
8ce8448813 qcom: dataipa: Replace gsi_chan_dir with ipa_usb_gsi_chan_dir from upstream
Change-Id: I689a4bdec3c48e06651b3cb700d4e04c160a7908
2025-08-03 11:10:42 +05:30
Bruno Martins
7c1da5109e qcom: dataipa: Disable ipanat module and kernel-tests
Change-Id: Ie65e1ae7d32a7dfda6e777afed9ec605ce9fcc94
2025-08-03 11:09:34 +05:30
dianlujitao
207b734d3d qcom: dataipa: Add sun to Vendor SI platforms
Change-Id: I94fcea60489cd61766f3acb716ff66fea5ff5faf
2025-08-03 11:09:23 +05:30
dianlujitao
d37fe045a2 qcom: dataipa: Fix inclusion path for Kbuild
Change-Id: I45a4f1474063abac87337a18715e53e9335365ce
2025-08-03 11:09:01 +05:30
dianlujitao
291842c182 qcom: data-kernel: smem-mailbox: Fix Kbuild naming
Change-Id: Ic5b5d01f985cc5fa67589011eafb516bc0339e8c
2025-08-03 11:07:12 +05:30
dianlujitao
07b4bd1e89 qcom: camera-kernel: Fix inline build
Change-Id: I94ada0e243759fa5d73cc39cee3e9de8ef321ea2
2025-08-03 11:07:09 +05:30
dianlujitao
45a39fddef qcom: camera-kernel: Add build options to Kbuild for sun platform
Change-Id: I2afe5e84c8bf14067b3675796f841b1337c343d6
2025-08-03 11:07:05 +05:30
dianlujitao
c5d62ea61f qcom: bt-kernel: Fix inline build
Change-Id: I833907e1d19eec979154ef28aec0d6dbf27398f4
2025-08-03 11:07:01 +05:30
dianlujitao
cadaf28203 qcom: bt-kernel: Add kbuild options for sun platform
Change-Id: Ib75bcbd0af9834d2ffcfd76ac6afa481ead10192
2025-08-03 11:06:58 +05:30
dianlujitao
4436517288 qcom: audio-kernel: Add Kbuild for qmp_dlkm.ko
Change-Id: Ia7405783fa73c9d9b50dee2c12a6c435012c048f
2025-08-03 11:06:54 +05:30
dianlujitao
94d8667096 qcom: audio-kernel: hdmi_dlkm: Include headers from msm_ext_display
Change-Id: Ic9523330ac62af3e133dc632a7bc0a88b2896caf
2025-08-03 11:06:50 +05:30
dianlujitao
f33ec52548 qcom: audio-kernel: Add build options to Kbuild for sun platform
Change-Id: I6a6b28e044c87802a7ba239c107a0c44af9b9225
2025-08-03 11:06:45 +05:30
dianlujitao
b11008d54b qcom: audio-kernel: Set MODNAME to advertise out-of-tree build
Change-Id: Ie9be44d6a45e46519ff6004ebd1f1908f88a81fc
2025-08-03 11:06:40 +05:30
Danny Lin
e983f49cea qcom: Remove build timestamp injection
This causes parts of the audio module to be rebuilt during every
incremental build, even if there are no changes:

  CC      techpack/audio/ipc/apr.o - due to command line change
  CC      techpack/audio/ipc/apr_v2.o - due to command line change
  CC techpack/audio/ipc/apr_tal_rpmsg.o - due to command line change
  CC techpack/audio/ipc/wcd-dsp-glink.o - due to command line change

We're only experiencing this issue in techpack/audio/ipc at the moment,
but kill the timestamp injection in all the audio components to
eliminate the possibility of encountering this issue again in the
future. This is harmless since the injected BUILD_TIMESTAMP macro is
never used.

Change-Id: I35b588a2a902438b2c79ebbac31453f2e528bbbe
Signed-off-by: Danny Lin <danny@kdrag0n.dev>
2025-08-03 10:49:32 +05:30
chandu078
5306f920e1 Add 'nxp/opensource/driver/' from commit '67b301a79e9a895ae7b89164e6121e109f2cb117'
git-subtree-dir: nxp/opensource/driver
git-subtree-mainline: e03949ecb7
git-subtree-split: 67b301a79e
2025-08-03 09:30:57 +05:30