From: Jagan Teki <jteki@openedev.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/8] sf: MTD core support
Date: Tue, 13 Oct 2015 01:17:37 +0530 [thread overview]
Message-ID: <1444679257-29177-1-git-send-email-jteki@openedev.com> (raw)
These patch-set adds mtd support on top of spi-flash layer.
This series is next development level for spi-nor work,
previous work is on below thread patch-set.
https://www.mail-archive.com/u-boot at lists.denx.de/msg188073.html
TODO:
- spi-nor core addition
Testing:
$ git clone git://git.denx.de/u-boot-spi.git
$ cd u-boot-spi
$ git checkout -b spi-mtd origin/mtd
Jagan Teki (8):
sf: Add MTD support to spi_flash
sf: Use mtd_info ops instead of spi_flash ops
cmd_sf: Use mtd->size instead of flash->size
dm-sf: use mtd_ops, drop dm_spi_flash_ops
sf: Add MTD support for non-dm spi_flash interface
sf: probe: Minor cleanup
sf: Drop SPI_FLASH_MTD driver
configs: Remove CONFIG_SPI_FLASH_MTD
common/cmd_sf.c | 16 ++---
drivers/mtd/spi/Kconfig | 12 ----
drivers/mtd/spi/Makefile | 1 -
drivers/mtd/spi/sf-uclass.c | 16 -----
drivers/mtd/spi/sf_internal.h | 5 --
drivers/mtd/spi/sf_mtd.c | 104 --------------------------------
drivers/mtd/spi/sf_ops.c | 109 ++++++++++++++++++++--------------
drivers/mtd/spi/sf_probe.c | 92 ++++++++++++----------------
include/configs/aristainetos-common.h | 1 -
include/configs/gw_ventana.h | 1 -
include/configs/socfpga_common.h | 1 -
include/spi_flash.h | 104 ++++++--------------------------
12 files changed, 127 insertions(+), 335 deletions(-)
delete mode 100644 drivers/mtd/spi/sf_mtd.c
--
1.9.1
next reply other threads:[~2015-10-12 19:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-12 19:47 Jagan Teki [this message]
2015-10-28 18:39 ` [U-Boot] [PATCH 0/8] sf: MTD core support Jagan Teki
2015-10-29 7:33 ` Heiko Schocher
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=1444679257-29177-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