All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
Cc: mark.rutland@arm.com, devicetree@vger.kernel.org,
	linux@arm.linux.org.uk, B44548@freescale.com, pawel.moll@arm.com,
	ijc+devicetree@hellion.org.uk, Li.Xiubo@freescale.com,
	linux-kernel@vger.kernel.org, stefan@agner.ch,
	linux-spi@vger.kernel.org, robh+dt@kernel.org,
	galak@codeaurora.org, shawn.guo@linaro.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 5/7] spi: spi-fsl-dspi: Remove spi-bitbang
Date: Wed, 28 Jan 2015 19:25:45 +0000	[thread overview]
Message-ID: <20150128192545.GA12296@sirena.org.uk> (raw)
In-Reply-To: <1422356244-15629-6-git-send-email-bhuvanchandra.dv@toradex.com>


[-- Attachment #1.1: Type: text/plain, Size: 224 bytes --]

On Tue, Jan 27, 2015 at 04:27:22PM +0530, Bhuvanchandra DV wrote:
> From: Chao Fu <B44548@freescale.com>
> 
> DSPI module need cs change information in
> a spi transfer. According to cs change, DSPI

Applied, thanks.

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: broonie@kernel.org (Mark Brown)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 5/7] spi: spi-fsl-dspi: Remove spi-bitbang
Date: Wed, 28 Jan 2015 19:25:45 +0000	[thread overview]
Message-ID: <20150128192545.GA12296@sirena.org.uk> (raw)
In-Reply-To: <1422356244-15629-6-git-send-email-bhuvanchandra.dv@toradex.com>

On Tue, Jan 27, 2015 at 04:27:22PM +0530, Bhuvanchandra DV wrote:
> From: Chao Fu <B44548@freescale.com>
> 
> DSPI module need cs change information in
> a spi transfer. According to cs change, DSPI

Applied, thanks.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20150128/322dbf34/attachment.sig>

WARNING: multiple messages have this Message-ID (diff)
From: Mark Brown <broonie@kernel.org>
To: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
Cc: mark.rutland@arm.com, stefan@agner.ch, shawn.guo@linaro.org,
	robh+dt@kernel.org, pawel.moll@arm.com,
	ijc+devicetree@hellion.org.uk, galak@codeaurora.org,
	linux@arm.linux.org.uk, B44548@freescale.com,
	Li.Xiubo@freescale.com, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org
Subject: Re: [PATCH 5/7] spi: spi-fsl-dspi: Remove spi-bitbang
Date: Wed, 28 Jan 2015 19:25:45 +0000	[thread overview]
Message-ID: <20150128192545.GA12296@sirena.org.uk> (raw)
In-Reply-To: <1422356244-15629-6-git-send-email-bhuvanchandra.dv@toradex.com>

[-- Attachment #1: Type: text/plain, Size: 224 bytes --]

On Tue, Jan 27, 2015 at 04:27:22PM +0530, Bhuvanchandra DV wrote:
> From: Chao Fu <B44548@freescale.com>
> 
> DSPI module need cs change information in
> a spi transfer. According to cs change, DSPI

Applied, thanks.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

  reply	other threads:[~2015-01-28 19:25 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-27 10:57 [PATCH 0/7] Add SPI support for Colibri modules and DSPI driver fixes Bhuvanchandra DV
2015-01-27 10:57 ` Bhuvanchandra DV
2015-01-27 10:57 ` Bhuvanchandra DV
2015-01-27 10:57 ` Bhuvanchandra DV
2015-01-27 10:57 ` [PATCH 1/7] ARM: vf610: add second DSPI instance Bhuvanchandra DV
2015-01-27 10:57   ` Bhuvanchandra DV
2015-01-27 10:57   ` Bhuvanchandra DV
2015-01-28  9:08   ` Stefan Agner
2015-01-28  9:08     ` Stefan Agner
2015-01-28  9:08     ` Stefan Agner
     [not found]   ` <1422356244-15629-2-git-send-email-bhuvanchandra.dv-2KBjVHiyJgBBDgjK7y7TUQ@public.gmane.org>
2015-02-26  8:02     ` Shawn Guo
2015-02-26  8:02       ` Shawn Guo
2015-02-26  8:02       ` Shawn Guo
2015-01-27 10:57 ` [PATCH 2/7] ARM: vf-colibri: add SPI support and enable MCP2515 CAN Bhuvanchandra DV
2015-01-27 10:57   ` Bhuvanchandra DV
2015-01-27 10:57   ` Bhuvanchandra DV
2015-01-28  9:55   ` Stefan Agner
2015-01-28  9:55     ` Stefan Agner
2015-01-28  9:55     ` Stefan Agner
2015-01-27 10:57 ` [PATCH 3/7] spi: spi-fsl-dspi: Remove usage of devm_kzalloc Bhuvanchandra DV
2015-01-27 10:57   ` Bhuvanchandra DV
2015-01-27 10:57   ` Bhuvanchandra DV
     [not found]   ` <1422356244-15629-4-git-send-email-bhuvanchandra.dv-2KBjVHiyJgBBDgjK7y7TUQ@public.gmane.org>
2015-01-27 18:50     ` Aaron Brice
2015-01-27 18:50       ` Aaron Brice
2015-01-27 18:50       ` Aaron Brice
2015-01-27 19:52   ` Mark Brown
2015-01-27 19:52     ` Mark Brown
2015-01-28  7:05     ` BhuvanChandra.DV
2015-01-28  7:05       ` BhuvanChandra.DV
2015-01-27 10:57 ` [PATCH 4/7] spi: spi-fsl-dspi: avoid preparing the clock two times Bhuvanchandra DV
2015-01-27 10:57   ` Bhuvanchandra DV
2015-01-27 10:57   ` Bhuvanchandra DV
     [not found]   ` <1422356244-15629-5-git-send-email-bhuvanchandra.dv-2KBjVHiyJgBBDgjK7y7TUQ@public.gmane.org>
2015-01-27 13:01     ` Mark Brown
2015-01-27 13:01       ` Mark Brown
2015-01-27 13:01       ` Mark Brown
2015-01-28  6:58       ` BhuvanChandra.DV
2015-01-28  6:58         ` BhuvanChandra.DV
2015-01-27 10:57 ` [PATCH 5/7] spi: spi-fsl-dspi: Remove spi-bitbang Bhuvanchandra DV
2015-01-27 10:57   ` Bhuvanchandra DV
2015-01-27 10:57   ` Bhuvanchandra DV
2015-01-28 19:25   ` Mark Brown [this message]
2015-01-28 19:25     ` Mark Brown
2015-01-28 19:25     ` Mark Brown

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=20150128192545.GA12296@sirena.org.uk \
    --to=broonie@kernel.org \
    --cc=B44548@freescale.com \
    --cc=Li.Xiubo@freescale.com \
    --cc=bhuvanchandra.dv@toradex.com \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=shawn.guo@linaro.org \
    --cc=stefan@agner.ch \
    /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.