From patchwork Fri Dec 15 11:33:37 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nam Cao X-Patchwork-Id: 13494351 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 B9F5024B3F; Fri, 15 Dec 2023 11:33:51 +0000 (UTC) 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="s+ZXhjL7"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="GF1NLFQu" From: Nam Cao DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1702640029; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=YQ2Ngc3wsnlRfSK7mFFAglX+P/sSFPL3+hcutCCWdBQ=; b=s+ZXhjL7IjzLhJF5PcwaWMkcmlSp+Cw9UFtRU6lmBhMqlz20K7F45eq3EokACPanNk4q3t cTsX1ojxWuay1IRId0nTLHIfOir0Nao5Kbpz8wzEpLO+C+CCTD0ApiWZtOopTF7rrgMWI4 NKQ7t+C0d3a3jYV5ZGRdUveyjawIjxIny0TmOBybEtgC00AIWVKd/MTfLcRZdeVlfRZ9Ow nUtknrOIO/i9CqM6mElVHesPYmqvMM13NPiIiv5DxShykiNV8flzPmlM6/xrJ/r6kpMQJF aBg0orjM3/sx2E7X4lKS6lmBgI2BIoL/4JjoijHmCBiTl3UMYDYVFa8EuwxU7g== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1702640029; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=YQ2Ngc3wsnlRfSK7mFFAglX+P/sSFPL3+hcutCCWdBQ=; b=GF1NLFQu+PzKGjDbh9VeN/PyBcFtvjK9rKQD2bCorxVC4qrMpe2gA56Bpi+VMfu00nQ8vv SYD92dkC6QsiPQAw== To: linus.walleij@linaro.org, broonie@kernel.org, linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Nam Cao , kernel test robot Subject: [PATCH 1/2] spi: pl022: delete description of cur_msg Date: Fri, 15 Dec 2023 12:33:37 +0100 Message-Id: In-Reply-To: <202312151816.munFeE4L-lkp@intel.com/> References: Precedence: bulk X-Mailing-List: linux-spi@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 The variable cur_msg was removed, but its description is left behind. Delete this description. Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202312151816.munFeE4L-lkp@intel.com/ Signed-off-by: Nam Cao Reviewed-by: Linus Walleij --- drivers/spi/spi-pl022.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/spi/spi-pl022.c b/drivers/spi/spi-pl022.c index 3baf45da01cd..bdec67cf45f2 100644 --- a/drivers/spi/spi-pl022.c +++ b/drivers/spi/spi-pl022.c @@ -338,7 +338,6 @@ struct vendor_data { * @clk: outgoing clock "SPICLK" for the SPI bus * @host: SPI framework hookup * @host_info: controller-specific data from machine setup - * @cur_msg: Pointer to current spi_message being processed * @cur_transfer: Pointer to current spi_transfer * @cur_chip: pointer to current clients chip(assigned from controller_state) * @tx: current position in TX buffer to be read From patchwork Fri Dec 15 11:33:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nam Cao X-Patchwork-Id: 13494352 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 E3D5724B4A; Fri, 15 Dec 2023 11:33:52 +0000 (UTC) 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="vaDs+Rdp"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="A/BXbGrY" From: Nam Cao DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1702640031; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=tSN2fEVUsgtu6P86spU9FMzJwboh7vffvRh84WgdouI=; b=vaDs+Rdp3LFDY/6qkOXCsSK05KEpzMJmpRcLzOJMb9+EVVrJjHAnyunhJgJmTNYgKYiS32 PZwD7QK5ltfvaovjpEfI23D5ZsuT0/zWYnwaunlv98h+TeFPL9lE4bQFvKY5X4hPxputhL izNJeWUV+PTuL7b3QpBEi7QWDu2MyjxxE4mniB2q/Q7u8gyQnmK/Z2AcMCPuOvIVG7mf55 3/8Btr+rFoJYz6Vn1GjXt81Z6VsrVjoAJsscLfcJkvAzzC8mPv9UHUJRqC6LolxvVDlZSo BJAtDyoovty11K8rq+NcgIWZVS3ATUq2iSmUDpXUqg555lA+C0Rb30yUujb15g== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1702640031; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=tSN2fEVUsgtu6P86spU9FMzJwboh7vffvRh84WgdouI=; b=A/BXbGrYv4ItN4u9A7aIqk8FaNWy//dCwpvqlO8wtC68+Ig6h4bQilY2gmO0Z7+vlcJZlg qcmDSh/N/xfBbhCg== To: linus.walleij@linaro.org, broonie@kernel.org, linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Nam Cao , kernel test robot Subject: [PATCH 2/2] spi: pl022: update description of internal_cs_control() Date: Fri, 15 Dec 2023 12:33:38 +0100 Message-Id: <4036d8d5845c04179f330f83e825a3921aa50c5a.1702639801.git.namcao@linutronix.de> In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-spi@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 The arguments of internal_cs_control() was changed, but its description was not updated. Update the description to match the expected arguments. Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202312151816.munFeE4L-lkp@intel.com/ Signed-off-by: Nam Cao Reviewed-by: Linus Walleij --- drivers/spi/spi-pl022.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/spi/spi-pl022.c b/drivers/spi/spi-pl022.c index bdec67cf45f2..de63cf0557ce 100644 --- a/drivers/spi/spi-pl022.c +++ b/drivers/spi/spi-pl022.c @@ -419,7 +419,7 @@ struct chip_data { /** * internal_cs_control - Control chip select signals via SSP_CSR. * @pl022: SSP driver private data structure - * @command: select/delect the chip + * @enable: select/delect the chip * * Used on controller with internal chip select control via SSP_CSR register * (vendor extension). Each of the 5 LSB in the register controls one chip