Hi, Laxman,
As Eduardo is the of thermal author and maintainer, I will take your patch only if you can get ACK from Eduardo.
Eduardo,
Do you have any comments on this?
Thanks,
rui
-----Original Message-----
From: Laxman Dewangan [mailto:ldewangan@xxxxxxxxxx]
Sent: Thursday, July 24, 2014 5:49 PM
To: Zhang, Rui; eduardo.valentin@xxxxxx
Cc: linux-pm@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx
Subject: Re: [PATCH] thermal: of: look for sensor driver parent node if
device node missing
Importance: High
On Monday 14 July 2014 04:42 PM, Laxman Dewangan wrote:
There are some mfd devices which supports junction thermal interruptAny comment please?
like ams,AS3722. The DT binding of these devices are defined as the
flat and drivers for sub module of such devices are registered as the
mfd_add_devices. In this method, the sub devices registered as
platform driver and these do not have the of_node pointer on their
device structure. In this case, use the parent of_node pointer to get
the required of_node pointer.