Re: [PATCH 00/15] thermal: qcom: tsens: Add interrupt support

2019-10-16 Thread Daniel Lezcano
On 16/10/2019 10:35, Amit Kucheria wrote: > On Wed, Oct 16, 2019 at 1:29 PM Daniel Lezcano > wrote: >> >> On 16/10/2019 09:33, Amit Kucheria wrote: >>> Hi Thermal and MSM maintainers, >>> >>> I believe this series is now ready to be merged. The DT bindings and driver >>> changes should go through

Re: [PATCH 00/15] thermal: qcom: tsens: Add interrupt support

2019-10-16 Thread Amit Kucheria
On Wed, Oct 16, 2019 at 1:29 PM Daniel Lezcano wrote: > > On 16/10/2019 09:33, Amit Kucheria wrote: > > Hi Thermal and MSM maintainers, > > > > I believe this series is now ready to be merged. The DT bindings and driver > > changes should go through the thermal tree and the changes to the DT files

Re: [PATCH 00/15] thermal: qcom: tsens: Add interrupt support

2019-10-16 Thread Daniel Lezcano
On 16/10/2019 09:33, Amit Kucheria wrote: > Hi Thermal and MSM maintainers, > > I believe this series is now ready to be merged. The DT bindings and driver > changes should go through the thermal tree and the changes to the DT files > themselves should go through the MSM tree. There is no hard ord

[PATCH 00/15] thermal: qcom: tsens: Add interrupt support

2019-10-16 Thread Amit Kucheria
Hi Thermal and MSM maintainers, I believe this series is now ready to be merged. The DT bindings and driver changes should go through the thermal tree and the changes to the DT files themselves should go through the MSM tree. There is no hard ordering dependency because we're adding a new property

Re: [PATCH 00/15] thermal: qcom: tsens: Add interrupt support

2019-08-12 Thread Niklas Cassel
On Mon, Jul 29, 2019 at 03:20:11PM +0530, Amit Kucheria wrote: > On Mon, Jul 29, 2019 at 3:03 PM Luca Weiss wrote: > > > > On Montag, 29. Juli 2019 11:07:35 CEST Brian Masney wrote: > > > On Sat, Jul 27, 2019 at 12:58:54PM +0530, Amit Kucheria wrote: > > > > On Fri, Jul 26, 2019 at 4:59 PM Brian M

Re: [PATCH 00/15] thermal: qcom: tsens: Add interrupt support

2019-08-08 Thread Amit Kucheria
On Fri, Jul 26, 2019 at 3:48 AM Amit Kucheria wrote: > > Add interrupt support to TSENS. The first 6 patches are general fixes and > cleanups to the driver before interrupt support is introduced. > > This series has been developed against qcs404 and sdm845 and then tested on > msm8916. Testing on

Re: [PATCH 00/15] thermal: qcom: tsens: Add interrupt support

2019-07-29 Thread Amit Kucheria
On Mon, Jul 29, 2019 at 3:03 PM Luca Weiss wrote: > > On Montag, 29. Juli 2019 11:07:35 CEST Brian Masney wrote: > > On Sat, Jul 27, 2019 at 12:58:54PM +0530, Amit Kucheria wrote: > > > On Fri, Jul 26, 2019 at 4:59 PM Brian Masney > > > wrote: > > > > On Fri, Jul 26, 2019 at 04:40:16PM +0530, Am

Re: [PATCH 00/15] thermal: qcom: tsens: Add interrupt support

2019-07-29 Thread Luca Weiss
On Montag, 29. Juli 2019 11:07:35 CEST Brian Masney wrote: > On Sat, Jul 27, 2019 at 12:58:54PM +0530, Amit Kucheria wrote: > > On Fri, Jul 26, 2019 at 4:59 PM Brian Masney wrote: > > > On Fri, Jul 26, 2019 at 04:40:16PM +0530, Amit Kucheria wrote: > > > > How well does cpufreq work on 8974? I hav

Re: [PATCH 00/15] thermal: qcom: tsens: Add interrupt support

2019-07-29 Thread Brian Masney
On Sat, Jul 27, 2019 at 12:58:54PM +0530, Amit Kucheria wrote: > On Fri, Jul 26, 2019 at 4:59 PM Brian Masney wrote: > > On Fri, Jul 26, 2019 at 04:40:16PM +0530, Amit Kucheria wrote: > > > How well does cpufreq work on 8974? I haven't looked at it yet but > > > we'll need it for thermal throttlin

Re: [PATCH 00/15] thermal: qcom: tsens: Add interrupt support

2019-07-27 Thread Amit Kucheria
On Fri, Jul 26, 2019 at 4:59 PM Brian Masney wrote: > > Hi Amit, > > On Fri, Jul 26, 2019 at 04:40:16PM +0530, Amit Kucheria wrote: > > > The device tree nodes appear in sysfs: > > > > > > / # ls -1 /sys/class/thermal/ > > > cooling_device0 > > > cooling_device1 > > > thermal_zone0 > > > thermal_z

Re: [PATCH 00/15] thermal: qcom: tsens: Add interrupt support

2019-07-26 Thread Brian Masney
Hi Amit, On Fri, Jul 26, 2019 at 04:40:16PM +0530, Amit Kucheria wrote: > > The device tree nodes appear in sysfs: > > > > / # ls -1 /sys/class/thermal/ > > cooling_device0 > > cooling_device1 > > thermal_zone0 > > thermal_zone1 > > thermal_zone2 > > thermal_zone3 > > thermal_zone4 > > thermal_zon

Re: [PATCH 00/15] thermal: qcom: tsens: Add interrupt support

2019-07-26 Thread Amit Kucheria
(Resending from a desktop client because mobile gmail apparently sends html that gets rejected by all lists) On Fri, Jul 26, 2019 at 4:06 PM Brian Masney wrote: > > Hi Amit, > > On Fri, Jul 26, 2019 at 03:48:35AM +0530, Amit Kucheria wrote: > > Add interrupt support to TSENS. The first 6 patches

Re: [PATCH 00/15] thermal: qcom: tsens: Add interrupt support

2019-07-26 Thread Brian Masney
Hi Amit, On Fri, Jul 26, 2019 at 03:48:35AM +0530, Amit Kucheria wrote: > Add interrupt support to TSENS. The first 6 patches are general fixes and > cleanups to the driver before interrupt support is introduced. > > This series has been developed against qcs404 and sdm845 and then tested on > ms

[PATCH 00/15] thermal: qcom: tsens: Add interrupt support

2019-07-25 Thread Amit Kucheria
Add interrupt support to TSENS. The first 6 patches are general fixes and cleanups to the driver before interrupt support is introduced. This series has been developed against qcs404 and sdm845 and then tested on msm8916. Testing on msm8998 and msm8974 would be appreciated since I don't have hardw