index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux: add 'GPIOI' for linux process (#5926)
BIGTREETECH
2022-12-11
2
-3
/
+4
*
linux: use correct gpio bias flags (#5878)
Eric Callahan
2022-11-08
1
-3
/
+3
*
ds18b20: Allow some read errors
functionpointer
2022-06-08
1
-22
/
+33
*
linux: Update i2c.c (#5295)
Blinker73
2022-03-14
1
-1
/
+1
*
linux: Use Unix signals to notify when a timer is pending
Kevin O'Connor
2021-11-02
5
-57
/
+105
*
linux: Support spidev4 through spidev7
Kevin O'Connor
2021-09-15
1
-0
/
+4
*
Revert "linux: Raise an error if configuring a pullup when that is not suppor...
Kevin O'Connor
2021-05-27
1
-3
/
+0
*
linux: Raise an error if configuring a pullup when that is not supported
Kevin O'Connor
2021-04-25
1
-0
/
+3
*
linux: Minor formatting, variable name, and error reporting changes
Kevin O'Connor
2021-04-25
1
-62
/
+53
*
linux: Don't use timer_repeat_until for linux "irq" polling
Kevin O'Connor
2021-04-21
1
-29
/
+9
*
linux: Rework timer_check_periodic() to use ticks
Kevin O'Connor
2021-04-19
3
-14
/
+14
*
linux: Move timer fields into a struct
Kevin O'Connor
2021-04-19
1
-31
/
+37
*
linux: Avoid calling timer_read_time() in timer_dispatch() when not needed
Kevin O'Connor
2021-04-18
1
-3
/
+15
*
linux: Simplify timer dispatch code
Kevin O'Connor
2021-04-18
1
-54
/
+50
*
linux: Fix local timer_repeat_until cache in timer.c
Kevin O'Connor
2021-04-18
1
-1
/
+1
*
ds18b20: Segmentation fault on 64bit Raspberry Pi
Evgeny Chukreev
2021-03-19
1
-1
/
+1
*
ds18b20: new module for 1-wire temperature sensor (#3462)
Alan Lord
2021-02-02
2
-1
/
+276
*
pca9685: Use move queue for pwm updates
Kevin O'Connor
2020-12-04
1
-13
/
+58
*
command: Fix handling of buffer passing in args[] on 64bit mcu
Kevin O'Connor
2020-10-30
1
-0
/
+6
*
linux: Fix spi handling with more than one spi device
Kevin O'Connor
2020-10-25
1
-0
/
+1
*
linux: Set the SPI mode in spidev.c
Kevin O'Connor
2020-07-31
1
-0
/
+5
*
linux: Disable hardware pwm when it is set to zero
Kevin O'Connor
2020-07-20
2
-13
/
+12
*
linux: Wait in timer dispatch for up to 2us
Kevin O'Connor
2020-06-07
1
-2
/
+2
*
linux: Ability to use multiple GPIO chips (#2935)
Lucio Tarantino
2020-06-06
3
-20
/
+48
*
linux: userspace GPIO control
andryblack
2020-05-17
9
-22
/
+186
*
htu21d: Support for HTI21D family sensor on I2C bus (#2803)
Lucio Tarantino
2020-05-03
1
-1
/
+2
*
linux: Adapt servo0 channels for beagleboard kernel 4.14.108-ti (#2746)
Janne Grunau
2020-05-03
1
-12
/
+29
*
linux: change clock frequency
andryblack
2020-05-02
1
-1
/
+1
*
linux: implement i2c
Arksine
2020-01-13
4
-1
/
+112
*
spicmds: Rework spi config commands
Kevin O'Connor
2019-08-06
1
-2
/
+2
*
linux: add support for Linux hardware PWM
Janne Grunau
2019-04-05
6
-4
/
+110
*
linux: Convert SPI to use enumerations
Kevin O'Connor
2019-04-04
1
-1
/
+10
*
linux: Use enumerations for pin mappings
Kevin O'Connor
2019-03-17
1
-0
/
+2
*
command: Always pass a string to the DECL_CONSTANT() macro
Kevin O'Connor
2019-03-17
4
-4
/
+4
*
linux: Add support for bi-directional SPI communication
Ricardo Amezquita
2018-07-24
2
-5
/
+33
*
SPI: introduce spi_prepare function
Grigori Goronzy
2018-07-08
2
-0
/
+6
*
command: Add command_find_and_dispatch() helper
Kevin O'Connor
2018-05-28
1
-3
/
+1
*
command: Add a command_encode_and_frame() helper
Kevin O'Connor
2018-05-28
1
-2
/
+1
*
command: Prefer uint8_t* for buffers; prefer uint8_fast_t for lengths
Kevin O'Connor
2018-05-28
1
-4
/
+4
*
stepper: Introduce and use gpio_out_toggle_noirq()
Kevin O'Connor
2018-05-15
1
-0
/
+1
*
linux: Convert linux SPI code to use the generic spicmds.c code
Kevin O'Connor
2018-05-07
3
-11
/
+38
*
linux: Remove unneeded includes from timer.c
Kevin O'Connor
2017-10-23
1
-2
/
+0
*
linux: Fix typo causing config_reset to not fully restart
Kevin O'Connor
2017-10-15
1
-1
/
+1
*
linux: Open watchdog device after console
Kevin O'Connor
2017-10-15
1
-7
/
+5
*
linux: Make sure to close fd on analog/pca9685 init failure
Kevin O'Connor
2017-10-14
2
-11
/
+17
*
pca9685: Fix missing devices_count increment
Kevin O'Connor
2017-10-13
1
-0
/
+1
*
pca9685: Support default values
Kevin O'Connor
2017-10-12
1
-21
/
+31
*
adccmds: Continue to query analog inputs after a shutdown
Kevin O'Connor
2017-10-12
1
-1
/
+2
*
sched: Don't shutdown on a "timer in the past" if already shutdown
Kevin O'Connor
2017-10-12
1
-3
/
+2
*
pru: Update installation and flash scripts
Kevin O'Connor
2017-09-20
1
-0
/
+4
[next]