summaryrefslogtreecommitdiff
path: root/scripts/git.orderFile
diff options
context:
space:
mode:
authorJulian Braha <julianbraha@gmail.com>2021-11-08 22:23:51 -0500
committerMaxime Ripard <maxime@cerno.tech>2021-11-15 10:52:03 +0100
commitbb162bb2b4394108c8f055d1b115735331205e28 (patch)
tree7f3decd4c9664015188e88c495c0323b3f08790c /scripts/git.orderFile
parent995f54ea962e03ec08b8bc6a4fe11a32b420edd3 (diff)
downloadkernel-bb162bb2b4394108c8f055d1b115735331205e28.tar.gz
drm/sun4i: fix unmet dependency on RESET_CONTROLLER for PHY_SUN6I_MIPI_DPHY
When PHY_SUN6I_MIPI_DPHY is selected, and RESET_CONTROLLER is not selected, Kbuild gives the following warning: WARNING: unmet direct dependencies detected for PHY_SUN6I_MIPI_DPHY Depends on [n]: (ARCH_SUNXI [=n] || COMPILE_TEST [=y]) && HAS_IOMEM [=y] && COMMON_CLK [=y] && RESET_CONTROLLER [=n] Selected by [y]: - DRM_SUN6I_DSI [=y] && HAS_IOMEM [=y] && DRM_SUN4I [=y] This is because DRM_SUN6I_DSI selects PHY_SUN6I_MIPI_DPHY without selecting or depending on RESET_CONTROLLER, despite PHY_SUN6I_MIPI_DPHY depending on RESET_CONTROLLER. These unmet dependency bugs were detected by Kismet, a static analysis tool for Kconfig. Please advise if this is not the appropriate solution. v2: Fixed indentation to match the rest of the file. Signed-off-by: Julian Braha <julianbraha@gmail.com> Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com> Signed-off-by: Maxime Ripard <maxime@cerno.tech> Link: https://patchwork.freedesktop.org/patch/msgid/20211109032351.43322-1-julianbraha@gmail.com
Diffstat (limited to 'scripts/git.orderFile')
0 files changed, 0 insertions, 0 deletions
o/kernel/commit/tools/testing/selftests/powerpc/pmu/event_code_tests?h=linux-6.12.y&id=5958ad4392b0f437605ade8bab42447b0d97ad8c'>selftests/powerpc/pmu: Add selftest for event alternatives for power9Athira Rajeev 2022-06-29selftests/powerpc/pmu: Add selftest for blacklist events check in power9Athira Rajeev 2022-06-29selftests/powerpc/pmu: Add selftest for reserved bit check for MMCRA thresh_c...Athira Rajeev 2022-06-29selftests/powerpc/pmu: Add selftest for checking invalid bits in event codeAthira Rajeev 2022-06-29selftests/powerpc/pmu: Add selftest for group constraint check MMCRA sample bitsAthira Rajeev 2022-06-29selftests/powerpc/pmu: Add selftest for group constraint for MMCRA Sampling M...Athira Rajeev 2022-06-29selftests/powerpc/pmu: Add selftest for group constraint check for radix_scop...Athira Rajeev 2022-06-29selftests/powerpc/pmu: Add selftest for group constraint check when using sam...Athira Rajeev 2022-06-29selftests/powerpc/pmu: Add selftest to check constraint for number of counter...Athira Rajeev 2022-06-29selftests/powerpc/pmu: Add selftest to check PMC5/6 is excluded from some con...Athira Rajeev 2022-06-29selftests/powerpc/pmu: Add selftest for group constraint check for PMC5 and PMC6Athira Rajeev 2022-06-29selftests/powerpc/pmu: Add support for perf event code testsAthira Rajeev