Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cddf9787 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arm64: defconfig: enable autosleep and wakelock configs"

parents d1d8422b 9f543e18
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -69,6 +69,8 @@ CONFIG_COMPAT=y
CONFIG_RANDOMIZE_BASE=y
# CONFIG_EFI is not set
CONFIG_HIBERNATION=y
CONFIG_PM_AUTOSLEEP=y
CONFIG_PM_WAKELOCKS=y
CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y
CONFIG_CPU_IDLE=y
CONFIG_ARM_CPUIDLE=y
+1 −0
Original line number Diff line number Diff line
@@ -569,6 +569,7 @@ int hh_dbl_populate_cap_info(enum hh_dbl_label label, u64 cap_id,
			goto err;
		}

		irq_set_irq_wake(rx_irq, 1);
		wake_up_interruptible(&cap_table_entry->cap_wq);

		pr_debug("%s: label: %d; rx_cap_id: %llu; dir: %d; rx_irq: %d\n",
+1 −0
Original line number Diff line number Diff line
@@ -462,6 +462,7 @@ int hh_msgq_populate_cap_info(enum hh_msgq_label label, u64 cap_id,
		goto err;
	}

	irq_set_irq_wake(irq, 1);
	spin_unlock(&cap_table_entry->cap_entry_lock);

	pr_debug(