[linux-sunxi] Re: [RFC PATCH v3 07/17] clocksource: sun4i: add a compatible for suniv

2018-11-22 Thread Daniel Lezcano
> > The suniv chip is based on ARM926EJ-S CPU, thus it has no architecture timer. > > Register sun4i_timer as sched_clock on it. > > Signed-off-by: Mesih Kilinc Acked-by: Daniel Lezcano > --- > drivers/clocksource/sun4i_timer.c | 5 - > 1 file changed, 4 in

[linux-sunxi] Re: [PATCH v3 0/2] Allwinner A64 timer workaround

2019-01-14 Thread Daniel Lezcano
On 13/01/2019 03:17, Samuel Holland wrote: > This is the third version of a patch series to fix system clock jumps > and other timer instability on the Allwinner A64 SoC. It has now been > tested for a week, and I've received no reports of date jumps with this > version. So this is, as far as I

[linux-sunxi] Re: [PATCH 0/7] Timer & SPI support for Allwinner suniv F1C100s

2019-03-17 Thread Daniel Lezcano
On 17/03/2019 18:39, Icenowy Zheng wrote: > 在 2019-02-11一的 12:21 +0300,Mesih Kilinc写道: >> This is followup series for F1C100s initial support patchset. >> All patches merged except patch 1 ~ 2 which is related to timer. >> I am resending those since they are already have Acked tags. > > Ping. >

[linux-sunxi] Re: [PATCH 0/7] Timer & SPI support for Allwinner suniv F1C100s

2019-03-18 Thread Daniel Lezcano
On 18/03/2019 08:18, Icenowy Zheng wrote: > 在 2019-03-17日的 21:52 +0100,Daniel Lezcano写道: >> On 17/03/2019 18:39, Icenowy Zheng wrote: >>> 在 2019-02-11一的 12:21 +0300,Mesih Kilinc写道: >>>> This is followup series for F1C100s initial support patchset. >>>> A

[linux-sunxi] Re: [PATCH v2] ARM: dts: sun8i-a83t: Add thermal trip points/cooling maps

2020-02-24 Thread Daniel Lezcano
On 24/02/2020 18:39, Ondřej Jirman wrote: > On Mon, Feb 24, 2020 at 06:23:28PM +0100, megous hlavni wrote: >> Hi, >> >> On Mon, Feb 24, 2020 at 06:06:20PM +0100, Daniel Lezcano wrote: >>> On 24/02/2020 17:54, Ondrej Jirman wrote: >>>> This enables pass

[linux-sunxi] Re: [PATCH v2] ARM: dts: sun8i-a83t: Add thermal trip points/cooling maps

2020-02-24 Thread Daniel Lezcano
On 24/02/2020 17:54, Ondrej Jirman wrote: > This enables passive cooling by down-regulating CPU voltage > and frequency. > > For the trip points, I used values from the BSP code directly. > > The critical trip point value is 30°C above the maximum recommended > ambient temperature (70°C) for the

[linux-sunxi] Re: [PATCH 33/54] dt-bindings: thermal: Make trips node optional

2021-08-14 Thread Daniel Lezcano
ovide a > thermal zone without the trips node required by the binding. > > This obviously led to a fair number of device trees doing exactly that, > making the initial binding requirement ineffective. > > Let's make it clear by dropping that requirement. > > Cc: Amit Kucheria