LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Emil Renner Berthing <kernel@esmil.dk>
To: Lee Jones <lee.jones@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
Sebastian Reichel <sebastian.reichel@collabora.com>
Cc: Emil Renner Berthing <kernel@esmil.dk>,
devicetree@vger.kernel.org, linux-pm@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH v2 0/4] BeagleV Starlight reset support
Date: Tue, 27 Jul 2021 11:25:50 +0200 [thread overview]
Message-ID: <20210727092554.1059305-1-kernel@esmil.dk> (raw)
This series adds reset support to the BeagleV Starlight board[1], and
converts the TPS65086 PMIC device tree binding to YAML while at it.
Support for the StarFive JH7100 RISC-V SoC on the board is not yet
upstreamed, but is actively worked on so it should only be a matter of
time before that happens.
v2:
- Use generic node name in dt example, tps65086@5e -> pmic@5e.
- Andrew F. Davis' email address no longer works and noone else has
stepped up, so add myself as dt binding maintainer since I at least
care that it isn't removed.
- Change the mfd cell name from tps65086-restart to tps65086-reset.
- Split adding the mfd cell name to the mfd driver into its own patch.
- Add Rob and Sebastian's acks to the relevant patches.
[1] https://github.com/beagleboard/beaglev-starlight
Emil Renner Berthing (4):
dt-bindings: mfd: convert tps65086.txt to YAML
mfd: tps65086: Make interrupt line optional
power: reset: Add TPS65086 restart driver
mfd: tps65086: Add cell entry for reset driver
.../devicetree/bindings/mfd/ti,tps65086.yaml | 124 ++++++++++++++++++
.../devicetree/bindings/mfd/tps65086.txt | 54 --------
drivers/mfd/tps65086.c | 22 ++--
drivers/power/reset/Kconfig | 6 +
drivers/power/reset/Makefile | 1 +
drivers/power/reset/tps65086-restart.c | 98 ++++++++++++++
6 files changed, 241 insertions(+), 64 deletions(-)
create mode 100644 Documentation/devicetree/bindings/mfd/ti,tps65086.yaml
delete mode 100644 Documentation/devicetree/bindings/mfd/tps65086.txt
create mode 100644 drivers/power/reset/tps65086-restart.c
--
2.32.0
next reply other threads:[~2021-07-27 9:26 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-27 9:25 Emil Renner Berthing [this message]
2021-07-27 9:25 ` [PATCH v2 1/4] dt-bindings: mfd: convert tps65086.txt to YAML Emil Renner Berthing
2021-08-02 19:43 ` Rob Herring
2021-08-16 12:40 ` Lee Jones
2021-07-27 9:25 ` [PATCH v2 2/4] mfd: tps65086: Make interrupt line optional Emil Renner Berthing
2021-08-16 12:40 ` Lee Jones
2021-07-27 9:25 ` [PATCH v2 3/4] power: reset: Add TPS65086 restart driver Emil Renner Berthing
2021-08-16 13:13 ` Sebastian Reichel
2021-07-27 9:25 ` [PATCH v2 4/4] mfd: tps65086: Add cell entry for reset driver Emil Renner Berthing
2021-08-16 12:41 ` Lee Jones
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=20210727092554.1059305-1-kernel@esmil.dk \
--to=kernel@esmil.dk \
--cc=devicetree@vger.kernel.org \
--cc=lee.jones@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=sebastian.reichel@collabora.com \
--subject='Re: [PATCH v2 0/4] BeagleV Starlight reset support' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).