[PULL] Please pull u-boot-coldfire/master

The following changes since commit ff296acc3549c18aaf95dcb1052c9fe4f1a98552:
Prepare v2023.10-rc1 (2023-07-25 17:19:54 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-coldfire.git master
for you to fetch changes up to 59dee11b17fecb516872ea7951f9a528003602eb:
MAINTAINERS: add myself as mcf_wdt.c maintainer (2023-07-25 23:21:42 +0200)
---------------------------------------------------------------- Angelo Dureghello (6): board: m68k add missing maintainer 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 ++++ board/cobra5272/MAINTAINERS | 2 +- board/freescale/m5208evbe/MAINTAINERS | 2 +- board/freescale/m5249evb/MAINTAINERS | 2 +- board/freescale/m5272c3/MAINTAINERS | 2 +- board/freescale/m5275evb/MAINTAINERS | 2 +- board/freescale/m5282evb/MAINTAINERS | 2 +- 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 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 25 files changed, 204 insertions(+), 140 deletions(-) create mode 100644 drivers/watchdog/mcf_wdt.c

On Tue, Jul 25, 2023 at 11:26:40PM +0200, Angelo Dureghello wrote:
The following changes since commit ff296acc3549c18aaf95dcb1052c9fe4f1a98552:
Prepare v2023.10-rc1 (2023-07-25 17:19:54 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-coldfire.git master
for you to fetch changes up to 59dee11b17fecb516872ea7951f9a528003602eb:
MAINTAINERS: add myself as mcf_wdt.c maintainer (2023-07-25 23:21:42 +0200)
Applied to u-boot/master, thanks!
participants (2)
-
Angelo Dureghello
-
Tom Rini