From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id ECA4A370AF9 for ; Mon, 20 Jul 2026 12:15:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.142.43.55 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784549728; cv=none; b=TGfHu5zbypZbD6QP6+CmvaYKaoYhGz+OOFmBo7NxVg5Uiz6pNCmM9+UuX9jzIAV+g3n72riP7sb6ueEXVea62KtzVSPG93z9Lq/DXUJhwN0WK5NYOzqbCf7eO0zbG+oLEvvEgAxL1DT+X/jOyuYg6JQ8khGg05+ZJqvmmHsoN8M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784549728; c=relaxed/simple; bh=oQZWqYd7uzWyyAtKdn46e6F6JP1Yc+rDpF/UYZbakR0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rrivNKGMq1i6sWWhKsWQPsZHeZFCGjFoffmFmrJAQ2sXmygbqofnIyh4y77KpYTi9qYuedzxZmTm0aXgZvnkEvW5h/u+pdzez7GyLfZz11xTLkOSRnm7puLp7tYZAmIhS5y1GmRcV3dVexwzl7/9xiJvirmV4VkGCa2R75RP73E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de; spf=pass smtp.mailfrom=linutronix.de; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=HaazpAi0; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=WyMXws+R; arc=none smtp.client-ip=193.142.43.55 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="HaazpAi0"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="WyMXws+R" Date: Mon, 20 Jul 2026 14:15:02 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1784549703; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=oQZWqYd7uzWyyAtKdn46e6F6JP1Yc+rDpF/UYZbakR0=; b=HaazpAi0BEgotZY4jiBKRwDFHf1/2zjOs+ipRohzkWca9kEWeiz2R6wHYMi8ObRaRHWQw3 EY1eP9HbOvIg/lvQhRSoTC51lqLSSnaRoHOroog1HL4UVqDzgTA7V2RIJp8q6D4MvoZoZv /XEbXTU4DgA6d3IT5y7kKvvN9DK6Sz/11Q0iA5MXLn3AHlXIrCYS7S7F3wXPN/BQCcJUyi cxolP+W3PpeGUu5ByI86FdhaFbrlaneovUoT4NFITpOdpcei+Q6/6jo744s5UekXR7XbOt W8o0wyjzVPP1NZ9cnguLM8OEMBQQOWwqT6Ry84FG0pUfl0LIB0M4ExDwrZZJ5A== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1784549703; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=oQZWqYd7uzWyyAtKdn46e6F6JP1Yc+rDpF/UYZbakR0=; b=WyMXws+RNwYaWdlJwy5htve/1hToQZ07p3lge9jZKJ5+NIexJi8jBvH8G4CwmRaZaj98Ls xKqbe2t6Gw30pBBg== From: Sebastian Andrzej Siewior To: Petr Mladek Cc: Karl Mehltretter , Russell King , Greg Kroah-Hartman , Jiri Slaby , linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, Clark Williams , Steven Rostedt , linux-rt-devel@lists.linux.dev, Toshiyuki Sato , John Ogness Subject: Re: [PATCH 2/2] serial: amba-pl011: keep console clock enabled for atomic writes Message-ID: <20260720121502.S6lapkVk@linutronix.de> References: <20260719063502.18852-1-kmehltretter@gmail.com> <20260719063502.18852-3-kmehltretter@gmail.com> Precedence: bulk X-Mailing-List: linux-rt-devel@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: On 2026-07-20 13:45:58 [+0200], Petr Mladek wrote: > Just to be sure. Is this acceptable, please? As John said, the pm hooks should be updated. -> https://lore.kernel.org/all/8733xeaxix.fsf@jogness.linutronix.de/ > Best Regards, > Petr Sebastian