All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick Delaunay <patrick.delaunay@st.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/7] stm32mp1: update clock driver
Date: Wed, 30 Jan 2019 13:06:59 +0100	[thread overview]
Message-ID: <1548850026-31746-1-git-send-email-patrick.delaunay@st.com> (raw)


This serie udpates the stm32mp1 clock driver with the latest
patches and prepare alignment with latest kernel device tree.

This patch is applicable on the top of the serie
"stm32mp1: add trusted boot with TF-A"

http://patchwork.ozlabs.org/project/uboot/list/?series=88521


Patrick Delaunay (7):
  clk: stm32mp1: no more get ck_usbo_48m in device tree
  clk: stm32mp1: add IPCC clock
  clk: stm32mp1: correct access to RCC_OCENSETR/RCC_OCENCLRR
  clk: stm32mp1: recalculate counter when switching freq
  clk: stm32mp1: add debug information
  dts: stm32mp1: clock tree update
  clk: stm32mp1: correctly handle Clock Spreading Generator

 arch/arm/dts/stm32mp157c-ed1-u-boot.dtsi       |  27 +++---
 configs/stm32mp15_basic_defconfig              |   1 +
 configs/stm32mp15_trusted_defconfig            |   1 +
 doc/device-tree-bindings/clock/st,stm32mp1.txt |  10 +--
 drivers/clk/clk_stm32mp1.c                     | 120 +++++++++++++++++++++----
 include/dt-bindings/clock/stm32mp1-clks.h      |   3 -
 6 files changed, 124 insertions(+), 38 deletions(-)

-- 
2.7.4

             reply	other threads:[~2019-01-30 12:06 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-30 12:06 Patrick Delaunay [this message]
2019-01-30 12:07 ` [U-Boot] [PATCH 1/7] clk: stm32mp1: no more get ck_usbo_48m in device tree Patrick Delaunay
2019-02-10 13:08   ` [U-Boot] [U-Boot, " Tom Rini
2019-01-30 12:07 ` [U-Boot] [PATCH 2/7] clk: stm32mp1: add IPCC clock Patrick Delaunay
2019-02-10 13:08   ` [U-Boot] [U-Boot,2/7] " Tom Rini
2019-01-30 12:07 ` [U-Boot] [PATCH 3/7] clk: stm32mp1: correct access to RCC_OCENSETR/RCC_OCENCLRR Patrick Delaunay
2019-02-10 13:09   ` [U-Boot] [U-Boot, " Tom Rini
2019-02-10 13:09   ` Tom Rini
2019-01-30 12:07 ` [U-Boot] [PATCH 4/7] clk: stm32mp1: recalculate counter when switching freq Patrick Delaunay
2019-02-10 13:09   ` [U-Boot] [U-Boot, " Tom Rini
2019-01-30 12:07 ` [U-Boot] [PATCH 5/7] clk: stm32mp1: add debug information Patrick Delaunay
2019-02-10 13:09   ` [U-Boot] [U-Boot,5/7] " Tom Rini
2019-01-30 12:07 ` [U-Boot] [PATCH 6/7] dts: stm32mp1: clock tree update Patrick Delaunay
2019-02-10 13:09   ` [U-Boot] [U-Boot,6/7] " Tom Rini
2019-01-30 12:07 ` [U-Boot] [PATCH 7/7] clk: stm32mp1: correctly handle Clock Spreading Generator Patrick Delaunay
2019-02-10 13:09   ` [U-Boot] [U-Boot, " Tom Rini

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=1548850026-31746-1-git-send-email-patrick.delaunay@st.com \
    --to=patrick.delaunay@st.com \
    --cc=u-boot@lists.denx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.