linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* clk: visconti: Initial support Visconti SoC for v5.15
@ 2021-08-26  7:03 Nobuhiro Iwamatsu
  2021-08-29  5:10 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Nobuhiro Iwamatsu @ 2021-08-26  7:03 UTC (permalink / raw)
  To: mturquette, sboyd
  Cc: linux-clk, devicetree, punit1.agrawal, yuji2.ishikawa,
	linux-arm-kernel, linux-kernel, robh+dt

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: clk: visconti: Initial support Visconti SoC for v5.15
  2021-08-26  7:03 clk: visconti: Initial support Visconti SoC for v5.15 Nobuhiro Iwamatsu
@ 2021-08-29  5:10 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2021-08-29  5:10 UTC (permalink / raw)
  To: Nobuhiro Iwamatsu, mturquette
  Cc: linux-clk, devicetree, punit1.agrawal, yuji2.ishikawa,
	linux-arm-kernel, linux-kernel, robh+dt

Quoting Nobuhiro Iwamatsu (2021-08-26 00:03:36)
> 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

I reviewed the patches on the list. Seems that nobody else did.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-29  5:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-26  7:03 clk: visconti: Initial support Visconti SoC for v5.15 Nobuhiro Iwamatsu
2021-08-29  5:10 ` Stephen Boyd

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