Commit graph

137 commits

Author SHA1 Message Date
Chase Wu
5437e4f2a2 vibrator: cs40l26: Sync the HAL patches delta from main to device folder
Bug: 263339303
Test: check the value after device boot up
Change-Id: Ic015d6a51729d42371c4025728e3dad7ab3aa03e
2023-01-17 19:04:45 +08:00
Chase Wu
8972e9bf1b vibrator: enable f0 and disable redc compensation
Bug: 263339303
Test: check the value after device boot up
Change-Id: Ie1f582802207415eb4530a766b18ca593e0cb3e9
2023-01-17 19:04:13 +08:00
TreeHugger Robot
84d60a2e19 Merge "gps: update gps version 4.11.0_50" 2023-01-16 09:14:50 +00:00
Ken Yang
7100f70894 Merge "WLC: Remove wireless_charger service" 2023-01-13 14:41:31 +00:00
Chih-hung Hsieh
b25e85282c Merge "Suppress clang-analyzer-security.FloatLoopCounter warnings" 2023-01-12 19:00:52 +00:00
Edwin Tung
4d7f2ccbbf gps: update gps version 4.11.0_50
Bug: 260550795
Test: build pass
Change-Id: I08f1b610b18a4b31ab26f3e7363b853d18e10f61
2023-01-12 19:29:23 +08:00
Chih-Hung Hsieh
b6aaca1e06 Suppress clang-analyzer-security.FloatLoopCounter warnings
* Suppress also the alias check name cert-flp30-c,
  which is given at the 2nd line of the for-loop.
* Leave comment in code for code owners to rewrite
  the loop with integer counters.

Bug: 265171053
Test: presubmit; tidy-device-google_subset
Change-Id: I6e9bee2ea28164a6d93cb2538d955e002663bffd
2023-01-11 14:44:31 -08:00
Sam Ou
5e4eae2227 Merge "power_profile: initialize akita power_profile.xml" 2023-01-09 11:15:06 +00:00
Edwin Tung
5ffda59f9a Merge "gps: single rom gnss" 2023-01-09 04:43:35 +00:00
samou
f512fa6272 power_profile: initialize akita power_profile.xml
Bug: 263339765
Change-Id: I439f42fbc865f7ddb7705b6d36fb1a4f9dbd9515
Signed-off-by: samou <samou@google.com>
2023-01-07 09:49:32 +00:00
Ken Yang
c16068771e WLC: Remove wireless_charger service
Bug: 264624634
Bug: 263830018
Change-Id: I028558c34143ac42dc5e5a74021a78b49f5bda27
Signed-off-by: Ken Yang <yangken@google.com>
2023-01-07 07:30:14 +00:00
horngchuang
cfccb4bbf4 camera: Add camera FATP HAT tool
Add camera FATP HAT tool for factory build only

Test: build pass, tool is generated
Bug: 263922023
Change-Id: Ia7596a95e6657fb146ac335591c65917cf94afb3
2023-01-07 01:50:16 +00:00
Robert Lee
bee1453d6a Merge "audio: update playback to 48k" 2023-01-06 10:47:56 +00:00
YB_Chiu
25a40d5abd audio: remove all TAS25XX_ALGO_BYPASS path for AK3
Bug: 263685229
Test: run "audio spk on all" command
Change-Id: Iae005782ceddbca3f25dd49adb0f95cc387bf402
Signed-off-by: YB_Chiu <yubinc@google.com>
2023-01-05 17:24:32 +08:00
Edwin Tung
07ec7717d6 gps: single rom gnss
Bug: 261364552
Test: build pass
Change-Id: I33ae4e86e6de24dd562860d7a9afa87c241e2489
2023-01-05 11:19:09 +08:00
TeYuan Wang
e7a3e4e9c8 thermal: cleanup thermal settings
Bug: 263547204
Test: boot to home and no thermalHAL crash
Change-Id: If4ea2834fcf81c3a89ed1ccf5d343a887562a9b9
2022-12-28 05:11:21 +00:00
Victor Hsu
1008c1990a Merge "wifi: update WLAN driver" 2022-12-26 14:00:51 +00:00
YB_Chiu
0d00848f3f audio: remove TAS25XX_ALGO_BYPASS path for AK3
Bug: 263685229
Test: run audio playback command
Change-Id: I2ea5390be663163eb38a32b80a6e8c5878ff013d
Signed-off-by: YB_Chiu <yubinc@google.com>
2022-12-26 16:25:47 +08:00
Robert Lee
c016580e72 audio: update playback to 48k
Bug: 261807510
Test: builds
Change-Id: Ib2ad429e369bebac22b77e90b964ae6ad6bef6e0
Signed-off-by: Robert Lee <lerobert@google.com>
2022-12-23 03:01:34 +00:00
Cheng Chang
9226ec92b2 gps: enable coex function
Bug: 257093529
Test: Verify at b/257093529
Change-Id: I40ad310765361965f3df3b35d3c05b75557fbbcc
2022-12-22 08:17:10 +00:00
Ken Yang
ba9d94cafd WLC: Include the wireless_charger from gs-common
Bug: 237600973
Change-Id: I0a6571f7a36cadba8db57d02d8e66e17bbe80cb6
Signed-off-by: Ken Yang <yangken@google.com>
2022-12-22 07:28:33 +00:00
TreeHugger Robot
f59cb851b4 Merge "gps: Sync GPS configuration files" 2022-12-21 10:07:05 +00:00
TreeHugger Robot
746d421af8 Merge "Add soong config property for skiping opening BT/WiFi coex device" 2022-12-21 08:08:30 +00:00
kuanyuhuang
c01a9f09cf Add soong config property for skiping opening BT/WiFi coex device
Add BLUETOOTH_SKIP_COEX_DEVICE that BT can skip opening BT/WiFi coex
device to enable BT.
It is for device bringup stage to make BT can be enabled before WiFi
bring up.

