2018-04-17 14:36 GMT+02:00 Bartosz Golaszewski <bgolaszew...@baylibre.com>: > 2018-04-17 12:53 GMT+02:00 Sekhar Nori <nsek...@ti.com>: >> Hi Bartosz, >> >> On Tuesday 17 April 2018 03:59 PM, Bartosz Golaszewski wrote: >>> From: Bartosz Golaszewski <bgolaszew...@baylibre.com> >>> >>> This is the first part of changes required to remove duplicate aemif >>> support from mach-davinci. >>> >>> I actually noticed that one of my previous changes from 2017 broke nand >>> in legacy mode - the clock lookup no longer works. This series addresses >>> it as well. >>> >>> First patch just uses a static string for the ti-aemif driver name. >>> >>> The second adds support for board files to the aemif driver. >>> >>> Last two add nand support to da850-lcdk in legacy mode and make >>> da850-evm use the platform driver instead of the mach-specific one. >>> >>> If these patches get accepted, I'll prepere a follow-up moving all >>> other boards to the new platform driver. >>> >>> This series applies on top of v8 of David Lechner's CCF series. >> >> Are there any patches in the series that can safely be applied to v4.17-rc1? >> >> Thanks, >> Sekhar > > Hi Sekhar, > > yes, all of them. They're not linked to David's work in any way. > > Bart
Oops, -ETOOFAST, I rebased it on top of David's v9, let me check how it works with mainline - it should be mostly fine. Bart