pinctrl: move generic functions to the pinctrl_ namespace
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 9 Feb 2012 06:23:28 +0000 (07:23 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 10 Feb 2012 20:33:02 +0000 (21:33 +0100)
commite93bcee00c43e2bd4037291262111016f4c05793
treee69b5f7ffffb36096949eabdc0526173b25f695d
parent28a8d14cc74a0180323d9150c3d3dbf9dd60d55a
pinctrl: move generic functions to the pinctrl_ namespace

Since we want to use the former pinmux handles and mapping tables for
generic control involving both muxing and configuration we begin
refactoring by renaming them from pinmux_* to pinctrl_*.

ChangeLog v1->v2:
- Also rename the PINMUX_* macros in machine.h to PIN_ as indicated
  in the documentation so as to reflect the generic nature of these
  mapping entries from now on.

Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/pinctrl.txt
arch/arm/mach-u300/core.c
drivers/pinctrl/core.c
drivers/pinctrl/core.h
drivers/pinctrl/pinctrl-coh901.c
drivers/pinctrl/pinmux.c
drivers/pinctrl/pinmux.h
include/linux/pinctrl/consumer.h
include/linux/pinctrl/machine.h