Messages in this thread |  | | From | Dmitry Osipenko <> | Subject | [PATCH v2 0/4] Enable compile-testing of Tegra memory drivers | Date | Sun, 16 May 2021 19:12:10 +0300 |
| |
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
|  |