All of lore.kernel.org
 help / color / mirror / Atom feed
From: sjg at google.com <sjg@google.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 04/28] arm: Rename HCTR to HTCR
Date: Thu, 8 Jun 2017 20:01:59 -0400	[thread overview]
Message-ID: <CAPnjgZ3HLVYs4nCtp1-dBwj1mkVWK-DMM3kBe9Lw7sYvAAXS4g@mail.gmail.com> (raw)
In-Reply-To: <20170531235737.11676-5-sjg@chromium.org>

This appears to be a typo. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

Changes in v2: None

 arch/arm/lib/cache-cp15.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Applied to u-boot-dm, thanks!

  reply	other threads:[~2017-06-09  0:01 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-31 23:57 [U-Boot] [PATCH v2 00/28] tegra: nyan-big: Support chainloading and add documentation Simon Glass
2017-05-31 23:57 ` [U-Boot] [PATCH v2 01/28] display_options: Refactor to allow obtaining the banner Simon Glass
2017-06-09  0:02   ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 02/28] Allow displaying the U-Boot banner on a video display Simon Glass
2017-06-09  0:02   ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 03/28] arm: arm720t: Support CONFIG_SKIP_LOWLEVEL_INIT_ONLY Simon Glass
2017-06-09  0:02   ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 04/28] arm: Rename HCTR to HTCR Simon Glass
2017-06-09  0:01   ` sjg at google.com [this message]
2017-05-31 23:57 ` [U-Boot] [PATCH v2 05/28] arm: Don't try to support CONFIG_ARMV7_LPAE on ARMv4T Simon Glass
2017-06-09  0:01   ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 06/28] arm: Disable LPAE if not enabled Simon Glass
2017-06-09  0:01   ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 07/28] power: regulator: Add more debugging and fix a missing newline Simon Glass
2017-06-01  3:26   ` Jaehoon Chung
2017-06-09  0:01     ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 08/28] tegra: Init clocks even when SPL did not run Simon Glass
2017-06-09  0:01   ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 09/28] tegra: dts: Add cros-ec SPI settings Simon Glass
2017-06-09  0:01   ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 10/28] tegra: spi: Wait a little after setting the clocks Simon Glass
2017-06-09  0:01   ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 11/28] tegra: nyan-big: Enable the dhrystone benchmark Simon Glass
2017-06-09  0:01   ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 12/28] tegra: video: Don't power up the SOR twice Simon Glass
2017-06-02  5:36   ` Anatolij Gustschin
2017-06-09  0:01     ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 13/28] tegra: Enable CP15 init Simon Glass
2017-06-09  0:01   ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 14/28] tegra: clock: Avoid a divide-by-zero error Simon Glass
2017-06-09  0:01   ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 15/28] tegra: nyan-big: Add a .its file for chromium Simon Glass
2017-06-09  0:01   ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 16/28] README: Add instructions for chain-loading U-Boot Simon Glass
2017-06-09  0:01   ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 17/28] rockchip: Setup default PWM flags Simon Glass
2017-06-09  0:01   ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 18/28] rockchip: Fix regualtor typo in veyron Simon Glass
2017-06-09  0:01   ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 19/28] rockchip: rk3288: Add error debugging to veyron_init() Simon Glass
2017-06-09  0:01   ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 20/28] rockchip: video: Add remove() methods Simon Glass
2017-06-02  5:38   ` Anatolij Gustschin
2017-06-09  0:01     ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 21/28] rockchip: video: Take the vop device out of standby Simon Glass
2017-06-02  5:39   ` Anatolij Gustschin
2017-06-09  0:01     ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 22/28] rockchip: jerry: Add a .its file for chromium Simon Glass
2017-06-09  0:01   ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 23/28] rockchip: rk3288: Convert clock driver to use shifted masks Simon Glass
2017-06-09  0:01   ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 24/28] rockchip: Init clocks again when chain-loading Simon Glass
2017-06-09  0:01   ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 25/28] rockchip: rk3288: Allow setting up clocks in U-Boot proper Simon Glass
2017-06-09  0:01   ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 26/28] rockchip: Enable the video display banner Simon Glass
2017-06-09  0:01   ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 27/28] rockchip: jerry: Disable CONFIG_CONSOLE_SCROLL_LINES Simon Glass
2017-06-09  0:01   ` sjg at google.com
2017-05-31 23:57 ` [U-Boot] [PATCH v2 28/28] README: Add instructions for chain-loading U-Boot on jerry Simon Glass
2017-06-09  0:01   ` sjg at google.com

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=CAPnjgZ3HLVYs4nCtp1-dBwj1mkVWK-DMM3kBe9Lw7sYvAAXS4g@mail.gmail.com \
    --to=sjg@google.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.