Re: [linux-sunxi] Re: [PATCH v2 3/5] thermal: Add a driver for the Allwinner THS sensor

2015-11-30 Thread Maxime Ripard
On Wed, Nov 25, 2015 at 11:02:34AM +, Josef Gajdusek wrote: > >> +struct sun8i_ths_type { > >> + int (*init)(struct platform_device *, struct sun8i_ths_data *); > >> + int (*get_temp)(struct sun8i_ths_data *, int *out); > >> + void (*irq)(struct sun8i_ths_data *); > >> + void (*deinit)(struct s

Re: [linux-sunxi] Re: [PATCH v2 3/5] thermal: Add a driver for the Allwinner THS sensor

2015-11-25 Thread Josef Gajdusek
November 24 2015 9:43 AM, "Maxime Ripard" wrote: > On Mon, Nov 23, 2015 at 09:02:50AM +0100, Josef Gajdusek wrote: > >> This patch adds support for the Sunxi thermal sensor on the Allwinner H3. > > You can drop the sunxi here. > >> Should be easily extendable for the A33/A83T/... as they have

[linux-sunxi] Re: [PATCH v2 3/5] thermal: Add a driver for the Allwinner THS sensor

2015-11-24 Thread Maxime Ripard
On Mon, Nov 23, 2015 at 09:02:50AM +0100, Josef Gajdusek wrote: > This patch adds support for the Sunxi thermal sensor on the Allwinner H3. You can drop the sunxi here. > Should be easily extendable for the A33/A83T/... as they have similar but > not completely identical sensors. > > Signed-off-