From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Sat, 13 Jun 2020 18:01:30 +0530 Subject: [PATCHv3 01/36] dm: spi: Convert Freescale ESPI driver to driver model In-Reply-To: <20200604151705.7582-2-Zhiqiang.Hou@nxp.com> References: <20200604151705.7582-1-Zhiqiang.Hou@nxp.com> <20200604151705.7582-2-Zhiqiang.Hou@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Jun 4, 2020 at 8:52 PM Zhiqiang Hou wrote: > > From: Chuanhua Han > > 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 > Signed-off-by: Xiaowei Bao > Signed-off-by: Hou Zhiqiang > --- Applied to u-boot-spi/master