[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1342108952-12987-1-git-send-email-eduardo.valentin@ti.com>
Date: Thu, 12 Jul 2012 19:02:28 +0300
From: Eduardo Valentin <eduardo.valentin@...com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
CC: <devel@...verdev.osuosl.org>, <linux-kernel@...r.kernel.org>,
<j-keerthy@...com>, <grant.likely@...retlab.ca>,
<b-cousson@...com>, <kbaidarov@....rtsoft.ru>,
Eduardo Valentin <eduardo.valentin@...com>
Subject: [PATCHv4 0/4] staging: adding OMAP bandgap driver
Greg,
Here is again the OMAP BG driver, under staging area.
I fixed the compilation issue I didn't see, wrt implicit function
declarations. As I mentioned on other thread, my compilation test
didn't see it, that's why I thought it was fine to send it.
I also limited the driver compilation to OMAP4/5.
Cheers,
Eduardo Valentin (4):
staging: OMAP4+: thermal: introduce bandgap temperature sensor
staging: omap-thermal: common code to expose driver to thermal
framework
staging: omap-thermal: add OMAP4 data structures
staging: omap-thermal: add OMAP5 data structures
drivers/staging/Kconfig | 2 +
drivers/staging/Makefile | 1 +
drivers/staging/omap-thermal/Kconfig | 46 +
drivers/staging/omap-thermal/Makefile | 5 +
drivers/staging/omap-thermal/TODO | 28 +
drivers/staging/omap-thermal/omap-bandgap.c | 1187 ++++++++++++++++++++
drivers/staging/omap-thermal/omap-bandgap.h | 441 ++++++++
drivers/staging/omap-thermal/omap-thermal-common.c | 364 ++++++
drivers/staging/omap-thermal/omap-thermal.h | 108 ++
drivers/staging/omap-thermal/omap4-thermal.c | 259 +++++
drivers/staging/omap-thermal/omap5-thermal.c | 297 +++++
drivers/staging/omap-thermal/omap_bandgap.txt | 30 +
12 files changed, 2768 insertions(+), 0 deletions(-)
create mode 100644 drivers/staging/omap-thermal/Kconfig
create mode 100644 drivers/staging/omap-thermal/Makefile
create mode 100644 drivers/staging/omap-thermal/TODO
create mode 100644 drivers/staging/omap-thermal/omap-bandgap.c
create mode 100644 drivers/staging/omap-thermal/omap-bandgap.h
create mode 100644 drivers/staging/omap-thermal/omap-thermal-common.c
create mode 100644 drivers/staging/omap-thermal/omap-thermal.h
create mode 100644 drivers/staging/omap-thermal/omap4-thermal.c
create mode 100644 drivers/staging/omap-thermal/omap5-thermal.c
create mode 100644 drivers/staging/omap-thermal/omap_bandgap.txt
--
1.7.7.1.488.ge8e1c
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists