From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Rigby Date: Tue, 09 Sep 2008 12:01:39 -0600 Subject: [U-Boot] [GIT PULL] Please pull coldfire tree Message-ID: <48C6BA03.9090209@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang, This patch was approved before the window closed but fell through the cracks. The following changes since commit 3b20fd83c73c22acfcb0c6663be747bd5c8b7011: Ryan CHEN (1): Correct drv_usb_kbd_init function are available in the git repository at: git://git.denx.de/u-boot-coldfire.git master TsiChung Liew (1): mtd: SPI Flash: Support the STMicro Flash drivers/mtd/spi/Makefile | 1 + drivers/mtd/spi/spi_flash.c | 5 + drivers/mtd/spi/spi_flash_internal.h | 1 + drivers/mtd/spi/stmicro.c | 356 ++++++++++++++++++++++++++++++++++ 4 files changed, 363 insertions(+), 0 deletions(-) create mode 100644 drivers/mtd/spi/stmicro.c