public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jagan Teki <jagan@amarulasolutions.com>
To: u-boot@lists.denx.de
Subject: [PATCH v3 0/4] spi: kirkwood: dm-conversion (part4)
Date: Thu, 18 Jun 2020 23:15:12 +0530	[thread overview]
Message-ID: <20200618174516.239626-1-jagan@amarulasolutions.com> (raw)

Series of kirkwood boards to switch DM_SPI and drop
which are not DM enabled still.

Any inputs?
Jagan.

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

             reply	other threads:[~2020-06-18 17:45 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-18 17:45 Jagan Teki [this message]
2020-06-18 17:45 ` [PATCH v3 1/4] spi: kirkwood: Drop nondm code Jagan Teki
2020-06-18 17:45 ` [PATCH v3 2/4] arm: Remove d2net_v2 board Jagan Teki
2020-06-18 22:02   ` Simon Guinot
2020-06-18 22:25     ` Tom Rini
2020-06-20  0:24       ` Simon Guinot
2020-06-20  0:25         ` Tom Rini
2020-06-24 22:42           ` Simon Guinot
2020-06-18 17:45 ` [PATCH v3 3/4] db-88f6281-bp-nand: Enable DM_SPI/SPI_FLASH Jagan Teki
2020-07-08  6:50   ` Jagan Teki
2020-06-18 17:45 ` [PATCH v3 4/4] arm: Remove netspace_v2 board Jagan Teki
2020-06-20  0:26   ` Simon Guinot
2020-06-19  8:31 ` [PATCH v3 0/4] spi: kirkwood: dm-conversion (part4) Chris Packham
2020-06-25  1:05   ` Chris Packham

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200618174516.239626-1-jagan@amarulasolutions.com \
    --to=jagan@amarulasolutions.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox