]> rtime.felk.cvut.cz Git - linux-imx.git/commit
SSBI: Remove MSM_ prefix from SSBI drivers
authorDavid Brown <davidb@codeaurora.org>
Tue, 12 Mar 2013 18:41:54 +0000 (11:41 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Mar 2013 17:39:40 +0000 (10:39 -0700)
commitce44bf5b5544cbe6358abb01f039361a99b80901
treed50ca57efbfa4245d32d2206e42546d02cb2c3cd
parent37799ef4fa95ceec09b5c214fb281c6e6acddf5b
SSBI: Remove MSM_ prefix from SSBI drivers

Although the SSBI sub is currently only used on MSM SoCs, it is still
a bus in its own right.  Remove this msm_ prefix from the driver and
it's symbols.  Clients can now refer directly to ssbi_write() and
ssbi_read().

Signed-off-by: David Brown <davidb@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/Makefile
drivers/mfd/Kconfig
drivers/mfd/pm8921-core.c
drivers/ssbi/Kconfig
drivers/ssbi/Makefile
drivers/ssbi/ssbi.c
include/linux/ssbi.h [moved from include/linux/msm_ssbi.h with 67% similarity]