From: Peter Ujfalusi <peter.ujfalusi-l0cyMroinI0@public.gmane.org>
To: Samuel Ortiz <sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
Cc: Dmitry Torokhov <dtor-JGs/UdohzUI@public.gmane.org>,
devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
Mark Brown
<broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
peter.ujfalusi-l0cyMroinI0@public.gmane.org,
Misael Lopez Cruz <misael.lopez-l0cyMroinI0@public.gmane.org>,
Liam Girdwood <lrg-l0cyMroinI0@public.gmane.org>
Subject: [PATCH v3 0/4] MFD: twl6040: Device tree support
Date: Wed, 16 May 2012 14:11:54 +0300 [thread overview]
Message-ID: <1337166718-8458-1-git-send-email-peter.ujfalusi@ti.com> (raw)
Hello,
Changes since v2:
- Child devices are no longer described in dts, they are created with
mfd_add_devices()
- ASoC codec device is created unconditionally (main function of twl6040)
Changes since v1:
- Commit message for patch 2 (Allocate IRQ numbers dynamically) has been updated
to describe that the twl6040 can not be used as IRQ extender type of device.
Commit message from v1:
The following series adds device tree support for the twl6040 MFD core driver.
Support for the child drivers (vibra, ASoC codec) will be submitted via the
corresponding subsystem since there is no compile time dependency between them.
The first patch is a minor clean up patch to remove wrapped lines in the
twl6040-irq.c. The resulting code is more natural to read to me.
The series depends on the regulator support patch for the twl6040:
http://marc.info/?l=linux-kernel&m=133596703610515&w=2
Regards,
Peter
---
Peter Ujfalusi (4):
MFD: twl6040: Code cleanup in interrupt initialization part
MFD: twl6040: Allocate IRQ numbers dynamically
MFD: twl6040: Register the child for the ASoC codec unconditionally
MFD: twl6040: Add support for Device Tree
Documentation/devicetree/bindings/mfd/twl6040.txt | 62 ++++++++++++++++++
drivers/mfd/twl6040-core.c | 69 ++++++++++++---------
drivers/mfd/twl6040-irq.c | 32 +++++++---
3 files changed, 124 insertions(+), 39 deletions(-)
create mode 100644 Documentation/devicetree/bindings/mfd/twl6040.txt
--
1.7.8.6
next reply other threads:[~2012-05-16 11:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-16 11:11 Peter Ujfalusi [this message]
2012-05-16 11:11 ` [PATCH v3 3/4] MFD: twl6040: Register the child for the ASoC codec unconditionally Peter Ujfalusi
[not found] ` <1337166718-8458-1-git-send-email-peter.ujfalusi-l0cyMroinI0@public.gmane.org>
2012-05-16 11:11 ` [PATCH v3 1/4] MFD: twl6040: Code cleanup in interrupt initialization part Peter Ujfalusi
2012-05-16 11:11 ` [PATCH v3 2/4] MFD: twl6040: Allocate IRQ numbers dynamically Peter Ujfalusi
2012-05-16 11:11 ` [PATCH v3 4/4] MFD: twl6040: Add support for Device Tree Peter Ujfalusi
2012-05-19 15:32 ` [PATCH v3 0/4] MFD: twl6040: Device tree support Samuel Ortiz
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=1337166718-8458-1-git-send-email-peter.ujfalusi@ti.com \
--to=peter.ujfalusi-l0cymroini0@public.gmane.org \
--cc=broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org \
--cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
--cc=dtor-JGs/UdohzUI@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=lrg-l0cyMroinI0@public.gmane.org \
--cc=misael.lopez-l0cyMroinI0@public.gmane.org \
--cc=sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
/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).