All of lore.kernel.org
 help / color / mirror / Atom feed
From: Faiz Abbas <faiz_abbas@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 0/3] Support for TI bandgap temperature sensor
Date: Mon, 23 Oct 2017 13:28:04 +0530	[thread overview]
Message-ID: <1508745487-12793-1-git-send-email-faiz_abbas@ti.com> (raw)

Adding support for TI bandgap temperature sensor.
Also add dt support for bandgap sensor in spl.

v4:
 1. Added configs enabled by default in dra7xx and am57xx SOCs
 2. Split config enabling in a separate commit

v3:
Missed adding Reviewed-by in v2.

Faiz Abbas (3):
  thermal: ti-bandgap: Add support for temperature sensor
  ARM: dts: OMAP5+: Add support for bandgap sensor in SPL
  arm: Kconfig: Add thermal config options for dra7xx and am57xx

 arch/arm/dts/omap5-u-boot.dtsi                     |   4 +
 arch/arm/mach-omap2/omap5/Kconfig                  |   6 +
 common/spl/Kconfig                                 |   8 +
 configs/am57xx_evm_defconfig                       |   3 +
 configs/dra7xx_evm_defconfig                       |   3 +
 .../thermal/ti_soc_thermal.txt                     |  35 ++++
 drivers/Makefile                                   |   2 +-
 drivers/thermal/Kconfig                            |   6 +
 drivers/thermal/Makefile                           |   1 +
 drivers/thermal/ti-bandgap.c                       | 197 +++++++++++++++++++++
 10 files changed, 264 insertions(+), 1 deletion(-)
 create mode 100644 doc/device-tree-bindings/thermal/ti_soc_thermal.txt
 create mode 100644 drivers/thermal/ti-bandgap.c

-- 
2.7.4

             reply	other threads:[~2017-10-23  7:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-23  7:58 Faiz Abbas [this message]
2017-10-23  7:58 ` [U-Boot] [PATCH v4 1/3] thermal: ti-bandgap: Add support for temperature sensor Faiz Abbas
2017-11-13  6:23   ` Faiz Abbas
2017-11-13 18:59     ` Tom Rini
2017-10-23  7:58 ` [U-Boot] [PATCH v4 2/3] ARM: dts: OMAP5+: Add support for bandgap sensor in SPL Faiz Abbas
2017-10-23 16:05   ` Tom Rini
2017-10-23  7:58 ` [U-Boot] [PATCH v4 3/3] ARM: dra7: Kconfig: Add thermal configs for dra7xx and am57xx Faiz Abbas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1508745487-12793-1-git-send-email-faiz_abbas@ti.com \
    --to=faiz_abbas@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.