* linux-next: build failure after merge of the clk-samsung tree @ 2018-04-25 23:19 ` Stephen Rothwell 2018-04-26 7:29 ` Krzysztof Kozlowski 2018-04-26 10:26 ` Sylwester Nawrocki 0 siblings, 2 replies; 4+ messages in thread From: Stephen Rothwell @ 2018-04-25 23:19 UTC (permalink / raw) To: Sylwester Nawrocki Cc: Linux-Next Mailing List, Linux Kernel Mailing List, Krzysztof Kozlowski [-- Attachment #1: Type: text/plain, Size: 978 bytes --] Hi Sylwester, After merging the clk-samsung tree, today's linux-next build (arm multi_v7_defconfig) failed like this: In file included from arch/arm/boot/dts/exynos5440-sd5v1.dts:10:0: arch/arm/boot/dts/exynos5440.dtsi:9:10: fatal error: dt-bindings/clock/exynos5440.h: No such file or directory #include <dt-bindings/clock/exynos5440.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. scripts/Makefile.lib:291: recipe for target 'arch/arm/boot/dts/exynos5440-sd5v1.dtb' failed In file included from arch/arm/boot/dts/exynos5440-ssdk5440.dts:10:0: arch/arm/boot/dts/exynos5440.dtsi:9:10: fatal error: dt-bindings/clock/exynos5440.h: No such file or directory #include <dt-bindings/clock/exynos5440.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Caused by commit f986c0e40ff5 ("clk: samsung: Remove support for Exynos5440") I used the version of the clk-samsung tree from next-20180424 for today. -- Cheers, Stephen Rothwell [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 488 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: linux-next: build failure after merge of the clk-samsung tree 2018-04-25 23:19 ` linux-next: build failure after merge of the clk-samsung tree Stephen Rothwell @ 2018-04-26 7:29 ` Krzysztof Kozlowski 2018-04-26 10:32 ` Sylwester Nawrocki 2018-04-26 10:26 ` Sylwester Nawrocki 1 sibling, 1 reply; 4+ messages in thread From: Krzysztof Kozlowski @ 2018-04-26 7:29 UTC (permalink / raw) To: Stephen Rothwell, Sylwester Nawrocki, linux-samsung-soc@vger•kernel.org Cc: Linux-Next Mailing List, Linux Kernel Mailing List On Thu, Apr 26, 2018 at 1:19 AM, Stephen Rothwell <sfr@canb•auug.org.au> wrote: > Hi Sylwester, > > After merging the clk-samsung tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > In file included from arch/arm/boot/dts/exynos5440-sd5v1.dts:10:0: > arch/arm/boot/dts/exynos5440.dtsi:9:10: fatal error: dt-bindings/clock/exynos5440.h: No such file or directory > #include <dt-bindings/clock/exynos5440.h> > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > compilation terminated. > scripts/Makefile.lib:291: recipe for target 'arch/arm/boot/dts/exynos5440-sd5v1.dtb' failed > In file included from arch/arm/boot/dts/exynos5440-ssdk5440.dts:10:0: > arch/arm/boot/dts/exynos5440.dtsi:9:10: fatal error: dt-bindings/clock/exynos5440.h: No such file or directory > #include <dt-bindings/clock/exynos5440.h> > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > Caused by commit > > f986c0e40ff5 ("clk: samsung: Remove support for Exynos5440") > > I used the version of the clk-samsung tree from next-20180424 for today. Thanks for the report, kbuild also mentioned this. The DTS which are using this header are removed in first patch of patchset... which was not applied yet and anyway would end in different tree. I think the patch removing clk header should wait till DTS change get merged into mainline. Best regards, Krzysztof ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: linux-next: build failure after merge of the clk-samsung tree 2018-04-26 7:29 ` Krzysztof Kozlowski @ 2018-04-26 10:32 ` Sylwester Nawrocki 0 siblings, 0 replies; 4+ messages in thread From: Sylwester Nawrocki @ 2018-04-26 10:32 UTC (permalink / raw) To: Krzysztof Kozlowski Cc: Stephen Rothwell, linux-samsung-soc@vger•kernel.org, Linux-Next Mailing List, Linux Kernel Mailing List On 04/26/2018 09:29 AM, Krzysztof Kozlowski wrote: > On Thu, Apr 26, 2018 at 1:19 AM, Stephen Rothwell <sfr@canb•auug.org.au> wrote: >> After merging the clk-samsung tree, today's linux-next build (arm >> multi_v7_defconfig) failed like this: [...] >> Caused by commit >> >> f986c0e40ff5 ("clk: samsung: Remove support for Exynos5440") >> >> I used the version of the clk-samsung tree from next-20180424 for today. > > Thanks for the report, kbuild also mentioned this. The DTS which are > using this header are removed in first patch of patchset... which was > not applied yet and anyway would end in different tree. I think the > patch removing clk header should wait till DTS change get merged into > mainline. Yes, let's remove all related dts parts first and then drivers in subsequent release. -- Regards, Sylwester ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: linux-next: build failure after merge of the clk-samsung tree 2018-04-25 23:19 ` linux-next: build failure after merge of the clk-samsung tree Stephen Rothwell 2018-04-26 7:29 ` Krzysztof Kozlowski @ 2018-04-26 10:26 ` Sylwester Nawrocki 1 sibling, 0 replies; 4+ messages in thread From: Sylwester Nawrocki @ 2018-04-26 10:26 UTC (permalink / raw) To: Stephen Rothwell Cc: Linux-Next Mailing List, Linux Kernel Mailing List, Krzysztof Kozlowski Hi Stephen, On 04/26/2018 01:19 AM, Stephen Rothwell wrote: > After merging the clk-samsung tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > In file included from arch/arm/boot/dts/exynos5440-sd5v1.dts:10:0: > arch/arm/boot/dts/exynos5440.dtsi:9:10: fatal error: dt-bindings/clock/exynos5440.h: No such file or directory > #include <dt-bindings/clock/exynos5440.h> > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Caused by commit > > f986c0e40ff5 ("clk: samsung: Remove support for Exynos5440") > > I used the version of the clk-samsung tree from next-20180424 for today. My apologies, somehow I didn't notice the build break earlier. I drop the above mentioned commit from the for-next branch for now. -- Regards, Sylwester ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-04-26 10:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CGME20180425232126epcas2p1e5673f9dfc42c5e8c5e05acb70a6e352@epcas2p1.samsung.com>
2018-04-25 23:19 ` linux-next: build failure after merge of the clk-samsung tree Stephen Rothwell
2018-04-26 7:29 ` Krzysztof Kozlowski
2018-04-26 10:32 ` Sylwester Nawrocki
2018-04-26 10:26 ` Sylwester Nawrocki
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox