All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 1/2] watchdog: omap_wdt: Convert watchdog driver to use DT and DM
Date: Tue, 13 Aug 2019 12:50:45 -0400	[thread overview]
Message-ID: <20190813165045.GF2718@bill-the-cat> (raw)
In-Reply-To: <1564590247-22406-1-git-send-email-sunil.m@techveda.org>

On Wed, Jul 31, 2019 at 09:54:06PM +0530, sunil.m at techveda.org wrote:

> From: Suniel Mahesh <sunil.m@techveda.org>
> 
> This patch adds device tree and driver model watchdog support,
> converts the legacy omap watchdog driver to driver model for
> TI AM335x chipsets. The following compile warning is removed:
> 
> ===================== WARNING ======================
> This board does not use CONFIG_WDT (DM watchdog support).
> Please update the board to use CONFIG_WDT before the
> v2019.10 release.
> Failure to update by the deadline may result in board removal.
> See doc/driver-model/MIGRATION.txt for more info.
> ====================================================
> 
> CONFIG_HW_WATCHDOG is no more a default option for AM33XX devices
> after DT/DM conversion, adjusted kconfig accordingly.
> 
> DM watchdog support is enabled by default in SPL. The SPL image
> doesn't fit into SRAM because of size constraints and build breaks
> with an overflow. For this reason DM watchdog support should be
> disabled in SPL, driver code should be adjusted accordingly to serve
> this purpose.
> Built and tested on AM335x device (BeagleboneBlack), compile tested
> for all other AM33xx based boards.
> 
> Signed-off-by: Suniel Mahesh <sunil.m@techveda.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190813/cc5e8752/attachment.sig>

      parent reply	other threads:[~2019-08-13 16:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-12  9:23 [U-Boot] [PATCH 2/2] watchdog: omap_wdt: Disable DM watchdog support in SPL sunil.m at techveda.org
2019-07-17 17:28 ` Tom Rini
2019-07-18  6:07   ` Suniel Mahesh
2019-07-31 16:24   ` [U-Boot] [PATCH v2 1/2] watchdog: omap_wdt: Convert watchdog driver to use DT and DM sunil.m at techveda.org
2019-07-31 16:24     ` [U-Boot] [PATCH v2 2/2] watchdog: omap_wdt: Disable DM watchdog support in SPL sunil.m at techveda.org
2019-08-13 16:50       ` Tom Rini
2019-08-13 16:50     ` Tom Rini [this message]

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=20190813165045.GF2718@bill-the-cat \
    --to=trini@konsulko.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.