linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add SPI support for Diolan DLN2
@ 2014-11-18 12:09 Laurentiu Palcu
  2014-11-18 12:09 ` [PATCH v3 1/2] spi: add support for DLN-2 USB-SPI adapter Laurentiu Palcu
       [not found] ` <1416312599-5176-1-git-send-email-laurentiu.palcu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
  0 siblings, 2 replies; 27+ messages in thread
From: Laurentiu Palcu @ 2014-11-18 12:09 UTC (permalink / raw)
  To: Mark Brown, Samuel Ortiz, Lee Jones, Johan Havold
  Cc: Octavian Purdila, linux-spi-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Laurentiu Palcu

Short note: I couldn't see the 2nd patch applied in any mfd tree, so I
included it again.

Changes in v3:
 * fixed some coding style problems;
 * do not use dln2->buf for small commands, use the stack;
 * removed a bunch of __packed attributes that were not really needed;
 * change the copy from/to buffer routines to use put/get_unaligned
   macros to avoid potential buffer alignment issues;

Changes in v2:
 * fixed an indentation issue;
 * removed redundant call to spi_master_put() in _remove();

Hi,

This patchset adds support for the SPI module of the Diolan DLN2 USB to
I2C/SPI/GPIO bridge [1].

This patch depends on another patchset, [1], not yet merged, which adds support
for the other two modules: I2C and GPIO.

[1] http://www.diolan.com/products/dln2/features.html
[2] http://marc.info/?l=linux-kernel&m=141528172903850&w=2

laurentiu

Laurentiu Palcu (2):
  spi: add support for DLN-2 USB-SPI adapter
  mfd: dln2: add support for USB-SPI module

 drivers/mfd/dln2.c     |  12 +
 drivers/spi/Kconfig    |  10 +
 drivers/spi/Makefile   |   1 +
 drivers/spi/spi-dln2.c | 818 +++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 841 insertions(+)
 create mode 100644 drivers/spi/spi-dln2.c

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2014-12-05 18:34 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-18 12:09 [PATCH v3 0/2] Add SPI support for Diolan DLN2 Laurentiu Palcu
2014-11-18 12:09 ` [PATCH v3 1/2] spi: add support for DLN-2 USB-SPI adapter Laurentiu Palcu
     [not found]   ` <1416312599-5176-2-git-send-email-laurentiu.palcu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-11-18 17:06     ` Johan Hovold
2014-11-19  9:53       ` Laurentiu Palcu
2014-11-19 10:09         ` Johan Hovold
2014-11-19 10:47     ` [PATCH v4 " Laurentiu Palcu
     [not found]       ` <1416394031-2663-1-git-send-email-laurentiu.palcu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-11-19 12:21         ` Johan Hovold
2014-11-19 13:07         ` [PATCH v5 " Laurentiu Palcu
     [not found]           ` <1416402467-26999-1-git-send-email-laurentiu.palcu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-11-19 13:51             ` Johan Hovold
2014-11-19 14:12               ` Laurentiu Palcu
2014-11-26 10:09   ` [PATCH v6 " Laurentiu Palcu
     [not found]     ` <1416996549-29328-1-git-send-email-laurentiu.palcu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-11-26 18:25       ` Mark Brown
     [not found]         ` <20141126182521.GP7712-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2014-11-27 10:30           ` Laurentiu Palcu
2014-11-28 13:09   ` [PATCH v7 " Laurentiu Palcu
2014-11-28 14:10     ` Mark Brown
     [not found]       ` <20141128141053.GL7712-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2014-11-28 14:57         ` Laurentiu Palcu
2014-11-28 15:14           ` Mark Brown
     [not found]             ` <20141128151435.GQ7712-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2014-11-28 15:31               ` Laurentiu Palcu
2014-11-28 16:01                 ` Mark Brown
     [not found]                   ` <20141128160156.GX7712-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2014-11-28 18:13                     ` Laurentiu Palcu
2014-11-28 18:35                       ` Mark Brown
     [not found]                         ` <20141128183507.GZ7712-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2014-11-28 19:27                           ` Laurentiu Palcu
2014-11-28 19:46                             ` Mark Brown
2014-11-28 19:21                       ` Octavian Purdila
     [not found]     ` <1417180198-9393-1-git-send-email-laurentiu.palcu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-12-05 18:34       ` Mark Brown
     [not found] ` <1416312599-5176-1-git-send-email-laurentiu.palcu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-11-18 12:09   ` [PATCH v3 2/2] mfd: dln2: add support for USB-SPI module Laurentiu Palcu
     [not found]     ` <1416312599-5176-3-git-send-email-laurentiu.palcu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-11-19 16:29       ` Lee Jones

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).