linux-kernel-test/drivers/thermal
Viresh Kumar de716e32e6 thermal/spear_thermal: replace readl/writel with lighter _relaxed variants
readl/writel versions for ARM contain memory barrier instruction for
synchronizing DMA buffers.  These are not required at least on this
module.  So use lighter _relaxed variants.

Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Len Brown <len.brown@intel.com>
2012-03-22 01:06:43 -04:00
..
Kconfig thermal: add support for thermal sensor present on SPEAr13xx machines 2012-03-22 01:05:32 -04:00
Makefile thermal: add support for thermal sensor present on SPEAr13xx machines 2012-03-22 01:05:32 -04:00
spear_thermal.c thermal/spear_thermal: replace readl/writel with lighter _relaxed variants 2012-03-22 01:06:43 -04:00
thermal_sys.c thermal_sys: convert printks to pr_<level> 2012-03-22 01:04:40 -04:00