From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Thu, 13 Dec 2018 01:55:08 +0530 Subject: [U-Boot] [PATCH 03/16] spi: Add non DM version of SPI_MEM In-Reply-To: <20181212173228.12281-4-vigneshr@ti.com> References: <20181212173228.12281-1-vigneshr@ti.com> <20181212173228.12281-4-vigneshr@ti.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 Wed, Dec 12, 2018 at 11:08 PM Vignesh R wrote: > > Add non DM version of SPI_MEM to support easy migration to new SPI NOR > framework. This can be removed once DM_SPI conversion is complete. Our intention to use new driver to follow dm, why we need to support non-dm? any usecases?