Home
last modified time | relevance | path

Searched hist:"72 fa467988e7944407a634ddc4bc6a2df685c04c" (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Datmel_mci.h72fa467988e7944407a634ddc4bc6a2df685c04c Fri Oct 21 12:49:25 UTC 2011 Sven Schnelle <svens@stackframe.org> ATMEL: use generic mmc framework

gen_atmel_mci works on AVR32 as well, so no need to use the legacy
mmc driver. This also has the nice side effect of being able to use
SDHC cards an those boards.

Signed-off-by: Sven Schnelle <svens@stackframe.org>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
H A Dmmc.h72fa467988e7944407a634ddc4bc6a2df685c04c Fri Oct 21 12:49:25 UTC 2011 Sven Schnelle <svens@stackframe.org> ATMEL: use generic mmc framework

gen_atmel_mci works on AVR32 as well, so no need to use the legacy
mmc driver. This also has the nice side effect of being able to use
SDHC cards an those boards.

Signed-off-by: Sven Schnelle <svens@stackframe.org>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
/rk3399_rockchip-uboot/board/egnite/ethernut5/
H A Dethernut5.c77c3d844b0e2617dace78b39433aebe5d219187d Tue Mar 13 05:01:51 UTC 2012 Andreas Bießmann <biessmann@corscience.de> atmel-boards: add missing atmel_mci.h

commit 72fa467988e7944407a634ddc4bc6a2df685c04c moved atmel_mci_init() into
include/atmel_mci.h. Some AT91 boards are also using this interface and need
to include atmel_mci.h now.

This patch fixes MAKEALL complaints like this:

---8<---
Configuring for ethernut5 - Board: ethernut5, Options: AT91SAM9XE
ethernut5.c: In function 'board_mmc_init':
ethernut5.c:235:2: warning: implicit declaration of function 'atmel_mci_init' [-Wimplicit-function-declaration]
--->8---

Signed-off-by: Andreas Bießmann <biessmann@corscience.de>
CC: Albert Aribaud <albert.u.boot@aribaud.net>
CC: Reinhard Meyer <u-boot@emk-elektronik.de>
CC: egnite GmbH <info@egnite.de>