staging: omap-thermal: create header for register, bitfields and definitions
authorEduardo Valentin <eduardo.valentin@ti.com>
Fri, 15 Mar 2013 12:59:51 +0000 (08:59 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Mar 2013 16:02:08 +0000 (09:02 -0700)
commit787f3c27bd75f7d87c27570285457f83e3520aed
tree47662c9304ffe4bf4738c7c9e66b08522d975c86
parent9011cc2978666589056d9aa54547fc814b58f3a3
staging: omap-thermal: create header for register, bitfields and definitions

In order to have a better code readability and organization, this patch
splits omap-bandgap.h into three headers.
. omap-bandgap.h will contain only the driver related data structures
definitions and macros
. omap4xxx-bandgap.h will contain only defines and bitfields
related to OMAP4 based devices
. omap5xxx-bandgap.h will contain only defines and bitfields
related to OMAP5 based devices

Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/omap-thermal/omap-bandgap.h
drivers/staging/omap-thermal/omap4-thermal-data.c
drivers/staging/omap-thermal/omap4xxx-bandgap.h [new file with mode: 0644]
drivers/staging/omap-thermal/omap5-thermal-data.c
drivers/staging/omap-thermal/omap5xxx-bandgap.h [new file with mode: 0644]