From: Reinhard Meyer <u-boot@emk-elektronik.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-atmel/for2010.12
Date: Tue, 07 Dec 2010 00:43:40 +0100 [thread overview]
Message-ID: <4CFD752C.6070400@emk-elektronik.de> (raw)
In-Reply-To: <20101206230546.22160659@gemini.denx.de>
Dear Wolfgang Denk,
>
> In message<4CFCB04B.10406@emk-elektronik.de> you wrote:
>> Dear Wolfgang, Albert,
>>
>> The following changes since commit 49733aa0b9d29803384ad4bce74985f4bbe7e9aa:
>> Wolfgang Denk (1):
>> Merge branch 'master' of /home/wd/git/u-boot/custodians
>>
>> are available in the git repository at:
>>
>> git://git.denx.de/u-boot-atmel.git for2010.12
>>
>> Andreas Bie?mann (1):
>> arm920t/at91/reset: board_reset: define weak symbol
>>
>> Reinhard Meyer (3):
>> AT91: gen_atmel_mci.c: fix bug when Slot B is used
>> AT91: fix EMAC gpio init in at91sam9260_devices.c
>> AT91: add TOP9000 support
>>
>> andreas.devel at googlemail.com (4):
>> at91rm9200ek: add configure target for RAM boot
>> MAKEALL: fix AT91
>> arm920t/at91/timer: replace bss variables by gd
>> at91rm9200ek: fix SDRAM initialistation values
>>
>> MAINTAINERS | 3 +-
>> MAKEALL | 18 +-
>> arch/arm/cpu/arm920t/at91/reset.c | 8 +-
>> arch/arm/cpu/arm920t/at91/timer.c | 29 +-
>> arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c | 5 +
>> arch/arm/include/asm/global_data.h | 1 +
>> board/atmel/at91rm9200ek/config.mk | 2 -
>> board/emk/top9000/Makefile | 54 ++++
>> board/emk/top9000/spi.c | 61 ++++
>> board/emk/top9000/top9000.c | 290 +++++++++++++++++++
>> boards.cfg | 5 +-
>> drivers/mmc/gen_atmel_mci.c | 1 +
>> include/configs/at91rm9200ek.h | 18 ++-
>> include/configs/top9000.h | 314 +++++++++++++++++++++
>> 14 files changed, 771 insertions(+), 38 deletions(-)
>> delete mode 100644 board/atmel/at91rm9200ek/config.mk
>> create mode 100644 board/emk/top9000/Makefile
>> create mode 100644 board/emk/top9000/spi.c
>> create mode 100644 board/emk/top9000/top9000.c
>> create mode 100644 include/configs/top9000.h
>
> Hm... what I see looks quite different:
>
> MAINTAINERS | 3 +-
> MAKEALL | 18 +-
> arch/arm/cpu/arm920t/at91/reset.c | 8 +-
> arch/arm/cpu/arm920t/at91/timer.c | 29 +-
> arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c | 5 +
> arch/arm/include/asm/global_data.h | 1 +
> arch/powerpc/cpu/mpc83xx/start.S | 8 +
> arch/powerpc/lib/board.c | 11 +
> arch/sh/cpu/sh2/start.S | 8 +-
> arch/sh/cpu/sh3/start.S | 8 +-
> arch/sh/cpu/sh4/start.S | 10 +-
> board/atmel/at91rm9200ek/config.mk | 2 -
> board/emk/top9000/Makefile | 54 ++++
> board/emk/top9000/spi.c | 61 ++++
> board/emk/top9000/top9000.c | 290 +++++++++++++++++++
> board/freescale/mpc8641hpcn/mpc8641hpcn.c | 3 -
> board/freescale/p2020ds/p2020ds.c | 3 -
> boards.cfg | 5 +-
> common/hwconfig.c | 14 +-
> drivers/mmc/gen_atmel_mci.c | 1 +
> include/configs/MPC8360EMDS.h | 4 +-
> include/configs/MPC8536DS.h | 5 +-
> include/configs/MPC8569MDS.h | 3 +-
> include/configs/P1_P2_RDB.h | 5 +-
> include/configs/at91rm9200ek.h | 18 ++-
> include/configs/atngw100.h | 2 -
> include/configs/mimc200.h | 2 -
> include/configs/r7780mp.h | 1 -
> include/configs/top9000.h | 314 +++++++++++++++++++++
> include/pci_ids.h | 1 +
> 30 files changed, 820 insertions(+), 77 deletions(-)
> delete mode 100644 board/atmel/at91rm9200ek/config.mk
> create mode 100644 board/emk/top9000/Makefile
> create mode 100644 board/emk/top9000/spi.c
> create mode 100644 board/emk/top9000/top9000.c
> create mode 100644 include/configs/top9000.h
Have a look at:
http://git.denx.de/?p=u-boot/u-boot-atmel.git;a=shortlog;h=refs/heads/for2010.12
There it does not show the extra files you seem to see.
Please verify that.
> Please try and figure out why we now see entries like this one:
>
> Author: andreas.devel at googlemail.com<andreas.devel@googlemail.com>
>
> As far as I can tell, Andreas' submissions on the mailing list look like this:
>
> From: Andreas Bie?mann<andreas.devel@googlemail.com>
>
> The patchwork entry looks also clean to me:
>
> http://patchwork.ozlabs.org/patch/73644/
>
Andreas did indeed post from two different e-mail accounts. I used the patchwork
"Download mbox" function to get the patches. Apparently the "sharp S" in one
of the two e-mail addresses he uses bites the system.
I don't know how to fix that. If we use patchwork it makes no sense to dig out
the e-mails with patches from an e-mail archive.
> Not pulled.
Understandable, but at a loss to what's going wrong here.
Best regards,
Reinhard Meyer
next prev parent reply other threads:[~2010-12-06 23:43 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-06 9:43 [U-Boot] Please pull u-boot-atmel/for2010.12 Reinhard Meyer
2010-12-06 9:55 ` Albert ARIBAUD
2010-12-06 23:05 ` Wolfgang Denk
2010-12-06 23:43 ` Reinhard Meyer [this message]
2010-12-07 13:23 ` Reinhard Meyer
2010-12-07 14:36 ` Wolfgang Denk
2010-12-07 15:49 ` Reinhard Meyer
2010-12-07 20:58 ` [U-Boot] V2: " Reinhard Meyer
2010-12-08 21:58 ` Wolfgang Denk
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=4CFD752C.6070400@emk-elektronik.de \
--to=u-boot@emk-elektronik.de \
--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.