summaryrefslogtreecommitdiff
path: root/proc.c
AgeCommit message (Collapse)AuthorFilesLines
2013-06-04proc: move out process specific management functionsDaniel Borkmann1-0/+66
Move them out of xutils, so that we can maintain them separately. Also simplify things a bit. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
lt;ldewangan@nvidia.com>2016-02-24 14:44:07 +0530 committerLinus Walleij <linus.walleij@linaro.org>2016-04-21 00:02:39 +0200 commit699097a9b8aeb7ae819dd8fefb7863799cbde98e (patch) treead98fa30b12e7ad7363eb96714947bca75d3e7fd parente649f7ec8c5f776dd7e9fbeb18ca5f4e8ce85922 (diff)
pinctrl: mvebu: Use devm_pinctrl_register() for pinctrl registration
Use devm_pinctrl_register() for pin control registration and remove need of .remove callback. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Hongzhou Yang <hongzhou.yang@mediatek.com> Cc: Fabian Frederick <fabf@skynet.be> Cc: Andrew Andrianov <andrew@ncrmnt.org> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat