Re: [PATCH v3 1/3] thermal: sun8i: add thermal driver for h6

2019-06-18 Thread Frank Lee
On Sat, Jun 15, 2019 at 7:08 AM Vasily Khoruzhick wrote: > > On Wed, Jun 12, 2019 at 9:50 AM Frank Lee wrote: > > > > > If you have a git tree I'll be happy to contribute A64 support. IIRC > > > it was quite similar to H3. > > > > I built a ths branch and I will do some work later. > > > > https:

Re: [PATCH v3 1/3] thermal: sun8i: add thermal driver for h6

2019-06-16 Thread Frank Lee
On Sat, Jun 15, 2019 at 7:08 AM Vasily Khoruzhick wrote: > > On Wed, Jun 12, 2019 at 9:50 AM Frank Lee wrote: > > > > > If you have a git tree I'll be happy to contribute A64 support. IIRC > > > it was quite similar to H3. > > > > I built a ths branch and I will do some work later. > > > > https:

Re: [PATCH v3 1/3] thermal: sun8i: add thermal driver for h6

2019-06-14 Thread Vasily Khoruzhick
On Wed, Jun 12, 2019 at 9:50 AM Frank Lee wrote: > > > If you have a git tree I'll be happy to contribute A64 support. IIRC > > it was quite similar to H3. > > I built a ths branch and I will do some work later. > > https://github.com/TinyWindzz/linux/tree/ths Looks like you forgot to add your pa

Re: [PATCH v3 1/3] thermal: sun8i: add thermal driver for h6

2019-06-14 Thread Maxime Ripard
Hi, On Thu, Jun 13, 2019 at 11:35:15PM +0800, Frank Lee wrote: > On Thu, Jun 13, 2019 at 9:26 PM Maxime Ripard > wrote: > > > > On Fri, Jun 07, 2019 at 09:34:44PM +0800, Frank Lee wrote: > > > On Mon, May 27, 2019 at 8:27 PM Maxime Ripard > > > wrote: > > > > > + ret = devm_request_threade

Re: [PATCH v3 1/3] thermal: sun8i: add thermal driver for h6

2019-06-13 Thread Frank Lee
On Thu, Jun 13, 2019 at 9:26 PM Maxime Ripard wrote: > > On Fri, Jun 07, 2019 at 09:34:44PM +0800, Frank Lee wrote: > > On Mon, May 27, 2019 at 8:27 PM Maxime Ripard > > wrote: > > > > + ret = devm_request_threaded_irq(dev, irq, NULL, > > > > + tmdev->chip

Re: [PATCH v3 1/3] thermal: sun8i: add thermal driver for h6

2019-06-13 Thread Maxime Ripard
On Fri, Jun 07, 2019 at 09:34:44PM +0800, Frank Lee wrote: > On Mon, May 27, 2019 at 8:27 PM Maxime Ripard > wrote: > > > + ret = devm_request_threaded_irq(dev, irq, NULL, > > > + tmdev->chip->irq_thread, > > > + IRQF_ONE

Re: [PATCH v3 1/3] thermal: sun8i: add thermal driver for h6

2019-06-12 Thread Frank Lee
> If you have a git tree I'll be happy to contribute A64 support. IIRC > it was quite similar to H3. I built a ths branch and I will do some work later. https://github.com/TinyWindzz/linux/tree/ths

Re: [PATCH v3 1/3] thermal: sun8i: add thermal driver for h6

2019-06-10 Thread Vasily Khoruzhick
On Mon, Jun 10, 2019 at 5:31 PM Frank Lee wrote: > > On Tue, Jun 11, 2019 at 7:29 AM Vasily Khoruzhick wrote: > > > > On Sat, May 25, 2019 at 11:17 AM Yangtao Li wrote: > > > > > > This patch adds the support for allwinner thermal sensor, within > > > allwinner SoC. It will register sensors for

Re: [PATCH v3 1/3] thermal: sun8i: add thermal driver for h6

2019-06-10 Thread Frank Lee
On Tue, Jun 11, 2019 at 7:29 AM Vasily Khoruzhick wrote: > > On Sat, May 25, 2019 at 11:17 AM Yangtao Li wrote: > > > > This patch adds the support for allwinner thermal sensor, within > > allwinner SoC. It will register sensors for thermal framework > > and use device tree to bind cooling device

Re: [PATCH v3 1/3] thermal: sun8i: add thermal driver for h6

2019-06-10 Thread Vasily Khoruzhick
On Sat, May 25, 2019 at 11:17 AM Yangtao Li wrote: > > This patch adds the support for allwinner thermal sensor, within > allwinner SoC. It will register sensors for thermal framework > and use device tree to bind cooling device. Hi Yangtao, Any plans on v4 of this series? > Signed-off-by: Yang

Re: [PATCH v3 1/3] thermal: sun8i: add thermal driver for h6

2019-06-07 Thread Ondřej Jirman
On Fri, Jun 07, 2019 at 07:18:21PM +0200, verejna wrote: > Hello Frank, > > On Fri, Jun 07, 2019 at 09:50:08PM +0800, Frank Lee wrote: > > HI Ondřej, > > > > > > On Mon, May 27, 2019 at 10:25 PM Ondřej Jirman wrote: > > > > > > Hi Yangtao, > > > > > > On Sat, May 25, 2019 at 02:13:27PM -0400, Y

Re: [PATCH v3 1/3] thermal: sun8i: add thermal driver for h6

2019-06-07 Thread Ondřej Jirman
Hello Frank, On Fri, Jun 07, 2019 at 09:50:08PM +0800, Frank Lee wrote: > HI Ondřej, > > > On Mon, May 27, 2019 at 10:25 PM Ondřej Jirman wrote: > > > > Hi Yangtao, > > > > On Sat, May 25, 2019 at 02:13:27PM -0400, Yangtao Li wrote: > > > This patch adds the support for allwinner thermal sensor

Re: [PATCH v3 1/3] thermal: sun8i: add thermal driver for h6

2019-06-07 Thread Frank Lee
On Fri, Jun 7, 2019 at 9:50 PM Frank Lee wrote: > > HI Ondřej, > > > On Mon, May 27, 2019 at 10:25 PM Ondřej Jirman wrote: > > > > Hi Yangtao, > > > > On Sat, May 25, 2019 at 02:13:27PM -0400, Yangtao Li wrote: > > > This patch adds the support for allwinner thermal sensor, within > > > allwinner

Re: [PATCH v3 1/3] thermal: sun8i: add thermal driver for h6

2019-06-07 Thread Frank Lee
HI Ondřej, On Mon, May 27, 2019 at 10:25 PM Ondřej Jirman wrote: > > Hi Yangtao, > > On Sat, May 25, 2019 at 02:13:27PM -0400, Yangtao Li wrote: > > This patch adds the support for allwinner thermal sensor, within > > allwinner SoC. It will register sensors for thermal framework > > and use devi

Re: [PATCH v3 1/3] thermal: sun8i: add thermal driver for h6

2019-06-07 Thread Frank Lee
On Mon, May 27, 2019 at 8:27 PM Maxime Ripard wrote: > > Hi! > > Thanks for submitting a new version > > On Sat, May 25, 2019 at 02:13:27PM -0400, Yangtao Li wrote: > > This patch adds the support for allwinner thermal sensor, within > > allwinner SoC. It will register sensors for thermal framewor

Re: [PATCH v3 1/3] thermal: sun8i: add thermal driver for h6

2019-05-27 Thread Ondřej Jirman
Hi Yangtao, On Sat, May 25, 2019 at 02:13:27PM -0400, Yangtao Li wrote: > This patch adds the support for allwinner thermal sensor, within > allwinner SoC. It will register sensors for thermal framework > and use device tree to bind cooling device. > > Signed-off-by: Yangtao Li > --- > MAINTAIN

Re: [PATCH v3 1/3] thermal: sun8i: add thermal driver for h6

2019-05-27 Thread Maxime Ripard
Hi! Thanks for submitting a new version On Sat, May 25, 2019 at 02:13:27PM -0400, Yangtao Li wrote: > This patch adds the support for allwinner thermal sensor, within > allwinner SoC. It will register sensors for thermal framework > and use device tree to bind cooling device. > > Signed-off-by: Y