U-boot Archive mirror
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [PATCH 00/18] Remove <common.h> from a number of places
Date: Sat, 27 Apr 2024 08:10:48 -0600	[thread overview]
Message-ID: <20240427141106.3406000-1-trini@konsulko.com> (raw)

Hey all,

This series is the next step in winding down usage of <common.h> in
order to be able to then remove it. This covers not quite 25% of the
remaining users of the file. Of what is left, it's either arch/arm/,
board/ or drivers/ code. I am likely to start tackling arch/arm/ next,
and depending on how exactly I break that down I may try and cover some
board/ code as well (for example, tackle arch/arm/mach-omap/ and
arch/arm/mach-k3 and board/ti/ (and then the other vendors too..) in one
commit.

-- 
Tom



             reply	other threads:[~2024-04-27 14:11 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-27 14:10 Tom Rini [this message]
2024-04-27 14:10 ` [PATCH 01/18] init.h: Add "struct cmd_tbl" Tom Rini
2024-04-27 14:10 ` [PATCH 02/18] pci.h: Add missing <linux/types.h> Tom Rini
2024-04-27 14:10 ` [PATCH 03/18] mpc85xx.h: Use <config.h> directly Tom Rini
2024-04-27 14:10 ` [PATCH 04/18] cmd/Kconfig: Add some missing dependencies Tom Rini
2024-04-27 14:10 ` [PATCH 05/18] xtensa: Remove <common.h> and add needed includes Tom Rini
2024-04-27 14:10 ` [PATCH 06/18] nios2: " Tom Rini
2024-04-27 14:10 ` [PATCH 07/18] sh: " Tom Rini
2024-04-27 14:10 ` [PATCH 08/18] x86: " Tom Rini
2024-04-27 14:10 ` [PATCH 09/18] powerpc: " Tom Rini
2024-04-27 14:10 ` [PATCH 10/18] test: " Tom Rini
2024-04-27 14:10 ` [PATCH 11/18] cmd: " Tom Rini
2024-04-27 14:11 ` [PATCH 12/18] common: " Tom Rini
2024-04-27 14:11 ` [PATCH 13/18] part: " Tom Rini
2024-04-27 14:11 ` [PATCH 14/18] boot: " Tom Rini
2024-04-27 14:11 ` [PATCH 15/18] env: " Tom Rini
2024-04-27 14:11 ` [PATCH 16/18] net: " Tom Rini
2024-04-27 14:11 ` [PATCH 17/18] fs: " Tom Rini
2024-04-27 14:11 ` [PATCH 18/18] post: " Tom Rini
2024-05-07 14:02 ` [PATCH 00/18] Remove <common.h> from a number of places 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=20240427141106.3406000-1-trini@konsulko.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).