gpio: set initially edge_mode and direction in handle
[platform/core/api/peripheral-io.git] / src /
2017-12-18 Segwongpio: set initially edge_mode and direction in handle 85/163985/6
2017-12-08 Segwongdbus: communicate via gdbus when close 40/163240/3
2017-11-17 Segwonuart: flush the uart buffer when setting the flow control 31/160531/2
2017-11-16 Segwoni2c: try to call ioctl() to test i2c-stub when read... 26/160526/1
2017-11-16 Segwon[6/6] fd passing: replace to interface functions 23/160523/4
2017-11-16 Segwongpio: unuse pin in gpio handle 09/160509/1
2017-11-16 Segwonerror: return a recongnizable error value 89/160489/1
2017-11-16 Segwoninterface: remove unused constants defined from #define 49/160449/1
2017-11-16 Segwoninterface: fix the CHECK_ERROR macro to receive various... 45/160445/1
2017-11-16 Segwoninterface: do not use the 'strlen' and 'strncmp' 27/160427/2
2017-11-16 Segwoncoding style: cannot put parameter in function defined... 08/160408/1
2017-11-16 Segwoninterface: do not close request to daemon by gdbus. 02/160402/1
2017-11-16 Segwoninterface: remove +1 length when writing a char array 95/160395/1
2017-11-16 Segwonspi: fix a build error due to missed before patch 92/160392/1
2017-11-15 Segwoni2c: replace 'i2c_smbus_ioctl()' with another functions. 81/160281/1
2017-11-15 Segwoninterface: do not check if fd is negative 74/160274/1
2017-11-15 Segwonlog: change file name "peripheral_common.h" to "periphe... 67/160267/2
2017-11-15 Segwonincluding: remove unnecessary header files 58/160258/2
2017-11-15 Segwonhandle: change file name 'peripheral_internal.h' to... 42/160242/2
2017-11-15 Segwonincluding : move the '#include' duplicate written to... 32/160232/2
2017-11-15 Segwongdbus: change 'peripheral_gdbus.h' file name to 'periph... 21/160221/2
2017-11-15 Segwongdbus: add check error in gdbus functions 45/160145/4
2017-11-15 Segwongdbus: refactor gdbus proxy functions 34/160134/5
2017-11-14 Segwon[5/6] fd passing: remove unnecessary gdbus functions. 10/160110/2
2017-11-14 Segwon[4/6] fd passing: get file descriptor list from daemon... 99/160099/2
2017-11-14 Segwongdbus: move gdbus files to top level gdbus folder 56/160056/1
2017-11-14 Segwoninterface: use the CHECK_ERROR macro for error set... 22/160022/3
2017-11-14 Segwoni2c: remove unused interface function that peripheral_i... 77/159977/3
2017-11-14 Segwoninterface: change the type of parameters in interface... 75/159975/4
2017-11-14 Segwoninterface: unuse the enum types defined in the interface 71/159971/4
2017-11-14 Segwonuart: remove unused interface function that peripheral_... 70/159970/1
2017-11-14 Segwoninterface: add prefix 'peripheral_interface' to file... 68/159968/3
2017-11-13 Segwon[3/6] fd passing: use fd directly without opening it 65/159865/1
2017-11-13 Segwoninterface: move interface header files to top level... 05/159805/3
2017-11-13 Segwon[1/6] fd passing: move interface code from daemon. 79/159779/3
2017-10-16 kibak.yoonpio: check if return value of system_info_get_platform_... 37/155837/3 accepted/tizen/unified/20171017.071211 submit/tizen/20171016.114740
2017-10-10 kibak.yoongpio: fix the bug that interrupted callback is not... 59/154559/1 accepted/tizen/unified/20171010.163342 submit/tizen/20171010.131453
2017-09-27 Segwonapi: add feature invalid check. 77/152877/1 submit/tizen/20170927.094753
2017-09-26 Segwonapi: added parameter check statement. 66/151566/4
2017-09-26 Segwonnaming: added static keword at static variable. 61/151461/4
2017-09-26 Segwonapi: sync functions name with changed apis name. 58/151458/6
2017-09-26 Segwonadc: the adc interface is not supported. 07/151407/3
2017-07-13 jino.choAdd a struct for gpio interrupt information 89/138389/3
2017-06-14 Hyeongsik MinAdd log messages to API function 84/133784/2
2017-06-13 Hyeongsik MinRemove unnecessary EOL in log message 45/133645/2 accepted/tizen/unified/20170613.194839 submit/tizen/20170613.105843
2017-06-13 jino.choAdd API for the adc device 65/133265/4
2017-06-08 jino.choFix type mismatch issue 82/132882/1
2017-06-01 Hyeongsik MinAdd new APIs for I2C smbus transaction 64/132064/3
2017-05-31 jino.choAdd APIs and functions for the spi device 06/131106/10
2017-05-31 Hyeongsik MinFix leak issue after reading byte array 75/131675/2
2017-05-31 Hyeongsik MinAdd i2c_write_byte, i2c_read_byte API 47/131547/4
2017-05-25 Sungguk NaChange argument of gpio gdbus method 09/131109/1
2017-05-25 Sungguk NaAdditional fix to handle reference count of proxy 19/131019/2
2017-05-22 Hyeongsik MinFix reference counting bug 86/130486/1
2017-05-22 Hyeongsik MinFix possible memory leak in peripheral_pwm_close 00/130200/2
2017-05-18 jino.choReplace checking validation of the pwm device and channel 99/129899/1
2017-05-18 jino.choAdd pwm set_polarity & get_polarity functions 98/129898/1
2017-05-18 jino.choModify peripheral_gdbus_pwm.c 00/129800/1
2017-05-18 jino.choFix gdbus error log 96/129796/2
2017-05-18 jino.choCheck validation of pwm handle in the peripheral_pwm_cl... 85/129785/2
2017-05-18 jino.choRemove unused defines 84/129784/2
2017-05-17 jino.choChange data type for parameter to a boolean 64/129564/1
2017-05-16 jino.choChange argument of pwm gdbus method 68/129468/3
2017-05-16 jino.choChange parameter name dev to pwm 67/129467/2
2017-05-16 jino.choRearrange the order of pwm API functions 66/129466/2
2017-05-16 jino.choReturn pwm handle through pointer argument 65/129465/2
2017-05-16 jino.choRename peripheral_pwm_context_h to peripheral_pwm_h 64/129464/1
2017-05-15 jino.choAdd APIs and functions for uart 58/128958/3
2017-05-09 Hyeongsik MinRefactor gdbus interface codes 99/128299/2
2017-05-08 jino.choWorng method was called 67/128267/2 accepted/tizen/unified/20170510.013101 submit/tizen/20170508.093623 tizen_4.0.m1_release
2017-05-07 Hyeongsik MinChange argument name and type of i2c gdbus method 28/128128/1 submit/tizen/20170508.033648
2017-05-02 jino.choSupport gpio interrupt 40/127640/4
2017-04-27 jino.choDecrease the reference count of the dbus proxy 68/127268/2
2017-04-26 Hyeongsik MinRemove i2c_set_address() API and rearrange header 79/126779/2
2017-04-25 jino.choAdd parameters to the gpio open method 29/126929/1
2017-04-24 Hyeongsik MinFix gdbus interface prefix and typo in xml 22/126522/3
2017-04-24 Sungguk NaChange gdbus interface by using gdbus-codegen 35/126435/5
2017-04-20 Hyeongsik MinReturn i2c handle through pointer argument 36/126036/3
2017-04-20 jino.chofix validation check of edge mode 23/126023/2
2017-04-20 Hyeongsik MinRename peripheral_i2c_context_h to peripheral_i2c_h 35/126035/2
2017-04-20 Hyeongsik MinRearrange the order of gpio API functions 34/126034/2
2017-04-18 Hyeongsik MinRemove i2c_set_frequency API 08/125808/1
2017-04-17 Hyeongsik MinImport source codes from iotbus 16/125416/2