All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lukasz Majewski <lukma@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [GIT] Pull request: u-boot-clk (22.08.2019)
Date: Thu, 22 Aug 2019 17:14:57 +0200	[thread overview]
Message-ID: <20190822171457.1699bbef@jawa> (raw)

Dear Tom,

Please find a PR for u-boot-clk branch:

The following changes since commit
753e5385ca6d0fe5b5f5a3a97cc96b0f2469ca94:

  test/py: Add cmd_memory dependency back to test_mmc_wr (2019-08-22
  00:09:58 +0200)

are available in the git repository at:

   https://gitlab.denx.de/u-boot/custodians/u-boot-clk

for you to fetch changes up to f62ec5c4bba2556202523b0f48655dacbe90753a:

  clk: imx: add i.MX8MM clk driver (2019-08-22 00:10:15 +0200)

----------------------------------------------------------------
Peng Fan (8):
      clk: introduce enable_count
      clk: prograte clk enable/disable to parent
      clk: support clk tree dump
      sandbox: clk: add clk enable/disable test code
      clk: imx: expose CCF entry for all
      clk: imx: add pll14xx driver
      clk: imx: add i.MX8M composite clk support
      clk: imx: add i.MX8MM clk driver

 cmd/clk.c                          |  79
 +++++++++++++++++++++++++++----------------- drivers/clk/Kconfig
          |   2 -- drivers/clk/clk-uclass.c           |  77
 +++++++++++++++++++++++++++++++++++++++---- drivers/clk/clk.c
         |   1 + drivers/clk/clk_fixed_rate.c       |   1 +
 drivers/clk/clk_sandbox_ccf.c      |  15 +++++++++
 drivers/clk/imx/Kconfig            |  16 +++++++++
 drivers/clk/imx/Makefile           |   2 ++
 drivers/clk/imx/clk-composite-8m.c | 170
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/clk/imx/clk-imx8mm.c       | 415
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/clk/imx/clk-pll14xx.c      | 381
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/clk/imx/clk.h              |  25 ++++++++++++++ include/clk.h
                     |   1 + include/sandbox-clk.h              |   3
 ++ test/dm/clk_ccf.c                  |  28 ++++++++++++++++ 15 files
 changed, 1178 insertions(+), 38 deletions(-) create mode 100644
 drivers/clk/imx/clk-composite-8m.c create mode 100644
 drivers/clk/imx/clk-imx8mm.c create mode 100644
 drivers/clk/imx/clk-pll14xx.c

Travis-CI: https://travis-ci.org/lmajewski/u-boot-dfu/builds/575085150

Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190822/618cadf1/attachment.sig>

             reply	other threads:[~2019-08-22 15:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-22 15:14 Lukasz Majewski [this message]
2019-08-24 16:42 ` [U-Boot] [GIT] Pull request: u-boot-clk (22.08.2019) Tom Rini
2019-08-26  7:57   ` Lukasz Majewski
2019-08-26 13:35     ` 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=20190822171457.1699bbef@jawa \
    --to=lukma@denx.de \
    --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.