Re: [PATCH 3/3] thermal: broadcom: Add Stingray thermal driver

2019-04-29 Thread Sudeep Holla
On Mon, Apr 29, 2019 at 08:58:26PM +0530, Srinath Mannam wrote: > Hi David, > > Thank you for notifying.. > > Hi Sudeep, > > I will send a patch to remove ACPI support. > Thanks. -- Regards, Sudeep

Re: [PATCH 3/3] thermal: broadcom: Add Stingray thermal driver

2019-04-29 Thread Srinath Mannam
Hi David, Thank you for notifying.. Hi Sudeep, I will send a patch to remove ACPI support. Regards, Srinath. On Mon, Apr 29, 2019 at 8:54 PM Sudeep Holla wrote: > > On Mon, Apr 29, 2019 at 06:07:12PM +0300, David Woodhouse wrote: > > On Mon, 2018-05-28 at 11:11 +0530, Srinath Mannam wrote: >

Re: [PATCH 3/3] thermal: broadcom: Add Stingray thermal driver

2019-04-29 Thread Sudeep Holla
On Mon, Apr 29, 2019 at 06:07:12PM +0300, David Woodhouse wrote: > On Mon, 2018-05-28 at 11:11 +0530, Srinath Mannam wrote: > > From: Pramod Kumar > > > > This commit adds stingray thermal driver to monitor six > > thermal zones temperature and trips at critical temperature. > > This matches an

Re: [PATCH 3/3] thermal: broadcom: Add Stingray thermal driver

2019-04-29 Thread David Woodhouse
On Mon, 2018-05-28 at 11:11 +0530, Srinath Mannam wrote: > From: Pramod Kumar > > This commit adds stingray thermal driver to monitor six > thermal zones temperature and trips at critical temperature. This matches an ACPI "BRCM0500" device but then calls devm_thermal_zone_of_sensor_register(),

Re: [PATCH 3/3] thermal: broadcom: Add Stingray thermal driver

2018-05-29 Thread kbuild test robot
Hi Pramod, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on soc-thermal/next] [also build test WARNING on v4.17-rc7 next-20180529] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 3/3] thermal: broadcom: Add Stingray thermal driver

2018-05-29 Thread kbuild test robot
Hi Pramod, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on soc-thermal/next] [also build test WARNING on v4.17-rc7 next-20180529] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 3/3] thermal: broadcom: Add Stingray thermal driver

2018-05-27 Thread Srinath Mannam
From: Pramod Kumar This commit adds stingray thermal driver to monitor six thermal zones temperature and trips at critical temperature. Signed-off-by: Pramod Kumar Signed-off-by: Srinath Mannam Reviewed-by: Ray

[PATCH 3/3] thermal: broadcom: Add Stingray thermal driver

2018-05-27 Thread Srinath Mannam
From: Pramod Kumar This commit adds stingray thermal driver to monitor six thermal zones temperature and trips at critical temperature. Signed-off-by: Pramod Kumar Signed-off-by: Srinath Mannam Reviewed-by: Ray Jui Reviewed-by: Scott Branden Reviewed-by: Vikram Prakash ---