summaryrefslogtreecommitdiff
path: root/drivers/staging/omap-thermal
diff options
context:
space:
mode:
authorEduardo Valentin <eduardo.valentin@ti.com>2013-03-15 13:00:05 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-15 16:02:10 (GMT)
commit8abbe71ee501cf2c8b7c49b64ffe0a1acdc7fa2a (patch)
tree394450a5b7f359bf73e9dbaf5fecde8031943ca7 /drivers/staging/omap-thermal
parente555c95648408de12b7278c730764c7644d72b08 (diff)
downloadlinux-fsl-qoriq-8abbe71ee501cf2c8b7c49b64ffe0a1acdc7fa2a.tar.xz
staging: omap-thermal: add a section of register manipulation
This is introduces a series of marks inside the code to better organize functions per group, aggregating their functionality. Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/omap-thermal')
-rw-r--r--drivers/staging/omap-thermal/omap-bandgap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/omap-thermal/omap-bandgap.c b/drivers/staging/omap-thermal/omap-bandgap.c
index fce3942..77ff495 100644
--- a/drivers/staging/omap-thermal/omap-bandgap.c
+++ b/drivers/staging/omap-thermal/omap-bandgap.c
@@ -42,6 +42,8 @@
#include "omap-bandgap.h"
+/*** Helper functions to access registers and their bitfields ***/
+
/**
* omap_bandgap_readl() - simple read helper function
* @bg_ptr: pointer to omap_bandgap structure