]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
spmi: Linux driver framework for SPMI
authorKenneth Heitke <kheitke@codeaurora.org>
Wed, 12 Feb 2014 19:44:22 +0000 (13:44 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 15 Feb 2014 19:55:28 +0000 (11:55 -0800)
commit5a86bf343976b9c8ab2f240bc866451fa67e5573
tree26868658105a10869ca43d9eaf72098674eeb458
parenta2a720e15f59be60c7ae1c58b5b4ac1003dd5078
spmi: Linux driver framework for SPMI

System Power Management Interface (SPMI) is a specification
developed by the MIPI (Mobile Industry Process Interface) Alliance
optimized for the real time control of Power Management ICs (PMIC).

SPMI is a two-wire serial interface that supports up to 4 master
devices and up to 16 logical slaves.

The framework supports message APIs, multiple busses (1 controller
per bus) and multiple clients/slave devices per controller.

Signed-off-by: Kenneth Heitke <kheitke@codeaurora.org>
Signed-off-by: Michael Bohan <mbohan@codeaurora.org>
Signed-off-by: Josh Cartwright <joshc@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/Kconfig
drivers/Makefile
drivers/spmi/Kconfig [new file with mode: 0644]
drivers/spmi/Makefile [new file with mode: 0644]
drivers/spmi/spmi.c [new file with mode: 0644]
include/dt-bindings/spmi/spmi.h [new file with mode: 0644]
include/linux/mod_devicetable.h
include/linux/spmi.h [new file with mode: 0644]