platform/hal/backend/tw3/device-tw3.git
2 years agousb-gadget: remove usb-gadget and add configuration file 49/274549/1 accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified accepted/tizen_unified tizen tizen_7.0 tizen_7.0_hotfix tizen_8.0 accepted/tizen/7.0/unified/20221110.060358 accepted/tizen/7.0/unified/hotfix/20221116.110421 accepted/tizen/8.0/unified/20231005.094510 accepted/tizen/unified/20220526.144040 submit/tizen/20220525.001052 tizen_7.0_m2_release tizen_8.0_m2_release
Youngjae Cho [Mon, 2 May 2022 07:34:28 +0000 (16:34 +0900)]
usb-gadget: remove usb-gadget and add configuration file

The actual operation of usb-gadget is no more hal dependent. Instead,
the deviced is now in charge of running usb-gadget. The hal backend
has changed to provide only target specific usb-gadget configurations.
If there is no target specific configurations, deviced runs usb-gadget
with default configurations.

Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
Change-Id: Ia9eecff9172cc8f47a3e23db41e38ecb54210a50

2 years agoUpdate ABI version 78/271078/1 accepted/tizen/unified/20220310.120919 submit/tizen/20220222.024249 submit/tizen/20220308.032646
Youngjae Cho [Tue, 15 Feb 2022 06:29:34 +0000 (15:29 +0900)]
Update ABI version

Change-Id: I6706d482ee8f39e16fdfe400316cbf56439e0d52
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
2 years agobattery: convert ONLINE property value to standard one 56/270456/1 submit/tizen/20220208.075544
Youngjae Cho [Thu, 27 Jan 2022 06:02:15 +0000 (15:02 +0900)]
battery: convert ONLINE property value to standard one

Change-Id: I0a98cd552865437cf4b45316e256d75375aeaaa4
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
2 years agospec: add "ExclusiveArch: %{arm} aarch64" 91/268291/1 accepted/tizen/unified/20211220.133611 submit/tizen/20211220.071509
INSUN PYO [Mon, 20 Dec 2021 04:37:45 +0000 (13:37 +0900)]
spec: add "ExclusiveArch: %{arm} aarch64"

Change-Id: I294f3a93337e554e367b96e6ec86505c49a3ae3c

2 years agothermal: rename device_thermal_e to hal_device_thermal_e 47/262047/1 accepted/tizen/6.5/unified/20211028.115650 accepted/tizen/unified/20210804.085702 submit/tizen/20210802.064402 submit/tizen_6.5/20211028.163201 tizen_6.5.m2_release
Youngjae Cho [Mon, 2 Aug 2021 05:32:27 +0000 (14:32 +0900)]
thermal: rename device_thermal_e to hal_device_thermal_e

Change-Id: I88b4f8dd4a1c3fcb4f20d3a50e1bce329c7891ab
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
2 years agoAdd libsyscommon to required package to provide linker flag 76/259976/1
Youngjae Cho [Thu, 17 Jun 2021 05:22:25 +0000 (14:22 +0900)]
Add libsyscommon to required package to provide linker flag

For haltest, it cannot run by itself because it is not able to resolve
sys_get_int() symbol of libsyscommon. Therefore, provide ldflag to
locate libsyscommon.so

Change-Id: Ic9b4cedce88c888a9925264cfd22ff3504ee5193
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
2 years agoInitialization for platform/hal/backend/tw3/device-tw3 50/259350/1 accepted/tizen/unified/20210607.011707 submit/tizen/20210604.123252
Hyotaek Shim [Fri, 4 Jun 2021 12:31:06 +0000 (21:31 +0900)]
Initialization for platform/hal/backend/tw3/device-tw3

Change-Id: I115b18762f8d7d12bb82dd397bd609d3fe32f396
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
3 years agomemory: change return value when node is not supported
Yunmi Ha [Fri, 12 Mar 2021 02:26:43 +0000 (11:26 +0900)]
memory: change return value when node is not supported

Change-Id: I83bf621952132df06ccd64a3e50bcba2000184b3
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
3 years agoFix svace issues
Yunmi Ha [Mon, 22 Feb 2021 02:33:17 +0000 (11:33 +0900)]
Fix svace issues

 - memory: DIVISION_BY_ZERO

Change-Id: I5f0423807ab0c5a028e8d3300f39bc29a019779c
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
3 years agomemory: add new halapi backend
Yunmi Ha [Thu, 4 Feb 2021 08:16:33 +0000 (17:16 +0900)]
memory: add new halapi backend

