Re: [PATCH] thermal/drivers/hisi: Fix bad initialization

2018-11-29 Thread Daniel Lezcano
On 29/11/2018 20:36, Eduardo Valentin wrote: > On Thu, Nov 29, 2018 at 07:26:56PM +0100, Daniel Lezcano wrote: >> Without this patch, the thermal driver on hi6220 and hi3660 is broken. >> >> That is due because part of the posted patchset was merged but a small >> change in the DT was dropped. >>

Re: [PATCH] thermal/drivers/hisi: Fix bad initialization

2018-11-29 Thread Daniel Lezcano
On 29/11/2018 20:36, Eduardo Valentin wrote: > On Thu, Nov 29, 2018 at 07:26:56PM +0100, Daniel Lezcano wrote: >> Without this patch, the thermal driver on hi6220 and hi3660 is broken. >> >> That is due because part of the posted patchset was merged but a small >> change in the DT was dropped. >>

Re: [PATCH] thermal/drivers/hisi: Fix bad initialization

2018-11-29 Thread Eduardo Valentin
On Thu, Nov 29, 2018 at 07:26:56PM +0100, Daniel Lezcano wrote: > Without this patch, the thermal driver on hi6220 and hi3660 is broken. > > That is due because part of the posted patchset was merged but a small > change in the DT was dropped. > > The hi6220 and hi3660 do not have an interrupt

Re: [PATCH] thermal/drivers/hisi: Fix bad initialization

2018-11-29 Thread Eduardo Valentin
On Thu, Nov 29, 2018 at 07:26:56PM +0100, Daniel Lezcano wrote: > Without this patch, the thermal driver on hi6220 and hi3660 is broken. > > That is due because part of the posted patchset was merged but a small > change in the DT was dropped. > > The hi6220 and hi3660 do not have an interrupt

Re: [PATCH] thermal/drivers/hisi: Fix bad initialization

2018-11-29 Thread Daniel Lezcano
Sorry typo in Vincent's email address, fixed now. On 29/11/2018 19:26, Daniel Lezcano wrote: > Without this patch, the thermal driver on hi6220 and hi3660 is broken. > > That is due because part of the posted patchset was merged but a small > change in the DT was dropped. > > The hi6220 and

Re: [PATCH] thermal/drivers/hisi: Fix bad initialization

2018-11-29 Thread Daniel Lezcano
Sorry typo in Vincent's email address, fixed now. On 29/11/2018 19:26, Daniel Lezcano wrote: > Without this patch, the thermal driver on hi6220 and hi3660 is broken. > > That is due because part of the posted patchset was merged but a small > change in the DT was dropped. > > The hi6220 and

[PATCH] thermal/drivers/hisi: Fix bad initialization

2018-11-29 Thread Daniel Lezcano
Without this patch, the thermal driver on hi6220 and hi3660 is broken. That is due because part of the posted patchset was merged but a small change in the DT was dropped. The hi6220 and hi3660 do not have an interrupt name in the DT, so finding interrupt by name fails. In addition, the hi3660

[PATCH] thermal/drivers/hisi: Fix bad initialization

2018-11-29 Thread Daniel Lezcano
Without this patch, the thermal driver on hi6220 and hi3660 is broken. That is due because part of the posted patchset was merged but a small change in the DT was dropped. The hi6220 and hi3660 do not have an interrupt name in the DT, so finding interrupt by name fails. In addition, the hi3660