Bug: 261526478
Test: local build and enable BT
Change-Id: Id2af2979c4ddcf164484c7fa1bef2e4f5d0a8956
2022-12-20 12:37:26 +00:00
horngchuang
6f0e8ef274 Disable camera DPM
Bug: 263065087
Test: local build pass
Change-Id: I8898171adfdbf39362585ff91b30991a5d53f70c
2022-12-20 19:03:58 +08:00
Wayne Lin
e29bb644d9 gps: Sync GPS configuration files
Bug: 262472672
Test: confirm configuration files are existed
Change-Id: I374acfdcbaedcb672a25cae60cf6d9ce6381de8b
2022-12-20 16:32:14 +08:00
horngchuang
13a3eb7ddf correct lyric camera_hardware variable
Also to correct tuning_product variable

Bug: 261683151
Test: local build pass
Change-Id: If242d2a614dfd6e78cf791062127881fc401554b
2022-12-20 16:21:38 +08:00
George Chang
4c298cdd0c Merge "Remove legacy nfc/se settings" 2022-12-09 07:28:02 +00:00
Victor Hsu
c368b1d0af wifi: update WLAN driver
bcmdhd4383 is used.

Bug: 261528860
Test: WLAN driver is loaded correctly
Change-Id: I294e1a78f556a95fc76162bffade40fd0852a1ce
2022-12-08 18:35:58 +08:00
TreeHugger Robot
547873b90f Merge "audio: update mixer table for ti amp" 2022-12-07 00:47:59 +00:00
George Chang
05a2ec16d2 Remove legacy nfc/se settings
Bug: 240125555
Test: manual
Change-Id: Ic7bcbfadc374c41a61bcccca2c3ed9dbc95f7ab1
2022-12-06 22:10:48 +08:00
davidycchen
5d694e9c4a correct touch dump script.
Bug: 256521567
Test: make selinux_policy

Change-Id: Ib029bfeba4428f6d118d9d4457d37cbb837e3584
Signed-off-by: davidycchen <davidycchen@google.com>
2022-12-01 11:45:05 +08:00
Adam Shih
50e6d3261d use stm dump from gs-common
Bug: 256521567
Test: adb bugreport
Change-Id: I50a7ced70a5742a8b7177344e30f7fb0ddb2c724
2022-11-29 12:42:09 +08:00
Robert Lee
633b705ba9 audio: update mixer table for ti amp
Only support bypass mode now.

Bug: 258594161
Test: manual test
Change-Id: If242bc9049d6e95c27c143786935beb12718328b
Signed-off-by: Robert Lee <lerobert@google.com>
2022-11-24 11:53:52 +08:00
Adam Shih
0770296c5c remove panther's touch setting
Bug: 256521567
Test: build pass
Change-Id: Iad3d539a1652dc33a7e540801f642f4f534216fa
2022-11-18 13:37:06 +08:00
Cyan_Hsieh
f755ad1606 Initial akita device
based on 3b89a2d00ab5e110e6b01e8836ee6a7aaa6ec6e2

Bug: 249656909
Change-Id: I00dfa05d50a13e5229368ff33d5462c38f712069
2022-10-17 14:16:47 +08:00
Umer Abdullah
1d248a4fb1 Initial empty repository 2022-10-11 13:31:49 +00:00