Change-Id: Ic9a2826e5d0b89b64d7288af61d8f935a4d11d05
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
3 years agoMove udev files to device-common
lokilee73 [Tue, 16 Feb 2021 05:23:20 +0000 (14:23 +0900)]
Move udev files to device-common

Change-Id: I800d68db90b7461b7c5d2ff2c7e5dfe0c6e0e139
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
3 years agoMove common macro to device-common
lokilee73 [Wed, 10 Feb 2021 11:31:30 +0000 (20:31 +0900)]
Move common macro to device-common

Change-Id: I9f3265c8b99d8fe2cd2d937292bcf0418204cb57
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
3 years agoApply new hal-backend-common-usb_gadget.h header
INSUN PYO [Wed, 10 Feb 2021 03:26:24 +0000 (12:26 +0900)]
Apply new hal-backend-common-usb_gadget.h header

Change-Id: Id66a71b2fe0042fdd74dcd84041f2c7c64184230

3 years agoRemove build dependency with libdevice-node
lokilee73 [Tue, 9 Feb 2021 04:41:50 +0000 (13:41 +0900)]
Remove build dependency with libdevice-node

Change-Id: Iff30a8fa8f853c3a326f7a2539d9dc3c15521e19
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
3 years agoRemove unused pkgconfig(libudev) build dependency on thermal
INSUN PYO [Wed, 3 Feb 2021 06:46:58 +0000 (15:46 +0900)]
Remove unused pkgconfig(libudev) build dependency on thermal

Change-Id: Icc203915f9597852d773098ce1ae5158d3953282

3 years agoApply rpm macro of hal install path
Yunmi Ha [Tue, 26 Jan 2021 05:02:46 +0000 (14:02 +0900)]
Apply rpm macro of hal install path

Change-Id: I31124d997f53b291bf063ea2da02b000b0d5c322
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
3 years agousb_gadget: apply next HAL architecture (hal api + backend)
INSUN PYO [Tue, 19 Jan 2021 05:12:05 +0000 (14:12 +0900)]
usb_gadget: apply next HAL architecture (hal api + backend)

Change-Id: I12cc1c3b02f880f4323c50b336c24c0d8309734c

3 years agoUse file library of libsyscommon
Yunmi Ha [Tue, 19 Jan 2021 05:48:56 +0000 (14:48 +0900)]
Use file library of libsyscommon

Change-Id: I45c9eca440347fd6cb925cecdfe4a1ae2a90ee83
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
3 years agoAdd FEATURE_DLOG and change LOG_TAG
lokilee73 [Thu, 14 Jan 2021 07:28:07 +0000 (16:28 +0900)]
Add FEATURE_DLOG and change LOG_TAG

Change-Id: I50304e5eeafbc70a4b62836dd251392f19683c0c
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
3 years agoApply next HAL architecture (hal api + backend)
lokilee73 [Thu, 14 Jan 2021 04:13:52 +0000 (13:13 +0900)]
Apply next HAL architecture (hal api + backend)

Change-Id: I1ba0af9db43ec8e7e40e6c7f82a8ad9f1d0a63d4
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
3 years agohaptic: apply next HAL architecture (hal api + backend)
Yunmi Ha [Wed, 13 Jan 2021 08:58:02 +0000 (17:58 +0900)]
haptic: apply next HAL architecture (hal api + backend)

Change-Id: Ifd45a29a393eec596d61ab9ca0359b56c0d2842d
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
3 years agoFix dbus_get_battery_info for info.temperature / 10
lokilee73 [Tue, 23 Jun 2020 02:36:38 +0000 (11:36 +0900)]
Fix dbus_get_battery_info for info.temperature / 10

