From: kernel test robot <lkp@intel.com>
To: Raghav Sharma <raghav.s@samsung.com>,
krzk@kernel.org, s.nawrocki@samsung.com, cw00.choi@samsung.com,
mturquette@baylibre.com, sboyd@kernel.org,
richardcochran@gmail.com, alim.akhtar@samsung.com
Cc: oe-kbuild-all@lists.linux.dev, linux-samsung-soc@vger.kernel.org,
linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
Raghav Sharma <raghav.s@samsung.com>
Subject: Re: [PATCH v1] clk: samsung: exynosautov920: add block hsi2 clock support
Date: Sat, 10 May 2025 08:42:41 +0800 [thread overview]
Message-ID: <202505100814.gnMY3LoZ-lkp@intel.com> (raw)
In-Reply-To: <20250509131210.3192208-1-raghav.s@samsung.com>
Hi Raghav,
kernel test robot noticed the following build errors:
[auto build test ERROR on krzk/for-next]
[also build test ERROR on linus/master v6.15-rc5 next-20250509]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Raghav-Sharma/clk-samsung-exynosautov920-add-block-hsi2-clock-support/20250509-212922
base: https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git for-next
patch link: https://lore.kernel.org/r/20250509131210.3192208-1-raghav.s%40samsung.com
patch subject: [PATCH v1] clk: samsung: exynosautov920: add block hsi2 clock support
config: csky-randconfig-002-20250510 (https://download.01.org/0day-ci/archive/20250510/202505100814.gnMY3LoZ-lkp@intel.com/config)
compiler: csky-linux-gcc (GCC) 13.3.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250510/202505100814.gnMY3LoZ-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/202505100814.gnMY3LoZ-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from drivers/clk/samsung/clk-exynosautov920.c:16:
>> drivers/clk/samsung/clk-exynosautov920.c:1781:23: error: 'FOUT_PLL_ETH' undeclared here (not in a function)
1781 | PLL(pll_531x, FOUT_PLL_ETH, "fout_pll_eth", "oscclk",
| ^~~~~~~~~~~~
drivers/clk/samsung/clk.h:273:35: note: in definition of macro '__PLL'
273 | .id = _id, \
| ^~~
drivers/clk/samsung/clk-exynosautov920.c:1781:9: note: in expansion of macro 'PLL'
1781 | PLL(pll_531x, FOUT_PLL_ETH, "fout_pll_eth", "oscclk",
| ^~~
>> drivers/clk/samsung/clk-exynosautov920.c:1792:13: error: 'CLK_MOUT_HSI2_NOC_UFS_USER' undeclared here (not in a function); did you mean 'CLK_MOUT_HSI1_NOC_USER'?
1792 | MUX(CLK_MOUT_HSI2_NOC_UFS_USER, "mout_clkcmu_hsi2_noc_ufs_user",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/clk/samsung/clk.h:133:35: note: in definition of macro '__MUX'
133 | .id = _id, \
| ^~~
drivers/clk/samsung/clk-exynosautov920.c:1792:9: note: in expansion of macro 'MUX'
1792 | MUX(CLK_MOUT_HSI2_NOC_UFS_USER, "mout_clkcmu_hsi2_noc_ufs_user",
| ^~~
>> drivers/clk/samsung/clk-exynosautov920.c:1794:13: error: 'CLK_MOUT_HSI2_UFS_EMBD_USER' undeclared here (not in a function); did you mean 'CLK_MOUT_HSI1_USBDRD_USER'?
1794 | MUX(CLK_MOUT_HSI2_UFS_EMBD_USER, "mout_clkcmu_hsi2_ufs_embd_user",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/clk/samsung/clk.h:133:35: note: in definition of macro '__MUX'
133 | .id = _id, \
| ^~~
drivers/clk/samsung/clk-exynosautov920.c:1794:9: note: in expansion of macro 'MUX'
1794 | MUX(CLK_MOUT_HSI2_UFS_EMBD_USER, "mout_clkcmu_hsi2_ufs_embd_user",
| ^~~
>> drivers/clk/samsung/clk-exynosautov920.c:1796:13: error: 'CLK_MOUT_HSI2_ETHERNET' undeclared here (not in a function)
1796 | MUX(CLK_MOUT_HSI2_ETHERNET, "mout_hsi2_ethernet",
| ^~~~~~~~~~~~~~~~~~~~~~
drivers/clk/samsung/clk.h:133:35: note: in definition of macro '__MUX'
133 | .id = _id, \
| ^~~
drivers/clk/samsung/clk-exynosautov920.c:1796:9: note: in expansion of macro 'MUX'
1796 | MUX(CLK_MOUT_HSI2_ETHERNET, "mout_hsi2_ethernet",
| ^~~
>> drivers/clk/samsung/clk-exynosautov920.c:1798:13: error: 'CLK_MOUT_HSI2_ETHERNET_USER' undeclared here (not in a function); did you mean 'CLK_MOUT_HSI1_NOC_USER'?
1798 | MUX(CLK_MOUT_HSI2_ETHERNET_USER, "mout_clkcmu_hsi2_ethernet_user",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/clk/samsung/clk.h:133:35: note: in definition of macro '__MUX'
133 | .id = _id, \
| ^~~
drivers/clk/samsung/clk-exynosautov920.c:1798:9: note: in expansion of macro 'MUX'
1798 | MUX(CLK_MOUT_HSI2_ETHERNET_USER, "mout_clkcmu_hsi2_ethernet_user",
| ^~~
>> drivers/clk/samsung/clk-exynosautov920.c:1803:13: error: 'CLK_DOUT_HSI2_ETHERNET' undeclared here (not in a function)
1803 | DIV(CLK_DOUT_HSI2_ETHERNET, "dout_hsi2_ethernet",
| ^~~~~~~~~~~~~~~~~~~~~~
drivers/clk/samsung/clk.h:183:35: note: in definition of macro '__DIV'
183 | .id = _id, \
| ^~~
drivers/clk/samsung/clk-exynosautov920.c:1803:9: note: in expansion of macro 'DIV'
1803 | DIV(CLK_DOUT_HSI2_ETHERNET, "dout_hsi2_ethernet",
| ^~~
>> drivers/clk/samsung/clk-exynosautov920.c:1806:13: error: 'CLK_DOUT_HSI2_ETHERNET_PTP' undeclared here (not in a function)
1806 | DIV(CLK_DOUT_HSI2_ETHERNET_PTP, "dout_hsi2_ethernet_ptp",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/clk/samsung/clk.h:183:35: note: in definition of macro '__DIV'
183 | .id = _id, \
| ^~~
drivers/clk/samsung/clk-exynosautov920.c:1806:9: note: in expansion of macro 'DIV'
1806 | DIV(CLK_DOUT_HSI2_ETHERNET_PTP, "dout_hsi2_ethernet_ptp",
| ^~~
vim +/FOUT_PLL_ETH +1781 drivers/clk/samsung/clk-exynosautov920.c
1778
1779 static const struct samsung_pll_clock hsi2_pll_clks[] __initconst = {
1780 /* CMU_HSI2_PLL */
> 1781 PLL(pll_531x, FOUT_PLL_ETH, "fout_pll_eth", "oscclk",
1782 PLL_LOCKTIME_PLL_ETH, PLL_CON3_PLL_ETH, NULL),
1783 };
1784
1785 /* List of parent clocks for Muxes in CMU_HSI2 */
1786 PNAME(mout_clkcmu_hsi2_noc_ufs_user_p) = { "oscclk", "dout_clkcmu_hsi2_noc_ufs" };
1787 PNAME(mout_clkcmu_hsi2_ufs_embd_user_p) = { "oscclk", "dout_clkcmu_hsi2_ufs_embd" };
1788 PNAME(mout_hsi2_ethernet_p) = { "fout_pll_eth", "mout_clkcmu_hsi2_ethernet_user" };
1789 PNAME(mout_clkcmu_hsi2_ethernet_user_p) = { "oscclk", "dout_clkcmu_hsi2_ethernet" };
1790
1791 static const struct samsung_mux_clock hsi2_mux_clks[] __initconst = {
> 1792 MUX(CLK_MOUT_HSI2_NOC_UFS_USER, "mout_clkcmu_hsi2_noc_ufs_user",
1793 mout_clkcmu_hsi2_noc_ufs_user_p, PLL_CON0_MUX_CLKCMU_HSI2_NOC_UFS_USER, 4, 1),
> 1794 MUX(CLK_MOUT_HSI2_UFS_EMBD_USER, "mout_clkcmu_hsi2_ufs_embd_user",
1795 mout_clkcmu_hsi2_ufs_embd_user_p, PLL_CON0_MUX_CLKCMU_HSI2_UFS_EMBD_USER, 4, 1),
> 1796 MUX(CLK_MOUT_HSI2_ETHERNET, "mout_hsi2_ethernet",
1797 mout_hsi2_ethernet_p, CLK_CON_MUX_MUX_CLK_HSI2_ETHERNET, 0, 1),
> 1798 MUX(CLK_MOUT_HSI2_ETHERNET_USER, "mout_clkcmu_hsi2_ethernet_user",
1799 mout_clkcmu_hsi2_ethernet_user_p, PLL_CON0_MUX_CLKCMU_HSI2_ETHERNET_USER, 4, 1),
1800 };
1801
1802 static const struct samsung_div_clock hsi2_div_clks[] __initconst = {
> 1803 DIV(CLK_DOUT_HSI2_ETHERNET, "dout_hsi2_ethernet",
1804 "mout_hsi2_ethernet", CLK_CON_DIV_DIV_CLK_HSI2_ETHERNET,
1805 0, 4),
> 1806 DIV(CLK_DOUT_HSI2_ETHERNET_PTP, "dout_hsi2_ethernet_ptp",
1807 "mout_hsi2_ethernet", CLK_CON_DIV_DIV_CLK_HSI2_ETHERNET_PTP,
1808 0, 4),
1809 };
1810
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
prev parent reply other threads:[~2025-05-10 0:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20250509130226epcas5p3cf112ae8a2911c76f02756a386c09e62@epcas5p3.samsung.com>
2025-05-09 13:12 ` [PATCH v1] clk: samsung: exynosautov920: add block hsi2 clock support Raghav Sharma
2025-05-09 13:30 ` Krzysztof Kozlowski
2025-05-10 0:42 ` kernel test robot [this message]
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=202505100814.gnMY3LoZ-lkp@intel.com \
--to=lkp@intel.com \
--cc=alim.akhtar@samsung.com \
--cc=cw00.choi@samsung.com \
--cc=krzk@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=netdev@vger.kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=raghav.s@samsung.com \
--cc=richardcochran@gmail.com \
--cc=s.nawrocki@samsung.com \
--cc=sboyd@kernel.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.