[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1416583748-6622-1-git-send-email-d.lavnikevich@sam-solutions.com>
Date: Fri, 21 Nov 2014 18:29:06 +0300
From: Dmitry Lavnikevich <d.lavnikevich@...-solutions.com>
To: <support.opensource@...semi.com>, <sameo@...ux.intel.com>,
<lee.jones@...aro.org>, <lgirdwood@...il.com>,
<broonie@...nel.org>, <linux-kernel@...r.kernel.org>
Subject: [PATCH v2 0/2] mfd: da9063: Register device with proper irq_base
This patchset fixes rtc-da9063 registration failure caused by
platform_get_irq_byname() returning local irq instead of virtual one.
In first patch version it was supposed to just transform local IRQ to
VIRQ in rtc-da9063 driver but after discussion in [1] it was decided
to register mfd device with proper irq_base instead of performing IRQ
transform. This is done with patch 1.
This way getting VIRQ in da9063-regulator driver become unnecessary
and so it is removed with patch 2.
[1] https://lkml.org/lkml/2014/11/20/242
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists