[Pull u-boot-mmc] Please pull mmc-2020-6-15

Tom Rini trini at konsulko.com
Mon Jun 15 21:55:34 CEST 2020


On Mon, Jun 15, 2020 at 07:29:18AM +0000, Peng Fan wrote:

> Hi Tom,
> 
> Please pull u-boot-mmc mmc-2020-6-15
> 

Applied to u-boot/master, thanks!

But please note, checkpatch notes that some places you use:
#ifdef CONFIG_FSL_ESDHC_33V_IO_RELIABILITY_WORKAROUND
could be using
if (IS_ENABLED(CONFIG_...))
and looking over the code, inside fsl_esdhc_probe() could be.  So a
general clean-up of the driver to use IS_ENABLED() when possible would
be a good thing to get on the TODO list there.  Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200615/ca92c169/attachment.sig>


More information about the U-Boot mailing list