All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] Eberspaecher Flexcard PMC II base support
@ 2015-03-25  9:51 Holger Dengler
  2015-03-25  9:51 ` [PATCH 01/11] mfd: Eberspaecher Flexcard PMC II Carrier Board support Holger Dengler
                   ` (10 more replies)
  0 siblings, 11 replies; 25+ messages in thread
From: Holger Dengler @ 2015-03-25  9:51 UTC (permalink / raw)
  To: linux-kernel; +Cc: Peter Mahler, Juergen Bubeck, Holger Dengler

The Eberspaecher Flexcard PMC II is a PMC (PCI Mezzanine Card) II
carrier board. The carrier board can take up to 4 exchangeable physical
layer boards for CAN, FlexRay or Ethernet.
This patchset adds support for the common infrastructure of the carrier
board.

This series of patches apply on v4.0-rc5.

According to the comments regarding our last posting, the MFD driver
patchset has been split up into separate functional parts.

Benedikt Spranger (11):
  mfd: Eberspaecher Flexcard PMC II Carrier Board support
  mfd: flexcard: add flexcard core device
  mfd: flexcard: add device attributes
  mfd: flexcard: add clocksrc device
  mfd: flexcard: add interrupt support
  mfd: flexcard: add DMA interrupt domain
  mfd: flexcard: add UIO IRQ devices
  mfd: flexcard: add DMA device
  mfd: flexcard: add DMA ringbuffer demux driver
  clocksource: flexcard: Add basic timestamp counter support
  clocksource: flexcard: Support timestamp trigger selection

 drivers/clocksource/Kconfig         |  11 +
 drivers/clocksource/Makefile        |   1 +
 drivers/clocksource/flexcard-time.c | 279 +++++++++++++++++++++
 drivers/mfd/Kconfig                 |  20 ++
 drivers/mfd/Makefile                |   2 +
 drivers/mfd/flexcard/Makefile       |   5 +
 drivers/mfd/flexcard/attr.c         | 215 ++++++++++++++++
 drivers/mfd/flexcard/core.c         | 473 ++++++++++++++++++++++++++++++++++++
 drivers/mfd/flexcard/dma.c          | 286 ++++++++++++++++++++++
 drivers/mfd/flexcard/flexcard-dma.h | 207 ++++++++++++++++
 drivers/mfd/flexcard/flexcard.h     |  37 +++
 drivers/mfd/flexcard/irq.c          | 252 +++++++++++++++++++
 drivers/mfd/flexcard/irq.h          |  61 +++++
 drivers/mfd/flexcard/parser.c       | 193 +++++++++++++++
 include/linux/mfd/flexcard.h        |  76 ++++++
 include/uapi/linux/Kbuild           |   1 +
 include/uapi/linux/flexcard.h       | 141 +++++++++++
 17 files changed, 2260 insertions(+)
 create mode 100644 drivers/clocksource/flexcard-time.c
 create mode 100644 drivers/mfd/flexcard/Makefile
 create mode 100644 drivers/mfd/flexcard/attr.c
 create mode 100644 drivers/mfd/flexcard/core.c
 create mode 100644 drivers/mfd/flexcard/dma.c
 create mode 100644 drivers/mfd/flexcard/flexcard-dma.h
 create mode 100644 drivers/mfd/flexcard/flexcard.h
 create mode 100644 drivers/mfd/flexcard/irq.c
 create mode 100644 drivers/mfd/flexcard/irq.h
 create mode 100644 drivers/mfd/flexcard/parser.c
 create mode 100644 include/linux/mfd/flexcard.h
 create mode 100644 include/uapi/linux/flexcard.h

-- 
2.1.4


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

end of thread, other threads:[~2015-03-30  9:02 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-25  9:51 [PATCH 00/11] Eberspaecher Flexcard PMC II base support Holger Dengler
2015-03-25  9:51 ` [PATCH 01/11] mfd: Eberspaecher Flexcard PMC II Carrier Board support Holger Dengler
2015-03-30  7:57   ` Lee Jones
2015-03-25  9:51 ` [PATCH 02/11] mfd: flexcard: add flexcard core device Holger Dengler
2015-03-30  8:06   ` Lee Jones
2015-03-25  9:51 ` [PATCH 03/11] mfd: flexcard: add device attributes Holger Dengler
2015-03-30  8:15   ` Lee Jones
2015-03-25  9:51 ` [PATCH 04/11] mfd: flexcard: add clocksrc device Holger Dengler
2015-03-30  8:30   ` Lee Jones
2015-03-25  9:51 ` [PATCH 05/11] mfd: flexcard: add interrupt support Holger Dengler
2015-03-30  8:46   ` Lee Jones
2015-03-25  9:51 ` [PATCH 06/11] mfd: flexcard: add DMA interrupt domain Holger Dengler
2015-03-30  8:50   ` Lee Jones
2015-03-25  9:51 ` [PATCH 07/11] mfd: flexcard: add UIO IRQ devices Holger Dengler
2015-03-30  8:57   ` Lee Jones
2015-03-25  9:51 ` [PATCH 08/11] mfd: flexcard: add DMA device Holger Dengler
2015-03-30  8:59   ` Lee Jones
2015-03-25  9:51 ` [PATCH 09/11] mfd: flexcard: add DMA ringbuffer demux driver Holger Dengler
2015-03-30  9:02   ` Lee Jones
2015-03-25  9:51 ` [PATCH 10/11] clocksource: flexcard: Add basic timestamp counter support Holger Dengler
2015-03-26  9:41   ` Daniel Lezcano
2015-03-26 11:01     ` Holger Dengler
2015-03-26 16:34       ` John Stultz
2015-03-27 12:27         ` Holger Dengler
2015-03-25  9:52 ` [PATCH 11/11] clocksource: flexcard: Support timestamp trigger selection Holger Dengler

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.