public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/4] Convert Watchdog related defines to Kconfig
@ 2018-02-09 22:14 Lukasz Majewski
  2018-02-09 22:14 ` [U-Boot] [PATCH v2 1/4] Convert CONFIG_IMX_WATCHDOG to Kconfig and remove HW_WATCHDOG Lukasz Majewski
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Lukasz Majewski @ 2018-02-09 22:14 UTC (permalink / raw)
  To: u-boot

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

Changes in v2:
- None
- Correct "mili" to "milli" seconds
- None
- None

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2018-02-13  6:26 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-09 22:14 [U-Boot] [PATCH v2 0/4] Convert Watchdog related defines to Kconfig Lukasz Majewski
2018-02-09 22:14 ` [U-Boot] [PATCH v2 1/4] Convert CONFIG_IMX_WATCHDOG to Kconfig and remove HW_WATCHDOG Lukasz Majewski
2018-02-13  5:19   ` Heiko Schocher
2018-02-09 22:14 ` [U-Boot] [PATCH v2 2/4] Convert CONFIG_WATCHDOG_TIMEOUT_MSECS to Kconfig Lukasz Majewski
2018-02-13  5:19   ` Heiko Schocher
2018-02-09 22:14 ` [U-Boot] [PATCH v2 3/4] Convert socfpga: select CONFIG_HW_WATCHDOG support for ARCH_SOCFPGA Lukasz Majewski
2018-02-11 19:18   ` Goldschmidt Simon
2018-02-11 23:34     ` Lukasz Majewski
2018-02-12  0:06       ` Tom Rini
2018-02-12  9:39         ` Lukasz Majewski
2018-02-13  5:20   ` Heiko Schocher
2018-02-09 22:14 ` [U-Boot] [PATCH v2 4/4] Convert CONFIG_HW_WATCHDOG to Kconfig Lukasz Majewski
2018-02-13  6:26   ` Heiko Schocher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox