public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jagan Teki <jteki@openedev.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 00/12] mtd: dataflash: Add UCLASS_MTD
Date: Fri, 12 Feb 2016 14:06:05 +0530	[thread overview]
Message-ID: <1455266174-3240-1-git-send-email-jteki@openedev.com> (raw)

These changes on top my previous spi-nor series[1], this
series convert dataflash to MTD uclass.

Testing:
$ git clone git://git.denx.de/u-boot-spi.git
$ cd u-boot-spi
$ git checkout -b spi-nor origin/spi-nor

[1] https://www.mail-archive.com/u-boot at lists.denx.de/msg203293.html

Jagan Teki (12):
  mtd: spi-nor: Copy sf_dataflash
  mtd: dataflash: Remove unneeded spi data
  mtd: dataflash: Move flash id detection into jedec_probe
  mtd: dataflash: Fix add_dataflash return logic
  mtd: dataflash: Add UCLASS_MTD support
  mtd: dataflash: Use spi_write_then_read
  mtd: dataflash: Drop sf_internal.h
  mtd: dataflash: Minor cleanups
  mtd: Rename sf_dataflash.c to mtd_dataflash.c
  mtd: spi-nor: Add Kconfig entry for mtd_dataflash
  mtd: dataflash: Add MTD_DATAFLASH_WRITE_VERIFY
  mtd: spi-nor: Add kconfig MTD_DATAFLASH_WRITE_VERIFY

 drivers/mtd/spi-nor/Kconfig         |  25 ++
 drivers/mtd/spi-nor/Makefile        |   1 +
 drivers/mtd/spi-nor/mtd_dataflash.c | 686 ++++++++++++++++++++++++++++++++++++
 3 files changed, 712 insertions(+)
 create mode 100644 drivers/mtd/spi-nor/mtd_dataflash.c

-- 
1.9.1

             reply	other threads:[~2016-02-12  8:36 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-12  8:36 Jagan Teki [this message]
2016-02-12  8:36 ` [U-Boot] [PATCH 01/12] mtd: spi-nor: Copy sf_dataflash Jagan Teki
2016-02-12 16:55   ` york sun
2016-02-12 17:51     ` Jagan Teki
2016-02-12 19:12       ` york sun
2016-02-12 19:28     ` Simon Glass
2016-02-12 19:31     ` Simon Glass
2016-02-12  8:36 ` [U-Boot] [PATCH 02/12] mtd: dataflash: Remove unneeded spi data Jagan Teki
2016-02-12  8:36 ` [U-Boot] [PATCH 03/12] mtd: dataflash: Move flash id detection into jedec_probe Jagan Teki
2016-02-12  8:36 ` [U-Boot] [PATCH 04/12] mtd: dataflash: Fix add_dataflash return logic Jagan Teki
2016-02-12  8:36 ` [U-Boot] [PATCH 05/12] mtd: dataflash: Add UCLASS_MTD support Jagan Teki
2016-02-12  8:36 ` [U-Boot] [PATCH 06/12] mtd: dataflash: Use spi_write_then_read Jagan Teki
2016-02-12  8:36 ` [U-Boot] [PATCH 07/12] mtd: dataflash: Drop sf_internal.h Jagan Teki
2016-02-12  8:36 ` [U-Boot] [PATCH 08/12] mtd: dataflash: Minor cleanups Jagan Teki
2016-02-12  8:36 ` [U-Boot] [PATCH 09/12] mtd: Rename sf_dataflash.c to mtd_dataflash.c 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=1455266174-3240-1-git-send-email-jteki@openedev.com \
    --to=jteki@openedev.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox