All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regulator: raa215300: Add build dependency with COMMON_CLK
@ 2023-06-28 17:40 Biju Das
  2023-06-28 20:29 ` Geert Uytterhoeven
  2023-06-29 10:33 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Biju Das @ 2023-06-28 17:40 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown
  Cc: Biju Das, Geert Uytterhoeven, Prabhakar Mahadev Lad,
	linux-renesas-soc, kernel test robot

The COMMON_CLK config is not enabled in some of the architectures.
This causes build issues. Fix these issues by adding build dependency.

ERROR: modpost: "clk_unregister_fixed_rate" [drivers/regulator/raa215300.ko] undefined!
ERROR: modpost: "clk_register_fixed_rate" [drivers/regulator/raa215300.ko] undefined!

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202306282012.sPQAuAN7-lkp@intel.com/
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
---
 drivers/regulator/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 2c2405024ace..a61a1b8a1032 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -1036,6 +1036,7 @@ config REGULATOR_QCOM_USB_VBUS
 config REGULATOR_RAA215300
 	tristate "Renesas RAA215300 driver"
 	select REGMAP_I2C
+	depends on COMMON_CLK
 	depends on I2C
 	help
 	  Support for the Renesas RAA215300 PMIC.
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] regulator: raa215300: Add build dependency with COMMON_CLK
  2023-06-28 17:40 [PATCH] regulator: raa215300: Add build dependency with COMMON_CLK Biju Das
@ 2023-06-28 20:29 ` Geert Uytterhoeven
  2023-06-29 10:33 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2023-06-28 20:29 UTC (permalink / raw)
  To: Biju Das
  Cc: Liam Girdwood, Mark Brown, Geert Uytterhoeven,
	Prabhakar Mahadev Lad, linux-renesas-soc, kernel test robot

On Wed, Jun 28, 2023 at 7:40 PM Biju Das <biju.das.jz@bp.renesas.com> wrote:
> The COMMON_CLK config is not enabled in some of the architectures.
> This causes build issues. Fix these issues by adding build dependency.
>
> ERROR: modpost: "clk_unregister_fixed_rate" [drivers/regulator/raa215300.ko] undefined!
> ERROR: modpost: "clk_register_fixed_rate" [drivers/regulator/raa215300.ko] undefined!
>
> Reported-by: kernel test robot <lkp@intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202306282012.sPQAuAN7-lkp@intel.com/
> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] regulator: raa215300: Add build dependency with COMMON_CLK
  2023-06-28 17:40 [PATCH] regulator: raa215300: Add build dependency with COMMON_CLK Biju Das
  2023-06-28 20:29 ` Geert Uytterhoeven
@ 2023-06-29 10:33 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2023-06-29 10:33 UTC (permalink / raw)
  To: Liam Girdwood, Biju Das
  Cc: Geert Uytterhoeven, Prabhakar Mahadev Lad, linux-renesas-soc,
	kernel test robot

On Wed, 28 Jun 2023 18:40:04 +0100, Biju Das wrote:
> The COMMON_CLK config is not enabled in some of the architectures.
> This causes build issues. Fix these issues by adding build dependency.
> 
> ERROR: modpost: "clk_unregister_fixed_rate" [drivers/regulator/raa215300.ko] undefined!
> ERROR: modpost: "clk_register_fixed_rate" [drivers/regulator/raa215300.ko] undefined!
> 
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next

Thanks!

[1/1] regulator: raa215300: Add build dependency with COMMON_CLK
      commit: e9bd04e52d649c3cfd713b594c5db35cab03c42b

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-06-29 10:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-28 17:40 [PATCH] regulator: raa215300: Add build dependency with COMMON_CLK Biju Das
2023-06-28 20:29 ` Geert Uytterhoeven
2023-06-29 10:33 ` Mark Brown

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.