From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH v2 0/7] clean up and complement reset source handling
Date: Sun, 25 Aug 2019 17:58:37 +0200 [thread overview]
Message-ID: <20190825155844.18455-1-u.kleine-koenig@pengutronix.de> (raw)
Hello,
compared to the sent earlier (implicit) v1 there is a new patch to fix
the ordering of exported functions and patched 4 to 7 add the concept of
a reset_source device. Also v1 had some whitespace problems that are
fixed here.
Best regards
Uwe
Uwe Kleine-König (7):
reset_source: use instance = -1 as default
reset_source: fix ordering of exported functions
reset_source: drop reset_source_set_instance()
reset_source: implement helper to set a device as reset source
mfd: da9053: use new reset_source_set_device()
mfd: da9063: use new reset_source_set_device()
oftree: expose reset_source device in device tree
arch/arm/mach-imx/imx.c | 4 +---
common/oftree.c | 19 ++++++++++++++--
common/reset_source.c | 38 ++++++++++++++++++++++----------
drivers/mfd/da9053.c | 4 +---
drivers/mfd/da9063.c | 4 +---
drivers/watchdog/stm32_iwdg.c | 3 +--
include/reset_source.h | 41 +++++++++++++++++++++++------------
7 files changed, 75 insertions(+), 38 deletions(-)
--
2.20.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2019-08-25 15:58 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-25 15:58 Uwe Kleine-König [this message]
2019-08-25 15:58 ` [PATCH v2 1/7] reset_source: use instance = -1 as default Uwe Kleine-König
2019-08-25 15:58 ` [PATCH v2 2/7] reset_source: fix ordering of exported functions Uwe Kleine-König
2019-08-25 15:58 ` [PATCH v2 3/7] reset_source: drop reset_source_set_instance() Uwe Kleine-König
2019-08-25 15:58 ` [PATCH v2 4/7] reset_source: implement helper to set a device as reset source Uwe Kleine-König
2019-08-25 15:58 ` [PATCH v2 5/7] mfd: da9053: use new reset_source_set_device() Uwe Kleine-König
2019-08-25 15:58 ` [PATCH v2 6/7] mfd: da9063: " Uwe Kleine-König
2019-08-25 15:58 ` [PATCH v2 7/7] oftree: expose reset_source device in device tree Uwe Kleine-König
2019-08-28 11:34 ` [PATCH v2 0/7] clean up and complement reset source handling Sascha Hauer
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=20190825155844.18455-1-u.kleine-koenig@pengutronix.de \
--to=u.kleine-koenig@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