From: Adam Thomson <Adam.Thomson.Opensource@diasemi.com>
To: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
Dmitry Torokhov <dtor@mail.ru>,
Alessandro Zummo <a.zummo@towertech.it>
Cc: <linux-kernel@vger.kernel.org>, <rtc-linux@googlegroups.com>
Subject: [PATCH Resend 0/2] input/rtc: da9055: Remove conflicting use of regmap_irq_get_virq()
Date: Tue, 11 Mar 2014 11:56:45 +0000 [thread overview]
Message-ID: <cover.1394536652.git.Adam.Thomson.Opensource@diasemi.com> (raw)
This patch set removes the use of regmap_irq_get_virq() in driver probes for
da9055 (in particular RTC and ONKEY) which was conflicting with use of
platform_get_irq_byname(). platform_get_irq_byname() already returns the VIRQ
number due to MFD core translation so using regmap_irq_get_virq() on that
returned value results in an incorrect IRQ being requested. The driver probes
then fail because of this.
Resend again due to lack of response.
Adam Thomson (2):
input: da9055_onkey: Remove use of regmap_irq_get_virq()
rtc: da9055: Remove use of regmap_irq_get_virq()
drivers/input/misc/da9055_onkey.c | 1 -
drivers/rtc/rtc-da9055.c | 4 +++-
2 files changed, 3 insertions(+), 2 deletions(-)
next reply other threads:[~2014-03-11 11:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-11 11:56 Adam Thomson [this message]
2014-03-11 11:56 ` [PATCH Resend 1/2] input: da9055_onkey: Remove use of regmap_irq_get_virq() Adam Thomson
2014-03-11 11:56 ` [PATCH Resend 2/2] rtc: da9055: " Adam Thomson
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=cover.1394536652.git.Adam.Thomson.Opensource@diasemi.com \
--to=adam.thomson.opensource@diasemi.com \
--cc=a.zummo@towertech.it \
--cc=dmitry.torokhov@gmail.com \
--cc=dtor@mail.ru \
--cc=linux-kernel@vger.kernel.org \
--cc=rtc-linux@googlegroups.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox