All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Agner <stefan@agner.ch>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/4] arm: imx: convert MX23/28 and MXS NAND to Kconfig
Date: Tue,  6 Feb 2018 09:44:33 +0100	[thread overview]
Message-ID: <20180206084437.3488-1-stefan@agner.ch> (raw)

From: Stefan Agner <stefan.agner@toradex.com>

This converts i.MX23/28 to Kconfig. This helps to properly
add dependencies for GPMI NAND (NAND_MXS) configs.
Patch 4 is from a previous patchset "mtd: nand: mxs_nand:
improve ECC support".

--
Stefan

Changes in v2:
- Move to arch/arm/mach-imx/mxs/Kconfig
- Fix SoC name
- Move to arch/arm/mach-imx/mxs/Kconfig

Stefan Agner (4):
  arm: imx: mx23: Move MX23 selection to Kconfig
  arm: imx: mx28: Move MX28 selection to Kconfig
  spl: use ARCH_MX23/28 to specify SPL_LDSCRIPT
  Convert CONFIG_NAND_MXS to Kconfig

 arch/arm/Kconfig                        | 89 ++++++---------------------------
 arch/arm/mach-imx/mxs/Kconfig           | 78 +++++++++++++++++++++++++++++
 configs/apx4devkit_defconfig            |  6 ++-
 configs/aristainetos2_defconfig         |  3 +-
 configs/aristainetos2b_defconfig        |  3 +-
 configs/aristainetos_defconfig          |  3 +-
 configs/bg0900_defconfig                |  6 ++-
 configs/cm_fx6_defconfig                | 11 +---
 configs/colibri_imx7_defconfig          |  3 +-
 configs/gwventana_nand_defconfig        |  3 +-
 configs/m28evk_defconfig                |  6 ++-
 configs/mx23_olinuxino_defconfig        |  3 +-
 configs/mx23evk_defconfig               |  3 +-
 configs/mx28evk_auart_console_defconfig |  6 ++-
 configs/mx28evk_defconfig               |  6 ++-
 configs/mx28evk_nand_defconfig          |  6 ++-
 configs/mx28evk_spi_defconfig           |  6 ++-
 configs/mx6sabreauto_defconfig          |  3 +-
 configs/mx6sxsabreauto_defconfig        |  3 +-
 configs/pcm058_defconfig                |  3 +-
 configs/pfla02_defconfig                |  3 ++
 configs/platinum_picon_defconfig        |  3 +-
 configs/platinum_titanium_defconfig     |  3 +-
 configs/sansa_fuze_plus_defconfig       |  1 +
 configs/sc_sps_1_defconfig              |  3 +-
 configs/titanium_defconfig              |  3 +-
 configs/ts4600_defconfig                |  3 +-
 configs/xfi3_defconfig                  |  3 +-
 drivers/mtd/nand/Kconfig                |  2 +-
 include/configs/apx4devkit.h            |  1 -
 include/configs/aristainetos-common.h   |  1 -
 include/configs/bg0900.h                |  3 --
 include/configs/cm_fx6.h                |  1 -
 include/configs/colibri_imx7.h          |  2 -
 include/configs/gw_ventana.h            |  1 -
 include/configs/m28evk.h                |  1 -
 include/configs/mx23_olinuxino.h        |  1 -
 include/configs/mx23evk.h               |  1 -
 include/configs/mx28evk.h               |  1 -
 include/configs/mx6sabreauto.h          |  1 -
 include/configs/mx6sxsabreauto.h        |  1 -
 include/configs/mxs.h                   |  1 -
 include/configs/pcm058.h                |  1 -
 include/configs/pfla02.h                |  1 -
 include/configs/platinum.h              |  1 -
 include/configs/sansa_fuze_plus.h       |  3 --
 include/configs/sc_sps_1.h              |  1 -
 include/configs/titanium.h              |  1 -
 include/configs/ts4600.h                |  3 --
 include/configs/xfi3.h                  |  3 --
 scripts/config_whitelist.txt            |  2 -
 51 files changed, 160 insertions(+), 146 deletions(-)
 create mode 100644 arch/arm/mach-imx/mxs/Kconfig

-- 
2.16.1

             reply	other threads:[~2018-02-06  8:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-06  8:44 Stefan Agner [this message]
2018-02-06  8:44 ` [U-Boot] [PATCH v2 1/4] arm: imx: mx23: Move MX23 selection to Kconfig Stefan Agner
2018-02-08 18:27   ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-02-06  8:44 ` [U-Boot] [PATCH v2 2/4] arm: imx: mx28: Move MX28 " Stefan Agner
2018-02-08 18:27   ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-02-06  8:44 ` [U-Boot] [PATCH v2 3/4] spl: use ARCH_MX23/28 to specify SPL_LDSCRIPT Stefan Agner
2018-02-08 18:27   ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-02-06  8:44 ` [U-Boot] [PATCH v2 4/4] Convert CONFIG_NAND_MXS to Kconfig Stefan Agner
2018-02-08 18:27   ` [U-Boot] [U-Boot,v2,4/4] " Tom Rini

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=20180206084437.3488-1-stefan@agner.ch \
    --to=stefan@agner.ch \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.