ARM Sunxi Platform Development
 help / color / mirror / Atom feed
From: Maxime Ripard <mripard@kernel.org>
To: Mike Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>
Cc: Maxime Ripard <mripard@kernel.org>,
	linux-clk@vger.kernel.org, linux-sunxi@lists.linux.dev,
	Chen-Yu Tsai <wens@csie.org>,
	Jernej Skrabec <jernej.skrabec@siol.net>
Subject: [GIT PULL] Allwinner Clock Changes for 5.16
Date: Mon, 18 Oct 2021 10:02:40 +0200	[thread overview]
Message-ID: <f7f3c718-eab3-4d8e-a8f3-8d1ef986a5dc.lettre@localhost> (raw)

[-- Attachment #1: Type: text/plain, Size: 5231 bytes --]

Hi,

Please pull the following changes for the next release.

Thanks!
Maxime

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git refs/tags/sunxi-clk-for-5.16-1

for you to fetch changes up to e65d38e3d2d0e61ca464b46ad804f7a94e1ae45f:

  clk: sunxi: sun8i-apb0: Make use of the helper function devm_platform_ioremap_resource() (2021-09-13 09:03:24 +0200)

----------------------------------------------------------------
Our usual PR for the Allwinner SoCs, this time improving the module
support and converting to more helpers.

----------------------------------------------------------------
Cai Huoqing (13):
      clk: sunxi: clk-mod0: Make use of the helper function devm_platform_ioremap_resource()
      clk: sunxi-ng: ccu-sun50i-a64: Make use of the helper function devm_platform_ioremap_resource()
      clk: sunxi-ng: ccu-sun50i-h6: Make use of the helper function devm_platform_ioremap_resource()
      clk: sunxi-ng: ccu-sun8i-a83t: Make use of the helper function devm_platform_ioremap_resource()
      clk: sunxi-ng: ccu-sun8i-de2: Make use of the helper function devm_platform_ioremap_resource()
      clk: sunxi-ng: ccu-sun8i-r40: Make use of the helper function devm_platform_ioremap_resource()
      clk: sunxi-ng: ccu-sun9i-a80: Make use of the helper function devm_platform_ioremap_resource()
      clk: sunxi-ng: ccu-sun9i-a80-de: Make use of the helper function devm_platform_ioremap_resource()
      clk: sunxi-ng: ccu-sun9i-a80-usb: Make use of the helper function devm_platform_ioremap_resource()
      clk: sunxi: sun6i-apb0: Make use of the helper function devm_platform_ioremap_resource()
      clk: sunxi: sun6i-apb0-gates: Make use of the helper function devm_platform_ioremap_resource()
      clk: sunxi: sun6i-ar100: Make use of the helper function devm_platform_ioremap_resource()
      clk: sunxi: sun8i-apb0: Make use of the helper function devm_platform_ioremap_resource()

Maxime Ripard (1):
      dt-bindings: clocks: Fix typo in the H6 compatible

Samuel Holland (5):
      clk: sunxi-ng: mux: Remove unused 'reg' field
      clk: sunxi-ng: Add machine dependency to A83T CCU
      clk: sunxi-ng: Unregister clocks/resets when unbinding
      clk: sunxi-ng: Prevent unbinding CCUs via sysfs
      clk: sunxi-ng: Use a separate lock for each CCU instance


 Documentation/devicetree/bindings/clock/allwinner,sun8i-a83t-de2-clk.yaml |  2 +-
 drivers/clk/sunxi-ng/Kconfig                                              |  1 +-
 drivers/clk/sunxi-ng/ccu-sun4i-a10.c                                      |  2 +-
 drivers/clk/sunxi-ng/ccu-sun50i-a100-r.c                                  |  3 ++-
 drivers/clk/sunxi-ng/ccu-sun50i-a100.c                                    |  3 ++-
 drivers/clk/sunxi-ng/ccu-sun50i-a64.c                                     |  7 ++----
 drivers/clk/sunxi-ng/ccu-sun50i-h6-r.c                                    |  2 +-
 drivers/clk/sunxi-ng/ccu-sun50i-h6.c                                      |  7 ++----
 drivers/clk/sunxi-ng/ccu-sun50i-h616.c                                    |  4 +---
 drivers/clk/sunxi-ng/ccu-sun5i.c                                          |  2 +-
 drivers/clk/sunxi-ng/ccu-sun6i-a31.c                                      |  2 +-
 drivers/clk/sunxi-ng/ccu-sun8i-a23.c                                      |  2 +-
 drivers/clk/sunxi-ng/ccu-sun8i-a33.c                                      |  2 +-
 drivers/clk/sunxi-ng/ccu-sun8i-a83t.c                                     |  7 ++----
 drivers/clk/sunxi-ng/ccu-sun8i-de2.c                                      |  6 +----
 drivers/clk/sunxi-ng/ccu-sun8i-h3.c                                       |  2 +-
 drivers/clk/sunxi-ng/ccu-sun8i-r.c                                        |  2 +-
 drivers/clk/sunxi-ng/ccu-sun8i-r40.c                                      |  7 ++----
 drivers/clk/sunxi-ng/ccu-sun8i-v3s.c                                      |  2 +-
 drivers/clk/sunxi-ng/ccu-sun9i-a80-de.c                                   |  8 ++-----
 drivers/clk/sunxi-ng/ccu-sun9i-a80-usb.c                                  |  7 +-----
 drivers/clk/sunxi-ng/ccu-sun9i-a80.c                                      |  7 ++----
 drivers/clk/sunxi-ng/ccu-suniv-f1c100s.c                                  |  2 +-
 drivers/clk/sunxi-ng/ccu_common.c                                         | 96 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------
 drivers/clk/sunxi-ng/ccu_common.h                                         |  6 +++--
 drivers/clk/sunxi-ng/ccu_mux.h                                            |  1 +-
 drivers/clk/sunxi/clk-mod0.c                                              |  4 +---
 drivers/clk/sunxi/clk-sun6i-apb0-gates.c                                  |  4 +---
 drivers/clk/sunxi/clk-sun6i-apb0.c                                        |  4 +---
 drivers/clk/sunxi/clk-sun6i-ar100.c                                       |  4 +---
 drivers/clk/sunxi/clk-sun8i-apb0.c                                        |  4 +---
 31 files changed, 127 insertions(+), 85 deletions(-)



[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

             reply	other threads:[~2021-10-18  8:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-18  8:02 Maxime Ripard [this message]
2021-10-26 19:44 ` [GIT PULL] Allwinner Clock Changes for 5.16 Stephen Boyd

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=f7f3c718-eab3-4d8e-a8f3-8d1ef986a5dc.lettre@localhost \
    --to=mripard@kernel.org \
    --cc=jernej.skrabec@siol.net \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-sunxi@lists.linux.dev \
    --cc=mturquette@baylibre.com \
    --cc=sboyd@kernel.org \
    --cc=wens@csie.org \
    /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