From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 01/42] common: Move legacy CPU functions to their own header
Date: Wed, 13 Nov 2019 10:07:51 -0500 [thread overview]
Message-ID: <20191113150751.GS19317@bill-the-cat> (raw)
In-Reply-To: <20191112124237.v3.1.Ie08f13fabe64c8c3042532f5527be7ca33640782@changeid>
On Tue, Nov 12, 2019 at 12:42:10PM -0700, Simon Glass wrote:
> These should be moved to driver model, but in the meantime, move them
> out of the common header to help reduce its size.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
> Changes in v3: None
> Changes in v2: None
I was hoping to get back to this part before you did a v3, sorry. I
guess my reaction at this point is that much like how v2->v3 did
irq_legacy.h -> irq_funcs.h we should also do cpu_legacy.h ->
cpu_funcs.h (or some other name). There's I suspect a good argument to
say that yes, some of these functions should be moved to DM (or,
platforms age out) and some do not. Thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20191113/b3115cf3/attachment.sig>
next prev parent reply other threads:[~2019-11-13 15:07 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-12 19:42 [U-Boot] [PATCH v3 00/42] common: Further reduce common.h Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 01/42] common: Move legacy CPU functions to their own header Simon Glass
2019-11-13 15:07 ` Tom Rini [this message]
2019-11-14 13:44 ` Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 02/42] Drop CONFIG_SHOW_ACTIVITY Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 03/42] common: Drop global inclusion of status_led.h Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 04/42] status_led: Tidy up the code style Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 05/42] common: Move random-number functions into their own header Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 06/42] common: Drop linux/crc8.h Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 07/42] crc: Fix code style with crc functions Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 08/42] crc32: Use the crc.h header for " Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 09/42] spl: bootcount: Move code out of header file Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 10/42] common: Move bootcount functions to their " Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 11/42] common: Move sorting functions to their own " Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 12/42] Move strtomhz() to vsprintf.h Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 13/42] common: Move env_get_ip() to net.h Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 14/42] serial: usb: Correct the usbtty_...() prototypes Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 15/42] common: Move serial_printf() to the serial header Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 16/42] common: Move serial functions out of common.h Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 17/42] common: Add a new lz4.h header file Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 18/42] common: Move some time functions out of common.h Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 19/42] common: Move wait_ticks " Simon Glass
2019-11-13 18:59 ` Tom Rini
2019-11-12 19:42 ` [U-Boot] [PATCH v3 20/42] arm: pxa: Drop pxa_wait_ticks() Simon Glass
2019-11-13 19:00 ` Tom Rini
2019-11-12 19:42 ` [U-Boot] [PATCH v3 21/42] common: Move timer_get_us() function out of common.h Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 22/42] common: Move get_ticks() " Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 23/42] common: Move mii_init() " Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 24/42] common: Move some CPU functions " Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 25/42] common: Drop cpu_init() Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 26/42] common: Move checkcpu() out of common.h Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 27/42] common: Move some SMP functions " Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 28/42] arm: powerpc: Tidy up code style for cache functions Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 29/42] common: Move some cache and MMU functions out of common.h Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 30/42] common: Drop checkicache() and checkdcache() Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 31/42] common: Move ARM cache operations out of common.h Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 32/42] arm: powerpc: Tidy up code style for interrupt functions Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 33/42] common: Move interrupt functions into a new header Simon Glass
2019-11-13 19:00 ` Tom Rini
2019-11-12 19:42 ` [U-Boot] [PATCH v3 34/42] common: Move enable/disable_interrupts out of common.h Simon Glass
2019-11-13 19:00 ` Tom Rini
2019-11-12 19:42 ` [U-Boot] [PATCH v3 35/42] common: Move command functions " Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 36/42] common: Drop board_show_dram() Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 37/42] common: Move board_get_usable_ram_top() out of common.h Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 38/42] common: Move some board functions " Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 39/42] common: Move pci_init_board() " Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 40/42] common: Move trap_init() " Simon Glass
2019-11-13 19:00 ` Tom Rini
2019-11-12 19:42 ` [U-Boot] [PATCH v3 41/42] common: Drop get_endaddr() Simon Glass
2019-11-12 19:42 ` [U-Boot] [PATCH v3 42/42] common: Move old EEPROM functions into a new header Simon Glass
2019-11-13 19:01 ` 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=20191113150751.GS19317@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox