Re: [PATCH 5/5] of: of_reconfig_get_state_change() of notifier helper.

2014-11-05 Thread Grant Likely
On Tue, 28 Oct 2014 22:33:53 +0200 , Pantelis Antoniou wrote: > Introduce of_reconfig_get_state_change() which allows an of notifier > to query about device state changes. > > Signed-off-by: Pantelis Antoniou Applied, thanks. g. > --- > drivers/of/dynamic.c | 96 > +

[PATCH 5/5] of: of_reconfig_get_state_change() of notifier helper.

2014-10-28 Thread Pantelis Antoniou
Introduce of_reconfig_get_state_change() which allows an of notifier to query about device state changes. Signed-off-by: Pantelis Antoniou --- drivers/of/dynamic.c | 96 include/linux/of.h | 1 + 2 files changed, 97 insertions(+) diff --gi