All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 02/13] s3c44b0: move i2c driver to drivers/i2c
Date: Mon, 30 Mar 2009 07:31:10 +0200	[thread overview]
Message-ID: <49D0591E.9080202@denx.de> (raw)
In-Reply-To: <1238191161-7626-2-git-send-email-plagnioj@jcrosoft.com>

Hello Jean,

Jean-Christophe PLAGNIOL-VILLARD wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
> ---
>  cpu/s3c44b0/cpu.c                              |  735 +++++++-----------------
>  drivers/i2c/Makefile                           |    1 +
>  cpu/s3c44b0/cpu.c => drivers/i2c/s3c44b0_i2c.c |  198 -------
>  include/configs/B2.h                           |    2 +
>  4 files changed, 225 insertions(+), 711 deletions(-)
>  rewrite cpu/s3c44b0/cpu.c (60%)
>  rename cpu/s3c44b0/cpu.c => drivers/i2c/s3c44b0_i2c.c (70%)
>   

Because I think this go through your arm git tree, you get for this
patch my:

Acked-by: Heiko Schocher <hs@denx.de>

bye
Heiko

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany 

      parent reply	other threads:[~2009-03-30  5:31 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-27 21:59 [U-Boot] [PATCH 01/13] s3c4510b: move specific code to soc directory Jean-Christophe PLAGNIOL-VILLARD
2009-03-27 21:59 ` [U-Boot] [PATCH 02/13] s3c44b0: move i2c driver to drivers/i2c Jean-Christophe PLAGNIOL-VILLARD
2009-03-27 21:59   ` [U-Boot] [PATCH 03/13] s3c44b0: move rtc driver to drivers/rtc Jean-Christophe PLAGNIOL-VILLARD
2009-03-27 21:59     ` [U-Boot] [PATCH 04/13] s3c44b0: move serial driver to drivers/serial Jean-Christophe PLAGNIOL-VILLARD
2009-03-27 21:59       ` [U-Boot] [PATCH 05/13] s3c44b0: extract cache from cpu.c Jean-Christophe PLAGNIOL-VILLARD
2009-03-27 21:59         ` [U-Boot] [PATCH 06/13] sa1100: move serial driver to drivers/serial Jean-Christophe PLAGNIOL-VILLARD
2009-03-27 21:59           ` [U-Boot] [PATCH 07/13] netarm: " Jean-Christophe PLAGNIOL-VILLARD
2009-03-27 21:59             ` [U-Boot] [PATCH 08/13] imx31: " Jean-Christophe PLAGNIOL-VILLARD
2009-03-27 21:59               ` [U-Boot] [PATCH 09/13] s3c64xx: move usb driver to drivers/usb Jean-Christophe PLAGNIOL-VILLARD
2009-03-27 21:59                 ` [U-Boot] [PATCH 10/13] ks8695: move serial driver to drivers/serial Jean-Christophe PLAGNIOL-VILLARD
2009-03-27 21:59                   ` [U-Boot] [PATCH 11/13] lpc2292: " Jean-Christophe PLAGNIOL-VILLARD
2009-03-27 21:59                     ` [U-Boot] [PATCH 12/13] arm720t/clps7111: " Jean-Christophe PLAGNIOL-VILLARD
2009-03-27 21:59                       ` [U-Boot] [PATCH 13/13] ompa3: remove duplicate interrupts code Jean-Christophe PLAGNIOL-VILLARD
2009-03-28  6:24                         ` Dirk Behme
2009-03-28  7:59                           ` Jean-Christophe PLAGNIOL-VILLARD
2009-03-28  8:42                             ` Dirk Behme
2009-03-31 18:26                 ` [U-Boot] [PATCH 09/13] s3c64xx: move usb driver to drivers/usb Remy Bohmer
2009-03-31 19:24                   ` Jean-Christophe PLAGNIOL-VILLARD
2009-03-31 21:06                   ` Wolfgang Denk
2009-03-30  5:31   ` Heiko Schocher [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=49D0591E.9080202@denx.de \
    --to=hs@denx.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.