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
2021-12-09
uart: remove O_NONBLOCK flag
submit/tizen_6.5/20211209.091018
accepted/tizen/6.5/unified/20211212.212749
accepted/tizen_6.5_unified
INSUN PYO
1
-1
/
+1
2021-12-09
udev_rules: add ttyHS[0-9]* udev rules for UART device
INSUN PYO
1
-1
/
+1
2021-09-17
Apply device nodes permission for new-style gpio and (legacy) uart
tizen_6.5.m2_release
submit/tizen_6.5/20211028.161801
submit/tizen/20210917.104742
accepted/tizen/unified/20210920.131400
accepted/tizen/6.5/unified/20211028.095416
Karol Lewandowski
2
-1
/
+7
2021-09-06
Fix a pointless check / race condition
submit/tizen/20210910.102518
accepted/tizen/unified/20210914.053344
Michal Bloch
1
-13
/
+27
2021-08-22
gpio: fix deallocator mismatch
Youngjae Cho
1
-1
/
+1
2021-08-20
gpio: use g_free instead of free
submit/tizen/20210820.100048
accepted/tizen/unified/20210824.123804
Adrian Szyndela
1
-1
/
+1
2021-08-20
gpio: eliminate file descriptor leak
Adrian Szyndela
1
-9
/
+9
2021-08-12
packaging: bump version to 0.3.0
submit/tizen/20210813.142813
accepted/tizen/unified/20210816.122834
Mateusz Majewski
1
-1
/
+1
2021-08-12
Add RPi4 to tests
Michal Bloch
5
-2
/
+9
2021-08-12
Fix some miscellaneous flaws in the code.
Michal Bloch
8
-24
/
+23
2021-08-11
gpio: switch to new kernel API
Adrian Szyndela
4
-8
/
+349
2021-08-11
gpio: encapsulate legacy kernel API usage
Mateusz Majewski
5
-260
/
+409
2021-08-11
gpio: don't allow direction change if there is poll/callback set
Adrian Szyndela
1
-0
/
+3
2021-08-11
gpio: import new kernel API
Mateusz Majewski
1
-0
/
+158
2021-07-23
uart: allow whitespace in config
submit/tizen/20210805.103313
Adrian Szyndela
1
-1
/
+1
2021-07-20
Remove GIO
Mateusz Majewski
3
-3
/
+2
2021-07-05
test: add performance tests
Adrian Szyndela
1
-0
/
+31
2021-07-02
uart: try to open uart based on uart.ini
submit/tizen/20210705.023617
accepted/tizen/unified/20210705.125135
Youngjae Cho
1
-5
/
+40
2021-07-01
pwm: fix potential segfault
Youngjae Cho
1
-2
/
+1
2021-06-30
Linting: buffer size safety
Michal Bloch
1
-2
/
+2
2021-06-30
Linting: improve some loop code
Michal Bloch
1
-20
/
+20
2021-06-30
Linting: storage and const correctness
Michal Bloch
3
-7
/
+7
2021-06-30
Minor improvements to the udev polling loop.
Michal Bloch
1
-4
/
+9
2021-06-30
Linting: improve variable scoping
Michal Bloch
7
-39
/
+24
2021-06-30
Linting: reduce type repetition
Michal Bloch
6
-7
/
+7
2021-06-30
Add .gitignore
Hyotaek Shim
1
-0
/
+3
2021-06-30
Remove Conflicts: peripheral-bus to fix MIC errors
submit/tizen/20210630.020200
accepted/tizen/unified/20210630.015242
Hyotaek Shim
1
-1
/
+1
2021-06-29
0.2.0: allow direct IO for clients in priv_peripheralio group
submit/tizen/20210629.111329
submit/tizen/20210629.012223
accepted/tizen/unified/20210630.005908
Karol Lewandowski
3
-1
/
+54
2021-06-28
Add API function to open UART device with flags
submit/tizen/20210629.011533
Adrian Szyndela
4
-8
/
+50
2021-06-28
name magic numbers in poll() calls
Adrian Szyndela
2
-2
/
+6
2021-06-28
refactoring: beautify snprintf formats
Adrian Szyndela
6
-40
/
+95
2021-06-28
refactoring: extract common udev code
Adrian Szyndela
4
-227
/
+159
2021-06-28
refactoring: extract common code
Adrian Szyndela
8
-149
/
+113
2021-06-25
refactoring: extract system_info feature handling
Adrian Szyndela
9
-183
/
+88
2021-06-25
i2c: extract ioctl setup to separate function
Adrian Szyndela
1
-81
/
+30
2021-06-25
move and remove private headers
Adrian Szyndela
9
-110
/
+93
2021-06-25
pwm: flatten structure - remove 'interface'
Adrian Szyndela
3
-152
/
+1
2021-06-25
remove gdbus remainings
Adrian Szyndela
3
-138
/
+1
2021-06-25
pwm: replace gdbus with direct implementation
Adrian Szyndela
5
-197
/
+321
2021-06-25
gpio: flatten structure - remove 'interface'
Adrian Szyndela
4
-343
/
+243
2021-06-25
gpio: replace gdbus with direct implementation
Adrian Szyndela
6
-191
/
+263
2021-06-25
adc: flatten structure - remove 'interface'
Adrian Szyndela
5
-75
/
+17
2021-06-25
adc: replace gdbus with direct implementation
Adrian Szyndela
4
-173
/
+33
2021-06-25
uart: flatten structure - remove 'interface'
Adrian Szyndela
5
-311
/
+136
2021-06-25
uart: replace gdbus with direct implementation
Adrian Szyndela
4
-170
/
+58
2021-06-25
spi: flatten structure - remove 'interface'
Adrian Szyndela
5
-147
/
+50
2021-06-25
spi: replace gdbus with direct implementation
Adrian Szyndela
4
-171
/
+33
2021-06-25
i2c: flatten structure - remove 'interface'
Adrian Szyndela
4
-265
/
+146
2021-06-25
i2c: replace gdbus with direct implementation
Adrian Szyndela
6
-233
/
+42
2021-06-03
Add API function to open i2c device with flags
submit/tizen/20210607.045229
accepted/tizen/unified/20210607.124325
Karol Lewandowski
5
-0
/
+115
[next]