All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andreas Bießmann" <andreas.devel@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v6 27/31] avr32: Fix cast warning in board.c
Date: Thu, 07 Mar 2013 12:12:00 +0100	[thread overview]
Message-ID: <51387600.6040607@googlemail.com> (raw)
In-Reply-To: <1362530405-10824-28-git-send-email-sjg@chromium.org>

Dear Simon Glass,

On 06.03.13 01:40, Simon Glass wrote:
> The frame buffer pointer in global_data is not a pointer, so we should
> remove these casts.

Is this series intended for 2013.04?
I'm asking cause there is still a patch [1] in patchwork which I would
apply then. If this series will make it into 2013.04 I will give you my

Acked-by: Andreas Bie?mann <andreas.devel@googlemail.com>

and set the other patch to superseded.

A runtime test of this series on avr32 would be good (cause of the
section changes). I try my best to do it these days.

Best regards

Andreas Bie?mann

[1] http://patchwork.ozlabs.org/patch/220413/

  reply	other threads:[~2013-03-07 11:12 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-06  0:39 [PATCH v6 0/31] Create generic board init for ARM, x86, PPC Simon Glass
2013-03-06  0:39 ` [U-Boot] " Simon Glass
2013-03-06  0:39 ` [U-Boot] [PATCH v6 01/31] Introduce generic u-boot.h file Simon Glass
2013-03-06  0:39 ` [U-Boot] [PATCH v6 02/31] Replace __bss_end__ with __bss_end Simon Glass
2013-03-06  0:39 ` [U-Boot] [PATCH v6 03/31] Introduce generic link section.h symbol files Simon Glass
2013-03-06  0:39 ` [U-Boot] [PATCH v6 04/31] arm: Use sections header to obtain link symbols Simon Glass
2013-03-06  0:39 ` [U-Boot] [PATCH v6 05/31] Change stub example to use asm-generic/sections.h Simon Glass
2013-03-06  0:39 ` [U-Boot] [PATCH v6 06/31] Introduce a basic initcall implementation Simon Glass
2013-03-06  0:39 ` [U-Boot] [PATCH v6 07/31] Define CONFIG_SYS_LEGACY_BOARD everywhere Simon Glass
2013-03-07  6:45   ` Wolfgang Denk
2013-03-08  4:03     ` Simon Glass
2013-03-06  0:39 ` [U-Boot] [PATCH v6 08/31] Declare watchdog functions in watchdog.h Simon Glass
2013-03-06  0:39 ` [U-Boot] [PATCH v6 09/31] Introduce generic pre-relocation board_f.c Simon Glass
2013-03-06  0:39 ` [U-Boot] [PATCH v6 10/31] Introduce generic post-relocation board_r.c Simon Glass
2013-03-06  0:39 ` [U-Boot] [PATCH v6 11/31] Add spl load feature Simon Glass
2013-03-06  0:39 ` [U-Boot] [PATCH v6 12/31] arm: Remove use of board_early_init_r/last_stage_init() Simon Glass
2013-03-06  0:39 ` [U-Boot] [PATCH v6 13/31] arm: Enable generic board support Simon Glass
2013-03-06  0:39 ` [U-Boot] [PATCH v6 14/31] Add CONFIG_SYS_SYM_OFFSETS to support offset symbols Simon Glass
2013-03-06  0:39 ` [U-Boot] [PATCH v6 15/31] Adjust board_f.c for ppc Simon Glass
2013-03-06  0:39 ` [U-Boot] [PATCH v6 16/31] Adjust board_r.c " Simon Glass
2013-03-06  0:39 ` [U-Boot] [PATCH v6 17/31] ppc: Enable generic board support Simon Glass
2013-03-06  0:39 ` [U-Boot] [PATCH v6 18/31] x86: Adjust board_f.c for x86 Simon Glass
2013-03-06  0:39 ` [U-Boot] [PATCH v6 19/31] x86: Adjust board_r.c " Simon Glass
2013-03-06  0:39 ` [U-Boot] [PATCH v6 20/31] x86: Use sections header to obtain link symbols Simon Glass
2013-03-06  0:39 ` [U-Boot] [PATCH v6 21/31] x86: Enable generic board support Simon Glass
2013-03-11 17:36   ` Simon Glass
2013-03-06  0:39 ` [U-Boot] [PATCH v6 22/31] tegra: Enable generic board for Tegra Simon Glass
2013-03-06  0:39 ` [U-Boot] [PATCH v6 23/31] x86: Enable generic board Simon Glass
2013-03-06  0:39 ` [U-Boot] [PATCH v6 24/31] exynos5: Enable generic board for Exynos5 device tree boards Simon Glass
2013-03-06  0:39 ` [U-Boot] [PATCH v6 25/31] blackfin: Fix up board_type global data Simon Glass
2013-03-06  0:40 ` [U-Boot] [PATCH v6 26/31] blackfin: Remove noreturn attribute from cpu_init_f() Simon Glass
2013-03-06  0:40 ` [U-Boot] [PATCH v6 27/31] avr32: Fix cast warning in board.c Simon Glass
2013-03-07 11:12   ` Andreas Bießmann [this message]
2013-03-06  0:40 ` [PATCH v6 28/31] serial: ns16550: Remove unwanted cast Simon Glass
2013-03-06  0:40   ` [U-Boot] " Simon Glass
2013-03-06  0:40 ` [U-Boot] [PATCH v6 29/31] sparc: Fix out-of-tree building Simon Glass
2013-03-06  0:40 ` [U-Boot] [PATCH v6 30/31] sparc: Fix build warnings in serial.c Simon Glass
2013-03-06  0:40 ` [U-Boot] [PATCH v6 31/31] Use 'unsigned int' for global_data's baudrate 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=51387600.6040607@googlemail.com \
    --to=andreas.devel@googlemail.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.