aboutsummaryrefslogtreecommitdiffstats
path: root/src/linux
Commit message (Expand)AuthorAgeFilesLines
* linux: add 'GPIOI' for linux process (#5926)BIGTREETECH2022-12-112-3/+4
* linux: use correct gpio bias flags (#5878)Eric Callahan2022-11-081-3/+3
* ds18b20: Allow some read errorsfunctionpointer2022-06-081-22/+33
* linux: Update i2c.c (#5295)Blinker732022-03-141-1/+1
* linux: Use Unix signals to notify when a timer is pendingKevin O'Connor2021-11-025-57/+105
* linux: Support spidev4 through spidev7Kevin O'Connor2021-09-151-0/+4
* Revert "linux: Raise an error if configuring a pullup when that is not suppor...Kevin O'Connor2021-05-271-3/+0
* linux: Raise an error if configuring a pullup when that is not supportedKevin O'Connor2021-04-251-0/+3
* linux: Minor formatting, variable name, and error reporting changesKevin O'Connor2021-04-251-62/+53
* linux: Don't use timer_repeat_until for linux "irq" pollingKevin O'Connor2021-04-211-29/+9
* linux: Rework timer_check_periodic() to use ticksKevin O'Connor2021-04-193-14/+14
* linux: Move timer fields into a structKevin O'Connor2021-04-191-31/+37
* linux: Avoid calling timer_read_time() in timer_dispatch() when not neededKevin O'Connor2021-04-181-3/+15
* linux: Simplify timer dispatch codeKevin O'Connor2021-04-181-54/+50
* linux: Fix local timer_repeat_until cache in timer.cKevin O'Connor2021-04-181-1/+1
* ds18b20: Segmentation fault on 64bit Raspberry PiEvgeny Chukreev2021-03-191-1/+1
* ds18b20: new module for 1-wire temperature sensor (#3462)Alan Lord2021-02-022-1/+276
* pca9685: Use move queue for pwm updatesKevin O'Connor2020-12-041-13/+58
* command: Fix handling of buffer passing in args[] on 64bit mcuKevin O'Connor2020-10-301-0/+6
* linux: Fix spi handling with more than one spi deviceKevin O'Connor2020-10-251-0/+1
* linux: Set the SPI mode in spidev.cKevin O'Connor2020-07-311-0/+5
* linux: Disable hardware pwm when it is set to zeroKevin O'Connor2020-07-202-13/+12
* linux: Wait in timer dispatch for up to 2usKevin O'Connor2020-06-071-2/+2
* linux: Ability to use multiple GPIO chips (#2935)Lucio Tarantino2020-06-063-20/+48
* linux: userspace GPIO controlandryblack2020-05-179-22/+186
* htu21d: Support for HTI21D family sensor on I2C bus (#2803)Lucio Tarantino2020-05-031-1/+2
* linux: Adapt servo0 channels for beagleboard kernel 4.14.108-ti (#2746)Janne Grunau2020-05-031-12/+29
* linux: change clock frequencyandryblack2020-05-021-1/+1
* linux: implement i2cArksine2020-01-134-1/+112
* spicmds: Rework spi config commandsKevin O'Connor2019-08-061-2/+2
* linux: add support for Linux hardware PWMJanne Grunau2019-04-056-4/+110
* linux: Convert SPI to use enumerationsKevin O'Connor2019-04-041-1/+10
* linux: Use enumerations for pin mappingsKevin O'Connor2019-03-171-0/+2
* command: Always pass a string to the DECL_CONSTANT() macroKevin O'Connor2019-03-174-4/+4
* linux: Add support for bi-directional SPI communicationRicardo Amezquita2018-07-242-5/+33
* SPI: introduce spi_prepare functionGrigori Goronzy2018-07-082-0/+6
* command: Add command_find_and_dispatch() helperKevin O'Connor2018-05-281-3/+1
* command: Add a command_encode_and_frame() helperKevin O'Connor2018-05-281-2/+1
* command: Prefer uint8_t* for buffers; prefer uint8_fast_t for lengthsKevin O'Connor2018-05-281-4/+4
* stepper: Introduce and use gpio_out_toggle_noirq()Kevin O'Connor2018-05-151-0/+1
* linux: Convert linux SPI code to use the generic spicmds.c codeKevin O'Connor2018-05-073-11/+38
* linux: Remove unneeded includes from timer.cKevin O'Connor2017-10-231-2/+0
* linux: Fix typo causing config_reset to not fully restartKevin O'Connor2017-10-151-1/+1
* linux: Open watchdog device after consoleKevin O'Connor2017-10-151-7/+5
* linux: Make sure to close fd on analog/pca9685 init failureKevin O'Connor2017-10-142-11/+17
* pca9685: Fix missing devices_count incrementKevin O'Connor2017-10-131-0/+1
* pca9685: Support default valuesKevin O'Connor2017-10-121-21/+31
* adccmds: Continue to query analog inputs after a shutdownKevin O'Connor2017-10-121-1/+2
* sched: Don't shutdown on a "timer in the past" if already shutdownKevin O'Connor2017-10-121-3/+2
* pru: Update installation and flash scriptsKevin O'Connor2017-09-201-0/+4