alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Alexander Shiyan <shc_work@mail.ru>
Cc: alsa-devel@alsa-project.org, Arnd Bergmann <arnd@arndb.de>,
	Takashi Iwai <tiwai@suse.de>, Liam Girdwood <lgirdwood@gmail.com>,
	Olof Johansson <olof@lixom.net>
Subject: Re: [PATCH 1/2] ASoC: Add driver for CLPS711X DAI interface
Date: Fri, 28 Feb 2014 12:57:44 +0900	[thread overview]
Message-ID: <20140228035744.GM9383@sirena.org.uk> (raw)
In-Reply-To: <1393485447.431844445@f286.i.mail.ru>


[-- Attachment #1.1: Type: text/plain, Size: 1092 bytes --]

On Thu, Feb 27, 2014 at 11:17:27AM +0400, Alexander Shiyan wrote:
> Четверг, 27 февраля 2014, 12:44 +09:00 от Mark Brown <broonie@kernel.org>:

> > I'm wondering if the FIQ code can be shared with the i.MX FIQ code?  Not
> > something that should block merging but it seems like it might be
> > helpful for other platforms that need to use FIQ support.

> This FIQ implementation and i.MX FIQ is totally different.
> I am fully confident that we can not use any common features/calls.

The timer stuff looked a bit familiar...

> > > +#if defined(CONFIG_SND_CLPS711X_SOC_MODULE)
> > > +irqreturn_t no_action(int irq, void *dev_id)
> > > +{
> > > +	return IRQ_NONE;
> > > +}
> > > +#endif

> > Eh?  Waht's this about?

> In case using this driver as non-module, "no_action" handler is used
> from kernel/irq/handle.c, but since it is not exported it cannot be used
> in module case.
> I'll remade this to use own empty handler always.

Please don't do this, fix the problem properly (for example by exporting
it if that's the sensible thing to do).

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



      reply	other threads:[~2014-02-28  3:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-26 16:05 [PATCH 0/2] ASoC: ARM Cirrus Logic CLPS711X DAI driver Alexander Shiyan
2014-02-26 16:05 ` [PATCH 1/2] ASoC: Add driver for CLPS711X DAI interface Alexander Shiyan
2014-02-27  3:44   ` Mark Brown
2014-02-27  7:17     ` Alexander Shiyan
2014-02-28  3:57       ` Mark Brown [this message]

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=20140228035744.GM9383@sirena.org.uk \
    --to=broonie@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=arnd@arndb.de \
    --cc=lgirdwood@gmail.com \
    --cc=olof@lixom.net \
    --cc=shc_work@mail.ru \
    --cc=tiwai@suse.de \
    /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
Be 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).