pinctrl: delete raw device pointers in pinmux maps
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 1 Feb 2012 17:02:47 +0000 (18:02 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 1 Feb 2012 18:42:35 +0000 (19:42 +0100)
commit9dfac4fd7f8cdcdf734dff2ccc7ca467f53f1cfd
tree6a9ee37b2aac4b288c85387d83310e5f9cd9108e
parent8dc6ae4d448758a30cf5fa822d6fe6f4e15a04c6
pinctrl: delete raw device pointers in pinmux maps

After discussion with Mark Brown in an unrelated thread about
ADC lookups, it came to my knowledge that the ability to pass
a struct device * in the regulator consumers is just a
historical artifact, and not really recommended. Since there
are no in-kernel users of these pointers, we just kill them
right now, before someone starts to use them.

Reviewed-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/pinctrl.txt
drivers/pinctrl/core.c
drivers/pinctrl/core.h
drivers/pinctrl/pinconf.c
drivers/pinctrl/pinmux.c
include/linux/pinctrl/machine.h