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 v7 0/5] sf: Add dataflash support
Date: Sun, 28 Jun 2015 00:01:55 +0530	[thread overview]
Message-ID: <1435429920-32466-1-git-send-email-jteki@openedev.com> (raw)

Hi Haikun Wang,

This series is rebase for master, please check and update me
at earliest.

thanks!
Jagan.

Haikun Wang (3):
  arm: ls102xa: Enable Driver Model SPI for ls1021aqds
  arm: ls102xa: Enable Driver Model SPI for ls1021atwr
  defconfig: ls1021a: Add OF_CONTROL and DM support

Haikun.Wang at freescale.com (2):
  dm: sf: Add Atmel DataFlash spi flash driver
  dm: ls1021aqds: dts: Use "spi_dataflash" driver instead of
    "spi_flash_std" for DSPI flash

 arch/arm/dts/ls1021a-qds.dts      |   2 +-
 configs/ls1021aqds_qspi_defconfig |   4 +
 configs/ls1021atwr_qspi_defconfig |   4 +
 drivers/mtd/spi/Makefile          |   1 +
 drivers/mtd/spi/sf_dataflash.c    | 711 ++++++++++++++++++++++++++++++++++++++
 include/configs/ls1021aqds.h      |  13 +-
 include/configs/ls1021atwr.h      |   9 +-
 7 files changed, 739 insertions(+), 5 deletions(-)
 create mode 100644 drivers/mtd/spi/sf_dataflash.c

-- 
1.9.1

             reply	other threads:[~2015-06-27 18:31 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-27 18:31 Jagan Teki [this message]
2015-06-27 18:31 ` [U-Boot] [PATCH 1/5] dm: sf: Add Atmel DataFlash spi flash driver Jagan Teki
2015-06-29  7:48   ` Wang Haikun
2015-06-27 18:31 ` [U-Boot] [PATCH 2/5] dm: ls1021aqds: dts: Use "spi_dataflash" driver instead of "spi_flash_std" for DSPI flash Jagan Teki
2015-06-29  7:48   ` Wang Haikun
2015-06-27 18:31 ` [U-Boot] [PATCH 3/5] arm: ls102xa: Enable Driver Model SPI for ls1021aqds Jagan Teki
2015-06-29  3:21   ` Wang Haikun
2015-06-27 18:31 ` [U-Boot] [PATCH 4/5] arm: ls102xa: Enable Driver Model SPI for ls1021atwr Jagan Teki
2015-06-29  7:48   ` Wang Haikun
2015-06-27 18:32 ` [U-Boot] [PATCH 5/5] defconfig: ls1021a: Add OF_CONTROL and DM support Jagan Teki
2015-06-29  7:49   ` Wang Haikun
2015-06-27 18:35 ` [U-Boot] [PATCH v7 0/5] sf: Add dataflash support Jagan Teki
2015-06-27 18:36   ` Jagan Teki
2015-06-29  3:23     ` Wang Haikun
2015-06-29 19:52       ` 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=1435429920-32466-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