From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) (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 CBBDF2F39C1 for ; Thu, 5 Feb 2026 17:35:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.84.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770312939; cv=none; b=ciqptoq6W/oXQwd2m81+VkmKRCMZp/C9TK1BSwwcZBzI0p4O8ge0qMrlT3809tiDZ+0kiJ/5o5djN1dQLQ3YldTQ/oMLN44/RR5AUGUr9R4i9EgrKZweOJ/+a7LnHj4diLnXMT5ObelCX/2f1g9l8wXiN5evwaSa/jiLwbLp6Cg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770312939; c=relaxed/simple; bh=tV/ZLocVZdBi7hgAdczYvyRfc5thw1DladriRmwpiZY=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=I+ZHHy9zTJuvnMjaNLtryXoeM7AkJPrryAVNc8C/vdDbkX9prsthMGn2Qjn5ZUGbj0tWWIRw/fSFUIpu/4ZTpfCGQ6Xxxg/TUM6OuPH9rupFdfc/wx/g4e5hHwpQDhGaGZJgRr3iqgvhx45Xi7Hma0UHY0khr3NeT2kcOwawdFw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=Cxbb8ktH; arc=none smtp.client-ip=185.246.84.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="Cxbb8ktH" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 5F2461A2C31; Thu, 5 Feb 2026 17:35:37 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 324B86074D; Thu, 5 Feb 2026 17:35:37 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 24EF6102F1B6D; Thu, 5 Feb 2026 18:35:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1770312936; h=from:subject:date:message-id:to:cc:mime-version:content-type: in-reply-to:references; bh=tV/ZLocVZdBi7hgAdczYvyRfc5thw1DladriRmwpiZY=; b=Cxbb8ktHo2yBQiTArWp/lYhUfxUNbY8ZX2qFF7G9B8VjboTXDRIfVru1OveyU/lvL5LDeM ZWXiFBI4h+vF9KM+jHRvi/c4fyQXoiigy6paI4Ab4dMRPsz17xTFsASRiixzewVNtWZ1u/ L76AB4t3hNaNVUV088iGe1D3jafpCLkYMs6OqzdccpOWwPyfau9gtISd2z1enY6cdHlxff GjkU/fzlnm9YrS3wjLDsWGFt5mY4mWwzeLGfYIeHSoqMZoTqx8VELBKSDWKZve3W6uVovo p/JABkwcTism9riHOl5XbIEf4Fpx3LxoG5Ew/zTY5YFO0VmTbGvpO6Af2lerlg== From: Miquel Raynal To: Santhosh Kumar K Cc: , , , , , , , , , , , , , , , , Subject: Re: [RFC PATCH v2 06/12] spi: cadence-quadspi: move cqspi_readdata_capture earlier In-Reply-To: <20260113141617.1905039-7-s-k6@ti.com> (Santhosh Kumar K.'s message of "Tue, 13 Jan 2026 19:46:11 +0530") References: <20260113141617.1905039-1-s-k6@ti.com> <20260113141617.1905039-7-s-k6@ti.com> User-Agent: mu4e 1.12.7; emacs 30.2 Date: Thu, 05 Feb 2026 18:35:33 +0100 Message-ID: <87pl6jgkka.fsf@bootlin.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain X-Last-TLS-Session-Version: TLSv1.3 On 13/01/2026 at 19:46:11 +0530, Santhosh Kumar K wrote: > Move cqspi_readdata_capture() function earlier in the file. This is > preparatory refactoring for upcoming PHY tuning support for read and > write operations. > > No functional changes. > > Signed-off-by: Santhosh Kumar K Reviewed-by: Miquel Raynal