From: kernel test robot <lkp@intel.com>
To: Tudor Ambarus <tudor.ambarus@linaro.org>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [PATCH v2 3/5] clk: samsung: add Exynos ACPM clock driver
Date: Mon, 1 Sep 2025 02:45:02 +0800 [thread overview]
Message-ID: <202509010221.Q7juHzvW-lkp@intel.com> (raw)
In-Reply-To: <20250827-acpm-clk-v2-3-de5c86b49b64@linaro.org>
Hi Tudor,
kernel test robot noticed the following build errors:
[auto build test ERROR on c17b750b3ad9f45f2b6f7e6f7f4679844244f0b9]
url: https://github.com/intel-lab-lkp/linux/commits/Tudor-Ambarus/dt-bindings-firmware-google-gs101-acpm-ipc-add-clock-cells/20250827-204355
base: c17b750b3ad9f45f2b6f7e6f7f4679844244f0b9
patch link: https://lore.kernel.org/r/20250827-acpm-clk-v2-3-de5c86b49b64%40linaro.org
patch subject: [PATCH v2 3/5] clk: samsung: add Exynos ACPM clock driver
config: xtensa-randconfig-r073-20250831 (https://download.01.org/0day-ci/archive/20250901/202509010221.Q7juHzvW-lkp@intel.com/config)
compiler: xtensa-linux-gcc (GCC) 8.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250901/202509010221.Q7juHzvW-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202509010221.Q7juHzvW-lkp@intel.com/
All errors (new ones prefixed by >>):
xtensa-linux-ld: drivers/clk/samsung/clk-acpm.o: in function `acpm_clk_set_rate':
>> drivers/clk/samsung/clk-acpm.c:55: undefined reference to `devm_acpm_get_by_node'
>> xtensa-linux-ld: drivers/clk/samsung/clk-acpm.c:55: undefined reference to `devm_acpm_get_by_node'
vim +55 drivers/clk/samsung/clk-acpm.c
47
48 static int acpm_clk_set_rate(struct clk_hw *hw, unsigned long rate,
49 unsigned long parent_rate)
50 {
51 struct acpm_clk *clk = to_acpm_clk(hw);
52
53 return clk->handle->ops.dvfs_ops.set_rate(clk->handle,
54 clk->mbox_chan_id, clk->id, rate);
> 55 }
56
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2025-08-31 18:45 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-27 12:42 [PATCH v2 0/5] exynos-acpm: add DVFS protocol and clock driver Tudor Ambarus
2025-08-27 12:42 ` [PATCH v2 1/5] dt-bindings: firmware: google,gs101-acpm-ipc: add #clock-cells Tudor Ambarus
2025-08-29 16:51 ` Rob Herring (Arm)
2025-08-31 10:40 ` Krzysztof Kozlowski
2025-09-01 6:25 ` Tudor Ambarus
2025-08-27 12:42 ` [PATCH v2 2/5] firmware: exynos-acpm: add DVFS protocol Tudor Ambarus
2025-08-27 12:42 ` [PATCH v2 3/5] clk: samsung: add Exynos ACPM clock driver Tudor Ambarus
2025-08-28 5:35 ` Tudor Ambarus
2025-08-31 18:45 ` kernel test robot [this message]
2025-08-27 12:42 ` [PATCH v2 4/5] firmware: exynos-acpm: register ACPM clocks dev Tudor Ambarus
2025-08-31 10:50 ` Krzysztof Kozlowski
2025-09-01 6:56 ` Tudor Ambarus
2025-09-01 7:48 ` Krzysztof Kozlowski
2025-09-01 8:43 ` Tudor Ambarus
2025-09-01 9:34 ` Krzysztof Kozlowski
2025-08-27 12:42 ` [PATCH v2 5/5] arm64: defconfig: enable Exynos ACPM clocks Tudor Ambarus
2025-08-31 10:42 ` [PATCH v2 0/5] exynos-acpm: add DVFS protocol and clock driver Krzysztof Kozlowski
2025-09-01 7:06 ` Tudor Ambarus
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=202509010221.Q7juHzvW-lkp@intel.com \
--to=lkp@intel.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=tudor.ambarus@linaro.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.