From: Baruch Siach <baruch@tkos.co.il>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/6] mx6cuboxi: Add support for SOMs with eMMC
Date: Mon, 11 Jun 2018 15:26:17 +0300 [thread overview]
Message-ID: <cover.1528719594.git.baruch@tkos.co.il> (raw)
The newer rev 1.5 of the SolidRun i.MX6 SOM can optionally come with eMMC on
the SOM. This series adds support for the eMMC device on these SOMs.
Since eMMC has card detect signal this series uses the new mmc_get_op_cond()
function that is broken out of mmc_init_start(). Successful completion of
mmc_get_op_cond() indicates that the eMMC is present.
Finally, the last patch in this series constructs the name of the kernel
device tree to load. This name is compatible with recent mainline kernels.
This series depends on the patches adding support for SOM rev 1.5 that were
posted earlier:
https://patchwork.ozlabs.org/patch/926302/
https://patchwork.ozlabs.org/patch/926301/
Baruch Siach (2):
mmc: drop mention of IN_PROGRESS status
mx6cuboxi: drop CONFIG_SYS_FSL_USDHC_NUM
Jon Nettleton (4):
mmc: break out get_op_cond code to its own function
mx6cuboxi: Add support for eMMC booting
mx6cuboxi: Use mmc_get_op_cond() to check for an eMMC
mx6cuboxi: Add emmc device tree suffix
board/solidrun/mx6cuboxi/mx6cuboxi.c | 115 +++++++++++++++++++++++++--
drivers/mmc/mmc.c | 61 ++++++++------
include/configs/mx6cuboxi.h | 25 +++---
include/mmc.h | 12 ++-
4 files changed, 167 insertions(+), 46 deletions(-)
--
2.17.1
next reply other threads:[~2018-06-11 12:26 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-11 12:26 Baruch Siach [this message]
2018-06-11 12:26 ` [U-Boot] [PATCH 1/6] mmc: drop mention of IN_PROGRESS status Baruch Siach
2018-06-11 12:26 ` [U-Boot] [PATCH 2/6] mmc: break out get_op_cond code to its own function Baruch Siach
2018-06-27 7:59 ` Stefano Babic
2018-06-11 12:26 ` [U-Boot] [PATCH 3/6] mx6cuboxi: Add support for eMMC booting Baruch Siach
2018-06-11 12:26 ` [U-Boot] [PATCH 4/6] mx6cuboxi: drop CONFIG_SYS_FSL_USDHC_NUM Baruch Siach
2018-06-11 12:26 ` [U-Boot] [PATCH 5/6] mx6cuboxi: Use mmc_get_op_cond() to check for an eMMC Baruch Siach
2018-06-11 12:26 ` [U-Boot] [PATCH 6/6] mx6cuboxi: Add emmc device tree suffix Baruch Siach
2018-07-23 9:25 ` [U-Boot] [PATCH 0/6] mx6cuboxi: Add support for SOMs with eMMC Stefano Babic
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1528719594.git.baruch@tkos.co.il \
--to=baruch@tkos.co.il \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox