Message ID | 20200618174516.239626-1-jagan@amarulasolutions.com |
---|---|
Headers | show |
Series |
|
Related | show |
Hi Jagan, On Fri, 19 Jun 2020, 5:45 AM Jagan Teki, <jagan@amarulasolutions.com> wrote: > Series of kirkwood boards to switch DM_SPI and drop > which are not DM enabled still. > > Any inputs? > Jagan. > I had a quick glance over the series and it looks good to me. I'm fortunate enough to be able to get into the office so I'll try and give this a spin on the kirkwood board I have on Monday. Bhargav Shah (1): > spi: kirkwood: Drop nondm code > > Jagan Teki (3): > arm: Remove d2net_v2 board > db-88f6281-bp-nand: Enable DM_SPI/SPI_FLASH > arm: Remove netspace_v2 board > > arch/arm/mach-kirkwood/Kconfig | 8 - > board/LaCie/net2big_v2/Kconfig | 12 - > board/LaCie/net2big_v2/MAINTAINERS | 7 - > board/LaCie/net2big_v2/Makefile | 13 -- > board/LaCie/net2big_v2/kwbimage.cfg | 149 ------------- > board/LaCie/net2big_v2/net2big_v2.c | 257 ---------------------- > board/LaCie/net2big_v2/net2big_v2.h | 28 --- > board/LaCie/netspace_v2/Kconfig | 12 - > board/LaCie/netspace_v2/MAINTAINERS | 14 -- > board/LaCie/netspace_v2/Makefile | 10 - > board/LaCie/netspace_v2/kwbimage-is2.cfg | 149 ------------- > board/LaCie/netspace_v2/kwbimage-ns2l.cfg | 149 ------------- > board/LaCie/netspace_v2/kwbimage.cfg | 149 ------------- > board/LaCie/netspace_v2/netspace_v2.c | 120 ---------- > board/LaCie/netspace_v2/netspace_v2.h | 22 -- > configs/d2net_v2_defconfig | 53 ----- > configs/db-88f6281-bp-nand_defconfig | 4 +- > configs/inetspace_v2_defconfig | 53 ----- > configs/net2big_v2_defconfig | 53 ----- > configs/netspace_lite_v2_defconfig | 53 ----- > configs/netspace_max_v2_defconfig | 53 ----- > configs/netspace_mini_v2_defconfig | 48 ---- > configs/netspace_v2_defconfig | 53 ----- > drivers/spi/Kconfig | 12 +- > drivers/spi/kirkwood_spi.c | 136 ++---------- > include/configs/lacie_kw.h | 152 ------------- > scripts/config_whitelist.txt | 1 - > 27 files changed, 21 insertions(+), 1749 deletions(-) > delete mode 100644 board/LaCie/net2big_v2/Kconfig > delete mode 100644 board/LaCie/net2big_v2/MAINTAINERS > delete mode 100644 board/LaCie/net2big_v2/Makefile > delete mode 100644 board/LaCie/net2big_v2/kwbimage.cfg > delete mode 100644 board/LaCie/net2big_v2/net2big_v2.c > delete mode 100644 board/LaCie/net2big_v2/net2big_v2.h > delete mode 100644 board/LaCie/netspace_v2/Kconfig > delete mode 100644 board/LaCie/netspace_v2/MAINTAINERS > delete mode 100644 board/LaCie/netspace_v2/Makefile > delete mode 100644 board/LaCie/netspace_v2/kwbimage-is2.cfg > delete mode 100644 board/LaCie/netspace_v2/kwbimage-ns2l.cfg > delete mode 100644 board/LaCie/netspace_v2/kwbimage.cfg > delete mode 100644 board/LaCie/netspace_v2/netspace_v2.c > delete mode 100644 board/LaCie/netspace_v2/netspace_v2.h > delete mode 100644 configs/d2net_v2_defconfig > delete mode 100644 configs/inetspace_v2_defconfig > delete mode 100644 configs/net2big_v2_defconfig > delete mode 100644 configs/netspace_lite_v2_defconfig > delete mode 100644 configs/netspace_max_v2_defconfig > delete mode 100644 configs/netspace_mini_v2_defconfig > delete mode 100644 configs/netspace_v2_defconfig > delete mode 100644 include/configs/lacie_kw.h > > -- > 2.25.1 > >
On Fri, Jun 19, 2020 at 8:31 PM Chris Packham <judge.packham@gmail.com> wrote: > > Hi Jagan, > > On Fri, 19 Jun 2020, 5:45 AM Jagan Teki, <jagan@amarulasolutions.com> wrote: >> >> Series of kirkwood boards to switch DM_SPI and drop >> which are not DM enabled still. >> >> Any inputs? >> Jagan. > > > I had a quick glance over the series and it looks good to me. > > I'm fortunate enough to be able to get into the office so I'll try and give this a spin on the kirkwood board I have on Monday. > Tooks a bit longer to dust off the kirkwood board than I expected. For this series Tested-by: Chris Packham <judge.packham@gmail.com>