From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alessandro Rubini Date: Mon, 9 Feb 2009 15:53:31 +0100 Subject: [U-Boot] [PATCH 0/3] Drivers for nomadik 8815 board Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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