All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Schocher denx <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v7 0/4] sf: Add MTD layer support
Date: Tue, 23 Jun 2015 05:57:27 +0200	[thread overview]
Message-ID: <5588D927.3030000@denx.de> (raw)
In-Reply-To: <1435003217-21268-1-git-send-email-jteki@openedev.com>

Hello Jagan,

Am 22.06.2015 um 22:00 schrieb Jagan Teki:
> Just resend the whole series with below changes,
> Changes for v7:
> 	- Add more notes on commit message
> 	- Update the info for CONFIG_SPI_FLASH_MTD in README
> 	- Remove ^ character in sf erase line sf help text
> 	- Update starting character in commit message heads with capitals
>
> Heiko and Daniel - send your comments on this series once all clear
> I will push on my tree.

Ok, from my side, thanks!

bye,
Heiko
>
> thanks!
> Jagan.
>
> Daniel Schwierzeck (1):
>    mtd, spi: Add MTD layer driver
>
> Heiko Schocher (3):
>    mtd, nand: Move common functions from cmd_nand.c to common place
>    spi, sf: Use offset and size in sf cmd from mtdpartition
>    mtd, spi: Check if flash pointer is used
>
>   README                        |   9 +++
>   common/cmd_nand.c             | 148 +++++++++---------------------------------
>   common/cmd_onenand.c          |  19 ++----
>   common/cmd_sf.c               |  61 +++++++++--------
>   common/cmd_test.c             |  12 +---
>   drivers/mtd/Makefile          |   4 +-
>   drivers/mtd/mtd_uboot.c       |  99 ++++++++++++++++++++++++++++
>   drivers/mtd/spi/Makefile      |   1 +
>   drivers/mtd/spi/sf_internal.h |   5 ++
>   drivers/mtd/spi/sf_mtd.c      | 104 +++++++++++++++++++++++++++++
>   drivers/mtd/spi/sf_probe.c    |  11 ++--
>   include/linux/mtd/mtd.h       |   5 ++
>   include/vsprintf.h            |   2 +
>   lib/vsprintf.c                |  16 +++++
>   14 files changed, 323 insertions(+), 173 deletions(-)
>   create mode 100644 drivers/mtd/mtd_uboot.c
>   create mode 100644 drivers/mtd/spi/sf_mtd.c
>

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

  parent reply	other threads:[~2015-06-23  3:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-22 20:00 [U-Boot] [PATCH v7 0/4] sf: Add MTD layer support Jagan Teki
2015-06-22 20:00 ` [U-Boot] [PATCH v7 1/4] mtd, spi: Add MTD layer driver Jagan Teki
2015-06-22 20:00 ` [U-Boot] [PATCH v7 2/4] mtd, nand: Move common functions from cmd_nand.c to common place Jagan Teki
2015-06-22 20:00 ` [U-Boot] [PATCH v7 3/4] spi, sf: Use offset and size in sf cmd from mtdpartition Jagan Teki
2015-06-22 20:00 ` [U-Boot] [PATCH v7 4/4] mtd, spi: Check if flash pointer is used Jagan Teki
2015-06-22 20:01 ` [U-Boot] Fwd: [PATCH v7 0/4] sf: Add MTD layer support Jagan Teki
2015-06-23  3:57 ` Heiko Schocher denx [this message]
2015-06-23  7:25   ` [U-Boot] " Jagan Teki

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=5588D927.3030000@denx.de \
    --to=hs@denx.de \
    --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.