From: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] spi: pic32_spi: add SPI master driver for PIC32 SoC.
Date: Fri, 10 Jun 2016 12:47:44 +0200 [thread overview]
Message-ID: <575A9AD0.7050709@gmail.com> (raw)
In-Reply-To: <1464857769-16550-1-git-send-email-purna.mandal@microchip.com>
Am 02.06.2016 um 10:56 schrieb Purna Chandra Mandal:
> This driver implements SPI protocol in master mode to communicate
> with the SPI device connected on SPI bus. It handles /CS explicitly
> by controlling respective pin as gpio ('cs-gpios' property in dt node)
> and uses PIO mode for SPI transaction. It is configurable based
> on driver-model only.
>
> Cc: Jagan Teki <jteki@openedev.com>
> Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com>
>
> ---
>
> drivers/spi/Kconfig | 8 +
> drivers/spi/Makefile | 1 +
> drivers/spi/pic32_spi.c | 448 ++++++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 457 insertions(+)
> create mode 100644 drivers/spi/pic32_spi.c
>
applied to u-boot-mips, thanks.
--
- Daniel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160610/4aec4049/attachment.sig>
prev parent reply other threads:[~2016-06-10 10:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-02 8:56 [U-Boot] [PATCH] spi: pic32_spi: add SPI master driver for PIC32 SoC Purna Chandra Mandal
2016-06-03 14:21 ` Daniel Schwierzeck
2016-06-10 10:47 ` Daniel Schwierzeck [this message]
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=575A9AD0.7050709@gmail.com \
--to=daniel.schwierzeck@gmail.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.