public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v3 0/5] m68k: add ColdFire watchdog driver
@ 2023-07-24  6:49 Angelo Dureghello
  2023-07-24  6:49 ` [PATCH v3 1/5] drivers: watchdog: add mcf watchdog support Angelo Dureghello
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Angelo Dureghello @ 2023-07-24  6:49 UTC (permalink / raw)
  To: trini, sr; +Cc: u-boot, Angelo Dureghello

This patch allows to reach 0 warning for the m68k
family. Watchdog driver was the last one producing the
"conversion to DM" warning,

Angelo Dureghello (5):
  drivers: watchdog: add mcf watchdog support
  m68k: move watchdog functions in mcf_wdt driver
  m68k: dts: add watchdog node
  configs: m68k: add watchdog driver
  MAINTAINERS: add myself as mcf_wdt.c maintainer

 MAINTAINERS                           |   1 +
 arch/m68k/cpu/mcf523x/cpu.c           |  42 --------
 arch/m68k/cpu/mcf52x2/cpu.c           |  47 +--------
 arch/m68k/cpu/mcf532x/cpu.c           |  44 ---------
 arch/m68k/dts/M5208EVBE.dts           |   5 +
 arch/m68k/dts/mcf5208.dtsi            |   6 ++
 arch/m68k/dts/mcf523x.dtsi            |   6 ++
 arch/m68k/dts/mcf5271.dtsi            |   6 ++
 arch/m68k/dts/mcf5275.dtsi            |   6 ++
 arch/m68k/dts/mcf5282.dtsi            |   6 ++
 arch/m68k/dts/mcf5329.dtsi            |   6 ++
 arch/m68k/dts/mcf537x.dtsi            |   6 ++
 configs/M5208EVBE_defconfig           |   2 +
 configs/astro_mcf5373l_defconfig      |   4 +-
 configs/eb_cpu5282_defconfig          |   1 +
 configs/eb_cpu5282_internal_defconfig |   1 +
 drivers/watchdog/Kconfig              |   7 ++
 drivers/watchdog/Makefile             |   1 +
 drivers/watchdog/mcf_wdt.c            | 135 ++++++++++++++++++++++++++
 19 files changed, 198 insertions(+), 134 deletions(-)
 create mode 100644 drivers/watchdog/mcf_wdt.c

-- 
2.41.0


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

end of thread, other threads:[~2023-07-24  7:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-24  6:49 [PATCH v3 0/5] m68k: add ColdFire watchdog driver Angelo Dureghello
2023-07-24  6:49 ` [PATCH v3 1/5] drivers: watchdog: add mcf watchdog support Angelo Dureghello
2023-07-24  7:40   ` Stefan Roese
2023-07-24  6:49 ` [PATCH v3 2/5] m68k: move watchdog functions in mcf_wdt driver Angelo Dureghello
2023-07-24  7:41   ` Stefan Roese
2023-07-24  6:49 ` [PATCH v3 3/5] m68k: dts: add watchdog node Angelo Dureghello
2023-07-24  7:41   ` Stefan Roese
2023-07-24  6:49 ` [PATCH v3 4/5] configs: m68k: add watchdog driver Angelo Dureghello
2023-07-24  7:42   ` Stefan Roese
2023-07-24  6:49 ` [PATCH v3 5/5] MAINTAINERS: add myself as mcf_wdt.c maintainer Angelo Dureghello
2023-07-24  7:42   ` Stefan Roese

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