From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot, 04/17] omap5: Migrate CONFIG_OMAP_PLATFORM_RESET_TIME_MAX_USEC to Kconfig
Date: Mon, 15 May 2017 19:18:45 -0400 [thread overview]
Message-ID: <20170515231845.GL5701@bill-the-cat> (raw)
In-Reply-To: <1494642810-22796-4-git-send-email-trini@konsulko.com>
On Fri, May 12, 2017 at 10:33:17PM -0400, Tom Rini wrote:
> While in theory this value could be used in places outside of "omap5"
> (such as OMAP4), we only make use of it today in OMAP5, so place the
> Kconfig entry there. Given that Kconfig lets us provide a default, we
> drop CONFIG_DEFAULT_OMAP_RESET_TIME_MAX_USEC entirely. The contents of
> doc/README.omap-reset-time make a good help entry, so adjust them
> slightly and delete the file. Move the comment about range to where we
> use the value now, and have Kconfig enforce the upper bound.
>
> Signed-off-by: Tom Rini <trini@konsulko.com>
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: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170515/241f233f/attachment.sig>
next prev parent reply other threads:[~2017-05-15 23:18 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-13 2:33 [U-Boot] [PATCH 01/17] arch/arm/cpu/arm926ejs/omap: Remove Tom Rini
2017-05-13 2:33 ` [U-Boot] [PATCH 02/17] omap24xx_i2c.c: Drop references to CONFIG_OMAP243X Tom Rini
2017-05-15 4:13 ` Heiko Schocher
2017-05-15 23:18 ` [U-Boot] [U-Boot, " Tom Rini
2017-05-13 2:33 ` [U-Boot] [PATCH 03/17] TI: Drop 'CONFIG_OMAP' Tom Rini
2017-05-15 23:18 ` [U-Boot] [U-Boot,03/17] " Tom Rini
2017-05-13 2:33 ` [U-Boot] [PATCH 04/17] omap5: Migrate CONFIG_OMAP_PLATFORM_RESET_TIME_MAX_USEC to Kconfig Tom Rini
2017-05-15 23:18 ` Tom Rini [this message]
2017-05-13 2:33 ` [U-Boot] [PATCH 05/17] omap3: Drop CONFIG_OMAP3_EVM, switch to CONFIG_TARGET_OMAP3_EVM when needed Tom Rini
2017-05-15 23:18 ` [U-Boot] [U-Boot, " Tom Rini
2017-05-13 2:33 ` [U-Boot] [PATCH 06/17] omap4: Drop redundant CONFIG_OMAP4430 symbol Tom Rini
2017-05-15 23:18 ` [U-Boot] [U-Boot, " Tom Rini
2017-07-30 17:14 ` [U-Boot] [PATCH " Paul Kocialkowski
2017-05-13 2:33 ` [U-Boot] [PATCH 07/17] omap3: Drop unused CONFIG_OMAP3_xxx board defines Tom Rini
2017-05-15 23:18 ` [U-Boot] [U-Boot, " Tom Rini
2017-05-13 2:33 ` [U-Boot] [PATCH 08/17] gpio: Move OMAP_GPIO to Kconfig Tom Rini
2017-05-15 23:19 ` [U-Boot] [U-Boot,08/17] " Tom Rini
2017-05-13 2:33 ` [U-Boot] [PATCH 09/17] omap3: Migrate CONFIG_OMAP3_GPIO_X " Tom Rini
2017-05-15 23:19 ` [U-Boot] [U-Boot, " Tom Rini
2017-05-13 2:33 ` [U-Boot] [PATCH 10/17] omap: spi: Drop CONFIG_OMAP3_SPI_D0_D1_SWAPPED support Tom Rini
2017-05-15 23:19 ` [U-Boot] [U-Boot, " Tom Rini
2017-05-13 2:33 ` [U-Boot] [PATCH 11/17] watchdog: Migrate OMAP_WATCHDOG to Kconfig Tom Rini
2017-05-15 23:19 ` [U-Boot] [U-Boot, " Tom Rini
2017-05-13 2:33 ` [U-Boot] [PATCH 12/17] omap: Drop CONFIG_OMAP_VC_I2C_HS_MCODE Tom Rini
2017-05-15 23:19 ` [U-Boot] [U-Boot,12/17] " Tom Rini
2017-05-13 2:33 ` [U-Boot] [PATCH 13/17] whitelist: Drop more unused OMAP symbols Tom Rini
2017-05-15 23:19 ` [U-Boot] [U-Boot, " Tom Rini
2017-05-13 2:33 ` [U-Boot] [PATCH 14/17] Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD Tom Rini
2017-05-13 10:47 ` Marek Vasut
2017-05-15 23:19 ` [U-Boot] [U-Boot, " Tom Rini
2017-05-13 2:33 ` [U-Boot] [PATCH 15/17] Kconfig: USB: Migrate CONFIG_USB_EHCI_HCD users to Kconfig Tom Rini
2017-05-13 10:49 ` Marek Vasut
2017-05-15 23:19 ` [U-Boot] [U-Boot, " Tom Rini
2017-05-13 2:33 ` [U-Boot] [PATCH 16/17] Kconfig: USB: Migrate existing USB_EHCI_xxx options Tom Rini
2017-05-13 10:50 ` Marek Vasut
2017-05-15 23:20 ` [U-Boot] [U-Boot, " Tom Rini
2017-05-13 2:33 ` [U-Boot] [PATCH 17/17] Kconfig: OMAP: USB: Migrate CONFIG_USB_EHCI_OMAP to Kconfig Tom Rini
2017-05-13 10:51 ` Marek Vasut
2017-05-13 15:12 ` Tom Rini
2017-05-15 23:20 ` [U-Boot] [U-Boot, " Tom Rini
2017-05-15 23:18 ` [U-Boot] [U-Boot,01/17] arch/arm/cpu/arm926ejs/omap: Remove Tom Rini
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=20170515231845.GL5701@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.