u-boot-amlogic.groups.io archive mirror
 help / color / mirror / Atom feed
From: "Neil Armstrong" <narmstrong@baylibre.com>
To: Tom Rini <trini@konsulko.com>
Cc: u-boot-amlogic@groups.io, U-Boot Mailing List <u-boot@lists.denx.de>
Subject: [GIT PULL] Please pull u-boot-amlogic-20220427
Date: Wed, 27 Apr 2022 09:52:20 +0200	[thread overview]
Message-ID: <37171ed2-cdc6-4c62-3722-9752c57ac16e@baylibre.com> (raw)

Hi Tom,

Here's changes for next release, nothing big, no new boards either:
- Add AXG support for SARADC, including minimal ao-clk driver
- Update Amlogic documentation for Matrix & Jethub D1

The CI job is at https://source.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/11877

Thanks,
Neil

The following changes since commit 9bb99fa95826d1a608737ca821977b4136a1a278:

   Merge branch '2022-04-22-assorted-updates' (2022-04-23 08:06:28 -0400)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20220427

for you to fetch changes up to 5a9e5922ceccd55dc6427b3cf61b4dc74c7322ab:

   doc: boards: amlogic: update jethub d1 specifications (2022-04-26 14:35:27 +0200)

----------------------------------------------------------------
- Add AXG support for SARADC, including minimal ao-clk driver
- Update Amlogic documentation for Matrix & Jethub D1

----------------------------------------------------------------
Vyacheslav Bocharov (8):
       clk: meson: add minimal driver for axg-ao clocks
       clk: meson: fix driver name for g12a-ao clocks
       clk: meson: update driver for g12a-ao clocks
       adc: meson-saradc: add AXG variant
       board: amlogic: jethub j100: enable saradc in dts
       board: amlogic: jethub j100: enable saradc in config
       doc: boards: amlogic: update documentation for ADC support for AXG
       doc: boards: amlogic: update jethub d1 specifications

  .../dts/meson-axg-jethome-jethub-j100-u-boot.dtsi  | 10 +++
  configs/jethub_j100_defconfig                      |  5 ++
  doc/board/amlogic/index.rst                        |  2 +-
  doc/board/amlogic/jethub-j100.rst                  | 26 ++++---
  drivers/adc/meson-saradc.c                         |  2 +
  drivers/clk/meson/Makefile                         |  1 +
  drivers/clk/meson/axg-ao.c                         | 86 ++++++++++++++++++++++
  drivers/clk/meson/g12a-ao.c                        | 17 +++--
  8 files changed, 131 insertions(+), 18 deletions(-)
  create mode 100644 arch/arm/dts/meson-axg-jethome-jethub-j100-u-boot.dtsi
  create mode 100644 drivers/clk/meson/axg-ao.c

                 reply	other threads:[~2022-04-27  7:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=37171ed2-cdc6-4c62-3722-9752c57ac16e@baylibre.com \
    --to=narmstrong@baylibre.com \
    --cc=trini@konsulko.com \
    --cc=u-boot-amlogic@groups.io \
    --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 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 read-only IMAP folder(s) and NNTP newsgroup(s).