[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJe_ZhcOXyGO49sZUXnqCk9wm7WvQ01b76k7Wqxxi1S3qisDPA@mail.gmail.com>
Date: Thu, 31 Jul 2014 22:26:55 +0530
From: Jassi Brar <jaswinder.singh@...aro.org>
To: Lee Jones <lee.jones@...aro.org>
Cc: Devicetree List <devicetree@...r.kernel.org>,
lkml <linux-kernel@...r.kernel.org>,
"ks.giri@...sung.com" <ks.giri@...sung.com>,
Arnd Bergmann <arnd@...db.de>,
Ian Campbell <ijc@...lion.org.uk>,
Mark Rutland <mark.rutland@....com>, robh@...nel.org,
Pawel Moll <pawel.moll@....com>,
Courtney Cavin <courtney.cavin@...ymobile.com>,
Matt Porter <mporter@...aro.org>,
Craig McGeachie <slapdau@...oo.com.au>,
LeyFoon Tan <lftan.linux@...il.com>,
Loic Pallardy <loic.pallardy@...com>,
"Anna, Suman" <s-anna@...com>,
Ashwin Chaugule <ashwin.chaugule@...aro.org>,
Bjorn Andersson <bjorn@...o.se>,
Patch Tracking <patches@...aro.org>,
Tetsuya Takinishi <t.takinishi@...fujitsu.com>,
Mark Brown <broonie@...aro.org>,
Kevin Hilman <khilman@...aro.org>,
Mollie Wu <mollie.wu@...aro.org>,
Andy Green <andy.green@...aro.org>
Subject: Re: [PATCHv9 2/4] mailbox: Introduce framework for mailbox
On 23 July 2014 20:56, Lee Jones <lee.jones@...aro.org> wrote:
> On Wed, 23 Jul 2014, Jassi Brar wrote:
>> >> + if (chan->txdone_method == (TXDONE_BY_POLL | TXDONE_BY_ACK))
>> >> + chan->txdone_method = TXDONE_BY_POLL;
>> >
>> > Unless you're leaving it there for clarity, you can drop the
>> > "TXDONE_BY_POLL |" from if().
>> >
>> We need to check for both.
>
> What I'm trying to get at is; if it's already TXDONE_BY_POLL, there is no
> need to set it to TXDONE_BY_POLL.
>
In mbox_request_channel() we added the ACK flag, if POLL was set and
now we need to revert that in mbox_free_channel().
Thanks
Jassi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists