]> git.baikalelectronics.ru Git - kernel.git/commit
msm: gpiomux: Move public API to public header
authorDavid Brown <davidb@codeaurora.org>
Mon, 16 May 2011 20:32:15 +0000 (13:32 -0700)
committerDavid Brown <davidb@codeaurora.org>
Mon, 1 Aug 2011 11:58:00 +0000 (04:58 -0700)
commit8a8d36b73833c6d5ca274b50e25222e7449b8238
treecfa523bf81db0c49e88c7ef4b5fef3c50d775b8d
parenta09c01f39c75d3d289cbe9685179ce8f733881b4
msm: gpiomux: Move public API to public header

The gpiomux.h header contains some SOC ifdefs.  However, the API that
is actually used by the GPIO driver only uses two functions that are
general.  Move these general definitions into a public header file.

Change-Id: Ia5df8af87dba268225598d56908e523bcfc24ef6
Signed-off-by: David Brown <davidb@codeaurora.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
arch/arm/mach-msm/gpio.c
arch/arm/mach-msm/gpiomux.h
arch/arm/mach-msm/include/mach/msm_gpiomux.h [new file with mode: 0644]