From: Eduardo Valentin Date: Fri, 15 Mar 2013 13:00:05 +0000 (-0400) Subject: staging: omap-thermal: add a section of register manipulation X-Git-Tag: next-20130320~21^2~90 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8abbe71ee501cf2c8b7c49b64ffe0a1acdc7fa2a;p=karo-tx-linux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/omap-thermal/omap-bandgap.c b/drivers/staging/omap-thermal/omap-bandgap.c index fce394224bc7..77ff495dacb6 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