]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit10770d2f0a0c4b6c046f3dbc3e57a1682bfdeb07
tree47662c9304ffe4bf4738c7c9e66b08522d975c86
parent0dfebbe742e8e952f2f64d9c9d7da9b86b1b3bfd
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]