[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210516161214.4693-1-digetx@gmail.com>
Date: Sun, 16 May 2021 19:12:10 +0300
From: Dmitry Osipenko <digetx@...il.com>
To: Thierry Reding <thierry.reding@...il.com>,
Jonathan Hunter <jonathanh@...dia.com>,
Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>,
Stephen Boyd <sboyd@...nel.org>,
Nathan Chancellor <nathan@...nel.org>,
Mikko Perttunen <mperttunen@...dia.com>
Cc: linux-kernel@...r.kernel.org, linux-tegra@...r.kernel.org,
linux-clk@...r.kernel.org
Subject: [PATCH v2 0/4] Enable compile-testing of Tegra memory drivers
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
Powered by blists - more mailing lists