From: Lukasz Majewski <lukma@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v1 0/4] Convert Watchdog related defines to Kconfig
Date: Tue, 6 Feb 2018 21:00:02 +0100 [thread overview]
Message-ID: <20180206200006.2461-1-lukma@denx.de> (raw)
This patch series converts watchdog related configs:
CONFIG_HW_WATCHDOG, CONFIG_IMX_WATCHDOG and CONFIG_WATCHDOG_TIMEOUT_MSECS
to Kconfig.
This is the first step to move iMX Watchdog driver to DM.
Comments and tests are welcome.
"Green" travis CI build:
https://travis-ci.org/lmajewski/u-boot-dfu/builds/338077474
This patch has been applied on top of u-boot/master:
SHA1: a43aebee89acf57b4e22018f401cffc9fef4fd85
Lukasz Majewski (4):
Convert CONFIG_IMX_WATCHDOG to Kconfig and remove HW_WATCHDOG
Convert CONFIG_WATCHDOG_TIMEOUT_MSECS to Kconfig
Convert socfpga: select CONFIG_HW_WATCHDOG support for ARCH_SOCFPGA
Convert CONFIG_HW_WATCHDOG to Kconfig
arch/arm/Kconfig | 1 +
configs/aristainetos2_defconfig | 1 +
configs/aristainetos2b_defconfig | 1 +
configs/aristainetos_defconfig | 1 +
configs/axm_defconfig | 1 +
configs/calimain_defconfig | 1 +
configs/dh_imx6_defconfig | 2 ++
configs/microblaze-generic_defconfig | 1 +
configs/mx53ppd_defconfig | 2 ++
configs/nokia_rx51_defconfig | 1 +
configs/picosam9g45_defconfig | 1 +
configs/smartweb_defconfig | 1 +
configs/taurus_defconfig | 1 +
configs/tqma6s_wru4_mmc_defconfig | 2 ++
configs/ts4800_defconfig | 1 +
configs/warp_defconfig | 2 ++
drivers/watchdog/Kconfig | 14 ++++++++++++++
include/configs/M5475EVB.h | 1 -
include/configs/M5485EVB.h | 1 -
include/configs/aristainetos-common.h | 3 ---
include/configs/calimain.h | 1 -
include/configs/controlcenterd.h | 1 -
include/configs/dh_imx6.h | 5 -----
include/configs/eb_cpu5282.h | 2 --
include/configs/microblaze-generic.h | 1 -
include/configs/mx53ppd.h | 4 ----
include/configs/nokia_rx51.h | 1 -
include/configs/picosam9g45.h | 1 -
include/configs/smartweb.h | 3 ---
include/configs/socfpga_arria10_socdk.h | 2 --
include/configs/socfpga_arria5_socdk.h | 2 --
include/configs/socfpga_common.h | 1 -
include/configs/socfpga_cyclone5_socdk.h | 2 --
include/configs/socfpga_de0_nano_soc.h | 2 --
include/configs/socfpga_de10_nano.h | 2 --
include/configs/socfpga_de1_soc.h | 2 --
include/configs/socfpga_is1.h | 2 --
include/configs/socfpga_mcvevk.h | 2 --
include/configs/socfpga_sockit.h | 2 --
include/configs/socfpga_socrates.h | 2 --
include/configs/socfpga_sr1500.h | 2 --
include/configs/socfpga_vining_fpga.h | 2 --
include/configs/taurus.h | 1 -
include/configs/tqma6_wru4.h | 5 -----
include/configs/ts4800.h | 2 --
include/configs/warp.h | 5 -----
46 files changed, 34 insertions(+), 62 deletions(-)
--
2.11.0
next reply other threads:[~2018-02-06 20:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-06 20:00 Lukasz Majewski [this message]
2018-02-06 20:00 ` [U-Boot] [PATCH v1 1/4] Convert CONFIG_IMX_WATCHDOG to Kconfig and remove HW_WATCHDOG Lukasz Majewski
2018-02-06 20:00 ` [U-Boot] [PATCH v1 2/4] Convert CONFIG_WATCHDOG_TIMEOUT_MSECS to Kconfig Lukasz Majewski
2018-02-07 7:05 ` Calvin Johnson
2018-02-06 20:00 ` [U-Boot] [PATCH v1 3/4] Convert socfpga: select CONFIG_HW_WATCHDOG support for ARCH_SOCFPGA Lukasz Majewski
2018-02-06 20:00 ` [U-Boot] [PATCH v1 4/4] Convert CONFIG_HW_WATCHDOG to Kconfig Lukasz Majewski
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=20180206200006.2461-1-lukma@denx.de \
--to=lukma@denx.de \
--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