summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-03docs: Change developer.tizen.org to docs.tizen.orgtizen_4.0Konrad Kuchciak1-5/+5
2018-02-19pio: deliver user data to gpio interrupted callback functionsubmit/tizen_4.0/20180219.102223accepted/tizen/4.0/unified/20180220.064252accepted/tizen_4.0_unifiedkibak.yoon1-2/+2
2018-01-03Merge branch 'tizen' into tizen_4.0tizen_4.0.IoT.p2_releasesubmit/tizen_4.0/20180103.062259accepted/tizen/4.0/unified/20180103.151732Segwon4-19/+26
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-20Merge branch 'tizen' into tizen_4.0submit/tizen_4.0/20171221.025151submit/tizen_4.0/20171220.125806accepted/tizen/4.0/unified/20171221.071003Segwon50-1876/+7548
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
2017-11-14interface: change the type of parameters in interface functions.Segwon10-27/+27
2017-11-14interface: unuse the enum types defined in the interfaceSegwon8-119/+47
2017-11-14uart: remove unused interface function that peripheral_interface_uart_set_mod...Segwon2-83/+0
2017-11-14interface: add prefix 'peripheral_interface' to file and function name.Segwon12-140/+124
2017-11-13[3/6] fd passing: use fd directly without opening itSegwon10-786/+236
2017-11-13[2/6] fd passing: add member variable for file descriptor in handle.Segwon1-0/+10
2017-11-13interface: move interface header files to top level include folder.Segwon6-0/+6