public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom <Tom.Rix@windriver.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-samsung/master
Date: Fri, 05 Mar 2010 14:29:38 -0600	[thread overview]
Message-ID: <4B9169B2.3080308@windriver.com> (raw)
In-Reply-To: <4B90D6FE.3020106@samsung.com>

Minkyu Kang wrote:
> Dear Tom,
> 
> The following changes since commit f687ebf82dbe44dcde5901232ade4f19ecedbf58:
>   Minkyu Kang (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-arm
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-samsung master
> 
> Joonyoung Shim (1):
>       s3c64xx: Add ifdef at the S3C64XX only codes
> 
> Minkyu Kang (2):
>       s5pc1xx: support the GPIO interface
>       Merge branch 'master' of git://git.denx.de/u-boot-samsung

It would be best if merges were not part of a pull request.
It makes reviewing the patches difficult.

For this pull request, I believe these are the commits that you
intend to go in

2167f2715e127591ed2abcea075ce89bbbf68864
3e5d177133a7063cdd000b55b26c696861d44235
8f5407c90d3738c3a3c4caca442bc8441cc76f6d

>> 3806459949c80432557d74e0c7731030de838e49
>> 5a5aaad81edf5d522e38000d00708dd0a1470151
>> 95a3db1a0cfb1d8d683fd5ab48ffca9b0d3b0e6b

04a3e2e8e554007d2774b6ad0ab302a491ba41bf
aac90e231157a34358134a1fb7b1221032db9e1a
a8d25fc26f681a9c4dfb062ebb4b00b9509a7966

Of these, I believe

>> 3806459949c80432557d74e0c7731030de838e49
>> 5a5aaad81edf5d522e38000d00708dd0a1470151
>> 95a3db1a0cfb1d8d683fd5ab48ffca9b0d3b0e6b

Are the merge.

Are these 9 commits correct?

Best Regards,
Tom


> 
> Naveen Krishna CH (4):
>       S5PC100: Moves the Macros to a common header file
>       S5PC100: Memory SubSystem Header file, register description(SROMC).
>       S5PC100: Function to configure the SROMC registers.
>       SAMSUNG: SMDKC100: Adds ethernet support.
> 
>  board/samsung/smdkc100/smdkc100.c   |   39 ++++++++++
>  cpu/arm1176/cpu.c                   |    2 +
>  cpu/arm1176/start.S                 |    4 +
>  cpu/arm_cortexa8/s5pc1xx/Makefile   |    2 +
>  cpu/arm_cortexa8/s5pc1xx/clock.c    |    7 +--
>  cpu/arm_cortexa8/s5pc1xx/gpio.c     |  143 +++++++++++++++++++++++++++++++++++
>  cpu/arm_cortexa8/s5pc1xx/sromc.c    |   53 +++++++++++++
>  doc/README.s5pc1xx                  |   18 ++++-
>  include/asm-arm/arch-s5pc1xx/clk.h  |    6 ++
>  include/asm-arm/arch-s5pc1xx/gpio.h |   29 +++++++
>  include/asm-arm/arch-s5pc1xx/smc.h  |   53 +++++++++++++
>  include/configs/smdkc100.h          |   12 +++-
>  12 files changed, 360 insertions(+), 8 deletions(-)
>  create mode 100644 cpu/arm_cortexa8/s5pc1xx/gpio.c
>  create mode 100644 cpu/arm_cortexa8/s5pc1xx/sromc.c
>  create mode 100644 include/asm-arm/arch-s5pc1xx/smc.h

  reply	other threads:[~2010-03-05 20:29 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-05 10:03 [U-Boot] Please pull u-boot-samsung/master Minkyu Kang
2010-03-05 20:29 ` Tom [this message]
2010-03-08  6:08   ` Minkyu Kang
2010-03-12 19:43     ` Tom
2010-03-13 16:32     ` Tom
  -- strict thread matches above, loose matches on Subject: below --
2012-06-18  8:50 [U-Boot] please " Minkyu Kang
2012-06-23  7:18 ` Albert ARIBAUD
2012-04-25  7:51 Minkyu Kang
2012-04-26 21:26 ` Albert ARIBAUD
2012-03-08 10:14 Minkyu Kang
2012-03-27  9:44 ` Minkyu Kang
2012-03-27 20:09   ` Albert ARIBAUD
2012-02-10  1:01 Minkyu Kang
2012-02-10 19:59 ` Albert ARIBAUD
2011-12-09  9:15 Minkyu Kang
2011-12-09 16:39 ` Albert ARIBAUD
2011-10-28  8:19 Minkyu Kang
2011-10-28 15:17 ` Albert ARIBAUD
2011-09-02  8:05 Minkyu Kang
2011-09-03 19:23 ` Albert ARIBAUD
2011-08-19  5:34 Minkyu Kang
2011-08-19 18:22 ` Albert ARIBAUD
2011-05-26 10:43 [U-Boot] Please " Minkyu Kang
2011-05-26 10:59 ` Albert ARIBAUD
2011-05-26  5:22 Minkyu Kang
2011-05-26  5:49 ` Albert ARIBAUD
2011-05-26  6:24   ` Minkyu Kang
2011-05-26  8:13     ` Albert ARIBAUD
2011-05-26 10:40       ` Minkyu Kang
2011-03-24  6:58 Minkyu Kang
2011-03-24 13:57 ` Albert ARIBAUD
2011-03-25  2:02   ` Minkyu Kang
2011-03-25  7:23     ` Albert ARIBAUD
2011-03-25  9:59       ` Minkyu Kang
2011-03-26 14:59         ` Albert ARIBAUD
2011-01-27 12:29 Minkyu Kang
2011-01-27 22:11 ` Albert ARIBAUD
2010-11-30  8:56 Minkyu Kang
2010-11-30 20:32 ` Wolfgang Denk
2010-10-28  7:29 Minkyu Kang
2010-10-29 19:48 ` Wolfgang Denk
2010-08-31 10:27 Minkyu Kang
2010-09-07 22:04 ` Wolfgang Denk
2010-08-03  7:54 Minkyu Kang
2010-08-03 22:35 ` Wolfgang Denk
2010-06-02 23:55 Minkyu Kang
2010-06-06 11:44 ` Tom Rix
2010-06-09  0:08   ` Minkyu Kang
2010-06-15  4:23     ` Tom Rix
2010-04-13 10:02 Minkyu Kang
2010-04-17 22:07 ` Tom Rix
2010-01-13  4:25 Minkyu Kang
2010-01-15 13:28 ` Tom
2009-11-20 10:45 Minkyu Kang
2009-11-20 22:16 ` Tom
2009-10-12  7:38 Minkyu Kang
2009-10-12 11:16 ` Tom Rix
2009-10-14  3:31 ` Tom Rix
2009-10-14 10:16   ` Abdoulaye Walsimou Gaye
2009-10-14 11:28   ` Stefan Roese
2009-10-14 12:39     ` Tom Rix
2009-10-14 12:46     ` Tom Rix
2009-10-14 13:23       ` Minkyu Kang

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=4B9169B2.3080308@windriver.com \
    --to=tom.rix@windriver.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