LKML Archive on lore.kernel.org help / color / mirror / Atom feed
From: Mason Zhang <mason.zhang@mediatek.com> To: Mark Brown <broonie@kernel.org>, Matthias Brugger <matthias.bgg@gmail.com> Cc: <linux-spi@vger.kernel.org>, <linux-arm-kernel@lists.infradead.org>, <linux-mediatek@lists.infradead.org>, <linux-kernel@vger.kernel.org>, <leilk.liu@mediatek.com>, <wsd_upstream@mediatek.com>, Mason Zhang <Mason.Zhang@mediatek.com> Subject: [PATCH 2/3] spi: modify set_cs_timing parameter Date: Mon, 19 Jul 2021 17:16:43 +0800 [thread overview] Message-ID: <20210719091642.24633-1-mason.zhang@mediatek.com> (raw) From: Mason Zhang <Mason.Zhang@mediatek.com> No need pass in spi_delay to set_cs_timing callback. Signed-off-by: Mason Zhang <Mason.Zhang@mediatek.com> --- include/linux/spi/spi.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/linux/spi/spi.h b/include/linux/spi/spi.h index 651e19ba3415..fe027efb85c2 100644 --- a/include/linux/spi/spi.h +++ b/include/linux/spi/spi.h @@ -553,8 +553,7 @@ struct spi_controller { * to configure specific CS timing through spi_set_cs_timing() after * spi_setup(). */ - int (*set_cs_timing)(struct spi_device *spi, struct spi_delay *setup, - struct spi_delay *hold, struct spi_delay *inactive); + int (*set_cs_timing)(struct spi_device *spi); /* bidirectional bulk transfers * -- 2.18.0
next reply other threads:[~2021-07-19 9:32 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-07-19 9:16 Mason Zhang [this message] 2021-08-02 20:16 ` [PATCH 2/3] spi: modify set_cs_timing parameter Mark Brown 2021-08-03 3:14 ` Mason Zhang 2021-08-03 10:52 ` Mason Zhang 2021-08-06 0:47 ` Mark Brown
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20210719091642.24633-1-mason.zhang@mediatek.com \ --to=mason.zhang@mediatek.com \ --cc=broonie@kernel.org \ --cc=leilk.liu@mediatek.com \ --cc=linux-arm-kernel@lists.infradead.org \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-mediatek@lists.infradead.org \ --cc=linux-spi@vger.kernel.org \ --cc=matthias.bgg@gmail.com \ --cc=wsd_upstream@mediatek.com \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).