From: dkota@codeaurora.org To: Doug Anderson <dianders@chromium.org> Cc: Stephen Boyd <swboyd@chromium.org>, Mark Brown <broonie@kernel.org>, LKML <linux-kernel@vger.kernel.org>, linux-spi <linux-spi@vger.kernel.org>, Matthias Kaehlcke <mka@chromium.org>, linux-arm-msm <linux-arm-msm@vger.kernel.org>, Girish Mahadevan <girishm@codeaurora.org>, dkota@codeaurora.org Subject: Re: [PATCH V4 3/4] spi: spi-geni-qcom: Add SPI driver support for GENI based QUP Date: Thu, 27 Sep 2018 00:06:50 +0530 [thread overview] Message-ID: <12ec7543043b89eeb848a2cc87db5c47@codeaurora.org> (raw) In-Reply-To: <CAD=FV=VJA_qUDp3mxej4gANpzY6TFy7bpK_VzFy=W1X31vmifQ@mail.gmail.com> On 2018-09-26 01:24, Doug Anderson wrote: > Hi, > > On Tue, Sep 25, 2018 at 12:36 PM <dkota@codeaurora.org> wrote: >> >> + unsigned int cur_speed_hz; >> > >> > unsigned long for Hz? The clk framework uses that type. >> >> cur_speed_hz stores the speed value requested as part of transfer (not >> the resultant or rounded off frequency got from clk framework. It is >> u32 >> type, i will change cur_speed_hz to u32 type instead of unsigned long. >> Code snippet: >> mas->cur_speed_hz = xfer->speed_hz; > > Change it to "unsigned long" anyway to match the clock framework. In > theory maybe the "xfer" structure will be updated eventually. Ok. WIll update it > >> Is it possible for all three conditions above to happen in one >> interrupt? I ask because 'ret' is overwritten and so what may have >> been >> IRQ_HANDLED may become IRQ_NONE which will lead to confusion in the >> irq >> layer. Maybe the handle tx/rx functions can return a bool, that gets >> orred together each time so that we know if something handled an >> interrupt? >> > Will check it again by running fullduplex transfer and update. Added the changes in V5 to ensure return value doesn't get overwritten. --Dilip
next prev parent reply other threads:[~2018-09-26 18:36 UTC|newest] Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-09-18 18:07 [PATCH V4 0/4] spi-geni-qcom: QUP SPI GENI driver and SPI device tree bindings Dilip Kota 2018-09-18 18:07 ` [PATCH V4 1/4] dt-bindings: soc: qcom: Remove SPI controller maximum frequency binding Dilip Kota 2018-09-18 20:11 ` Doug Anderson 2018-09-20 15:38 ` Stephen Boyd 2018-09-26 22:51 ` Rob Herring 2018-09-18 18:07 ` [PATCH V4 2/4] dt-bindings: soc: qcom: GENI SE SPI controller device tree binding Dilip Kota 2018-09-18 20:11 ` Doug Anderson 2018-09-20 15:39 ` Stephen Boyd 2018-09-26 22:51 ` Rob Herring 2018-09-18 18:07 ` [PATCH V4 3/4] spi: spi-geni-qcom: Add SPI driver support for GENI based QUP Dilip Kota 2018-09-18 20:12 ` Doug Anderson 2018-09-19 0:41 ` kbuild test robot 2018-09-24 16:47 ` Stephen Boyd 2018-09-25 19:36 ` dkota 2018-09-25 19:54 ` Doug Anderson 2018-09-26 18:36 ` dkota [this message] 2018-09-18 18:07 ` [PATCH V4 4/4] spi: spi-geni-qcom: Plugin API to assert and de-assert Chipselect Dilip Kota 2018-09-18 20:12 ` Doug Anderson
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=12ec7543043b89eeb848a2cc87db5c47@codeaurora.org \ --to=dkota@codeaurora.org \ --cc=broonie@kernel.org \ --cc=dianders@chromium.org \ --cc=girishm@codeaurora.org \ --cc=linux-arm-msm@vger.kernel.org \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-spi@vger.kernel.org \ --cc=mka@chromium.org \ --cc=swboyd@chromium.org \ --subject='Re: [PATCH V4 3/4] spi: spi-geni-qcom: Add SPI driver support for GENI based QUP' \ /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: link
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).