All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jagan Teki <jteki@openedev.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/6] spi: cadence_qspi: optimize & fix indirect read-writes
Date: Tue, 16 Jun 2015 01:00:40 +0530	[thread overview]
Message-ID: <CAD6G_RQep2X9PN_MpNgHrmk9AMMRYFFTVQ+JQEFXkA97pEVVXA@mail.gmail.com> (raw)
In-Reply-To: <9026814FBF99304F9FA3AC3FB72F3E2F016A85A2@SAFEX1MAIL4.st.com>

On 16 June 2015 at 00:21, Vikas MANOCHA <vikas.manocha@st.com> wrote:
> Hello All,
>
> I just figured out that this patchset has dependency on another patchset under review. I am not sure how to handle situations like this.
> I can think of following options, please let me know if anyone of these is ok:
>
> - I send the next version of my previous patchset (under review) with addition of this patchset. With it, all the patches will apply on master.
> - wait for the previous patchset to get in mainline....(might take some time).

Just create the patches on top of master[1] and add the subject-prefix
as PATCH RESEND.
Pls- try to work on master always for avoiding dependencies.

[1] http://git.denx.de/?p=u-boot.git;a=summary

>
> Rgds,
> Vikas
>
>> -----Original Message-----
>> From: Vikas MANOCHA
>> Sent: Monday, June 15, 2015 11:19 AM
>> To: u-boot at lists.denx.de; sr at denx.de; grmoore at opensource.altera.com;
>> dinguyen at opensource.altera.com
>> Cc: Vikas MANOCHA
>> Subject: [PATCH 0/6] spi: cadence_qspi: optimize & fix indirect read-writes
>>
>> This patchset:
>> - removes sram polling while reading/writing from flash.
>> - fixes trigger base & transfer start address register programming. This fix
>> superseeds the previous patch "spi: cadence_qspi: Fix the indirect ahb
>> trigger address setting"
>> - adds support to get fifo width from device tree
>>
>> Vikas Manocha (6):
>>   spi: cadence_qspi: remove sram polling from flash read
>>   spi: cadence_qspi: remove sram polling from flash write
>>   spi: cadence_qspi: move trigger base configuration in init
>>   spi: cadence_qspi: fix indirect read/write start address
>>   spi: cadence_qspi: fix base trigger address & transfer start address
>>   spi: cadence_qspi: get fifo width from device tree
>>
>>  arch/arm/dts/socfpga.dtsi      |    2 +
>>  arch/arm/dts/stv0991.dts       |    4 +-
>>  drivers/spi/cadence_qspi.c     |   14 +++--
>>  drivers/spi/cadence_qspi.h     |    6 +-
>>  drivers/spi/cadence_qspi_apb.c |  124 +++++++++-------------------------------
>>  5 files changed, 43 insertions(+), 107 deletions(-)

thanks!
-- 
Jagan | Openedev.

  reply	other threads:[~2015-06-15 19:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-15 18:19 [U-Boot] [PATCH 0/6] spi: cadence_qspi: optimize & fix indirect read-writes Vikas Manocha
2015-06-15 18:19 ` [U-Boot] [PATCH 1/6] spi: cadence_qspi: remove sram polling from flash read Vikas Manocha
2015-06-15 18:19 ` [U-Boot] [PATCH 2/6] spi: cadence_qspi: remove sram polling from flash write Vikas Manocha
2015-06-15 18:19 ` [U-Boot] [PATCH 3/6] spi: cadence_qspi: move trigger base configuration in init Vikas Manocha
2015-06-15 18:19 ` [U-Boot] [PATCH 4/6] spi: cadence_qspi: fix indirect read/write start address Vikas Manocha
2015-06-15 18:19 ` [U-Boot] [PATCH 5/6] spi: cadence_qspi: fix base trigger address & transfer " Vikas Manocha
2015-06-15 18:19 ` [U-Boot] [PATCH 6/6] spi: cadence_qspi: get fifo width from device tree Vikas Manocha
2015-06-15 18:51 ` [U-Boot] [PATCH 0/6] spi: cadence_qspi: optimize & fix indirect read-writes Vikas MANOCHA
2015-06-15 19:30   ` Jagan Teki [this message]
2015-06-15 20:42     ` Vikas MANOCHA

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=CAD6G_RQep2X9PN_MpNgHrmk9AMMRYFFTVQ+JQEFXkA97pEVVXA@mail.gmail.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 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.