From: grant.likely@secretlab.ca (Grant Likely)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 01/16] spi/spi-atmel: fix master->num_chipselect wrongly set.
Date: Sat, 02 Mar 2013 23:15:35 +0000 [thread overview]
Message-ID: <20130302231535.8E6043E35BE@localhost> (raw)
In-Reply-To: <1361861289-30332-2-git-send-email-wenyou.yang@atmel.com>
On Tue, 26 Feb 2013 14:47:54 +0800, Wenyou Yang <wenyou.yang@atmel.com> wrote:
> if the spi property "cs-gpios" is set as below:
>
> cs-gpios = <0>, <&pioC 11 0>, <0>, <0>;
>
> the master->num_chipselect will wrongly be set to 0,
> and the spi fail to probe.
>
> Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
> Cc: spi-devel-general at lists.sourceforge.net
> Cc: linux-kernel at vger.kernel.org
I think I've got this bug fixed in the core spi code. Give it a couple
of days and retest with linux-next.
g.
next prev parent reply other threads:[~2013-03-02 23:15 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-26 6:47 [PATCH v5 00/16] add dmaengine support for atmel spi controller and to test the device tree support Wenyou Yang
2013-02-26 6:47 ` [PATCH v5 01/16] spi/spi-atmel: fix master->num_chipselect wrongly set Wenyou Yang
2013-03-02 23:15 ` Grant Likely [this message]
2013-03-08 0:59 ` Yang, Wenyou
2013-03-03 10:27 ` Jean-Christophe PLAGNIOL-VILLARD
2013-02-26 6:47 ` [PATCH v5 02/16] spi/spi-atmel: detect the capabilities of SPI core by reading the VERSION register Wenyou Yang
2013-03-03 10:28 ` Jean-Christophe PLAGNIOL-VILLARD
2013-02-26 6:47 ` [PATCH v5 03/16] spi/spi-atmel: add support transfer on CS1, 2, 3, not only on CS0 Wenyou Yang
2013-02-26 6:47 ` [PATCH v5 04/16] spi/spi-atmel: add physical base address Wenyou Yang
2013-02-26 6:47 ` [PATCH v5 05/16] spi/spi-atmel: call unmapping on transfers buffers Wenyou Yang
2013-02-26 6:47 ` [PATCH v5 06/16] spi/spi-atmel: status information passed through controller data Wenyou Yang
2013-02-26 6:48 ` [PATCH v5 07/16] spi/spi-atmel: add flag to controller data for lock operations Wenyou Yang
2013-02-26 6:48 ` [PATCH v5 08/16] spi/spi-atmel: add dmaengine support Wenyou Yang
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=20130302231535.8E6043E35BE@localhost \
--to=grant.likely@secretlab.ca \
--cc=linux-arm-kernel@lists.infradead.org \
/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;
as well as URLs for NNTP newsgroup(s).