public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH 0/3] Move atmel_mci driver into	drivers/mmc
Date: Sat, 5 Jul 2008 19:01:18 +0200	[thread overview]
Message-ID: <20080705170118.GD9928@game.jcrosoft.org> (raw)
In-Reply-To: <1213291678-31022-1-git-send-email-haavard.skinnemoen@atmel.com>

On 19:27 Thu 12 Jun     , Haavard Skinnemoen wrote:
> > So how about we start by introducing a new drivers/mmc directory and
> > move the existing AVR32 driver there?
> 
> In fact, this is so incredibly easy to do with git that I decided to
> just do it. The three patches posted as a follow-up to this e-mail is
> the result. I've verified that it compiles and that the driver gets
> included in the final image, but I haven't actually run it.
> 
> Now, if you move your modified driver into drivers/mmc and generate a
> patch against this series, it will be much easier to review your
> changes. And any bug fixes done on one platform will benefit all.
> 
> To use the driver, simply add "#define CONFIG_ATMEL_MCI" to your board
> config file.
> 
> Shortlog and diffstat for the whole series follows.
> 
> Haavard Skinnemoen (3):
>       Create drivers/mmc subdirectory
>       avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver
>       mmc: Move atmel_mci driver into drivers/mmc
> 
>  Makefile                                |    2 +
>  cpu/at32ap/Makefile                     |    1 -
>  drivers/mmc/Makefile                    |   46 +++++++++++++++++++++++++++++++
>  {cpu/at32ap => drivers/mmc}/atmel_mci.c |    0 
>  {cpu/at32ap => drivers/mmc}/atmel_mci.h |    0 
>  include/configs/atngw100.h              |    1 +
>  include/configs/atstk1002.h             |    1 +
>  include/configs/atstk1003.h             |    1 +
>  include/configs/atstk1004.h             |    1 +
>  include/configs/atstk1006.h             |    1 +
>  10 files changed, 53 insertions(+), 1 deletions(-)
>  create mode 100644 drivers/mmc/Makefile
>  rename {cpu/at32ap => drivers/mmc}/atmel_mci.c (100%)
>  rename {cpu/at32ap => drivers/mmc}/atmel_mci.h (100%)

Ack-by : Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 

Best Regards,
J.

  parent reply	other threads:[~2008-07-05 17:01 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-12 14:14 [U-Boot-Users] [PATCH 1/6] AT572D940HF-EB Support v2 (board folder) Antonio R. Costa
2008-06-12 14:14 ` [U-Boot-Users] [PATCH 1/2] AT572D940HF-EB Support v2 (SDHC support part 1) Antonio R. Costa
2008-06-12 14:14   ` [U-Boot-Users] [PATCH 2/2] AT572D940HF-EB Support v2 (SDHC support part 2) Antonio R. Costa
2008-06-12 14:14     ` [U-Boot-Users] [PATCH 3/6] AT572D940HF-EB Support v2 (include files part 1) Antonio R. Costa
2008-06-12 14:14       ` [U-Boot-Users] [PATCH 4/6] AT572D940HF-EB Support v2 (include files part 2) Antonio R. Costa
2008-06-12 14:15         ` [U-Boot-Users] [PATCH 5/6] AT572D940HF-EB Support v2 (ethernet files) Antonio R. Costa
2008-07-05 20:38         ` [U-Boot-Users] [PATCH 4/6] AT572D940HF-EB Support v2 (include files part 2) Jean-Christophe PLAGNIOL-VILLARD
2008-06-12 16:36   ` [U-Boot-Users] [PATCH 1/2] AT572D940HF-EB Support v2 (SDHC support part 1) Haavard Skinnemoen
2008-06-12 17:19     ` Ulf Samuelsson
2008-06-12 17:31       ` Haavard Skinnemoen
2008-06-12 19:49         ` Ulf Samuelsson
2008-06-13  6:38       ` Wolfgang Denk
2008-06-13  7:18         ` Ulf Samuelsson
2008-06-13  7:53           ` Haavard Skinnemoen
2008-07-05 16:58         ` Jean-Christophe PLAGNIOL-VILLARD
2008-06-12 17:27     ` [U-Boot-Users] [PATCH 0/3] Move atmel_mci driver into drivers/mmc Haavard Skinnemoen
2008-06-12 17:27       ` [U-Boot-Users] [PATCH 1/3] Create drivers/mmc subdirectory Haavard Skinnemoen
2008-06-12 17:27         ` [U-Boot-Users] [PATCH 2/3] avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver Haavard Skinnemoen
2008-06-12 17:27           ` [U-Boot-Users] [PATCH 3/3] mmc: Move atmel_mci driver into drivers/mmc Haavard Skinnemoen
2008-07-09 22:06             ` Wolfgang Denk
2008-07-09 22:05           ` [U-Boot-Users] [PATCH 2/3] avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver Wolfgang Denk
2008-07-10 10:20             ` Haavard Skinnemoen
2008-07-09 22:02         ` [U-Boot-Users] [PATCH 1/3] Create drivers/mmc subdirectory Wolfgang Denk
2008-07-05 17:01       ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2008-07-05 22:32       ` [U-Boot-Users] [PATCH 0/3] Move atmel_mci driver into drivers/mmc Wolfgang Denk
2008-07-06 12:01         ` Haavard Skinnemoen

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=20080705170118.GD9928@game.jcrosoft.org \
    --to=plagnioj@jcrosoft.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