From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH v2 0/6] ARM: stm32mp: implement watchdog/reset handling
Date: Tue, 11 Jun 2019 11:43:13 +0200 [thread overview]
Message-ID: <20190611094319.9143-1-a.fatoum@pengutronix.de> (raw)
Changes since v1:
* renamed BOR reset reason to BROWNOUT
* replaced leading spaces with tabs
* s/of_clk_get_by_name/clk_get/ in probe
* moved RCC reset reason bit definitions into stm32_wdt.c
* removed unnecessary indentation/alignment
* had failures of reset reason & handler only print a warning
but not fail the driver probe. All of these by Sascha
* fixed an instance of stm32mp1 after the subarch was renamed
to stm32mp, Spotted by Sam
* Shortened the Kconfig label text for IWDG. Suggested by Roland
* Dropped low level UART setup. It was incomplete and will be
included in the first stage supprot patchset instead.
Cheers
Ahmad
Ahmad Fatoum (6):
ARM: stm32mp1: rename to stm32mp
reset_source: add new Brownout reset (BOR) source
watchdog: add stm32 watchdog and reset driver
ARM: stm32mp: enable watchdog in oftree and defconfig
ARM: stm32mp: stm32mp157c-dk2: compress the DTB
ARM: stm32mp: add entry point, not point.pblb to pblb-y
arch/arm/Kconfig | 4 +-
arch/arm/Makefile | 2 +-
arch/arm/boards/stm32mp157c-dk2/lowlevel.c | 4 +-
.../{stm32mp1_defconfig => stm32mp_defconfig} | 7 +-
arch/arm/dts/stm32mp157c-dk2.dts | 4 +
.../{mach-stm32mp1 => mach-stm32mp}/Kconfig | 3 +-
.../{mach-stm32mp1 => mach-stm32mp}/Makefile | 0
.../include/mach/debug_ll.h | 0
.../include/mach/stm32.h | 0
common/reset_source.c | 1 +
drivers/watchdog/Kconfig | 8 +
drivers/watchdog/Makefile | 1 +
drivers/watchdog/stm32_wdt.c | 304 ++++++++++++++++++
images/Makefile | 2 +-
.../{Makefile.stm32mp1 => Makefile.stm32mp} | 2 +-
include/reset_source.h | 1 +
16 files changed, 333 insertions(+), 10 deletions(-)
rename arch/arm/configs/{stm32mp1_defconfig => stm32mp_defconfig} (95%)
rename arch/arm/{mach-stm32mp1 => mach-stm32mp}/Kconfig (72%)
rename arch/arm/{mach-stm32mp1 => mach-stm32mp}/Makefile (100%)
rename arch/arm/{mach-stm32mp1 => mach-stm32mp}/include/mach/debug_ll.h (100%)
rename arch/arm/{mach-stm32mp1 => mach-stm32mp}/include/mach/stm32.h (100%)
create mode 100644 drivers/watchdog/stm32_wdt.c
rename images/{Makefile.stm32mp1 => Makefile.stm32mp} (78%)
--
2.20.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2019-06-11 9:43 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-11 9:43 Ahmad Fatoum [this message]
2019-06-11 9:43 ` [PATCH v2 1/6] ARM: stm32mp1: rename to stm32mp Ahmad Fatoum
2019-06-11 9:43 ` [PATCH v2 2/6] reset_source: add new Brownout reset (BOR) source Ahmad Fatoum
2019-06-11 9:43 ` [PATCH v2 3/6] watchdog: add stm32 watchdog and reset driver Ahmad Fatoum
2019-06-11 12:14 ` Ladislav Michl
2019-06-11 13:26 ` Ahmad Fatoum
2019-06-11 14:39 ` Ladislav Michl
2019-06-17 15:37 ` Ahmad Fatoum
2019-06-11 13:18 ` Ahmad Fatoum
2019-06-13 6:23 ` Sascha Hauer
2019-06-11 9:43 ` [PATCH v2 4/6] ARM: stm32mp: enable watchdog in oftree and defconfig Ahmad Fatoum
2019-06-11 9:43 ` [PATCH v2 5/6] ARM: stm32mp: stm32mp157c-dk2: compress the DTB Ahmad Fatoum
2019-06-11 9:43 ` [PATCH v2 6/6] ARM: stm32mp: add entry point, not point.pblb to pblb-y Ahmad Fatoum
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=20190611094319.9143-1-a.fatoum@pengutronix.de \
--to=a.fatoum@pengutronix.de \
--cc=barebox@lists.infradead.org \
/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