From patchwork Wed Apr 13 19:40:12 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Frysinger X-Patchwork-Id: 91085 X-Patchwork-Delegate: wd@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 7EE58B6F7E for ; Thu, 14 Apr 2011 05:40:24 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9F06228305; Wed, 13 Apr 2011 21:40:22 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dMUtN7U21VWm; Wed, 13 Apr 2011 21:40:22 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5BC60282E1; Wed, 13 Apr 2011 21:40:20 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E4570282E1 for ; Wed, 13 Apr 2011 21:40:17 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hsMVrs6khqZk for ; Wed, 13 Apr 2011 21:40:17 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by theia.denx.de (Postfix) with ESMTPS id 07C79282DC for ; Wed, 13 Apr 2011 21:40:15 +0200 (CEST) Received: from localhost.localdomain (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id CCD201B4131; Wed, 13 Apr 2011 19:40:10 +0000 (UTC) From: Mike Frysinger To: Wolfgang Denk Date: Wed, 13 Apr 2011 15:40:12 -0400 Message-Id: <1302723612-22844-1-git-send-email-vapier@gentoo.org> X-Mailer: git-send-email 1.7.5.rc1 In-Reply-To: <1302590128-8721-1-git-send-email-vapier@gentoo.org> References: <1302590128-8721-1-git-send-email-vapier@gentoo.org> Cc: u-boot@lists.denx.de Subject: [U-Boot] Pull request u-boot-blackfin.git (sf branch) X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de The following changes since commit b16aadf411280fc426d7488ddd8a5b2038b7194d: disk/part.c: fix potential stack overflow bug (2011-04-12 22:58:35 +0200) are available in the git repository at: git://www.denx.de/git/u-boot-blackfin.git sf James Kosin (1): sf: sst: add support for SST25VF064C Mike Frysinger (7): sf: punt unused spi_flash_region struct sf: atmel: undo unification of status polling sf: sst: setup read func sf: localize erase funcs sf: use print_size() for sector_size output cmd_sf: drop device status message when probing cmd_sf: use cmd_usage() in more places Richard Retanubun (2): sf: add struct spi_flash.sector_size parameter cmd_sf: add handler for +len arg for erase command common/cmd_sf.c | 111 +++++++++++++++++++++++----------- drivers/mtd/spi/atmel.c | 40 ++++++++++--- drivers/mtd/spi/eon.c | 13 +--- drivers/mtd/spi/macronix.c | 17 ++---- drivers/mtd/spi/ramtron.c | 5 +- drivers/mtd/spi/spansion.c | 15 +---- drivers/mtd/spi/spi_flash.c | 9 ++- drivers/mtd/spi/spi_flash_internal.h | 2 +- drivers/mtd/spi/sst.c | 17 +++--- drivers/mtd/spi/stmicro.c | 15 +---- drivers/mtd/spi/winbond.c | 13 +--- include/spi_flash.h | 7 +-- 12 files changed, 148 insertions(+), 116 deletions(-)