platform/core/system/peripheral-bus.git
2017-10-10 Segwonspi: modified to the rx and tx buffers are not allocate... 87/154487/4
2017-10-10 Segwonspi: fixed to invalid NULL check when tx_buf allocates. 72/154472/3
2017-10-10 Segwonopen handle: open function flow was matched. 23/154423/3
2017-10-10 Segwoni2c: fixed that allocated memory is released when an... 18/154518/1
2017-10-10 Segwonbus: fixed a flow using a handle already freed. 13/154513/1
2017-09-26 kibak.yoonversion up 0.1.0 57/152357/1 accepted/tizen/unified/20170926.165628 submit/tizen/20170926.023501
2017-09-21 Segwonuart: fixed to return the -EAGAIN error type when read... 09/151609/3
2017-09-21 Segwonuart: added flush logic before close. 03/151603/1
2017-09-21 Segwonname: sync functions name with changed apis name. 99/151599/1
2017-09-21 Segwonadc: the adc interface is not supported 77/151577/2
2017-09-12 kibak.yoonspi: fix bug by passing value instead of pointer as... 90/149390/1 accepted/tizen/unified/20170912.191949 submit/tizen/20170912.074259
2017-09-08 Segwonutil: added to the NULL check. 25/148425/2
2017-09-06 kibak.yoonspi: transfer the tx/rx data with the same structure... 11/148011/1 accepted/tizen/unified/20170907.190204 submit/tizen/20170907.084231
2017-08-28 kibak.yoonboard-config: add config file for Artik 520 29/146429/1 accepted/tizen/unified/20170901.025959 submit/tizen/20170830.124248
2017-08-28 kibak.yoonboard-config: fix typo from "unkown" to "unknown" 28/146428/1
2017-07-31 Hyeongsik MinImprove logs for I2C communication 95/141095/2
2017-07-28 Hyeongsik MinRefactor logs messages in i2c/spi interface 77/141077/1
2017-07-24 Hyeongsik MinPrint log messages in case of wrong write access 13/140113/1
2017-07-21 Sungguk NaRefactoring dbus interface functions 79/139979/2
2017-07-21 Sungguk NaFix bug at spi open 75/139875/1
2017-07-19 jino.chopackage version up to 0.0.6 99/139599/1 accepted/tizen/4.0/unified/20170816.012229 accepted/tizen/4.0/unified/20170829.015756 accepted/tizen/unified/20170720.062122 submit/tizen/20170719.114354 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170828.100004 submit/tizen_4.0/20170828.110004
2017-07-19 Hyeongsik MinFix model name of RPI3 49/139549/3
2017-07-14 Hyeongsik MinMove header files in daemon/ to include directory 92/138692/3
2017-07-14 Hyeongsik MinRemove unnecessary condition check in uart.c 46/138946/1
2017-07-14 Hyeongsik MinEnable support of several gpio pins for RPI3 07/138807/1 accepted/tizen/unified/20170717.021132 submit/tizen/20170714.030511
2017-07-13 Hyeongsik MinFix static analysis issue 12/138712/1
2017-07-13 jino.choUpdate package version to 0.0.5 16/138616/1 submit/tizen/20170713.044725
2017-07-13 jino.choRecord timestamp of gpio interrupt 90/138390/8
2017-07-12 Hyeongsik MinFix log message format in uart.c 86/138386/5
2017-07-11 Sungguk NaChange service type as notify 65/138165/4
2017-07-11 Hyeongsik MinUpdate board ini file for RPI3 50/138150/1
2017-07-11 jino.choSupport various uart device name 13/137713/5
2017-07-10 Hyeongsik MinAdd udev rules and tmpfiles for gpio sysfs node 77/137577/4
2017-07-10 jino.choManage board resource with .ini file 05/136705/3
2017-06-21 Hyeongsik MinInvoke systemd operation on installation and removal 04/135204/1
2017-06-20 jino.choRefactoring the handle structure 91/134591/5
2017-06-13 Hyeongsik MinMinor log changes in interface module 33/133133/3 accepted/tizen/unified/20170613.194840 submit/tizen/20170613.105843
2017-06-12 jino.choAdd functions for the adc device 66/133266/4
2017-06-08 Hyeongsik MinReplace error code from ENODEV with ENXIO 01/133001/1
2017-06-08 Hyeongsik MinFix uninitilized variable issue 75/132775/2
2017-06-01 Hyeongsik MinUpdate package version to 0.0.4 25/132125/1 accepted/tizen/unified/20170602.054035 submit/tizen/20170602.034029
2017-06-01 Hyeongsik MinAdd new APIS for I2C smbus transaction 52/132052/5
2017-06-01 jino.choAdd functions for the spi device 08/131108/9
2017-05-29 Hyeongsik MinFix error handling in peripheral_handle_{dev}_open 10/131410/3
2017-05-25 Sungguk NaChange argument of gpio gdbus method 11/131111/2
2017-05-25 Hyeongsik MinFix to handle OUT_HIGH in gpio set direction 89/131089/1
2017-05-24 Hyeongsik MinClean up handle free function 19/130619/4
2017-05-24 Sungguk NaRefactoring exception handling routines to remove dupli... 61/130761/3
2017-05-23 Sungguk NaAdd routines to handle exceptional case of client close 42/130542/2
2017-05-19 Hyeongsik MinSeperate files for util functions 33/130133/2
2017-05-19 Hyeongsik MinPut client_info into i2c_handle 82/130082/3
2017-05-19 Hyeongsik MinFix possible fd leak in peripheral_bus_uart_open 68/129868/6
2017-05-18 jino.choAdd pwm set_polarity & get_polarity functions 94/129894/2
2017-05-18 jino.choCheck validation of the pwm handle 93/129893/2
2017-05-18 jino.choAdd pwm get_enable functions 92/129892/1
2017-05-18 jino.choRearrange the order of pwm functions 91/129891/1
2017-05-18 jino.choAdd structure to store pwm client context 39/129539/4
2017-05-18 jino.choAdd and rename pwm interface functions 20/129520/5
2017-05-18 jino.choModify pwm interface functions 19/129519/2
2017-05-17 jino.choRearrange the order of pwm interface functions 18/129518/1
2017-05-15 jino.choAdd uart functions 61/128961/5
2017-05-15 jino.choChange parameter type of the parity to enum 60/128960/2
2017-05-12 Hyeongsik MinAllocate data buffer for i2c read/write 15/128415/3
2017-05-08 Hyeongsik MinFix gdbus name and path 06/128306/1
2017-05-08 Hyeongsik MinFix static analysis issue 58/128258/2 accepted/tizen/unified/20170510.013102 submit/tizen/20170508.093623 tizen_4.0.m1_release
2017-05-08 Hyeongsik MinFix build break on 64 bit architecture 57/128257/1
2017-05-08 Hyeongsik MinAdd structure to store i2c client context 27/128127/2 submit/tizen/20170508.033648
2017-05-08 Hyeongsik MinFix svace issue in gpio interface 78/128078/3
2017-05-08 Hyeongsik MinFix svace issue in i2c interface 77/128077/2
2017-05-02 Hyeongsik MinMake all warnings into errors 01/127901/1
2017-05-02 Hyeongsik MinPut i2c/pwm_skeleton variable to pb_data 00/127900/1
2017-05-02 jino.choSupport gpio interrupt 41/127641/4
2017-04-27 Hyeongsik MinFix logic in gpio_write and gpio_get_direction 10/127210/2
2017-04-26 Hyeongsik MinUpdate package version to 0.0.3 93/127093/1 accepted/tizen/unified/20170426.200825 submit/tizen/20170426.072552 submit/tizen/20170426.072600
2017-04-26 Hyeongsik MinRemove i2c_set_address() API 10/126810/3
2017-04-26 jino.choPass pb_data to callbacks of gpio methods 46/127046/3
2017-04-25 jino.choAdd gpio instance managing 33/126933/4
2017-04-25 Hyeongsik MinChange argument name in i2c interface 09/126809/1
2017-04-24 Hyeongsik MinFix gdbus interface prefix and typo 23/126523/2
2017-04-24 Sungguk NaChange gdbus interface with gdbus-codegen 36/126436/6
2017-04-21 jino.choRemove exception handling in gpio_open() 55/126155/3
2017-04-20 jino.choFix wrong log message in gpio_close 48/126148/2
2017-04-20 Hyeongsik MinRename peripheral_i2c_context_h to peripheral_i2c_h 32/126032/2
2017-04-18 jino.choMove global variables to periheral_bus_s structure 71/125671/4
2017-04-18 Hyeongsik MinRemove i2c_set_frequency interface 50/125650/1
2017-04-18 jino.choRearrange the order of gpio interface functions 30/125630/3
2017-04-18 jino.choImport source codes from iotbus 47/125547/2
2017-04-17 Tizen InfrastructureInitial empty repository master