]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cmd: add support for Qualcomm SPMI bus access
authorLothar Waßmann <LW@KARO-electronics.de>
Mon, 13 Mar 2017 15:03:57 +0000 (16:03 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 14 Mar 2017 16:38:50 +0000 (17:38 +0100)
commit05a06bc85efddde9c6d114ff120c6ecfd9dee2a9
treeb1becc2c0a3c796236b79d38362f683c2caea954
parentfd58157dbbeca12fc2a81240b580329a6fb7effb
cmd: add support for Qualcomm SPMI bus access

This patch adds an 'spmi' command for low level access to the SPMI bus
similar to the 'i2c' command from which it was inspired.
cmd/Kconfig
cmd/Makefile
cmd/spmi.c [new file with mode: 0644]