public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] power/pmic.h: Add prototype for power_init_board.
@ 2014-06-23 20:06 Tom Rini
  2014-06-23 20:06 ` [U-Boot] [PATCH 2/2] tps65218/am43xx_evm: Add power framework support to TPS65218 Tom Rini
  2014-07-26  1:25 ` [U-Boot] [U-Boot, 1/2] power/pmic.h: Add prototype for power_init_board Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Tom Rini @ 2014-06-23 20:06 UTC (permalink / raw)
  To: u-boot

As this is a weak function that we may override, provide a prototype for
it.

Cc: ?ukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Tom Rini <trini@ti.com>
---
 include/power/pmic.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/power/pmic.h b/include/power/pmic.h
index a62e6c9..afbc5aa 100644
--- a/include/power/pmic.h
+++ b/include/power/pmic.h
@@ -79,6 +79,7 @@ struct pmic {
 };
 
 int pmic_init(unsigned char bus);
+int power_init_board(void);
 int pmic_dialog_init(unsigned char bus);
 int check_reg(struct pmic *p, u32 reg);
 struct pmic *pmic_alloc(void);
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-07-26  1:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-23 20:06 [U-Boot] [PATCH 1/2] power/pmic.h: Add prototype for power_init_board Tom Rini
2014-06-23 20:06 ` [U-Boot] [PATCH 2/2] tps65218/am43xx_evm: Add power framework support to TPS65218 Tom Rini
2014-07-26  1:25   ` [U-Boot] [U-Boot, " Tom Rini
2014-07-26  1:25 ` [U-Boot] [U-Boot, 1/2] power/pmic.h: Add prototype for power_init_board Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox