
-----Original Message----- From: U-Boot u-boot-bounces@lists.denx.de On Behalf Of Zhiqiang Hou Sent: Thursday, June 4, 2020 8:47 PM To: u-boot@lists.denx.de; Priyanka Jain priyanka.jain@nxp.com; Shengzhou Liu shengzhou.liu@nxp.com; jagan@amarulasolutions.com; sjg@chromium.org; Biwen Li biwen.li@nxp.com; bmeng.cn@gmail.com Cc: Jiafei Pan jiafei.pan@nxp.com; Chuanhua Han chuanhua.han@nxp.com; Xiaowei Bao xiaowei.bao@nxp.com; Z.q. Hou zhiqiang.hou@nxp.com Subject: [PATCHv3 01/36] dm: spi: Convert Freescale ESPI driver to driver model
From: Chuanhua Han chuanhua.han@nxp.com
Modify the Freescale ESPI driver to support the driver model. Also resolved the following problems:
===================== WARNING ====================== This board does not use CONFIG_DM_SPI. Please update the board before v2019.04 for no dm conversion and v2019.07 for partially dm converted drivers. Failure to update can lead to driver/board removal See doc/driver- model/MIGRATION.txt for more info. ==================================================== ===================== WARNING ====================== This board does not use CONFIG_DM_SPI_FLASH. Please update the board to use CONFIG_SPI_FLASH before the v2019.07 release. Failure to update by the deadline may result in board removal. See doc/driver-model/MIGRATION.txt for more info. ====================================================
Signed-off-by: Chuanhua Han chuanhua.han@nxp.com Signed-off-by: Xiaowei Bao xiaowei.bao@nxp.com Signed-off-by: Hou Zhiqiang Zhiqiang.Hou@nxp.com
<snip>
Some PowerPC platforms are now removed. Kindly rebase the series on top of master branch of git://git.denx.de/u-boot.git
Regards Priyanka