linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
To: mturquette@baylibre.com, sboyd@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, robh+dt@kernel.org
Subject: clk: visconti: Initial support Visconti SoC for v5.15
Date: Thu, 26 Aug 2021 16:03:36 +0900	[thread overview]
Message-ID: <20210826070336.wr3gskwsgeuwii5d@toshiba.co.jp> (raw)

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/iwamatsu/linux-visconti.git
tags/clk-visconti-5.15

for you to fetch changes up to a2bb51ea38e5551dcc84695aaf6e1b5a3aea9efa:

  MAINTAINERS: Add entries for Toshiba Visconti PLL and clock controller (2021-08-26 15:23:16 +0900)

----------------------------------------------------------------
Visconti clock changes for 5.15:

- Add DT bindings for PLL of Toshiba Visconti TMPV770x SoC
- Add DT bindings for SMU of Toshiba Visconti TMPV770x SoC
- Add support common clock driver and reset driver
- Add entries for Toshiba Visconti PLL and clock controller

----------------------------------------------------------------
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

 .../bindings/clock/toshiba,tmpv770x-pipllct.yaml   |  57 ++++
 .../bindings/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



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2021-08-26  7:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-26  7:03 Nobuhiro Iwamatsu [this message]
2021-08-29  5:10 ` clk: visconti: Initial support Visconti SoC for v5.15 Stephen Boyd

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=20210826070336.wr3gskwsgeuwii5d@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 \
    /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;
as well as URLs for NNTP newsgroup(s).