Re: [PATCH v4 2/2] bluetooth: btmrvl: parse host wakeup configuration from device tree

2016-02-18 Thread Rob Herring
On Tue, Feb 16, 2016 at 01:55:55AM -0800, Amitkumar Karwar wrote: > From: Xinming Hu > > This patch implements a framework for board specific wakeup. > driver parse irq/gpio number from device tree, corresponding > resources will be allocated, and used for host suspend/resume. > Device tree bindi

[PATCH v4 2/2] bluetooth: btmrvl: parse host wakeup configuration from device tree

2016-02-16 Thread Amitkumar Karwar
From: Xinming Hu This patch implements a framework for board specific wakeup. driver parse irq/gpio number from device tree, corresponding resources will be allocated, and used for host suspend/resume. Device tree binding file is also updated in the patch. Signed-off-by: Xinming Hu Signed-off-b