| Submitter | Mike Frysinger |
|---|---|
| Date | April 13, 2011, 7:40 p.m. |
| Message ID | <1302723612-22844-1-git-send-email-vapier@gentoo.org> |
| Download | mbox |
| Permalink | /patch/91085/ |
| State | Accepted |
| Delegated to: | Wolfgang Denk |
| Headers | show |
Pull-request
git://www.denx.de/git/u-boot-blackfin.git sfComments
Dear Mike Frysinger, In message <1302723612-22844-1-git-send-email-vapier@gentoo.org> you wrote: > 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(-) Applied, thanks. Best regards, Wolfgang Denk
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(-)