From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 22 Apr 2015 11:09:43 -0600 Subject: [U-Boot] [PATCH v4 06/16] dm: pmic: add pmic command In-Reply-To: References: <1427229051-20170-1-git-send-email-p.marczak@samsung.com> <1429553273-6453-1-git-send-email-p.marczak@samsung.com> <1429553273-6453-7-git-send-email-p.marczak@samsung.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 22 April 2015 at 10:30, Simon Glass wrote: > On 20 April 2015 at 12:07, Przemyslaw Marczak wrote: >> This is new command for the PMIC devices based on driver model PMIC API. >> Command features are unchanged: >> - list UCLASS pmic devices >> - show or [set] operating pmic device (NEW) >> - dump registers >> - read byte of register at address >> - write byte to register at address >> >> The only one change for this command is 'dev' subcommand. >> >> Signed-off-by: Przemyslaw Marczak >> --- >> Changes v3: >> - new file >> - add Kconfig >> >> Changes V4: >> - common/cmd_pmic.c: cleanup >> - move config name: CONFIG_DM_PMIC_CMD to CONFIG_CMD_PMIC >> --- >> common/Kconfig | 14 ++++ >> common/Makefile | 3 + >> common/cmd_pmic.c | 231 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> 3 files changed, 248 insertions(+) >> create mode 100644 common/cmd_pmic.c > > Acked-by: Simon Glass Applied to u-boot-dm/next, thanks!