Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mvebu: puzzle-mcu: improve led driver | Daniel Golle | 2022-01-01 | 1 | -51/+75 |
| | | | | | | | | | Set blinking mode using scheduled work instead of blocking which may result in deadlocks. Add dynamic kprintf debugging hexdumps of all MCU rx and tx. Signed-off-by: Daniel Golle <daniel@makrotopia.org> (cherry picked from commit 7e4c1cca8a137ca4fe5132b8c058e52ba82defac) | ||||
* | mvebu: puzzle-m902: add driver for MCU driving LEDs, fan and buzzer | Daniel Golle | 2022-01-01 | 1 | -0/+247 |
Backport MFD driver for communicating with the on-board MCU found on IEI World Puzzle appliances. Improve the driver to support multiple LEDs, apply a default state and let MCU take care of blinking if timing is within supported range. Wire up LEDs and fan for Puzzle M902 in device tree. Signed-off-by: Daniel Golle <daniel@makrotopia.org> (cherry picked from commit f0c0b18234418c6ed6d35fcf1c6e5b0cbdceed49 with commit 962c58558010bd302793ac24284c4f9db8fe287f squashed) |