(Before)
device_battery_get_property(DEVICE_BATTERY_PROPERTY_TEMPERATURE=286
device_thermal_get_temperature(DEVICE_THERMAL_BATTERY=28

(After)
device_battery_get_property(DEVICE_BATTERY_PROPERTY_TEMPERATURE=28
device_thermal_get_temperature(DEVICE_THERMAL_BATTERY=28

Change-Id: Ia123e143876152b492c67e6f51924e28b550e024
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
4 years agoRemove unnecessary #ifdef
INSUN PYO [Mon, 6 Apr 2020 22:24:42 +0000 (07:24 +0900)]
Remove unnecessary #ifdef

Change-Id: I80d2c4b5c02b26ea2533921c59a86894a077d3bb

4 years agoAdd build option -Wall -Werror
Youngjae Cho [Wed, 5 Feb 2020 07:59:19 +0000 (16:59 +0900)]
Add build option -Wall -Werror

Change-Id: I7331464139a21210893db46a3dcbf0e584d15eff
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
4 years agoSupport touchscreen powersaving
Youngjae Cho [Thu, 21 Nov 2019 03:04:19 +0000 (12:04 +0900)]
Support touchscreen powersaving

Change-Id: Ia837c6b34740985afa55e31bd719112b82baadb6
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
4 years agoRemove 'format-truncation' warning for GCC-9
Youngjae Cho [Mon, 30 Dec 2019 07:53:31 +0000 (16:53 +0900)]
Remove 'format-truncation' warning for GCC-9

Change-Id: I0744cd4c5ef526f33d459650d0e5ca6e35b639e3
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
4 years agoEnable configfs/functionfs for USB gadget
Hyotaek Shim [Tue, 26 Nov 2019 02:24:04 +0000 (11:24 +0900)]
Enable configfs/functionfs for USB gadget

Change-Id: Ie125c11343b391ad957e79c3ca4979b46e91d6ac
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
4 years agoFix logging location
Youngjae Cho [Wed, 20 Nov 2019 03:04:23 +0000 (12:04 +0900)]
Fix logging location

Change-Id: I961f79a3ab88832941bdbf7df46adc1cb53a8ac5
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
5 years agoAdd display HAL for image effect
lokilee73 [Fri, 5 Apr 2019 07:24:59 +0000 (16:24 +0900)]
Add display HAL for image effect

Change-Id: I79f9d661a031614e4f3f81a7034991f37513b442
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
5 years agoAdd touchsensitivity for HAL
lokilee73 [Thu, 28 Feb 2019 10:48:37 +0000 (19:48 +0900)]
Add touchsensitivity for HAL

Change-Id: Ie9fbaf35f8b95dbf14b06211d084ec93fa90baf5
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
5 years agoAdd bezel for wearable target
lokilee73 [Tue, 26 Feb 2019 10:08:34 +0000 (19:08 +0900)]
Add bezel for wearable target

Change-Id: Id9e95809b20c0593bc46a0d6139a2802f75a3ad6
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
5 years agoAdd thermal path for AP and Battery
lokilee73 [Fri, 28 Dec 2018 09:15:49 +0000 (18:15 +0900)]
Add thermal path for AP and Battery

Change-Id: If0546103bce2ebad837db45985a5f2037cb5d5e3
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
5 years agoAdd libudev to avoid HAL test failure in thermal
lokilee73 [Wed, 2 Jan 2019 08:38:31 +0000 (17:38 +0900)]
Add libudev to avoid HAL test failure in thermal

ex) fail to open module : /usr/lib/hw/thermal.so: undefined symbol: udev_new

Change-Id: I7478a4f355bdd4b00bc928f1fafdb1163fb69f78
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
5 years agoRemove executable flag from non-executable files
lokilee73 [Thu, 27 Dec 2018 01:53:09 +0000 (10:53 +0900)]
Remove executable flag from non-executable files

Change-Id: I382a3480c86104b161252a70adcc09ea6e3df8c3
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
5 years agoChange thermal_get_state to thermal_get_info
lokilee73 [Tue, 11 Dec 2018 06:35:06 +0000 (15:35 +0900)]
Change thermal_get_state to thermal_get_info

Device state has to be decided from Deviced.
So, change thermal_get_info to support temp and adc.

Change-Id: I48c88a27e725822f83a726b6342acb454ff81719
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
5 years agoAdd thermal and change display path for tw3
lokilee73 [Mon, 10 Dec 2018 06:32:50 +0000 (15:32 +0900)]
Add thermal and change display path for tw3

Change-Id: Ib012979941da88fd3852c57bd25fdb594a938a0c
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
5 years agoInitialization
Hyotaek Shim [Wed, 5 Dec 2018 00:32:47 +0000 (09:32 +0900)]
Initialization

Change-Id: I61bcea8e30173c7032d3ea8b4de917bf5010e674
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
5 years agoInitial empty repository
Tizen Infrastructure [Fri, 30 Nov 2018 08:42:57 +0000 (08:42 +0000)]
Initial empty repository