summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-09uart: remove O_NONBLOCK flagsubmit/tizen_6.5/20211209.091018accepted/tizen/6.5/unified/20211212.212749accepted/tizen_6.5_unifiedINSUN PYO1-1/+1
2021-12-09udev_rules: add ttyHS[0-9]* udev rules for UART deviceINSUN PYO1-1/+1
2021-09-17Apply device nodes permission for new-style gpio and (legacy) uarttizen_6.5.m2_releasesubmit/tizen_6.5/20211028.161801submit/tizen/20210917.104742accepted/tizen/unified/20210920.131400accepted/tizen/6.5/unified/20211028.095416Karol Lewandowski2-1/+7
2021-09-06Fix a pointless check / race conditionsubmit/tizen/20210910.102518accepted/tizen/unified/20210914.053344Michal Bloch1-13/+27
2021-08-22gpio: fix deallocator mismatchYoungjae Cho1-1/+1
2021-08-20gpio: use g_free instead of freesubmit/tizen/20210820.100048accepted/tizen/unified/20210824.123804Adrian Szyndela1-1/+1
2021-08-20gpio: eliminate file descriptor leakAdrian Szyndela1-9/+9
2021-08-12packaging: bump version to 0.3.0submit/tizen/20210813.142813accepted/tizen/unified/20210816.122834Mateusz Majewski1-1/+1
2021-08-12Add RPi4 to testsMichal Bloch5-2/+9
2021-08-12Fix some miscellaneous flaws in the code.Michal Bloch8-24/+23
2021-08-11gpio: switch to new kernel APIAdrian Szyndela4-8/+349
2021-08-11gpio: encapsulate legacy kernel API usageMateusz Majewski5-260/+409
2021-08-11gpio: don't allow direction change if there is poll/callback setAdrian Szyndela1-0/+3
2021-08-11gpio: import new kernel APIMateusz Majewski1-0/+158
2021-07-23uart: allow whitespace in configsubmit/tizen/20210805.103313Adrian Szyndela1-1/+1
2021-07-20Remove GIOMateusz Majewski3-3/+2
2021-07-05test: add performance testsAdrian Szyndela1-0/+31
2021-07-02uart: try to open uart based on uart.inisubmit/tizen/20210705.023617accepted/tizen/unified/20210705.125135Youngjae Cho1-5/+40
2021-07-01pwm: fix potential segfaultYoungjae Cho1-2/+1
2021-06-30Linting: buffer size safetyMichal Bloch1-2/+2
2021-06-30Linting: improve some loop codeMichal Bloch1-20/+20
2021-06-30Linting: storage and const correctnessMichal Bloch3-7/+7
2021-06-30Minor improvements to the udev polling loop.Michal Bloch1-4/+9
2021-06-30Linting: improve variable scopingMichal Bloch7-39/+24
2021-06-30Linting: reduce type repetitionMichal Bloch6-7/+7
2021-06-30Add .gitignoreHyotaek Shim1-0/+3
2021-06-30Remove Conflicts: peripheral-bus to fix MIC errorssubmit/tizen/20210630.020200accepted/tizen/unified/20210630.015242Hyotaek Shim1-1/+1
2021-06-290.2.0: allow direct IO for clients in priv_peripheralio groupsubmit/tizen/20210629.111329submit/tizen/20210629.012223accepted/tizen/unified/20210630.005908Karol Lewandowski3-1/+54
2021-06-28Add API function to open UART device with flagssubmit/tizen/20210629.011533Adrian Szyndela4-8/+50
2021-06-28name magic numbers in poll() callsAdrian Szyndela2-2/+6
2021-06-28refactoring: beautify snprintf formatsAdrian Szyndela6-40/+95
2021-06-28refactoring: extract common udev codeAdrian Szyndela4-227/+159
2021-06-28refactoring: extract common codeAdrian Szyndela8-149/+113
2021-06-25refactoring: extract system_info feature handlingAdrian Szyndela9-183/+88
2021-06-25i2c: extract ioctl setup to separate functionAdrian Szyndela1-81/+30
2021-06-25move and remove private headersAdrian Szyndela9-110/+93
2021-06-25pwm: flatten structure - remove 'interface'Adrian Szyndela3-152/+1
2021-06-25remove gdbus remainingsAdrian Szyndela3-138/+1
2021-06-25pwm: replace gdbus with direct implementationAdrian Szyndela5-197/+321
2021-06-25gpio: flatten structure - remove 'interface'Adrian Szyndela4-343/+243
2021-06-25gpio: replace gdbus with direct implementationAdrian Szyndela6-191/+263
2021-06-25adc: flatten structure - remove 'interface'Adrian Szyndela5-75/+17
2021-06-25adc: replace gdbus with direct implementationAdrian Szyndela4-173/+33
2021-06-25uart: flatten structure - remove 'interface'Adrian Szyndela5-311/+136
2021-06-25uart: replace gdbus with direct implementationAdrian Szyndela4-170/+58
2021-06-25spi: flatten structure - remove 'interface'Adrian Szyndela5-147/+50
2021-06-25spi: replace gdbus with direct implementationAdrian Szyndela4-171/+33
2021-06-25i2c: flatten structure - remove 'interface'Adrian Szyndela4-265/+146
2021-06-25i2c: replace gdbus with direct implementationAdrian Szyndela6-233/+42
2021-06-03Add API function to open i2c device with flagssubmit/tizen/20210607.045229accepted/tizen/unified/20210607.124325Karol Lewandowski5-0/+115