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: NKenneth Heitke <kheitke@codeaurora.org> Signed-off-by: NMichael Bohan <mbohan@codeaurora.org> Signed-off-by: NJosh Cartwright <joshc@codeaurora.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Showing
drivers/spmi/Kconfig
0 → 100644
drivers/spmi/Makefile
0 → 100644
drivers/spmi/spmi.c
0 → 100644
include/dt-bindings/spmi/spmi.h
0 → 100644
include/linux/spmi.h
0 → 100644
想要评论请 注册 或 登录