linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Enable compile-testing of Tegra memory drivers
@ 2021-05-16 16:12 Dmitry Osipenko
  2021-05-16 16:12 ` [PATCH v2 1/4] soc/tegra: fuse: Add missing stubs Dmitry Osipenko
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Dmitry Osipenko @ 2021-05-16 16:12 UTC (permalink / raw)
  To: Thierry Reding, Jonathan Hunter, Krzysztof Kozlowski,
	Stephen Boyd, Nathan Chancellor, Mikko Perttunen
  Cc: linux-kernel, linux-tegra, linux-clk

This series enables compile-testing for all of NVIDIA Tegra memory
drivers.

Changelog:

v2: - Added patch which should fix compilation warning of tegra124-emc driver
      on 64bit platforms that was reported by kernel build robot. Thanks
      to Nathan Chancellor for the suggested fix.

        memory: tegra124: Fix compilation warnings on 64bit platforms

    - Added missing stubs to the tegra-clk header in another new patch. This
      was also reported by kernel build robot for v1.

        clk: tegra: Add stubs needed for compile-testing

    - The memory/tegra/Kconfig now uses `if TEGRA_MC`, which was suggested
      by Krzysztof Kozlowski to v1. This makes Tegra Kconfig to look consistent
      with the Exynos Kconfig.

Dmitry Osipenko (4):
  soc/tegra: fuse: Add missing stubs
  clk: tegra: Add stubs needed for compile-testing
  memory: tegra124-emc: Fix compilation warnings on 64bit platforms
  memory: tegra: Enable compile testing for all drivers

 drivers/memory/tegra/Kconfig        | 16 ++++++++++------
 drivers/memory/tegra/tegra124-emc.c |  4 ++--
 include/linux/clk/tegra.h           | 28 ++++++++++++++++++++++++----
 include/soc/tegra/fuse.h            | 20 +++++++++++++++++---
 4 files changed, 53 insertions(+), 15 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2021-05-17 16:24 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-16 16:12 [PATCH v2 0/4] Enable compile-testing of Tegra memory drivers Dmitry Osipenko
2021-05-16 16:12 ` [PATCH v2 1/4] soc/tegra: fuse: Add missing stubs Dmitry Osipenko
2021-05-16 16:12 ` [PATCH v2 2/4] clk: tegra: Add stubs needed for compile-testing Dmitry Osipenko
2021-05-16 16:12 ` [PATCH v2 3/4] memory: tegra124-emc: Fix compilation warnings on 64bit platforms Dmitry Osipenko
2021-05-17  6:26   ` Nathan Chancellor
2021-05-17 11:28   ` Krzysztof Kozlowski
2021-05-17 13:35     ` Dmitry Osipenko
2021-05-17 13:39       ` Krzysztof Kozlowski
2021-05-17 13:47         ` Dmitry Osipenko
2021-05-17 14:04           ` Krzysztof Kozlowski
2021-05-17 14:23             ` Dmitry Osipenko
2021-05-17 14:24   ` Krzysztof Kozlowski
2021-05-17 14:53     ` Dmitry Osipenko
2021-05-16 16:12 ` [PATCH v2 4/4] memory: tegra: Enable compile testing for all drivers Dmitry Osipenko
2021-05-17 11:33   ` Krzysztof Kozlowski
2021-05-17 11:32 ` [PATCH v2 0/4] Enable compile-testing of Tegra memory drivers Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).