public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCHv3 0/4] staging: adding OMAP bandgap driver
@ 2012-07-11 20:41 Eduardo Valentin
  2012-07-11 20:41 ` [PATCHv3 1/4] staging: OMAP4+: thermal: introduce bandgap temperature sensor Eduardo Valentin
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Eduardo Valentin @ 2012-07-11 20:41 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: devel, linux-kernel, j-keerthy, grant.likely, b-cousson,
	kbaidarov, Eduardo Valentin

Greg,

On top of the compilation fix, now Keerthy's SOB is just like
in the files' copyright notice. I also changed patch 01 so that
it does not add an empty line in the end of the Kconfig, so
patches 01 and 02 are different from V2. That's why I sent the
complete series with v3 mark.

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               |   45 +
 drivers/staging/omap-thermal/Makefile              |    5 +
 drivers/staging/omap-thermal/TODO                  |   27 +
 drivers/staging/omap-thermal/omap-bandgap.c        | 1186 ++++++++++++++++++++
 drivers/staging/omap-thermal/omap-bandgap.h        |  441 ++++++++
 drivers/staging/omap-thermal/omap-thermal-common.c |  397 +++++++
 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, 2798 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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-07-12 15:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-11 20:41 [PATCHv3 0/4] staging: adding OMAP bandgap driver Eduardo Valentin
2012-07-11 20:41 ` [PATCHv3 1/4] staging: OMAP4+: thermal: introduce bandgap temperature sensor Eduardo Valentin
2012-07-12  0:32   ` Greg Kroah-Hartman
2012-07-12  2:45     ` Valentin, Eduardo
2012-07-12 14:25       ` Valentin, Eduardo
2012-07-12 15:34       ` Greg Kroah-Hartman
2012-07-12 15:36         ` Valentin, Eduardo
2012-07-11 20:41 ` [PATCHv3 2/4] staging: omap-thermal: common code to expose driver to thermal framework Eduardo Valentin
2012-07-11 20:41 ` [PATCHv3 3/4] staging: omap-thermal: add OMAP4 data structures Eduardo Valentin
2012-07-11 20:41 ` [PATCHv3 4/4] staging: omap-thermal: add OMAP5 " Eduardo Valentin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox