All of lore.kernel.org
 help / color / mirror / Atom feed
* [krzk:next/dt64 21/21] arch/arm64/boot/dts/exynos/exynos990.dtsi:8:10: fatal error: 'dt-bindings/clock/samsung,exynos990.h' file not found
@ 2024-12-29 18:51 kernel test robot
  2024-12-30  7:25 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 4+ messages in thread
From: kernel test robot @ 2024-12-29 18:51 UTC (permalink / raw)
  To: Igor Belwon; +Cc: oe-kbuild-all, Krzysztof Kozlowski

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git next/dt64
head:   f21231ac28f44cd5daf50bc8fdae381f451b46c9
commit: f21231ac28f44cd5daf50bc8fdae381f451b46c9 [21/21] arm64: dts: exynos990: Add clock management unit nodes
config: arm64-randconfig-052-20241229 (https://download.01.org/0day-ci/archive/20241230/202412300233.Ey9SD8JJ-lkp@intel.com/config)
compiler: clang version 16.0.6 (https://github.com/llvm/llvm-project 7cbf1a2591520c2491aa35339f227775f4d3adf6)
dtschema version: 2024.12.dev5+gea243eb
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241230/202412300233.Ey9SD8JJ-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/202412300233.Ey9SD8JJ-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from arch/arm64/boot/dts/exynos/exynos990-c1s.dts:9:
>> arch/arm64/boot/dts/exynos/exynos990.dtsi:8:10: fatal error: 'dt-bindings/clock/samsung,exynos990.h' file not found
   #include <dt-bindings/clock/samsung,exynos990.h>
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   1 error generated.


vim +8 arch/arm64/boot/dts/exynos/exynos990.dtsi

   > 8	#include <dt-bindings/clock/samsung,exynos990.h>
     9	#include <dt-bindings/interrupt-controller/arm-gic.h>
    10	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

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

* Re: [krzk:next/dt64 21/21] arch/arm64/boot/dts/exynos/exynos990.dtsi:8:10: fatal error: 'dt-bindings/clock/samsung,exynos990.h' file not found
  2024-12-29 18:51 [krzk:next/dt64 21/21] arch/arm64/boot/dts/exynos/exynos990.dtsi:8:10: fatal error: 'dt-bindings/clock/samsung,exynos990.h' file not found kernel test robot
@ 2024-12-30  7:25 ` Krzysztof Kozlowski
  2024-12-30 12:47   ` Igor Belwon
  0 siblings, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2024-12-30  7:25 UTC (permalink / raw)
  To: kernel test robot, Igor Belwon; +Cc: oe-kbuild-all

On 29/12/2024 19:51, kernel test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git next/dt64
> head:   f21231ac28f44cd5daf50bc8fdae381f451b46c9
> commit: f21231ac28f44cd5daf50bc8fdae381f451b46c9 [21/21] arm64: dts: exynos990: Add clock management unit nodes
> config: arm64-randconfig-052-20241229 (https://download.01.org/0day-ci/archive/20241230/202412300233.Ey9SD8JJ-lkp@intel.com/config)
> compiler: clang version 16.0.6 (https://github.com/llvm/llvm-project 7cbf1a2591520c2491aa35339f227775f4d3adf6)
> dtschema version: 2024.12.dev5+gea243eb
> reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241230/202412300233.Ey9SD8JJ-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/202412300233.Ey9SD8JJ-lkp@intel.com/
> 
> All errors (new ones prefixed by >>):
> 
>    In file included from arch/arm64/boot/dts/exynos/exynos990-c1s.dts:9:
>>> arch/arm64/boot/dts/exynos/exynos990.dtsi:8:10: fatal error: 'dt-bindings/clock/samsung,exynos990.h' file not found
>    #include <dt-bindings/clock/samsung,exynos990.h>
>             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    1 error generated.
> 

So this wasn't built (no dependency mentioned in the commit changelog).

Best regards,
Krzysztof

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

* Re: [krzk:next/dt64 21/21] arch/arm64/boot/dts/exynos/exynos990.dtsi:8:10: fatal error: 'dt-bindings/clock/samsung,exynos990.h' file not found
  2024-12-30  7:25 ` Krzysztof Kozlowski
@ 2024-12-30 12:47   ` Igor Belwon
  2024-12-30 14:49     ` Krzysztof Kozlowski
  0 siblings, 1 reply; 4+ messages in thread
From: Igor Belwon @ 2024-12-30 12:47 UTC (permalink / raw)
  To: Krzysztof Kozlowski; +Cc: kernel test robot, oe-kbuild-all

On Mon, Dec 30, 2024 at 08:25:34AM +0100, Krzysztof Kozlowski wrote:
> On 29/12/2024 19:51, kernel test robot wrote:
> > tree:   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git next/dt64
> > head:   f21231ac28f44cd5daf50bc8fdae381f451b46c9
> > commit: f21231ac28f44cd5daf50bc8fdae381f451b46c9 [21/21] arm64: dts: exynos990: Add clock management unit nodes
> > config: arm64-randconfig-052-20241229 (https://download.01.org/0day-ci/archive/20241230/202412300233.Ey9SD8JJ-lkp@intel.com/config)
> > compiler: clang version 16.0.6 (https://github.com/llvm/llvm-project 7cbf1a2591520c2491aa35339f227775f4d3adf6)
> > dtschema version: 2024.12.dev5+gea243eb
> > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241230/202412300233.Ey9SD8JJ-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/202412300233.Ey9SD8JJ-lkp@intel.com/
> > 
> > All errors (new ones prefixed by >>):
> > 
> >    In file included from arch/arm64/boot/dts/exynos/exynos990-c1s.dts:9:
> >>> arch/arm64/boot/dts/exynos/exynos990.dtsi:8:10: fatal error: 'dt-bindings/clock/samsung,exynos990.h' file not found
> >    #include <dt-bindings/clock/samsung,exynos990.h>
> >             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> >    1 error generated.
> > 
> 
> So this wasn't built (no dependency mentioned in the commit changelog).
> 
> Best regards,
> Krzysztof

Hi Krzysztof,

Really sorry for this. This patch obviously depends on the previous CMU
driver patch. If you would like, you can drop this change and I can resend
with the dependency in the commit letter. If not, I will just keep this
in mind for my next patches.

Best regards
Igor

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

* Re: [krzk:next/dt64 21/21] arch/arm64/boot/dts/exynos/exynos990.dtsi:8:10: fatal error: 'dt-bindings/clock/samsung,exynos990.h' file not found
  2024-12-30 12:47   ` Igor Belwon
@ 2024-12-30 14:49     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2024-12-30 14:49 UTC (permalink / raw)
  To: Igor Belwon; +Cc: kernel test robot, oe-kbuild-all

On 30/12/2024 13:47, Igor Belwon wrote:
> On Mon, Dec 30, 2024 at 08:25:34AM +0100, Krzysztof Kozlowski wrote:
>> On 29/12/2024 19:51, kernel test robot wrote:
>>> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git next/dt64
>>> head:   f21231ac28f44cd5daf50bc8fdae381f451b46c9
>>> commit: f21231ac28f44cd5daf50bc8fdae381f451b46c9 [21/21] arm64: dts: exynos990: Add clock management unit nodes
>>> config: arm64-randconfig-052-20241229 (https://download.01.org/0day-ci/archive/20241230/202412300233.Ey9SD8JJ-lkp@intel.com/config)
>>> compiler: clang version 16.0.6 (https://github.com/llvm/llvm-project 7cbf1a2591520c2491aa35339f227775f4d3adf6)
>>> dtschema version: 2024.12.dev5+gea243eb
>>> reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241230/202412300233.Ey9SD8JJ-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/202412300233.Ey9SD8JJ-lkp@intel.com/
>>>
>>> All errors (new ones prefixed by >>):
>>>
>>>    In file included from arch/arm64/boot/dts/exynos/exynos990-c1s.dts:9:
>>>>> arch/arm64/boot/dts/exynos/exynos990.dtsi:8:10: fatal error: 'dt-bindings/clock/samsung,exynos990.h' file not found
>>>    #include <dt-bindings/clock/samsung,exynos990.h>
>>>             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>>    1 error generated.
>>>
>>
>> So this wasn't built (no dependency mentioned in the commit changelog).
>>
>> Best regards,
>> Krzysztof
> 
> Hi Krzysztof,
> 
> Really sorry for this. This patch obviously depends on the previous CMU
> driver patch. If you would like, you can drop this change and I can resend
> with the dependency in the commit letter. If not, I will just keep this
> in mind for my next patches.
I applied with dependency.

Best regards,
Krzysztof

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

end of thread, other threads:[~2024-12-30 14:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-29 18:51 [krzk:next/dt64 21/21] arch/arm64/boot/dts/exynos/exynos990.dtsi:8:10: fatal error: 'dt-bindings/clock/samsung,exynos990.h' file not found kernel test robot
2024-12-30  7:25 ` Krzysztof Kozlowski
2024-12-30 12:47   ` Igor Belwon
2024-12-30 14:49     ` Krzysztof Kozlowski

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.