public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v4 0/5] add i.MX6 thermal sensor driver
@ 2014-09-16 16:48 Nitin Garg
  2014-09-16 16:48 ` [U-Boot] [PATCH v4 1/5] mx6: crm_regs: Add bit definitions for anadig registers Nitin Garg
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Nitin Garg @ 2014-09-16 16:48 UTC (permalink / raw)
  To: u-boot

This patch set adds i.MX6 thermal sensor driver
and enables it for mx6sabre boards. Also adds
various anadig bit definitions as required for
upcoming drivers.

Changes in v4:
-Added imx6 thermal sensor as a driver
-Renamed the config define to be more meaningful
-Move the clock code to clock.c
-Reusing ocotp driver for reading fuse
-Fix check for calibration fuse not programmed
-Aligned the slope computation with kernel
-Added Anadig register defines as seperate commit

Changes in v3:
-adds the mx6 temperature support
-adds the mx6 temperature support to mx6sabresd board.

Changes in v2:
-run checkpatch and fix reported issues

Nitin Garg (5):
  mx6: crm_regs: Add bit definitions for anadig registers
  mx6: clock: Add api to enable pll3
  mx6: thermal: Add i.MX6 CPU thermal sensor support
  mx6: thermal: Check cpu temperature via thermal sensor
  mx6: thermal: Enable thermal sensor for mx6 sabre boards.

 arch/arm/cpu/armv7/mx6/clock.c           |   25 ++
 arch/arm/imx-common/cpu.c                |    8 +-
 arch/arm/include/asm/arch-mx6/clock.h    |    1 +
 arch/arm/include/asm/arch-mx6/crm_regs.h |  543 +++++++++++++++++++++++++++++-
 drivers/Makefile                         |    1 +
 drivers/thermal/Makefile                 |    8 +
 drivers/thermal/imx_thermal.c            |  137 ++++++++
 include/configs/mx6sabre_common.h        |    3 +-
 include/imx_thermal.h                    |   15 +
 9 files changed, 738 insertions(+), 3 deletions(-)
 create mode 100644 drivers/thermal/Makefile
 create mode 100644 drivers/thermal/imx_thermal.c
 create mode 100644 include/imx_thermal.h

-- 
1.7.9.5

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

end of thread, other threads:[~2014-10-01 11:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-16 16:48 [U-Boot] [PATCH v4 0/5] add i.MX6 thermal sensor driver Nitin Garg
2014-09-16 16:48 ` [U-Boot] [PATCH v4 1/5] mx6: crm_regs: Add bit definitions for anadig registers Nitin Garg
2014-10-01  7:21   ` Stefano Babic
2014-10-01 11:27     ` Nitin Garg
2014-09-16 16:48 ` [U-Boot] [PATCH v4 2/5] mx6: clock: Add api to enable pll3 Nitin Garg
2014-09-16 16:48 ` [U-Boot] [PATCH v4 3/5] mx6: thermal: Add i.MX6 CPU thermal sensor support Nitin Garg
2014-09-16 16:48 ` [U-Boot] [PATCH v4 4/5] mx6: thermal: Check cpu temperature via thermal sensor Nitin Garg
2014-09-16 16:48 ` [U-Boot] [PATCH v4 5/5] mx6: thermal: Enable thermal sensor for mx6 sabre boards Nitin Garg

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