From nobody Tue Feb 10 04:14:23 2026 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 726996BFDE; Tue, 26 Mar 2024 09:20:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711444842; cv=none; b=Kvn60O708Y2UhRyB45i+GiDoH3W8kT+VZHoXM98+QnYixv6DgO21zyw9stF7PikmQ9Vf9YWKj3Jeprq3Ms76lYgd6gQSdV/Tiznr3p/NibjL2b5OV4DuV7v9kVK9fKloynaADYYVFOA6o6EN12jAEu+ALTTtbovAhmjaEDb3rOs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711444842; c=relaxed/simple; bh=YmGPmanXocW8O4jITzcpLvtJ6lKasupJRwaKBGtXVPk=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=VeG57Gzl9oMt/BO2gVLJYN7/JQpb8RlrD5zG13DqCejKmjsE0KkyvEs7aUFCMF50klOlv3BbuVF1CDLGGsDjgWLWFCyn/FiZ/o+8O5vIkbHDtQZK5l4Ejy2k0NxVnoF7LdmL6LNr1Ufm5bNxv02uJXaRFG8ZbphOVDx+LtRHFvs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=OJ4EaVHv; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="OJ4EaVHv" Received: by smtp.kernel.org (Postfix) with ESMTPS id B79F7C433B2; Tue, 26 Mar 2024 09:20:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1711444841; bh=YmGPmanXocW8O4jITzcpLvtJ6lKasupJRwaKBGtXVPk=; h=From:Date:Subject:References:In-Reply-To:To:Cc:Reply-To:From; b=OJ4EaVHvt7CoPkQ/6b67pOh7h5+fKu5ZVELdG267TGbwBt27oV+VFJcG5gqLKie3h bsJamt3ZnL7vSV/gxM+sQMC5o2AZGxPdO1VK3ODixUB+5re550eKATlDLHWJ7pqmqQ FBG04MnxQ98fW9WdlQrM++9YedMCo5Tavybv3P+FNsrHRKWRycXIywzTBFH0coWfRZ PaSbGG2G4Ati6HEq9UJMfwBsia8hR+xr/zhVZY0cS+4ylve9z+WhO/Wl9EduaDJMkv lTYOwUIkvMg2Uzwce62fSJjpHfcQZ2rkXKTBolfbRs+75Qsn5CFa4DRzCHVlHGrALb +nQHzy8KNyGqA== Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id AB099CD11DF; Tue, 26 Mar 2024 09:20:41 +0000 (UTC) From: Nikita Shubin via B4 Relay Date: Tue, 26 Mar 2024 12:18:42 +0300 Subject: [PATCH v9 15/38] spi: ep93xx: add DT support for Cirrus EP93xx Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20240326-ep93xx-v9-15-156e2ae5dfc8@maquefel.me> References: <20240326-ep93xx-v9-0-156e2ae5dfc8@maquefel.me> In-Reply-To: <20240326-ep93xx-v9-0-156e2ae5dfc8@maquefel.me> To: Mark Brown Cc: linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org, Arnd Bergmann X-Mailer: b4 0.13-dev-e3e53 X-Developer-Signature: v=1; a=ed25519-sha256; t=1711444837; l=4901; i=nikita.shubin@maquefel.me; s=20230718; h=from:subject:message-id; bh=8M/HAUqJd+W8e9O32fFZUixHr6QBzfilxUR9p65XK5c=; b=Cy3fxCNx+HvB9hw0R9VPNt0K0CqDbGY8bbRV51Fxjefg/3BStGROgtFyBPB0BJYqb/upHiTGpzmx fhvrokSzBQgIOJ9BHQ5g/07uiYBi6NseqQ3dVFQRzt2dbukFQIvQ X-Developer-Key: i=nikita.shubin@maquefel.me; a=ed25519; pk=vqf5YIUJ7BJv3EJFaNNxWZgGuMgDH6rwufTLflwU9ac= X-Endpoint-Received: by B4 Relay for nikita.shubin@maquefel.me/20230718 with auth_id=65 X-Original-From: Nikita Shubin Reply-To: nikita.shubin@maquefel.me From: Nikita Shubin - add OF ID match table - add device tree DMA request, so we can probe defer, in case DMA is not ready yet - drop DMA platform code Reviewed-by: Linus Walleij Tested-by: Alexander Sverdlin Acked-by: Alexander Sverdlin Reviewed-by: Mark Brown Signed-off-by: Nikita Shubin --- drivers/spi/spi-ep93xx.c | 66 +++++++++++++++++---------------------------= ---- 1 file changed, 23 insertions(+), 43 deletions(-) diff --git a/drivers/spi/spi-ep93xx.c b/drivers/spi/spi-ep93xx.c index a1d60e51c053..ffbe0d522bce 100644 --- a/drivers/spi/spi-ep93xx.c +++ b/drivers/spi/spi-ep93xx.c @@ -18,18 +18,18 @@ #include #include #include +#include +#include #include #include #include #include +#include #include #include #include #include =20 -#include -#include - #define SSPCR0 0x0000 #define SSPCR0_SPO BIT(6) #define SSPCR0_SPH BIT(7) @@ -92,8 +92,6 @@ struct ep93xx_spi { size_t fifo_level; struct dma_chan *dma_rx; struct dma_chan *dma_tx; - struct ep93xx_dma_data dma_rx_data; - struct ep93xx_dma_data dma_tx_data; struct sg_table rx_sgt; struct sg_table tx_sgt; void *zeropage; @@ -575,46 +573,23 @@ static int ep93xx_spi_unprepare_hardware(struct spi_c= ontroller *host) return 0; } =20 -static bool ep93xx_spi_dma_filter(struct dma_chan *chan, void *filter_para= m) +static int ep93xx_spi_setup_dma(struct device *dev, struct ep93xx_spi *esp= i) { - if (ep93xx_dma_chan_is_m2p(chan)) - return false; - - chan->private =3D filter_param; - return true; -} - -static int ep93xx_spi_setup_dma(struct ep93xx_spi *espi) -{ - dma_cap_mask_t mask; int ret; =20 espi->zeropage =3D (void *)get_zeroed_page(GFP_KERNEL); if (!espi->zeropage) return -ENOMEM; =20 - dma_cap_zero(mask); - dma_cap_set(DMA_SLAVE, mask); - - espi->dma_rx_data.port =3D EP93XX_DMA_SSP; - espi->dma_rx_data.direction =3D DMA_DEV_TO_MEM; - espi->dma_rx_data.name =3D "ep93xx-spi-rx"; - - espi->dma_rx =3D dma_request_channel(mask, ep93xx_spi_dma_filter, - &espi->dma_rx_data); - if (!espi->dma_rx) { - ret =3D -ENODEV; + espi->dma_rx =3D dma_request_chan(dev, "rx"); + if (IS_ERR(espi->dma_rx)) { + ret =3D dev_err_probe(dev, PTR_ERR(espi->dma_rx), "rx DMA setup failed"); goto fail_free_page; } =20 - espi->dma_tx_data.port =3D EP93XX_DMA_SSP; - espi->dma_tx_data.direction =3D DMA_MEM_TO_DEV; - espi->dma_tx_data.name =3D "ep93xx-spi-tx"; - - espi->dma_tx =3D dma_request_channel(mask, ep93xx_spi_dma_filter, - &espi->dma_tx_data); - if (!espi->dma_tx) { - ret =3D -ENODEV; + espi->dma_tx =3D dma_request_chan(dev, "tx"); + if (IS_ERR(espi->dma_tx)) { + ret =3D dev_err_probe(dev, PTR_ERR(espi->dma_tx), "tx DMA setup failed"); goto fail_release_rx; } =20 @@ -647,18 +622,11 @@ static void ep93xx_spi_release_dma(struct ep93xx_spi = *espi) static int ep93xx_spi_probe(struct platform_device *pdev) { struct spi_controller *host; - struct ep93xx_spi_info *info; struct ep93xx_spi *espi; struct resource *res; int irq; int error; =20 - info =3D dev_get_platdata(&pdev->dev); - if (!info) { - dev_err(&pdev->dev, "missing platform data\n"); - return -EINVAL; - } - irq =3D platform_get_irq(pdev, 0); if (irq < 0) return irq; @@ -713,12 +681,17 @@ static int ep93xx_spi_probe(struct platform_device *p= dev) goto fail_release_host; } =20 - if (info->use_dma && ep93xx_spi_setup_dma(espi)) + error =3D ep93xx_spi_setup_dma(&pdev->dev, espi); + if (error =3D=3D -EPROBE_DEFER) + goto fail_release_host; + + if (error) dev_warn(&pdev->dev, "DMA setup failed. Falling back to PIO\n"); =20 /* make sure that the hardware is disabled */ writel(0, espi->mmio + SSPCR1); =20 + device_set_node(&host->dev, dev_fwnode(&pdev->dev)); error =3D devm_spi_register_controller(&pdev->dev, host); if (error) { dev_err(&pdev->dev, "failed to register SPI host\n"); @@ -746,9 +719,16 @@ static void ep93xx_spi_remove(struct platform_device *= pdev) ep93xx_spi_release_dma(espi); } =20 +static const struct of_device_id ep93xx_spi_of_ids[] =3D { + { .compatible =3D "cirrus,ep9301-spi" }, + { /* sentinel */ } +}; +MODULE_DEVICE_TABLE(of, ep93xx_spi_of_ids); + static struct platform_driver ep93xx_spi_driver =3D { .driver =3D { .name =3D "ep93xx-spi", + .of_match_table =3D ep93xx_spi_of_ids, }, .probe =3D ep93xx_spi_probe, .remove_new =3D ep93xx_spi_remove, --=20 2.41.0