From: "Péter Ujfalusi" <peter.ujfalusi@ti.com>
To: alsa-devel@alsa-project.org
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
Samuel Ortiz <sameo@linux.intel.com>,
Tony Lindgren <tony@atomide.com>,
Mark Brown <broonie@opensource.wolfsonmicro.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"Balbi, Felipe" <balbi@ti.com>,
"Lopez Cruz, Misael" <misael.lopez@ti.com>,
"Girdwood, Liam" <lrg@ti.com>
Subject: Re: [PATCH v3 0/5] MFD/input/ASoC: twl6040: irq registration changes
Date: Wed, 6 Jul 2011 22:45:37 +0300 [thread overview]
Message-ID: <2691573.u38zO5bac0@barack> (raw)
In-Reply-To: <1309895376-17446-1-git-send-email-peter.ujfalusi@ti.com>
Hi Samuel, Dmitry,
would you be able to take a look at this series?
Thank you,
Péter
On Tuesday 05 July 2011 21:49:31 Ujfalusi, Peter wrote:
> Hello,
>
> Changes since v2:
> - Fix the check in the slaves driver for the validity of the received irq
> - Mark Brown's ack added to patch 3
>
> Intro mail froim v1:
> As Samuel, and Felipe requested for the twl6040 MFD series:
> http://marc.info/?l=linux-kernel&m=130978512225430&w=2
> http://marc.info/?l=linux-omap&m=130978403224218&w=2
>
> This is the update to remove the obfuscation around the threaded irq request
> in the twl6040 driver and it's slaves.
>
> With this change the slaves uses directly the threaded irq request, and the
> core driver passes the irq number for the slaves to use (configured runtime,
> so machine drivers do not need to be updated).
>
> Regards,
> Peter
>
> PS: for the remaining comments from Samuel I have changed the series, since
> the requested change was small.
> I'm not intended to send the series again, unless it is requested (again the
> change from v6 is minimal - few lines has been removed/replaced).
>
> ---
> Peter Ujfalusi (5):
> MFD: twl6040: Use resource to provide irq number for slaves
> input: twl6040-vibra: Do not use wrapper for irq request
> ASoC: twl6040: Do not use wrapper for irq request
> MFD: twl6040: Demand valid interrupt configuration
> MFD: twl6040: Remove wrapper for threaded irq request
>
> drivers/input/misc/twl6040-vibra.c | 17 ++++++---
> drivers/mfd/twl6040-core.c | 69
> ++++++++++++++++++++++++----------- drivers/mfd/twl6040-irq.c |
> 16 +--------
> include/linux/mfd/twl6040.h | 22 -----------
> sound/soc/codecs/twl6040.c | 19 +++++++---
> 5 files changed, 74 insertions(+), 69 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: "Péter Ujfalusi" <peter.ujfalusi@ti.com>
To: <alsa-devel@alsa-project.org>
Cc: "Girdwood, Liam" <lrg@ti.com>, Tony Lindgren <tony@atomide.com>,
Mark Brown <broonie@opensource.wolfsonmicro.com>,
Samuel Ortiz <sameo@linux.intel.com>,
Dmitry Torokhov <dmitry.torokhov@gmail.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"Balbi, Felipe" <balbi@ti.com>,
"Lopez Cruz, Misael" <misael.lopez@ti.com>
Subject: Re: [alsa-devel] [PATCH v3 0/5] MFD/input/ASoC: twl6040: irq registration changes
Date: Wed, 6 Jul 2011 22:45:37 +0300 [thread overview]
Message-ID: <2691573.u38zO5bac0@barack> (raw)
In-Reply-To: <1309895376-17446-1-git-send-email-peter.ujfalusi@ti.com>
Hi Samuel, Dmitry,
would you be able to take a look at this series?
Thank you,
Péter
On Tuesday 05 July 2011 21:49:31 Ujfalusi, Peter wrote:
> Hello,
>
> Changes since v2:
> - Fix the check in the slaves driver for the validity of the received irq
> - Mark Brown's ack added to patch 3
>
> Intro mail froim v1:
> As Samuel, and Felipe requested for the twl6040 MFD series:
> http://marc.info/?l=linux-kernel&m=130978512225430&w=2
> http://marc.info/?l=linux-omap&m=130978403224218&w=2
>
> This is the update to remove the obfuscation around the threaded irq request
> in the twl6040 driver and it's slaves.
>
> With this change the slaves uses directly the threaded irq request, and the
> core driver passes the irq number for the slaves to use (configured runtime,
> so machine drivers do not need to be updated).
>
> Regards,
> Peter
>
> PS: for the remaining comments from Samuel I have changed the series, since
> the requested change was small.
> I'm not intended to send the series again, unless it is requested (again the
> change from v6 is minimal - few lines has been removed/replaced).
>
> ---
> Peter Ujfalusi (5):
> MFD: twl6040: Use resource to provide irq number for slaves
> input: twl6040-vibra: Do not use wrapper for irq request
> ASoC: twl6040: Do not use wrapper for irq request
> MFD: twl6040: Demand valid interrupt configuration
> MFD: twl6040: Remove wrapper for threaded irq request
>
> drivers/input/misc/twl6040-vibra.c | 17 ++++++---
> drivers/mfd/twl6040-core.c | 69
> ++++++++++++++++++++++++----------- drivers/mfd/twl6040-irq.c |
> 16 +--------
> include/linux/mfd/twl6040.h | 22 -----------
> sound/soc/codecs/twl6040.c | 19 +++++++---
> 5 files changed, 74 insertions(+), 69 deletions(-)
next prev parent reply other threads:[~2011-07-06 19:45 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-05 19:49 [PATCH v3 0/5] MFD/input/ASoC: twl6040: irq registration changes Peter Ujfalusi
2011-07-05 19:49 ` Peter Ujfalusi
2011-07-05 19:49 ` [PATCH v3 1/5] MFD: twl6040: Use resource to provide irq number for slaves Peter Ujfalusi
2011-07-05 19:49 ` Peter Ujfalusi
2011-07-05 22:39 ` Felipe Balbi
2011-07-07 9:49 ` Samuel Ortiz
2011-07-05 19:49 ` [PATCH v3 2/5] input: twl6040-vibra: Do not use wrapper for irq request Peter Ujfalusi
2011-07-05 19:49 ` Peter Ujfalusi
2011-07-05 22:40 ` Felipe Balbi
2011-07-06 20:03 ` Dmitry Torokhov
2011-07-06 20:03 ` Dmitry Torokhov
2011-07-05 19:49 ` [PATCH v3 3/5] ASoC: twl6040: " Peter Ujfalusi
2011-07-05 19:49 ` Peter Ujfalusi
2011-07-05 22:41 ` Felipe Balbi
2011-07-05 19:49 ` [PATCH v3 4/5] MFD: twl6040: Demand valid interrupt configuration Peter Ujfalusi
2011-07-05 19:49 ` Peter Ujfalusi
2011-07-05 22:42 ` Felipe Balbi
2011-07-07 9:50 ` Samuel Ortiz
2011-07-05 19:49 ` [PATCH v3 5/5] MFD: twl6040: Remove wrapper for threaded irq request Peter Ujfalusi
2011-07-05 19:49 ` Peter Ujfalusi
2011-07-05 22:42 ` Felipe Balbi
2011-07-07 9:51 ` Samuel Ortiz
2011-07-06 19:45 ` Péter Ujfalusi [this message]
2011-07-06 19:45 ` [alsa-devel] [PATCH v3 0/5] MFD/input/ASoC: twl6040: irq registration changes Péter Ujfalusi
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=2691573.u38zO5bac0@barack \
--to=peter.ujfalusi@ti.com \
--cc=alsa-devel@alsa-project.org \
--cc=balbi@ti.com \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=dmitry.torokhov@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lrg@ti.com \
--cc=misael.lopez@ti.com \
--cc=sameo@linux.intel.com \
--cc=tony@atomide.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: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.