Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If we are compatible with "simple-mfd", attempt to attach child nodes. | 2018-03-17 | 1 | -11/+16 | |
| | | | | ok visa@ | ||||
* | Print the name of the device tree node like we do for simplebus(4). | 2017-10-09 | 1 | -1/+8 | |
| | | | | | | This makes it easier to match dmesg output to the device tree. ok patrick@ | ||||
* | Add support for being a regmap provider in syscon(4). So far the driver | 2017-09-19 | 1 | -22/+47 | |
| | | | | | | | | supports being used as a regmap client to reset or power down a machine, so this change implements the other side where we provide the registers to write into. ok kettenis@ | ||||
* | Add syscon(4), a driver that provides reboot/poweroff functionality through | 2017-03-09 | 1 | -0/+119 | |
the generic "regmap" interface. ok patrick@ |