All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sourav Poddar <sourav.poddar@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [UBOOT][PATCHv3 0/7] mtd/spi: add quad/memory mapped read support, add ti qspi controller.
Date: Thu, 3 Oct 2013 23:55:33 +0530	[thread overview]
Message-ID: <524DB69D.5070806@ti.com> (raw)
In-Reply-To: <CAD6G_RS=up7Kjd7O26QCveFTMYkjb--AaeR4gMrPDe661=_uyw@mail.gmail.com>

On Thursday 03 October 2013 11:13 PM, Jagan Teki wrote:
> Hi Sourav,
>
> Can you rebase your changes w.r.t u-boot-spi.git with master-probe branch.
> Sorry for the delay, try to send the patches without quad related stuff.
>
Ok. I will rebase and send only ti qspi and memory mapped part.
> I will prepare a thread for this quad after this release as we did lot
> of work last few months back.
> Thanks for your help.!!!
>
Ok.
> On Wed, Sep 18, 2013 at 5:51 PM, Sourav Poddar<sourav.poddar@ti.com>  wrote:
>> This patch series add support for TI qspi controller and in the process also
>> add support for quad read and memory mapped read
>> in mtd spi framework.
>>
>> Testing details:
>> Did a boot from qspi mode on DRA7xx.
>> Testing details present in the last patch of
>> the series.
>>
>> Currently, TI qpsi controller supports only 16MB access.
>> Access for higher MB area will be added later.
>>
>> v2->v3:
>> 1. run checkpatch
>> 2. Rearrange the code logically.
>> 3. Remove a page read hack.
>>
>> Matt Porter (3):
>>    omap5: add qspi support
>>    spi: add TI QSPI driver
>>    dra7xx_evm: add SPL API, QSPI, and serial flash support
>>
>> Ravikumar Kattekola (1):
>>    drivers: mtd: :spi: Add quad read support
>>
>> Sourav Poddar (3):
>>    armv7: hw_data: change clock divider setting.
>>    driver: mtd: spi: Add memory mapped read support
>>    README: qspi usecase and testing documentation.
>>
>>   arch/arm/cpu/armv7/omap5/hw_data.c     |   10 +-
>>   arch/arm/cpu/armv7/omap5/prcm-regs.c   |    1 +
>>   arch/arm/include/asm/arch-omap5/omap.h |    3 +
>>   arch/arm/include/asm/arch-omap5/spl.h  |    1 +
>>   arch/arm/include/asm/omap_common.h     |    1 +
>>   board/ti/dra7xx/mux_data.h             |   10 +
>>   doc/README.ti_qspi_dra_test            |   38 ++++
>>   doc/README.ti_qspi_flash               |   47 +++++
>>   drivers/mtd/spi/spansion.c             |    1 +
>>   drivers/mtd/spi/spi_flash.c            |  113 +++++++++++-
>>   drivers/mtd/spi/spi_flash_internal.h   |    2 +
>>   drivers/spi/Makefile                   |    1 +
>>   drivers/spi/ti_qspi.c                  |  324 ++++++++++++++++++++++++++++++++
>>   include/configs/dra7xx_evm.h           |   20 ++
>>   include/spi.h                          |    5 +
>>   15 files changed, 575 insertions(+), 2 deletions(-)
>>   create mode 100644 doc/README.ti_qspi_dra_test
>>   create mode 100644 doc/README.ti_qspi_flash
>>   create mode 100644 drivers/spi/ti_qspi.c
>>
>> _______________________________________________
>> U-Boot mailing list
>> U-Boot at lists.denx.de
>> http://lists.denx.de/mailman/listinfo/u-boot
>
>

  reply	other threads:[~2013-10-03 18:25 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-18 12:21 [U-Boot] [UBOOT][PATCHv3 0/7] mtd/spi: add quad/memory mapped read support, add ti qspi controller Sourav Poddar
2013-09-18 12:21 ` [U-Boot] [UBOOT][PATCHv3 1/7] omap5: add qspi support Sourav Poddar
2013-09-18 12:21 ` [U-Boot] [UBOOT][PATCHv3 2/7] armv7: hw_data: change clock divider setting Sourav Poddar
2013-09-18 12:21 ` [U-Boot] [UBOOT][PATCHv3 3/7] drivers: mtd: :spi: Add quad read support Sourav Poddar
2013-09-18 12:21 ` [U-Boot] [UBOOT][PATCHv3 4/7] driver: mtd: spi: Add memory mapped " Sourav Poddar
2013-09-18 12:21 ` [U-Boot] [UBOOT][PATCHv3 5/7] spi: add TI QSPI driver Sourav Poddar
2013-09-20  2:51   ` Nobuhiro Iwamatsu
2013-10-03 17:49     ` Jagan Teki
2013-10-03 18:26       ` Sourav Poddar
2013-09-18 12:21 ` [U-Boot] [UBOOT][PATCHv3 6/7] dra7xx_evm: add SPL API, QSPI, and serial flash support Sourav Poddar
2013-09-18 12:21 ` [U-Boot] [UBOOT][PATCHv3 7/7] README: qspi usecase and testing documentation Sourav Poddar
2013-10-03 17:43 ` [U-Boot] [UBOOT][PATCHv3 0/7] mtd/spi: add quad/memory mapped read support, add ti qspi controller Jagan Teki
2013-10-03 18:25   ` Sourav Poddar [this message]
2013-10-03 18:26     ` 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=524DB69D.5070806@ti.com \
    --to=sourav.poddar@ti.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 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.