From: hayashi.kunihiko@socionext.com (Kunihiko Hayashi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/2] reset: uniphier: add USB3 core reset support
Date: Tue, 10 Jul 2018 10:14:15 +0900 [thread overview]
Message-ID: <1531185257-16444-1-git-send-email-hayashi.kunihiko@socionext.com> (raw)
This series add new USB3 core reset control support for UniPhier SoCs.
This reset line belongs to USB3 glue layer.
Changes since v1:
- dt-bindings: fix a typo, not "clock-names" but "reset-names"
- dt-bindings: add description of glue layer
- reuse soc_data for pxs2, ld20 and pxs3
- put reset_simple_data into uniphier_usb3_reset_priv
- replace clk operations with clk_bulk
- move nclks and nrsts to soc_data
- rewrite a header with C++ comment style
- change the subject 'USB3 controller reset' to 'USB3 core reset'
Kunihiko Hayashi (2):
dt-bindings: reset: uniphier: add USB3 core reset support
reset: uniphier: add USB3 core reset control
.../devicetree/bindings/reset/uniphier-reset.txt | 56 +++++++
drivers/reset/Kconfig | 10 ++
drivers/reset/Makefile | 1 +
drivers/reset/reset-uniphier-usb3.c | 171 +++++++++++++++++++++
4 files changed, 238 insertions(+)
create mode 100644 drivers/reset/reset-uniphier-usb3.c
--
2.7.4
next reply other threads:[~2018-07-10 1:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-10 1:14 Kunihiko Hayashi [this message]
2018-07-10 1:14 ` [PATCH v2 1/2] dt-bindings: reset: uniphier: add USB3 core reset support Kunihiko Hayashi
2018-07-11 19:37 ` Rob Herring
2018-07-10 1:14 ` [PATCH v2 2/2] reset: uniphier: add USB3 core reset control Kunihiko Hayashi
2018-07-16 10:20 ` [PATCH v2 0/2] reset: uniphier: add USB3 core reset support Philipp Zabel
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=1531185257-16444-1-git-send-email-hayashi.kunihiko@socionext.com \
--to=hayashi.kunihiko@socionext.com \
--cc=linux-arm-kernel@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