Message ID | 20200527125637.149189-1-jagan@amarulasolutions.com |
---|---|
Headers | show |
Series | spi: dm-conversion (part1) | expand |
Hi Jagan, On Wed, 27 May 2020 at 06:56, Jagan Teki <jagan at amarulasolutions.com> wrote: > > This series dropped nondm code from omap3, enabled > a few boards with DM_SPI, DM_SPI_FLASH and finally > dropped boards which didn't have DM, OF_CONTROL. > > Chages for v2: > - included updates on missing boards which used omap3 spi > - added board maintainers > > Travis-CI: > https://travis-ci.org/github/openedev/u-boot-amarula/builds/691717408 > > Any inputs? Good to see this. Just to mention that there is a tools/rmboard.py script which tries to create commits to remove boards automatically, in case you didn't see it. > Jagan. > > Jagan Teki (23): > configs: igep00x0: Enable DM_SPI > am335x: sl50: Enable DM_SPI > am335x: baltos: Enable DM_SPI > am335x: igep003x: Enable DM_SPI > siemens: draco: Enable DM_SPI, DM_SPI_FLASH > siemens: pxm2: Enable DM_SPI, DM_SPI_FLASH > siemens: rut: Enable DM_SPI, DM_SPI_FLASH > compulab: Drop cm_t54 > compulab: Drop cm_t35 > overo: Drop omap3 overo > pandora: Drop omap3 pandora > logicpd: Drop omap3 zoom1 > quipos: Drop omap3 cairo > gumstix: Drop duovero > ti: Drop panda board > ti: Drop sdp4430 board > ti: Drop omap5 uevm > birdland: Drop bav335x > gumstix: Drop pepper > phytec: Drop pcm051 > silica: Drop pengwyn > spi: omap3: Drop nondm code > doc: driver-model: Update SPI migration status > [..] Regards, Simon
Hi Simon, On Wed, May 27, 2020 at 6:57 PM Simon Glass <sjg at chromium.org> wrote: > > Hi Jagan, > > On Wed, 27 May 2020 at 06:56, Jagan Teki <jagan at amarulasolutions.com> wrote: > > > > This series dropped nondm code from omap3, enabled > > a few boards with DM_SPI, DM_SPI_FLASH and finally > > dropped boards which didn't have DM, OF_CONTROL. > > > > Chages for v2: > > - included updates on missing boards which used omap3 spi > > - added board maintainers > > > > Travis-CI: > > https://travis-ci.org/github/openedev/u-boot-amarula/builds/691717408 > > > > Any inputs? > > Good to see this. > > Just to mention that there is a tools/rmboard.py script which tries to > create commits to remove boards automatically, in case you didn't see > it. I have seen it after doing all this. Will use it for rest, but it is editing the commit message as DM_MMC, I hope I can rephase it as DM_SPI? Jagan.
Hi Jagan On Wed, 27 May 2020 at 09:55, Jagan Teki <jagan at amarulasolutions.com> wrote: > > Hi Simon, > > On Wed, May 27, 2020 at 6:57 PM Simon Glass <sjg at chromium.org> wrote: > > > > Hi Jagan, > > > > On Wed, 27 May 2020 at 06:56, Jagan Teki <jagan at amarulasolutions.com> wrote: > > > > > > This series dropped nondm code from omap3, enabled > > > a few boards with DM_SPI, DM_SPI_FLASH and finally > > > dropped boards which didn't have DM, OF_CONTROL. > > > > > > Chages for v2: > > > - included updates on missing boards which used omap3 spi > > > - added board maintainers > > > > > > Travis-CI: > > > https://travis-ci.org/github/openedev/u-boot-amarula/builds/691717408 > > > > > > Any inputs? > > > > Good to see this. > > > > Just to mention that there is a tools/rmboard.py script which tries to > > create commits to remove boards automatically, in case you didn't see > > it. > > I have seen it after doing all this. Will use it for rest, but it is > editing the commit message as DM_MMC, I hope I can rephase it as > DM_SPI? > You can certainly change the commit messages. Regards, Simon