All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [PATCH 11/18] common: board_r: Drop initr_noncached wrapper
Date: Sat, 14 Nov 2020 09:17:14 -0600	[thread overview]
Message-ID: <CAPnjgZ2+0eAM25U=U1OVQVM+29gz7WCYne-pV3XDKjm1HWV5_w@mail.gmail.com> (raw)
In-Reply-To: <20201105090955.29641-12-ovidiu.panait@windriver.com>

On Thu, 5 Nov 2020 at 03:10, Ovidiu Panait <ovidiu.panait@windriver.com> wrote:
>
> Add a return value to noncached_init and use it directly in the
> post-relocation init sequence, rather than using a wrapper stub.
>
> Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
> ---
>  arch/arm/include/asm/system.h |  2 +-
>  arch/arm/lib/cache.c          |  4 +++-
>  common/board_r.c              | 10 +---------
>  3 files changed, 5 insertions(+), 11 deletions(-)

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

Again when you change a function signature, it's a good oppty to add a
comment if one is missing

  reply	other threads:[~2020-11-14 15:17 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-05  9:09 [PATCH 00/18] Minor board_f/board_r cleanups Ovidiu Panait
2020-11-05  9:09 ` [PATCH 01/18] common: board_f: Drop initf_console_record wrapper Ovidiu Panait
2020-11-14 15:17   ` Simon Glass
2020-11-05  9:09 ` [PATCH 02/18] common: board_f: Use IS_ENABLED(CONFIG_TIMER_EARLY) in initf_dm Ovidiu Panait
2020-11-14 15:17   ` Simon Glass
2020-11-05  9:09 ` [PATCH 03/18] common: board_f: Move setup_machine code to setup_bdinfo Ovidiu Panait
2020-11-14 15:17   ` Simon Glass
2020-11-17  8:00     ` Ovidiu Panait
2020-11-18 14:37       ` Simon Glass
2020-11-05  9:09 ` [PATCH 04/18] common: board_f: Use IS_ENABLED(CONFIG_OF_EMBED) in reserve_fdt, reloc_fdt Ovidiu Panait
2020-11-14 15:17   ` Simon Glass
2020-11-05  9:09 ` [PATCH 05/18] common: board_r: Drop initr_console_record wrapper Ovidiu Panait
2020-11-14 15:17   ` Simon Glass
2020-11-05  9:09 ` [PATCH 06/18] common: board_r: Drop initr_secondary_cpu wrapper Ovidiu Panait
2020-11-14 15:17   ` Simon Glass
2020-11-05  9:09 ` [PATCH 07/18] common: board_r: Drop initr_post_backlog wrapper Ovidiu Panait
2020-11-14 15:17   ` Simon Glass
2020-11-05  9:09 ` [PATCH 08/18] common: board_r: Drop initr_pci_ep wrapper Ovidiu Panait
2020-11-14 15:17   ` Simon Glass
2020-11-05  9:09 ` [PATCH 09/18] common: board_r: Drop initr_pci wrapper Ovidiu Panait
2020-11-14 15:17   ` Simon Glass
2020-11-05  9:09 ` [PATCH 10/18] common: board_r: Drop initr_addr_map wrapper Ovidiu Panait
2020-11-14 15:17   ` Simon Glass
2020-11-05  9:09 ` [PATCH 11/18] common: board_r: Drop initr_noncached wrapper Ovidiu Panait
2020-11-14 15:17   ` Simon Glass [this message]
2020-11-05  9:09 ` [PATCH 12/18] common: board_r: Drop initr_xen wrapper Ovidiu Panait
2020-11-14 15:17   ` Simon Glass
2020-11-05  9:09 ` [PATCH 13/18] common: board_r: Drop initr_jumptable wrapper Ovidiu Panait
2020-11-14 15:17   ` Simon Glass
2020-11-05  9:09 ` [PATCH 14/18] common: board_r: Drop initr_api wrapper Ovidiu Panait
2020-11-14 15:17   ` Simon Glass
2020-11-05  9:09 ` [PATCH 15/18] common: board_r: Drop initr_bbmii wrapper Ovidiu Panait
2020-11-14 15:17   ` Simon Glass
2020-11-05  9:09 ` [PATCH 16/18] common: board_r: Drop arch-specific ifdefs around initr_trap Ovidiu Panait
2020-11-14 15:17   ` Simon Glass
2020-11-05  9:09 ` [PATCH 17/18] spl: Kconfig: Add SPL dependency to CONFIG_HANDOFF Ovidiu Panait
2020-11-14 15:17   ` Simon Glass
2020-11-05  9:09 ` [PATCH 18/18] global_data: Enable spl_handoff only if CONFIG_HANDOFF is set Ovidiu Panait
2020-11-14 15:17   ` Simon Glass

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='CAPnjgZ2+0eAM25U=U1OVQVM+29gz7WCYne-pV3XDKjm1HWV5_w@mail.gmail.com' \
    --to=sjg@chromium.org \
    --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.