On Mon, Aug 17, 2015 at 11:52:51PM -0700, Dmitry Torokhov wrote:
> Instead of having each i2c driver individually parse device tree data in
> case it or platform supports separate wakeup interrupt, and handle
> enabling and disabling wakeup interrupts in their power management
> routines, let's have i2c core do that for us.
> 
> Platforms wishing to specify separate wakeup interrupt for the device
> should use named interrupt syntax in their DTSes:
> 
>       interrupt-parent = <&intc1>;
>       interrupts = <5 0>, <6 0>;
>       interrupt-names = "irq", "wakeup";
> 
> This patch is inspired by work done by Vignesh R <vigne...@ti.com> for
> pixcir_i2c_ts driver.
> 
> Signed-off-by: Dmitry Torokhov <dmitry.torok...@gmail.com>

Applied to for-next, thanks!

Attachment: signature.asc
Description: Digital signature

Reply via email to