Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-21 | power: max8925: mark expected switch fall-through | Gustavo A. R. Silva | |
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Addresses-Coverity-ID: 201510 ("Missing break in switch") Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com> | |||
2016-08-11 | power: move power supply drivers to power/supply | Sebastian Reichel | |
This moves all power supply drivers from drivers/power/ to drivers/power/supply/. The intention is a cleaner source tree, since drivers/power/ also contains frameworks unrelated to power supply, like adaptive voltage scaling. Signed-off-by: Sebastian Reichel <sre@kernel.org> |