summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-06-12Remove CMakeListstizenYunhee Seo2-69/+0
In the tizen platform 9.0 image, device-tm1 is not supported anymore. Thus, this package should be removed from building list. Before deleting from the build target, CMake file is removed temporarily. Change-Id: I92fca36800ce4297f70d2819faaf849b49759945 Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
2023-01-19Add package libsyscommon in CMakeLists.txtTaeminYeom3-3/+3
Some modules use libsyscommon function but there is no package in CMakeLists.txt. When they are used in deviced, there is no error because deviced has a libsyscommon linking information. But running hal-test, there is an linking error. Change-Id: Ic630cfc9860c1bb5a34782f9055b430221a32171 Signed-off-by: TaeminYeom <taemin.yeom@samsung.com>
2022-05-02usb-gadget: remove usb-gadget and add configuration filetizen_8.0_m2_releasetizen_7.0_m2_releasesubmit/tizen/20220525.001052accepted/tizen/unified/20220526.144424accepted/tizen/8.0/unified/20231005.094506accepted/tizen/7.0/unified/hotfix/20221116.110417accepted/tizen/7.0/unified/20221110.063018tizen_8.0tizen_7.0_hotfixaccepted/tizen_unifiedaccepted/tizen_8.0_unifiedaccepted/tizen_7.0_unified_hotfixYoungjae Cho5-100/+23
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. Change-Id: Iaf124c6413f0de5c4636edea4d936754444654b7 Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
2022-02-15Update ABI versionsubmit/tizen/20220308.032646submit/tizen/20220222.024249accepted/tizen/unified/20220310.120942Youngjae Cho11-11/+11
Change-Id: Ia03591a48d8184731526207cb411d8105bf460c6 Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
2022-01-27battery: convert ONLINE property value to standard onesubmit/tizen/20220208.075544Youngjae Cho1-1/+14
Change-Id: I0a98cd552865437cf4b45316e256d75375aeaaa4 Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
2021-12-20spec: Add "ExclusiveArch: %{arm} aarch64"submit/tizen/20211220.071509accepted/tizen/unified/20211220.133619INSUN PYO1-0/+1
Change-Id: Ib1a37acdbc1ae25b6e055f3d7970b53584984ef2
2021-08-02thermal: rename device_thermal_e to hal_device_thermal_etizen_6.5.m2_releasesubmit/tizen_6.5/20211028.163201submit/tizen/20210802.064402accepted/tizen/unified/20210804.085730accepted/tizen/6.5/unified/20211028.115607Youngjae Cho1-3/+3
Change-Id: I1648e5aad2aafcacccf7827863f9f8b02aa84fb3 Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
2021-06-18board: fix parameter of get_device_serial_number()submit/tizen/20210618.075427accepted/tizen/unified/20210621.123303Youngjae Cho1-18/+10
Change-Id: Ifd9ab60a29485d39e96b8e1d2a8b1ab149133e84 Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
2021-06-17Add libsyscommon to required package to provide linker flagYoungjae Cho2-2/+2
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>
2021-06-14board: renaming get_device_serial_numbersubmit/tizen/20210614.021455accepted/tizen/unified/20210615.120420Youngjae Cho1-2/+2
Change-Id: I5b56097c3ab65162560521233919bd3f6f794be5 Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
2021-06-04Initialization for platform/hal/backend/tm1/device-tm1submit/tizen/20210604.124315accepted/tizen/unified/20210607.011700Hyotaek Shim3-4/+4
Change-Id: If094689ec7c82af3529fb20eed8512a5e996a6f3 Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
2021-03-12memory: change return value when node is not supportedYunmi Ha1-1/+1
Change-Id: Ia8cdc4cfc2b6c87d88f2e33079c3ff4a33544c84 Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
2021-02-22Fix svace issuesYunmi Ha2-5/+8
- memory: DIVISION_BY_ZERO - touchscreen: Resource leaks Change-Id: I13b2570a61cbeabc236cf0717c9fd056dd17cb19 Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
2021-02-17memory: add new halapi backendYoungjae Cho3-0/+132
Change-Id: Ief5e654ee0e161f888cba50e38ee73cf424f29db Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
2021-02-16Move udev files to device-commonlokilee737-352/+6
Change-Id: I16dc74057cf7f83e49f8ef52a0cc0d4a197a0370 Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
2021-02-15Move common macro to device-commonlokilee7323-81/+25
Change-Id: Ic4d75bb9a108499193a812202e3987a7fc95bc96 Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
2021-02-10Apply new hal-backend-common-usb_gadget.h headerINSUN PYO2-5/+2
Change-Id: I74ee9472b8b12dcd8cd70d2767f8ceafbd595d59
2021-02-03Remove unused pkgconfig(libudev) build dependency on thermalINSUN PYO1-2/+2
Change-Id: I40663584da912bf9c7ea0cef671a7db5edc0fc28
2021-01-26haptic: apply rpm macro of hal install pathYunmi Ha1-1/+1
Change-Id: If1e452d978f506eb0b701dceb822091d35e0179b Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
2021-01-26Apply rpm macro of hal install pathlokilee7311-13/+17
Change-Id: I172ed017a72f4f7e73711e1b641a24e5678c5fc3 Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
2021-01-26usb_gadget: apply next HAL architecture (hal api + backend)INSUN PYO6-67/+72
Change-Id: I47188c554266da93459fd805293d6955ae151aa5
2021-01-19Use file library of libsyscommonYunmi Ha6-109/+5
Change-Id: I13de8f2ef701cc559708d65cfce0105beec39239 Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
2021-01-18Remove cpulokilee733-150/+0
Change-Id: Ie762ac7347869ce9cb0f9ab0032db112b24d5512 Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
2021-01-18Rework led hallokilee731-8/+28
Change-Id: I22edb80dbd4a936068c0960cc618cd1762c17bc0 Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
2021-01-14Add FEATURE_DLOG and change LOG_TAGlokilee733-2/+8
Change-Id: Ied9d765909ba6d409550b14088012524913b9f63 Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
2021-01-13Add info.name in battery_current_statelokilee731-0/+2
Change-Id: I1024acbf1b506ddfbd51be35ad3f8abe78b87da9 Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
2021-01-13Apply next HAL architecture (hal api + backend)lokilee7319-302/+340
Change-Id: I636fca58e89ed90a40ffe7ff769ab2b137628403 Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
2021-01-13haptic: apply next HAL architecture (hal api + backend)Yunmi Ha5-0/+652
Change-Id: Ibd3071ed1bb2b0d825718898404db01bdabe9d02 Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
2020-06-23Fix dbus_get_battery_info for info.temperature / 10lokilee731-2/+2
(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: I95ad361a0193f635ae57f93ba4d07c18f730afbd Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
2020-04-07Remove unnecessary #ifdefINSUN PYO1-4/+0
Change-Id: I54d2d0db249181882c8633fec7e829a2c3a741e5
2020-02-05Add build option -Wall -WerrorYoungjae Cho1-0/+2
Change-Id: I3739b8dcfbd9d80eb4976bb21b26a6de4368e4ae Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
2019-12-30Remove compile warning for GCC-9Youngjae Cho2-3/+3
- format-truncation - stringop-overflow Change-Id: Id680e0649eee93846c041988967aff1bde84ba5f Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
2019-11-19Support access control for privacy-privilege nodes based on dummy mountHyotaek Shim1-3/+4
TM1 provides privacy-privilege access control for sprd_image, isp, and sensor with dummy mount Change-Id: I8a9cdef8d326f101be2984139619ef228120391c Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
2019-08-27Fix svace issueYunmi Ha1-2/+8
- change strcpy function to strncpy Change-Id: Icadf6b2717d1093d8514b16e01fd03ceb44ea728 Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
2019-08-01Delete duplicate codeYoungjae Cho1-5/+1
Change-Id: I1d97f95b9f0256e01ec24c3c1c68323931d8a46b Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
2019-08-01Add functions that fetch serial, revision informationYoungjae Cho2-14/+131
Change-Id: If15ec537993dc8a909faf21793251dc7f301fc1c Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
2019-03-27Fix build errorHyotaek Shim1-1/+1
Change-Id: Ic07cd952e37de96da16752fbd49f0caca7af86dd Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
2019-03-27Rename LICENSE to LICENSE.Apache-2.0Hyotaek Shim2-1/+1
Change-Id: I60da21886954edf80aace16825726cc1958a045b Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
2019-03-26Rename 61-tizen-video-device.rules to 61-video.rulesHyotaek Shim2-7/+6
Change-Id: Ieb5a9d4003284ae5d554a5db5dcda3ce6541709c Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
2019-03-19Change camera node permission to priv_cameraSeung-Woo Kim1-3/+3
From security-config, camera needs to be set with priv_camera. So change camera node permission. Change-Id: I383517c41dce64b4817ad22d1751a17e5ba05502 Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
2019-01-14Add thermal path for AP and Batterylokilee731-8/+13
Change-Id: I464c67d2d8472ae67feb4f4638e35b5b9c5040bf Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
2018-12-27Remove executable flag from non-executable fileslokilee736-0/+0
Change-Id: I035690c54c4383b6b5bb41c1e0fc9a77818b57ff Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
2018-12-26Change thermal_get_state to thermal_get_infolokilee731-23/+15
Change-Id: I06f91170f755365294a49c52f7e3758a33437613 Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
2018-08-17Add missing dependency for udevPaweł Szewczyk1-1/+1
Change-Id: I57921a3ba89424c77d1daadc76e823fb217ba7b0 Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
2018-07-10Add board APIMonika Zielinska3-0/+130
Change-Id: I4fb066365f42db11e72d74dd879e2969c45878a6 Signed-off-by: Monika Zielinska <m.zielinska3@samsung.com> Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
2018-07-07usb_client: Move common code to hwcommon libraryPaweł Szewczyk1-611/+2
Change-Id: Ib87661e68545bc2e2fd35235c967e5729775ce6e Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
2018-07-07Move shared files to hwcommon packagePaweł Szewczyk22-193/+20
Change-Id: I110a8ccd4241b84f7d14889770958cb704534c5f Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
2018-07-07usb_gadget: Move common code to hwcommonPaweł Szewczyk1-359/+0
Change-Id: Ib08fc32a7f0ab7e41c8fa0b0036d7c35bcde3616 Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
2018-07-06Add voltage and temperature data in ueventlokilee731-0/+39
Change-Id: I5238c313804d2cda6ebd1ca30b6eba32d1fdfedb Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
2018-06-14Fix default bcdDevice to valid valuePaweł Szewczyk1-1/+1
The bcdDevice field should be in format 0xJJMN, where JJ is major version number, M is the minor version number and N is the stub minor version number. The numbers are binary-coded decimals (as bcd name suggests) and 0xffff is not a valid value. Change-Id: Ia4adcd1cdeee232aa4c32e31231d7fd66f61a1e7 Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>