index
:
platform/core/api/peripheral-io
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
devel
master
sandbox/adrians/direct
sandbox/dkson95/asan
sandbox/mmoscicki2/direct
sandbox/seseki17/acr
tizen
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
Domain: System / System Tools; Licenses: Apache-2.0;
Hyeongsik Min <hyeongsik.min@samsung.com>, jino cho <jino.cho@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-03
docs: Change developer.tizen.org to docs.tizen.org
tizen_4.0
Konrad Kuchciak
1
-5
/
+5
2018-02-19
pio: deliver user data to gpio interrupted callback function
submit/tizen_4.0/20180219.102223
accepted/tizen/4.0/unified/20180220.064252
accepted/tizen_4.0_unified
kibak.yoon
1
-2
/
+2
2018-01-03
Merge branch 'tizen' into tizen_4.0
tizen_4.0.IoT.p2_release
submit/tizen_4.0/20180103.062259
accepted/tizen/4.0/unified/20180103.151732
Segwon
4
-19
/
+26
2018-01-03
gpio: fix to free a handle when peripheral_gdbus_gpio_close() is failed
submit/tizen/20180103.062104
accepted/tizen/unified/20180103.151843
Segwon
1
-3
/
+1
2018-01-03
gpio: enhance the interrupted callback thread safty
Segwon
2
-4
/
+4
2018-01-03
gpio: do not join if the thread is null
Segwon
2
-1
/
+6
2018-01-02
pio: free the memory allocated by system_info_get_platform_string()
kibak.yoon
1
-11
/
+14
2018-01-02
pio: return error when open is failed
kibak.yoon
1
-0
/
+1
2017-12-20
Merge branch 'tizen' into tizen_4.0
submit/tizen_4.0/20171221.025151
submit/tizen_4.0/20171220.125806
accepted/tizen/4.0/unified/20171221.071003
Segwon
50
-1876
/
+7548
2017-12-20
interface: add return type EINVAL in CHECK_ERROR
submit/tizen/20171221.025332
submit/tizen/20171220.125854
accepted/tizen/unified/20171221.071344
Segwon
1
-0
/
+2
2017-12-19
spi: exclude the positive value in the ioctl error check, becasue of the ioct...
Segwon
1
-3
/
+3
2017-12-18
gpio: add interrupted callback
Segwon
4
-9
/
+93
2017-12-18
gpio: enhance exception handling in interface function
Segwon
1
-1
/
+39
2017-12-18
gpio: set initially edge_mode and direction in handle
Segwon
4
-1
/
+75
2017-12-08
gdbus: communicate via gdbus when close
Segwon
16
-40
/
+130
2017-12-04
test: fix to wrong number of i2c bus
Segwon
1
-3
/
+6
2017-11-17
uart: flush the uart buffer when setting the flow control
Segwon
2
-7
/
+9
2017-11-16
i2c: try to call ioctl() to test i2c-stub when read()/write() is failed
Segwon
1
-6
/
+52
2017-11-16
[6/6] fd passing: replace to interface functions
Segwon
15
-215
/
+90
2017-11-16
gpio: unuse pin in gpio handle
Segwon
4
-8
/
+4
2017-11-16
error: return a recongnizable error value
Segwon
17
-654
/
+1106
2017-11-16
interface: remove unused constants defined from #define
Segwon
9
-32
/
+5
2017-11-16
interface: fix the CHECK_ERROR macro to receive various conditions
Segwon
6
-94
/
+96
2017-11-16
interface: do not use the 'strlen' and 'strncmp'
Segwon
3
-56
/
+38
2017-11-16
packaging: expose only peripheral_io.h(API) at devel rpm
Segwon
1
-5
/
+1
2017-11-16
coding style: cannot put parameter in function defined to have no parameter.
Segwon
15
-25
/
+25
2017-11-16
interface: do not close request to daemon by gdbus.
Segwon
16
-175
/
+70
2017-11-16
interface: remove +1 length when writing a char array
Segwon
2
-11
/
+11
2017-11-16
spi: fix a build error due to missed before patch
Segwon
1
-4
/
+4
2017-11-15
i2c: replace 'i2c_smbus_ioctl()' with another functions.
Segwon
2
-4
/
+87
2017-11-15
interface: do not check if fd is negative
Segwon
3
-135
/
+12
2017-11-15
log: change file name "peripheral_common.h" to "peripheral_log.h"
Segwon
8
-7
/
+7
2017-11-15
including: remove unnecessary header files
Segwon
8
-22
/
+1
2017-11-15
handle: change file name 'peripheral_internal.h' to 'peripheral_handle.h'
Segwon
8
-10
/
+10
2017-11-15
including : move the '#include' duplicate written to common file
Segwon
23
-105
/
+45
2017-11-15
gdbus: change 'peripheral_gdbus.h' file name to 'peripheral_gdbus_common.h'
Segwon
6
-8
/
+8
2017-11-15
gdbus: add check error in gdbus functions
Segwon
5
-30
/
+60
2017-11-15
gdbus: refactor gdbus proxy functions
Segwon
15
-60
/
+103
2017-11-14
[5/6] fd passing: remove unnecessary gdbus functions.
Segwon
16
-1139
/
+62
2017-11-14
[4/6] fd passing: get file descriptor list from daemon through gdbus
Segwon
6
-0
/
+120
2017-11-14
gdbus: move gdbus files to top level gdbus folder
Segwon
14
-9
/
+10
2017-11-14
interface: use the CHECK_ERROR macro for error set by system call
Segwon
6
-226
/
+81
2017-11-14
i2c: remove unused interface function that peripheral_interface_i2c_set_addre...
Segwon
2
-19
/
+0
2017-11-14
interface: change the type of parameters in interface functions.
Segwon
10
-27
/
+27
2017-11-14
interface: unuse the enum types defined in the interface
Segwon
8
-119
/
+47
2017-11-14
uart: remove unused interface function that peripheral_interface_uart_set_mod...
Segwon
2
-83
/
+0
2017-11-14
interface: add prefix 'peripheral_interface' to file and function name.
Segwon
12
-140
/
+124
2017-11-13
[3/6] fd passing: use fd directly without opening it
Segwon
10
-786
/
+236
2017-11-13
[2/6] fd passing: add member variable for file descriptor in handle.
Segwon
1
-0
/
+10
2017-11-13
interface: move interface header files to top level include folder.
Segwon
6
-0
/
+6
[next]