From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: [PATCH 0/2 v4] add spi command
Date: Mon, 5 Nov 2012 19:21:48 +0100 [thread overview]
Message-ID: <20121105182148.GA25679@game.jcrosoft.org> (raw)
HI,
v4:
do not touch the atmel_spi
v3:
call setup before accesing the device
This was working properly on at91 as the driver is wrong.
It call setup for every transfer. I will fix the atmel_spi.
v2:
add default return usage
use memory_display
while debugging a spi issue I found we have a i2c commands but no spi
command
So introduce one
The following changes since commit 56371f4e8446d04d2a5608dd5890fd87a50f888e:
iomux-imx35: add missing comma in pad definition (2012-11-01 16:32:12 +0100)
are available in the git repository at:
git://git.jcrosoft.org/barebox.git delivery/command_spi
for you to fetch changes up to 268e3d4f67da35571159fd096c62fa2e660783b0:
introduce spi command (2012-11-05 11:13:25 +0800)
----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (2):
spi: introduce spi_get_master
introduce spi command
commands/Kconfig | 6 ++++++
commands/Makefile | 1 +
commands/spi.c | 132 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/spi/spi.c | 12 ++++++++++++
include/spi/spi.h | 2 ++
5 files changed, 153 insertions(+)
create mode 100644 commands/spi.c
Best Regards,
J.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2012-11-05 18:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-05 18:21 Jean-Christophe PLAGNIOL-VILLARD [this message]
2012-11-05 18:30 ` [PATCH 1/2] spi: introduce spi_get_master Jean-Christophe PLAGNIOL-VILLARD
2012-11-05 18:30 ` [PATCH 2/2] introduce spi command Jean-Christophe PLAGNIOL-VILLARD
2012-11-12 7:32 ` [PATCH 0/2 v4] add " Sascha Hauer
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=20121105182148.GA25679@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--cc=barebox@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