From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/14] Homogenise baud rate type to unsigned int
Date: Sat, 20 Oct 2012 10:42:24 -0700 [thread overview]
Message-ID: <20121020174224.GF5854@bill-the-cat> (raw)
In-Reply-To: <1350087681-16442-1-git-send-email-sjg@chromium.org>
On Fri, Oct 12, 2012 at 05:21:07PM -0700, Simon Glass wrote:
> The global_data and bd_info structures for each board have different types
> for the baudrate and bi_baudrate fields. This series lines them all up to
> be the same.
>
> There is some discussion on the list about using u32 instead of 'unsigned
> int'. These are equivalent on all current architectures, and other fields
> in global_data and bd_info do not use this. However I can change this if
> required.
>
>
> Simon Glass (14):
> sh: Change bi_baudrate and global data baudrate to int
> avr32: Change bi_baudrate and global data baudrate to int
> m68k: Change bi_baudrate and global data baudrate to int
> microblaze: Change bi_baudrate and global data baudrate to int
> nios2: Change bi_baudrate and global data baudrate to int
> openrisc: Change bi_baudrate and global data baudrate to int
> powerpc: Change bi_baudrate and global data baudrate to int
> sparc: Change bi_baudrate and global data baudrate to int
> arm: Change global data baudrate to int
> blackfin: Change global data baudrate to int
> mips: Change global data baudrate to int
> nds32: Change global data baudrate to int
> x86: Change global data baudrate to int
> sandbox: Change global data baudrate to int
>
> arch/arm/include/asm/global_data.h | 2 +-
> arch/arm/include/asm/u-boot.h | 2 +-
> arch/avr32/include/asm/global_data.h | 2 +-
> arch/avr32/include/asm/u-boot.h | 2 +-
> arch/blackfin/include/asm/global_data.h | 2 +-
> arch/blackfin/include/asm/u-boot.h | 2 +-
> arch/blackfin/lib/board.c | 2 +-
> arch/m68k/include/asm/global_data.h | 2 +-
> arch/m68k/include/asm/u-boot.h | 2 +-
> arch/microblaze/include/asm/global_data.h | 2 +-
> arch/microblaze/include/asm/u-boot.h | 2 +-
> arch/mips/include/asm/global_data.h | 2 +-
> arch/mips/include/asm/u-boot.h | 2 +-
> arch/nds32/include/asm/global_data.h | 2 +-
> arch/nds32/include/asm/u-boot.h | 2 +-
> arch/nios2/include/asm/global_data.h | 2 +-
> arch/nios2/include/asm/u-boot.h | 2 +-
> arch/openrisc/include/asm/global_data.h | 2 +-
> arch/openrisc/include/asm/u-boot.h | 2 +-
> arch/powerpc/include/asm/global_data.h | 2 +-
> arch/powerpc/include/asm/u-boot.h | 2 +-
> arch/sandbox/include/asm/global_data.h | 2 +-
> arch/sh/include/asm/global_data.h | 2 +-
> arch/sh/include/asm/u-boot.h | 2 +-
> arch/sparc/include/asm/global_data.h | 2 +-
> arch/sparc/include/asm/u-boot.h | 2 +-
> arch/x86/include/asm/global_data.h | 2 +-
> common/cmd_bdinfo.c | 26 +++++++++++++-------------
> 28 files changed, 40 insertions(+), 40 deletions(-)
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20121020/e5ee9282/attachment.pgp>
prev parent reply other threads:[~2012-10-20 17:42 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-13 0:21 [U-Boot] [PATCH 0/14] Homogenise baud rate type to unsigned int Simon Glass
2012-10-13 0:21 ` [U-Boot] [PATCH 01/14] sh: Change bi_baudrate and global data baudrate to int Simon Glass
2012-10-13 0:21 ` [U-Boot] [PATCH 02/14] avr32: " Simon Glass
2012-10-17 7:22 ` Andreas Bießmann
2012-10-13 0:21 ` [U-Boot] [PATCH 03/14] m68k: " Simon Glass
2012-10-13 0:21 ` [U-Boot] [PATCH 04/14] microblaze: " Simon Glass
2012-10-13 0:21 ` [U-Boot] [PATCH 05/14] nios2: " Simon Glass
2012-10-13 0:21 ` [U-Boot] [PATCH 06/14] openrisc: " Simon Glass
2012-10-13 0:21 ` [U-Boot] [PATCH 07/14] powerpc: " Simon Glass
2012-10-13 0:21 ` [U-Boot] [PATCH 08/14] sparc: " Simon Glass
2012-10-13 0:21 ` [U-Boot] [PATCH 09/14] arm: Change " Simon Glass
2012-10-13 0:21 ` [U-Boot] [PATCH 10/14] blackfin: " Simon Glass
2012-10-13 0:21 ` [U-Boot] [PATCH 11/14] mips: " Simon Glass
2012-10-13 0:21 ` [U-Boot] [PATCH 12/14] nds32: " Simon Glass
2012-10-13 0:21 ` [U-Boot] [PATCH 13/14] x86: " Simon Glass
2012-10-13 0:21 ` [U-Boot] [PATCH 14/14] sandbox: " Simon Glass
2012-10-20 17:42 ` Tom Rini [this message]
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=20121020174224.GF5854@bill-the-cat \
--to=trini@ti.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