LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
To: Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>, Rob Herring <robh+dt@kernel.org>
Cc: linux-clk@vger.kernel.org, devicetree@vger.kernel.org,
punit1.agrawal@toshiba.co.jp, yuji2.ishikawa@toshiba.co.jp,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Subject: [PATCH v4 0/4] clk: visconti: Add support common clock driver and reset driver
Date: Wed, 4 Aug 2021 18:22:40 +0900 [thread overview]
Message-ID: <20210804092244.390376-1-nobuhiro1.iwamatsu@toshiba.co.jp> (raw)
Hi,
This series is PLL, clock and reset driver for Toshiba's ARM SoC, Visconti[0].
Since the clock driver and reset driver are provided as one function, they are
provided in cooperation with the clock driver.
This provides DT binding documentation, device driver, MAINTAINER files.
Best regards,
Nobuhiro
[0]:
https://toshiba.semicon-storage.com/ap-en/semiconductor/product/image-recognition-processors-visconti.html
clk: visconti: Add support common clock driver and reset driver
v3 -> v4:
- Remove osc2 clock's code. Move to DT.
v2 -> v3:
- Fix return value in visconti_register_pll().
- Remove initialization of flags used by spin_lock_irqsave().
- - Change function name from *7708* to *770x*.
- Fix some coding style.
v1 -> v2:
- Fix warning with W=1
dt-bindings: clock: Add DT bindings for PLL of Toshiba Visconti TMPV7708 SoC
v3 -> v4:
- Fix node name to clock-controller.
- Remove osc2-clk-frequency, and this defines to DT as fixed-clock.
- Add clocks.
v2 -> v3:
- Change file name.
v1 -> v2:
- Update subject.
dt-bindings: clock: Add DT bindings for SMU of Toshiba Visconti TMPV7708 SoC
v3 -> v4:
- Move reset dt-binding header file.
- Move clock dt-binding header file.
- Change dt-binding header's License to 'GPL-2.0-only OR BSD-2-Clause'
- Fix node name to clock-controller.
v2 -> v3:
- Change file name.
v1 -> v2:
- Update subject.
MAINTAINERS: Add entries for Toshiba Visconti PLL and clock controller
v3 -> v4:
- no update.
v2 -> v3:
- Change path of DT binding files.
v1 -> v2:
- no update.
Nobuhiro Iwamatsu (4):
dt-bindings: clock: Add DT bindings for PLL of Toshiba Visconti TMPV770x SoC
dt-bindings: clock: Add DT bindings for SMU of Toshiba Visconti TMPV770x SoC
clk: visconti: Add support common clock driver and reset driver
MAINTAINERS: Add entries for Toshiba Visconti PLL and clock controller
.../clock/toshiba,tmpv770x-pipllct.yaml | 57 +++
.../clock/toshiba,tmpv770x-pismu.yaml | 50 +++
MAINTAINERS | 3 +
drivers/clk/Makefile | 1 +
drivers/clk/visconti/Makefile | 5 +
drivers/clk/visconti/clkc-tmpv770x.c | 232 +++++++++++
drivers/clk/visconti/clkc.c | 220 +++++++++++
drivers/clk/visconti/clkc.h | 75 ++++
drivers/clk/visconti/pll-tmpv770x.c | 85 ++++
drivers/clk/visconti/pll.c | 369 ++++++++++++++++++
drivers/clk/visconti/pll.h | 63 +++
drivers/clk/visconti/reset.c | 111 ++++++
drivers/clk/visconti/reset.h | 35 ++
include/dt-bindings/clock/toshiba,tmpv770x.h | 181 +++++++++
include/dt-bindings/reset/toshiba,tmpv770x.h | 41 ++
15 files changed, 1528 insertions(+)
create mode 100644 Documentation/devicetree/bindings/clock/toshiba,tmpv770x-pipllct.yaml
create mode 100644 Documentation/devicetree/bindings/clock/toshiba,tmpv770x-pismu.yaml
create mode 100644 drivers/clk/visconti/Makefile
create mode 100644 drivers/clk/visconti/clkc-tmpv770x.c
create mode 100644 drivers/clk/visconti/clkc.c
create mode 100644 drivers/clk/visconti/clkc.h
create mode 100644 drivers/clk/visconti/pll-tmpv770x.c
create mode 100644 drivers/clk/visconti/pll.c
create mode 100644 drivers/clk/visconti/pll.h
create mode 100644 drivers/clk/visconti/reset.c
create mode 100644 drivers/clk/visconti/reset.h
create mode 100644 include/dt-bindings/clock/toshiba,tmpv770x.h
create mode 100644 include/dt-bindings/reset/toshiba,tmpv770x.h
--
2.32.0
next reply other threads:[~2021-08-04 9:23 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-04 9:22 Nobuhiro Iwamatsu [this message]
2021-08-04 9:22 ` [PATCH v4 1/4] dt-bindings: clock: Add DT bindings for PLL of Toshiba Visconti TMPV770x SoC Nobuhiro Iwamatsu
2021-08-11 18:53 ` Rob Herring
2021-08-29 5:09 ` Stephen Boyd
2021-08-31 2:14 ` Nobuhiro Iwamatsu
2021-08-04 9:22 ` [PATCH v4 2/4] dt-bindings: clock: Add DT bindings for SMU " Nobuhiro Iwamatsu
2021-08-11 18:53 ` Rob Herring
2021-08-04 9:22 ` [PATCH v4 3/4] clk: visconti: Add support common clock driver and reset driver Nobuhiro Iwamatsu
2021-08-29 5:08 ` Stephen Boyd
2021-10-25 0:29 ` Nobuhiro Iwamatsu
2021-08-04 9:22 ` [PATCH v4 4/4] MAINTAINERS: Add entries for Toshiba Visconti PLL and clock controller Nobuhiro Iwamatsu
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=20210804092244.390376-1-nobuhiro1.iwamatsu@toshiba.co.jp \
--to=nobuhiro1.iwamatsu@toshiba.co.jp \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=punit1.agrawal@toshiba.co.jp \
--cc=robh+dt@kernel.org \
--cc=sboyd@kernel.org \
--cc=yuji2.ishikawa@toshiba.co.jp \
--subject='Re: [PATCH v4 0/4] clk: visconti: Add support common clock driver and reset driver' \
/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).