From f7a3bf654752fa0e92c7ab3e57e48d3415632852 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Thu, 13 Aug 2020 12:44:32 -0500 Subject: kernel-5.9.0-0.rc0.20200813gitdc06fe51d26e.1 * Thu Aug 13 2020 Fedora Kernel Team [5.9.0-0.rc0.20200813gitdc06fe51d26e.1] - dc06fe51d26e rebase - More mismatches ("Justin M. Forbes") - Fedora config change due to deps ("Justin M. Forbes") - CONFIG_SND_SOC_MAX98390 is now selected by SND_SOC_INTEL_DA7219_MAX98357A_GENERIC ("Justin M. Forbes") - Config change required for build part 2 ("Justin M. Forbes") - Config change required for build ("Justin M. Forbes") - Fedora config update ("Justin M. Forbes") - Revert "Merge branch 'make_configs_fix' into 'os-build'" (Justin Forbes) - redhat/configs/process_configs.sh: Remove *.config.orig files (Prarit Bhargava) - redhat/configs/process_configs.sh: Add process_configs_known_broken flag (Prarit Bhargava) - redhat/Makefile: Fix '*-configs' targets (Prarit Bhargava) - Updated changelog for the release based on v5.8 (Fedora Kernel Team) - Add ability to sync upstream through Makefile (Don Zickus) - Add master merge check (Don Zickus) - Replace hardcoded values 'os-build' and project id with variables (Don Zickus) - gitattributes: Remove unnecesary export restrictions (Prarit Bhargava) - redhat/Makefile.common: Fix MARKER (Prarit Bhargava) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- ...t7703-Assert-reset-prior-to-powering-down.patch | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 0001-drm-panel-st7703-Assert-reset-prior-to-powering-down.patch (limited to '0001-drm-panel-st7703-Assert-reset-prior-to-powering-down.patch') diff --git a/0001-drm-panel-st7703-Assert-reset-prior-to-powering-down.patch b/0001-drm-panel-st7703-Assert-reset-prior-to-powering-down.patch deleted file mode 100644 index 045875f11..000000000 --- a/0001-drm-panel-st7703-Assert-reset-prior-to-powering-down.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Ondrej Jirman -Date: Fri, 26 Jun 2020 02:55:59 +0200 -Subject: [PATCH] drm/panel: st7703: Assert reset prior to powering down the - regulators - -The reset pin is inverted, so if we don't assert reset, the actual gpio -will be high and may keep driving the IO port of the panel. - -Signed-off-by: Ondrej Jirman ---- - drivers/gpu/drm/panel/panel-sitronix-st7703.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/drivers/gpu/drm/panel/panel-sitronix-st7703.c b/drivers/gpu/drm/panel/panel-sitronix-st7703.c -index e771281eb547..92930e127559 100644 ---- a/drivers/gpu/drm/panel/panel-sitronix-st7703.c -+++ b/drivers/gpu/drm/panel/panel-sitronix-st7703.c -@@ -416,6 +416,7 @@ static int st7703_unprepare(struct drm_panel *panel) - if (!ctx->prepared) - return 0; - -+ gpiod_set_value_cansleep(ctx->reset_gpio, 1); - regulator_disable(ctx->iovcc); - regulator_disable(ctx->vcc); - ctx->prepared = false; --- -2.26.2 - -- cgit