From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 47D36203710; Fri, 22 May 2026 09:47:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779443228; cv=none; b=taykrvAjYShioi80hXAvV0Kkn2j7VExjpnwUE9Di9ekekvzIM9yWnh+GL6Qha/pY7TZM1tJy3tWJFItyFsSgHhNVqJJIaj/YUq3Lp6pTJGkp4n01F/tyKgtcNRLUsxNYaWB2eSxqTCTWQajqQ7jvBi7VniOmSw7HmVGaXrP9/iU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779443228; c=relaxed/simple; bh=Zcon7re8p4Z48iKim1OWuNLU4yYiUIQNl3F0gDq1AiU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=tNfikdR0K41Cyb3dp7y7epe2a02i5ObfdU2lwrovKYylYsK6XwIKylIR2Ok2wJLT0fN3XK4uoNBMJvK2XIG+ReNzacSY69w8teup1tFF/QUJU4+Ay+vmba+FMnCAI7xBLQcuurUdjNvndyOI2e3hsYLd7S77wqdnpFnis787K4s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=QgQCmYVm; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="QgQCmYVm" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6208E1F000E9; Fri, 22 May 2026 09:47:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1779443226; bh=1OYOmpcnaYm6xp40B2cDIIULOBqj9UXJM1JtYYK4HXw=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=QgQCmYVmhn54+NAotbRkpDpRHzzHikRu6Ju5h69a5lKRb05HxPJvZcApPCf4wOUYz /SBFh9Pi9ac7JC+/2vF8ZgrQIx7KO4hRigiVPrk/Dgtq5nTEl2colDUZUzbsLBx/bz AYaGVAGY8VR1SXAgGsxGBX5j5MvCCH6yUQNQ7RhQ= Date: Fri, 22 May 2026 11:47:09 +0200 From: Greg Kroah-Hartman To: Praveen Talari Cc: Steven Rostedt , Masami Hiramatsu , Mathieu Desnoyers , Jiri Slaby , Konrad Dybcio , linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-serial@vger.kernel.org, Mukesh Kumar Savaliya , Aniket Randive , chandana.chiluveru@oss.qualcomm.com, jyothi.seerapu@oss.qualcomm.com Subject: Re: [PATCH v3 2/2] serial: qcom-geni: Add tracepoints for Qualcomm GENI serial driver Message-ID: <2026052258-scrooge-friction-fe21@gregkh> References: <20260518-add-tracepoints-for-qcom-geni-serial-v3-0-b4addb151376@oss.qualcomm.com> <20260518-add-tracepoints-for-qcom-geni-serial-v3-2-b4addb151376@oss.qualcomm.com> Precedence: bulk X-Mailing-List: linux-trace-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260518-add-tracepoints-for-qcom-geni-serial-v3-2-b4addb151376@oss.qualcomm.com> On Mon, May 18, 2026 at 11:26:56PM +0530, Praveen Talari wrote: > Add tracing to the Qualcomm GENI serial driver to improve runtime > observability. > > Trace hooks are added at key points including termios and clock > configuration, manual control get/set, interrupt handling, and data > TX/RX paths. > > Reviewed-by: Konrad Dybcio > Signed-off-by: Praveen Talari > --- > v2->v3: > - Updated commit text(removed example as it was available on cover > letter). > --- > drivers/tty/serial/qcom_geni_serial.c | 27 +++++++++++++++++++++++---- > 1 file changed, 23 insertions(+), 4 deletions(-) This patch did not apply to my tree :(