All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: build warning after merge of the tegra tree
@ 2021-06-03  0:35 Stephen Rothwell
  2021-06-03  2:01 ` Dmitry Osipenko
  0 siblings, 1 reply; 10+ messages in thread
From: Stephen Rothwell @ 2021-06-03  0:35 UTC (permalink / raw)
  To: Colin Cross, Olof Johansson, Thierry Reding
  Cc: Dmitry Osipenko, Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 526 bytes --]

Hi all,

After merging the tegra tree, today's linux-next build (x86_64
allmodconfig) produced this warning:

WARNING: unmet direct dependencies detected for TEGRA210_EMC_TABLE
  Depends on [n]: MEMORY [=y] && TEGRA_MC [=y] && ARCH_TEGRA_210_SOC [=n]
  Selected by [m]:
  - TEGRA210_EMC [=m] && MEMORY [=y] && TEGRA_MC [=y] && (ARCH_TEGRA_210_SOC [=n] || COMPILE_TEST [=y])

Probably introduced by commit

  08decdd5b448 ("memory: tegra: Enable compile testing for all drivers")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread
* linux-next: build warning after merge of the tegra tree
@ 2023-07-21  3:07 Stephen Rothwell
  0 siblings, 0 replies; 10+ messages in thread
From: Stephen Rothwell @ 2023-07-21  3:07 UTC (permalink / raw)
  To: Colin Cross, Olof Johansson, Thierry Reding
  Cc: Mohan Kumar, Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 833 bytes --]

Hi all,

After merging the tegra tree, today's linux-next build (arm64 defconfig)
produced this warning:

arch/arm64/boot/dts/nvidia/tegra234-p3701.dtsi:57.27-60.10: Warning (graph_endpoint): /bus@0/aconnect@2900000/ahub@2900800/i2s@2901100/ports/port@1/endpoint: graph connection to node '/bus@0/i2c@31e0000/audio-codec@1c/port/endpoint' is not bidirectional
  also defined at arch/arm64/boot/dts/nvidia/tegra234-p3737-0000.dtsi:14.30-17.10
arch/arm64/boot/dts/nvidia/tegra234-p3737-0000.dtsi:56.26-59.8: Warning (graph_endpoint): /bus@0/i2c@31e0000/audio-codec@1c/port/endpoint: graph connection to node '/bus@0/aconnect@2900000/ahub@2900800/i2s@2901000/ports/port@1/endpoint' is not bidirectional

Introduced by commit

  89b143fbba40 ("arm64: tegra: Add audio support for IGX Orin")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread
* linux-next: build warning after merge of the tegra tree
@ 2022-06-26 23:15 Stephen Rothwell
  2022-06-27 11:53 ` Jon Hunter
  0 siblings, 1 reply; 10+ messages in thread
From: Stephen Rothwell @ 2022-06-26 23:15 UTC (permalink / raw)
  To: Colin Cross, Olof Johansson, Thierry Reding
  Cc: Bitan Biswas, Jon Hunter, Linux Kernel Mailing List,
	Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 704 bytes --]

Hi all,

After merging the tegra tree, today's linux-next build (arm
multi_v7_defconfig) produced this warning:

In file included from drivers/soc/tegra/fuse/fuse-tegra.c:7:
include/linux/device.h:136:33: warning: 'dev_attr_production' defined but not used [-Wunused-variable]
  136 |         struct device_attribute dev_attr_##_name = __ATTR_RO(_name)
      |                                 ^~~~~~~~~
drivers/soc/tegra/fuse/fuse-tegra.c:441:8: note: in expansion of macro 'DEVICE_ATTR_RO'
  441 | static DEVICE_ATTR_RO(production);
      |        ^~~~~~~~~~~~~~

Introduced by commit

  2258fe488a20 ("soc/tegra: fuse: Expose Tegra production status")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread
* linux-next: build warning after merge of the tegra tree
@ 2015-05-07  4:06 Stephen Rothwell
  0 siblings, 0 replies; 10+ messages in thread
From: Stephen Rothwell @ 2015-05-07  4:06 UTC (permalink / raw)
  To: Stephen Warren, Colin Cross, Olof Johansson, Thierry Reding
  Cc: linux-next, linux-kernel, Mikko Perttunen, Tomeu Vizoso

[-- Attachment #1: Type: text/plain, Size: 512 bytes --]

Hi all,

After merging the tegra tree, today's linux-next build (arm
multi_v7_defconfig) produced this warning:

drivers/clk/tegra/clk-emc.c: In function 'tegra_clk_register_emc':
drivers/clk/tegra/clk-emc.c:519:20: warning: assignment discards 'const' qualifier from pointer target type
  init.parent_names = emc_parent_clk_names;
                    ^

Introduced by commit dc9fdb640b9f ("clk: tegra: Add EMC clock driver").

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

end of thread, other threads:[~2023-07-21  3:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-03  0:35 linux-next: build warning after merge of the tegra tree Stephen Rothwell
2021-06-03  2:01 ` Dmitry Osipenko
2021-06-03 12:18   ` Thierry Reding
2021-06-03 14:03     ` Dmitry Osipenko
2021-06-03 14:35       ` Thierry Reding
2021-06-03 14:37         ` Dmitry Osipenko
  -- strict thread matches above, loose matches on Subject: below --
2023-07-21  3:07 Stephen Rothwell
2022-06-26 23:15 Stephen Rothwell
2022-06-27 11:53 ` Jon Hunter
2015-05-07  4:06 Stephen Rothwell

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.