summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-18gpio: init pin after exporttizen_5.5.m2_releasesubmit/tizen_5.5_wearable_hotfix/20201026.184302submit/tizen_5.5_mobile_hotfix/20201026.185102submit/tizen_5.5/20191031.000002submit/tizen/20190923.125435submit/tizen/20190923.102122accepted/tizen/unified/20190923.225255accepted/tizen/5.5/unified/wearable/hotfix/20201027.120549accepted/tizen/5.5/unified/mobile/hotfix/20201027.064158accepted/tizen/5.5/unified/20191031.025744tizen_5.5_wearable_hotfixtizen_5.5_tvtizen_5.5_mobile_hotfixaccepted/tizen_5.5_unified_wearable_hotfixaccepted/tizen_5.5_unified_mobile_hotfixaccepted/tizen_5.5_unifiedKonrad Kuchciak1-0/+9
2019-02-12pio: don't return from close function too earlysubmit/tizen/20190213.063316accepted/tizen/unified/20190214.154127Konrad Kuchciak4-12/+4
2019-02-12gpio,adc: use pread instead of lseek + readKonrad Kuchciak2-8/+2
2018-10-04gpio: make read function threadsafeKonrad Kuchciak1-0/+4
2018-10-04gpio: don't ignore return codes when setting/unsetting interrupted cbKonrad Kuchciak1-10/+2
2018-09-04adc: fix adc_read_n2 test casesubmit/vip/20181010.110708submit/tizen/20181022.095331submit/tizen/20181010.111134submit/tizen/20180924.110450submit/tizen/20180907.001350accepted/tizen/unified/20181031.153942Konrad Kuchciak1-4/+2
2018-08-21Add API for the adc devicesubmit/tizen_5.0/20181101.000002submit/tizen/20180821.133358accepted/tizen/unified/20180822.164537accepted/tizen/5.0/unified/20181102.013255accepted/tizen_5.0_unifiedKonrad Kuchciak14-13/+805
2018-08-17gpio: fix documentation errorsKonrad Kuchciak1-4/+15
2018-02-19pio: deliver user data to gpio interrupted callback functionsubmit/tizen/20180219.102234accepted/tizen/unified/20180219.142443kibak.yoon1-2/+2
2018-01-05Merge "doxygen: give additional prerequisites information for set APIs" into ...Segwon1-0/+8
2018-01-03gpio: fix to free a handle when peripheral_gdbus_gpio_close() is failedsubmit/tizen/20180103.062104accepted/tizen/unified/20180103.151843Segwon1-3/+1
2018-01-03gpio: enhance the interrupted callback thread saftySegwon2-4/+4
2018-01-03gpio: do not join if the thread is nullSegwon2-1/+6
2018-01-02pio: free the memory allocated by system_info_get_platform_string()kibak.yoon1-11/+14
2018-01-02pio: return error when open is failedkibak.yoon1-0/+1
2017-12-27doxygen: give additional prerequisites information for set APIsSegwon1-0/+8
2017-12-20interface: add return type EINVAL in CHECK_ERRORsubmit/tizen/20171221.025332submit/tizen/20171220.125854accepted/tizen/unified/20171221.071344Segwon1-0/+2
2017-12-19spi: exclude the positive value in the ioctl error check, becasue of the ioct...Segwon1-3/+3
2017-12-18gpio: add interrupted callbackSegwon4-9/+93
2017-12-18gpio: enhance exception handling in interface functionSegwon1-1/+39
2017-12-18gpio: set initially edge_mode and direction in handleSegwon4-1/+75
2017-12-08gdbus: communicate via gdbus when closeSegwon16-40/+130
2017-12-04test: fix to wrong number of i2c busSegwon1-3/+6
2017-11-17uart: flush the uart buffer when setting the flow controlSegwon2-7/+9
2017-11-16i2c: try to call ioctl() to test i2c-stub when read()/write() is failedSegwon1-6/+52
2017-11-16[6/6] fd passing: replace to interface functionsSegwon15-215/+90
2017-11-16gpio: unuse pin in gpio handleSegwon4-8/+4
2017-11-16error: return a recongnizable error valueSegwon17-654/+1106
2017-11-16interface: remove unused constants defined from #defineSegwon9-32/+5
2017-11-16interface: fix the CHECK_ERROR macro to receive various conditionsSegwon6-94/+96
2017-11-16interface: do not use the 'strlen' and 'strncmp'Segwon3-56/+38
2017-11-16packaging: expose only peripheral_io.h(API) at devel rpmSegwon1-5/+1
2017-11-16coding style: cannot put parameter in function defined to have no parameter.Segwon15-25/+25
2017-11-16interface: do not close request to daemon by gdbus.Segwon16-175/+70
2017-11-16interface: remove +1 length when writing a char arraySegwon2-11/+11
2017-11-16spi: fix a build error due to missed before patchSegwon1-4/+4
2017-11-15i2c: replace 'i2c_smbus_ioctl()' with another functions.Segwon2-4/+87
2017-11-15interface: do not check if fd is negativeSegwon3-135/+12
2017-11-15log: change file name "peripheral_common.h" to "peripheral_log.h"Segwon8-7/+7
2017-11-15including: remove unnecessary header filesSegwon8-22/+1
2017-11-15handle: change file name 'peripheral_internal.h' to 'peripheral_handle.h'Segwon8-10/+10
2017-11-15including : move the '#include' duplicate written to common fileSegwon23-105/+45
2017-11-15gdbus: change 'peripheral_gdbus.h' file name to 'peripheral_gdbus_common.h'Segwon6-8/+8
2017-11-15gdbus: add check error in gdbus functionsSegwon5-30/+60
2017-11-15gdbus: refactor gdbus proxy functionsSegwon15-60/+103
2017-11-14[5/6] fd passing: remove unnecessary gdbus functions.Segwon16-1139/+62
2017-11-14[4/6] fd passing: get file descriptor list from daemon through gdbusSegwon6-0/+120
2017-11-14gdbus: move gdbus files to top level gdbus folderSegwon14-9/+10
2017-11-14interface: use the CHECK_ERROR macro for error set by system callSegwon6-226/+81
2017-11-14i2c: remove unused interface function that peripheral_interface_i2c_set_addre...Segwon2-19/+0