All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Michael Turquette <mturquette@baylibre.com>,
	linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] clk fixes for v6.3-rc2
Date: Mon, 13 Mar 2023 16:19:18 -0700	[thread overview]
Message-ID: <20230313231919.66868-1-sboyd@kernel.org> (raw)

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-fixes-for-linus

for you to fetch changes up to 5cf9d015be160e2d90d29ae74ef1364390e8fce8:

  clk: Avoid invalid function names in CLK_OF_DECLARE() (2023-03-09 15:40:49 -0800)

----------------------------------------------------------------
The collection of clk driver fixes, and a couple OF clk patches to fix
regressions seen in the last few weeks. The fwnode patch broke the build
for one driver that isn't always compiled, so I waited over the weekend
to be certain no more build issues came up.

[Note: I'm looking at the module license patches in here after gregkh
questioned them on the list. They're coming into my inbox in dribbles,
and I thought they were necessary to fix some build issue but that
doesn't seem to be the case so I stopped applying any more. They're
still potentially useful because it slightly speeds up builds if we
don't need to include module.h for module macros. If you're flat out
opposed I'll rewind this branch and send a new pull request. Please let
me know.]

 - Mark the firmware node (fwnode) that matches the compatible in
   CLK_OF_DECLARE() as initialized to fix a regression on u8500 SoCs
   after fw_devlink stopped checking parent nodes in
   of_link_to_phandle()
 - Remove a couple MODULE_LICENSE macros in non-modules
 - Update the maintainers file for Microchip clk drivers
 - Select instead of depend on the REGMAP config to fix Kconfig issues
 - Use div_u64() for portable 64-bit division in K210 clk driver

----------------------------------------------------------------
Conor Dooley (2):
      MAINTAINERS: add missing clock driver coverage for Microchip FPGAs
      clk: k210: remove an implicit 64-bit division

Nathan Chancellor (1):
      clk: Avoid invalid function names in CLK_OF_DECLARE()

Nick Alcock (2):
      kbuild, clk: bcm2835: remove MODULE_LICENSE in non-modules
      kbuild, clk: remove MODULE_LICENSE in non-modules

Randy Dunlap (1):
      clk: HI655X: select REGMAP instead of depending on it

Saravana Kannan (1):
      clk: Mark a fwnode as initialized when using CLK_OF_DECLARE() macro

 MAINTAINERS                          | 2 +-
 drivers/clk/Kconfig                  | 2 +-
 drivers/clk/bcm/clk-bcm2835-aux.c    | 1 -
 drivers/clk/bcm/clk-bcm2835.c        | 1 -
 drivers/clk/clk-fixed-mmio.c         | 1 -
 drivers/clk/clk-fsl-sai.c            | 1 -
 drivers/clk/clk-k210.c               | 2 +-
 drivers/clk/hisilicon/clk-hi3559a.c  | 1 -
 drivers/clk/microchip/clk-mpfs-ccc.c | 1 -
 include/linux/clk-provider.h         | 8 +++++++-
 10 files changed, 10 insertions(+), 10 deletions(-)

-- 
https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git/
https://git.kernel.org/pub/scm/linux/kernel/git/sboyd/spmi.git

             reply	other threads:[~2023-03-13 23:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-13 23:19 Stephen Boyd [this message]
2023-03-15  2:41 ` [GIT PULL] clk fixes for v6.3-rc2 pr-tracker-bot

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=20230313231919.66868-1-sboyd@kernel.org \
    --to=sboyd@kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=torvalds@linux-foundation.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 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.