Re: [PATCH] thermal: add Renesas R-Car thermal sensor support

2012-07-11 Thread Andrew Morton
On Tue, 10 Jul 2012 11:59:42 +0900 Kuninori Morimoto wrote: > This patch add basic Renesas R-Car thermal sensor support. > It was tested on R-Car H1 Marzen board. > > ... > > +static void rcar_thermal_bset(struct rcar_thermal_priv *priv, u32 reg, > + u32 mask, u32 data)

[PATCH] thermal: add Renesas R-Car thermal sensor support

2012-07-09 Thread Kuninori Morimoto
This patch add basic Renesas R-Car thermal sensor support. It was tested on R-Car H1 Marzen board. Signed-off-by: Kuninori Morimoto --- drivers/thermal/Kconfig|8 ++ drivers/thermal/Makefile |3 +- drivers/thermal/rcar_thermal.c | 239 ++