All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] mmc: add missing prototype for mmc_get_env_dev
@ 2016-01-26 15:20 Clemens Gruber
  2016-01-26 22:45 ` Tom Rini
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Clemens Gruber @ 2016-01-26 15:20 UTC (permalink / raw)
  To: u-boot

This is a follow-up patch to e92029c0f4 and adds a prototype for
the weak mmc_get_env_dev function.

Cc: Tom Rini <trini@konsulko.com>
Cc: Stephen Warren <swarren@nvidia.com>

Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
---
 include/mmc.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/mmc.h b/include/mmc.h
index 465daeb..d652c14 100644
--- a/include/mmc.h
+++ b/include/mmc.h
@@ -479,6 +479,7 @@ void board_mmc_power_init(void);
 int board_mmc_init(bd_t *bis);
 int cpu_mmc_init(bd_t *bis);
 int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr);
+int mmc_get_env_dev(void);
 
 struct pci_device_id;
 
-- 
2.7.0

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

* [U-Boot] [PATCH] mmc: add missing prototype for mmc_get_env_dev
  2016-01-26 15:20 [U-Boot] [PATCH] mmc: add missing prototype for mmc_get_env_dev Clemens Gruber
@ 2016-01-26 22:45 ` Tom Rini
  2016-01-27  1:53 ` Peng Fan
  2016-02-02  1:57 ` [U-Boot] " Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2016-01-26 22:45 UTC (permalink / raw)
  To: u-boot

On Tue, Jan 26, 2016 at 04:20:38PM +0100, Clemens Gruber wrote:

> This is a follow-up patch to e92029c0f4 and adds a prototype for
> the weak mmc_get_env_dev function.
> 
> Cc: Tom Rini <trini@konsulko.com>
> Cc: Stephen Warren <swarren@nvidia.com>
> 
> Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>

Reviewed-by: Tom Rini <trini@konsulko.com>

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160126/30645467/attachment.sig>

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

* [U-Boot] [PATCH] mmc: add missing prototype for mmc_get_env_dev
  2016-01-26 15:20 [U-Boot] [PATCH] mmc: add missing prototype for mmc_get_env_dev Clemens Gruber
  2016-01-26 22:45 ` Tom Rini
@ 2016-01-27  1:53 ` Peng Fan
  2016-02-02  1:57 ` [U-Boot] " Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Peng Fan @ 2016-01-27  1:53 UTC (permalink / raw)
  To: u-boot

On Tue, Jan 26, 2016 at 04:20:38PM +0100, Clemens Gruber wrote:
>This is a follow-up patch to e92029c0f4 and adds a prototype for
>the weak mmc_get_env_dev function.
>
>Cc: Tom Rini <trini@konsulko.com>
>Cc: Stephen Warren <swarren@nvidia.com>
>
>Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
>---
> include/mmc.h | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/include/mmc.h b/include/mmc.h
>index 465daeb..d652c14 100644
>--- a/include/mmc.h
>+++ b/include/mmc.h
>@@ -479,6 +479,7 @@ void board_mmc_power_init(void);
> int board_mmc_init(bd_t *bis);
> int cpu_mmc_init(bd_t *bis);
> int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr);
>+int mmc_get_env_dev(void);
> 
> struct pci_device_id;

Reviewed-by: Peng Fan <peng.fan@nxp.com>

> 
>-- 
>2.7.0
>
>_______________________________________________
>U-Boot mailing list
>U-Boot at lists.denx.de
>http://lists.denx.de/mailman/listinfo/u-boot

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

* [U-Boot] mmc: add missing prototype for mmc_get_env_dev
  2016-01-26 15:20 [U-Boot] [PATCH] mmc: add missing prototype for mmc_get_env_dev Clemens Gruber
  2016-01-26 22:45 ` Tom Rini
  2016-01-27  1:53 ` Peng Fan
@ 2016-02-02  1:57 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2016-02-02  1:57 UTC (permalink / raw)
  To: u-boot

On Tue, Jan 26, 2016 at 04:20:38PM +0100, Clemens Gruber wrote:

> This is a follow-up patch to e92029c0f4 and adds a prototype for
> the weak mmc_get_env_dev function.
> 
> Cc: Tom Rini <trini@konsulko.com>
> Cc: Stephen Warren <swarren@nvidia.com>
> 
> Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>
> Reviewed-by: Peng Fan <peng.fan@nxp.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160201/2d41bf32/attachment.sig>

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

end of thread, other threads:[~2016-02-02  1:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-26 15:20 [U-Boot] [PATCH] mmc: add missing prototype for mmc_get_env_dev Clemens Gruber
2016-01-26 22:45 ` Tom Rini
2016-01-27  1:53 ` Peng Fan
2016-02-02  1:57 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.