spmi: Rename qpnp library to be part of the spmi framework

It turns out that the only use cases for the qpnp library use
the existing spmi data structures. As such, there's really
no justification for having the library not be called 'spmi'.
There is nothing Qualcomm specific about this code.

Also cleanup some inconsistencies in the Kernel Doc comments
while we're here.

Change-Id: I1c73c88be740b6f5d38ba2de62de1737981b30fa
Signed-off-by: Michael Bohan <mbohan@codeaurora.org>
This commit is contained in:
Michael Bohan
2012-05-23 10:55:22 -07:00
committed by Stephen Boyd
parent 016a8257cc
commit 0f3f74345a
10 changed files with 33 additions and 50 deletions

View File

@@ -10,8 +10,6 @@
* GNU General Public License for more details.
*/
#include <mach/qpnp.h>
#define QPNP_GPIO_DIR_IN 0
#define QPNP_GPIO_DIR_OUT 1
#define QPNP_GPIO_DIR_BOTH 2