linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH u-boot 0/2] Add the VPU Power Domain support
@ 2018-07-26 13:54 Neil Armstrong
  2018-07-26 13:54 ` [PATCH u-boot 1/2] power: domain: Add the VPU Power Domain driver Neil Armstrong
  2018-07-26 13:54 ` [PATCH u-boot 2/2] clk: clk_meson: Add mux and div support for reparent and rate setting Neil Armstrong
  0 siblings, 2 replies; 8+ messages in thread
From: Neil Armstrong @ 2018-07-26 13:54 UTC (permalink / raw)
  To: linus-amlogic

The Amlogic Meson SoCs embeds a specific Power Domain dedicated to the
Video Processing Unit.
The first patch implements support for this power domain in preparation of the
future support for the Video display support in U-Boot.

The second patch adds changes in the clock driver to handle the setup
of the VPU and VAPB clocks configured from DT using assigned-clocks entries.

Neil Armstrong (2):
  power: domain: Add the VPU Power Domain driver
  clk: clk_meson: Add mux and div support for reparent and rate setting

 drivers/clk/clk_meson.c                  | 533 ++++++++++++++++++++++++++++++-
 drivers/power/domain/Kconfig             |   7 +
 drivers/power/domain/Makefile            |   1 +
 drivers/power/domain/meson-gx-pwrc-vpu.c | 198 ++++++++++++
 4 files changed, 734 insertions(+), 5 deletions(-)
 create mode 100644 drivers/power/domain/meson-gx-pwrc-vpu.c

-- 
2.7.4

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

end of thread, other threads:[~2018-08-06 12:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-26 13:54 [PATCH u-boot 0/2] Add the VPU Power Domain support Neil Armstrong
2018-07-26 13:54 ` [PATCH u-boot 1/2] power: domain: Add the VPU Power Domain driver Neil Armstrong
2018-08-02 20:36   ` Simon Glass
2018-08-06 12:48     ` Neil Armstrong
2018-07-26 13:54 ` [PATCH u-boot 2/2] clk: clk_meson: Add mux and div support for reparent and rate setting Neil Armstrong
2018-08-02 20:36   ` Simon Glass
2018-08-04 23:39   ` [U-Boot, u-boot, " Tom Rini
2018-08-06  7:58     ` Neil Armstrong

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