From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Ford Date: Mon, 26 Nov 2018 13:12:13 -0600 Subject: [U-Boot] [PATCH v2 01/32] spi: davinci: Full dm conversion In-Reply-To: References: <20181125172853.20491-1-jagan@amarulasolutions.com> <20181125172853.20491-2-jagan@amarulasolutions.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 Mon, Nov 26, 2018 at 12:20 PM Jagan Teki wrote: > > On Mon, Nov 26, 2018 at 7:03 PM Adam Ford wrote: > > > > On Sun, Nov 25, 2018 at 11:29 AM Jagan Teki wrote: > > > > > > davinci_spi now support dt along with platform data, > > > respective boards need to switch into dm for the same. > > > > > > Cc: Adam Ford > > > Cc: Vitaly Andrianov > > > Cc: Stefano Babic > > > Cc: Peter Howard > > > Cc: Tom Rini > > > Signed-off-by: Jagan Teki > > > > > > Jagan, > > > > I tried to apply the entire series against a clean origin/master, but > > it's not applying cleanly. > > Yeah.. I have few patches before. anyway use spi-dm-migrate branch. I had to apply a pending patch [1] to make it work. Scripts/get_maintainer didn't flag you as a CC, but since I have your attention, can you pull in [1]? With that, I can read/write to SPI Flash again. [1] - https://patchwork.ozlabs.org/patch/1000533/ With that other patch applied, go ahead and add Tested-by: Adam Ford #da850_evm