[RFC PATCH 5/6 V2] OMAP4: Temperature sensor device support

2011-08-18 Thread Keerthy
The device file adds the device support for OMAP4 on die temperature sensor. Signed-off-by: Keerthy Cc: t...@atomide.com --- arch/arm/mach-omap2/Makefile |1 + arch/arm/mach-omap2/temp_sensor_device.c | 178 ++ arch/arm/plat-omap/Kconfig

Re: [RFC PATCH 5/6 V2] OMAP4: Temperature sensor device support

2011-08-18 Thread Todd Poynor
On Thu, Aug 18, 2011 at 04:22:14PM +0530, Keerthy wrote: ... > +int omap_temp_sensor_device_idle(struct omap_device *od) > +{ > + struct omap_temp_sensor_registers *registers; > + struct resource*mem; > + void__iomem *phy_base;