All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alessandro Rubini <rubini-list@gnudd.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/3] Drivers for nomadik 8815 board
Date: Mon, 9 Feb 2009 15:53:31 +0100	[thread overview]
Message-ID: <cover.1234189796.git.rubini@unipv.it> (raw)

I reformatted the patches as a patch series, splitting out creation
of the header file (I'm sure marking it as "nand driver" was not good)/
Second  and third patch depend on first one but are independent.

Alessandro Rubini (4):
  Added nomadik.h header
  Nand driver for Nomadik SoC
  Enable Ethernet for Nomadik 8815 Evaluation Kit

 board/st/nmdk8815/nmdk8815.c |    9 ++-
 drivers/mtd/nand/Makefile    |    1 +
 drivers/mtd/nand/nomadik.c   |  221 ++++++++++++++++++++++++++++++++++++++++++
 include/configs/nmdk8815.h   |   49 +++-------
 include/nomadik.h            |   39 ++++++++
 5 files changed, 283 insertions(+), 36 deletions(-)
 create mode 100644 drivers/mtd/nand/nomadik.c
 create mode 100644 include/nomadik.h

             reply	other threads:[~2009-02-09 14:53 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-09 14:53 Alessandro Rubini [this message]
2009-02-09 14:53 ` [U-Boot] [PATCH 2/3] Nand driver for Nomadik SoC Alessandro Rubini
2009-02-09 21:48   ` Alessandro Rubini
2009-02-09 22:28     ` Scott Wood
2009-02-09 14:53 ` [U-Boot] [PATCH 1/3] Added nomadik.h header Alessandro Rubini
2009-02-09 14:53 ` [U-Boot] [PATCH 3/3] Enable Ethernet for Nomadik 8815 Evaluation Kit Alessandro Rubini
  -- strict thread matches above, loose matches on Subject: below --
2009-02-07  4:43 [U-Boot] [PATCH] Nand driver for Nomadik SoC Alessandro Rubini
2009-02-07 15:04 ` [U-Boot] [PATCH v2] " Alessandro Rubini
2009-02-07 21:08   ` Jean-Christophe PLAGNIOL-VILLARD
2009-02-07 23:19   ` [U-Boot] [PATCH v3] " Alessandro Rubini
2009-02-09  7:34     ` Stefan Roese
2009-02-09  8:40       ` Alessandro Rubini
2009-02-09  8:48         ` Stefan Roese
2009-02-09 17:16     ` Scott Wood
2009-02-09 17:56       ` Alessandro Rubini
2009-02-09 18:10         ` Scott Wood

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=cover.1234189796.git.rubini@unipv.it \
    --to=rubini-list@gnudd.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.