mbox series

[0/6] brcmstb_thermal updates for new processes

Message ID 20191030182132.25763-1-f.fainelli@gmail.com (mailing list archive)
Headers show
Series brcmstb_thermal updates for new processes | expand

Message

Florian Fainelli Oct. 30, 2019, 6:21 p.m. UTC
Hi,

This patch series contains a bug fix for the existing platforms and then
paves the way for adding support for Broadcom STB's latest chips in 16nm
processes, and finally updates the driver with pecularities introduced
with the 16nm, like the lack of interrupt notification from the HW.

Please queue up the first patch for -stable if you want, thanks!

Florian Fainelli (6):
  thermal: brcmstb_thermal: Do not use DT coefficients
  thermal: brcmstb_thermal: Prepare to support a different process
  dt-bindings: thermal: Define BCM7216 thermal sensor compatible
  thermal: brcmstb_thermal: Add 16nm process thermal parameters
  thermal: brcmstb_thermal: Restructure interrupt registration
  thermal: brcmstb_thermal: Register different ops per process

 .../bindings/thermal/brcm,avs-tmon.txt        |   8 +-
 drivers/thermal/broadcom/brcmstb_thermal.c    | 108 ++++++++++--------
 2 files changed, 67 insertions(+), 49 deletions(-)

Comments

Florian Fainelli Nov. 20, 2019, 6:43 p.m. UTC | #1
On 10/30/2019 11:21 AM, Florian Fainelli wrote:
> Hi,
> 
> This patch series contains a bug fix for the existing platforms and then
> paves the way for adding support for Broadcom STB's latest chips in 16nm
> processes, and finally updates the driver with pecularities introduced
> with the 16nm, like the lack of interrupt notification from the HW.
> 
> Please queue up the first patch for -stable if you want, thanks!

Ping?

> 
> Florian Fainelli (6):
>   thermal: brcmstb_thermal: Do not use DT coefficients
>   thermal: brcmstb_thermal: Prepare to support a different process
>   dt-bindings: thermal: Define BCM7216 thermal sensor compatible
>   thermal: brcmstb_thermal: Add 16nm process thermal parameters
>   thermal: brcmstb_thermal: Restructure interrupt registration
>   thermal: brcmstb_thermal: Register different ops per process
> 
>  .../bindings/thermal/brcm,avs-tmon.txt        |   8 +-
>  drivers/thermal/broadcom/brcmstb_thermal.c    | 108 ++++++++++--------
>  2 files changed, 67 insertions(+), 49 deletions(-)
>
Florian Fainelli Dec. 4, 2019, 4:50 a.m. UTC | #2
On 11/20/2019 10:43 AM, Florian Fainelli wrote:
> 
> 
> On 10/30/2019 11:21 AM, Florian Fainelli wrote:
>> Hi,
>>
>> This patch series contains a bug fix for the existing platforms and then
>> paves the way for adding support for Broadcom STB's latest chips in 16nm
>> processes, and finally updates the driver with pecularities introduced
>> with the 16nm, like the lack of interrupt notification from the HW.
>>
>> Please queue up the first patch for -stable if you want, thanks!
> 
> Ping?

Rui, anyone?

> 
>>
>> Florian Fainelli (6):
>>   thermal: brcmstb_thermal: Do not use DT coefficients
>>   thermal: brcmstb_thermal: Prepare to support a different process
>>   dt-bindings: thermal: Define BCM7216 thermal sensor compatible
>>   thermal: brcmstb_thermal: Add 16nm process thermal parameters
>>   thermal: brcmstb_thermal: Restructure interrupt registration
>>   thermal: brcmstb_thermal: Register different ops per process
>>
>>  .../bindings/thermal/brcm,avs-tmon.txt        |   8 +-
>>  drivers/thermal/broadcom/brcmstb_thermal.c    | 108 ++++++++++--------
>>  2 files changed, 67 insertions(+), 49 deletions(-)
>>
>
Daniel Lezcano Dec. 9, 2019, 9:04 a.m. UTC | #3
Hi Florian,

On 04/12/2019 05:50, Florian Fainelli wrote:
> 
> 
> On 11/20/2019 10:43 AM, Florian Fainelli wrote:
>>
>>
>> On 10/30/2019 11:21 AM, Florian Fainelli wrote:
>>> Hi,
>>>
>>> This patch series contains a bug fix for the existing platforms and then
>>> paves the way for adding support for Broadcom STB's latest chips in 16nm
>>> processes, and finally updates the driver with pecularities introduced
>>> with the 16nm, like the lack of interrupt notification from the HW.
>>>
>>> Please queue up the first patch for -stable if you want, thanks!
>>
>> Ping?
> 
> Rui, anyone?

Given comments on patch 1, I'm waiting for the V2.
Florian Fainelli Dec. 9, 2019, 5:36 p.m. UTC | #4
On 12/9/19 1:04 AM, Daniel Lezcano wrote:
> 
> Hi Florian,
> 
> On 04/12/2019 05:50, Florian Fainelli wrote:
>>
>>
>> On 11/20/2019 10:43 AM, Florian Fainelli wrote:
>>>
>>>
>>> On 10/30/2019 11:21 AM, Florian Fainelli wrote:
>>>> Hi,
>>>>
>>>> This patch series contains a bug fix for the existing platforms and then
>>>> paves the way for adding support for Broadcom STB's latest chips in 16nm
>>>> processes, and finally updates the driver with pecularities introduced
>>>> with the 16nm, like the lack of interrupt notification from the HW.
>>>>
>>>> Please queue up the first patch for -stable if you want, thanks!
>>>
>>> Ping?
>>
>> Rui, anyone?
> 
> Given comments on patch 1, I'm waiting for the V2.

Yes, I will follow up with a v2 later this week. Thanks