linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: dbaryshkov@gmail.com (Dmitry Eremin-Solenikov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/3] mfd: ucb1x00: add irq field to the platform data
Date: Thu,  2 Apr 2015 18:41:45 +0300	[thread overview]
Message-ID: <1427989307-1805-1-git-send-email-dbaryshkov@gmail.com> (raw)

To allow boards to specify the irq that is used by UCB1x00 chip, add irq
field to the platform data structure.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
---
 include/linux/mfd/ucb1x00.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/mfd/ucb1x00.h b/include/linux/mfd/ucb1x00.h
index e1345ff..9a2dacb 100644
--- a/include/linux/mfd/ucb1x00.h
+++ b/include/linux/mfd/ucb1x00.h
@@ -118,6 +118,7 @@ struct ucb1x00_plat_data {
 	unsigned		irq_base;
 	int			gpio_base;
 	unsigned		can_wakeup;
+	int			irq;
 };
 
 struct ucb1x00 {
-- 
2.1.4

             reply	other threads:[~2015-04-02 15:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-02 15:41 Dmitry Eremin-Solenikov [this message]
2015-04-02 15:41 ` [PATCH 2/3] ARM: sa1100: populate codec platform data with irq Dmitry Eremin-Solenikov
2015-04-02 16:00   ` Russell King - ARM Linux
2015-04-02 16:01     ` Dmitry Eremin-Solenikov
2015-04-02 16:03       ` Russell King - ARM Linux
2015-04-02 15:41 ` [PATCH 3/3] mfd: ucb1x00: make use of provided irq Dmitry Eremin-Solenikov
2015-04-02 16:02 ` [PATCH 1/3] mfd: ucb1x00: add irq field to the platform data Russell King - ARM Linux
2015-04-02 16:27   ` Dmitry Eremin-Solenikov
2015-04-02 16:55     ` Russell King - ARM Linux
2015-04-02 17:08     ` Russell King - ARM Linux

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=1427989307-1805-1-git-send-email-dbaryshkov@gmail.com \
    --to=dbaryshkov@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.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).